How to Enable or Disable Sync Provider Notifications in File Explorer in Windows 11
You enable or disable notifications-on-or-off-in-the-settings-app-on-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="37806">sync provider notifications in File Explorer in Windows 11 to control the tips and suggestions that appear.
Sync provider notifications are subtle prompts shown in File Explorer, often in the address bar, offering guidance on new Windows 11 features or ways to enhance cloud storage usage. For example, these could be tips related to OneDrive integration.
If these prompts distract you, you can easily turn them off. Disabling them stops these specific suggestions from appearing in File Explorer without affecting your file syncing or cloud storage functionality.
Prerequisites
Before you begin, note that some methods require administrative privileges. If you are using a work computer, your IT department may have locked these settings.
Comparison of Methods
| Method | Difficulty | Best For |
|---|---|---|
| Folder Options | Easy | Average users |
| Registry Editor | Advanced | Power users |
| PowerShell | Advanced | Automation |
Option 1Using Folder Options (GUI)
This is the safest way to change your settings.
- Open File Explorer.
- Click the three dots (…) in the top menu bar.
- Select Options.
- Click the View tab.
- Find Show sync provider notifications in the list.
- Check the box to enable or uncheck to disable.
- Click OK.
Option 2Using Registry Editor
Warning: Modifying the registry can cause system issues if done incorrectly. Always back up your registry first.
- Press ⊞ Win+R, type regedit, and hit Enter. (Requires Admin Privileges)
- Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced - Right-click in the right pane and select New > DWORD (32-bit) Value.
- Name it ShowSyncProviderNotifications.
- Double-click it and set the value to 1 to enable or 0 to disable.
Option 3Using PowerShell
You can use PowerShell to change this setting quickly.
- Right-click the Start button and select Terminal (Admin). (Requires Admin Privileges)
- To disable, copy and paste this command:
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' -Name 'ShowSyncProviderNotifications' -Value 0 - To enable, use the same command but change -Value 0 to -Value 1.
Summary
Sync provider notifications are helpful tips for Windows 11 users but can be turned off if you prefer a cleaner interface. You can manage these using the Folder Options menu for a simple approach, or use the Registry Editor and PowerShell for more advanced control. Disabling these will not interfere with your cloud file syncing.” }
Does hiding sync provider notifications affect file syncing?
No, hiding these notifications has no impact on your file syncing. Your files will continue to upload and download to services like OneDrive normally. This setting only controls the visibility of promotional tips and feature suggestions within the File Explorer interface, not the actual background sync process.
Can these notifications be disabled for all users via Group Policy?
Yes, administrators can disable these notifications for all users on a machine using the Group Policy Editor. By navigating to Computer Configuration > Administrative Templates > Windows Components > File Explorer, you can manage notification settings system-wide, ensuring a consistent experience across all user accounts on the device.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!