How to Enable or Disable Sync Provider Notifications in File Explorer in Windows 11
Sync provider notifications in File Explorer on Windows 11 are tips and suggestions that pop up near the address bar.
These prompts aim to guide you through new Windows 11 features or help with cloud storage, like showing you more about OneDrive.
You can turn off these File Explorer prompts to stop seeing suggestion pop-ups.
Disabling these notifications won’t affect how your files sync or your cloud storage features work.
To enable or disable sync provider notifications in File Explorer, open File Explorer, click the three dots, select Options, go to the View tab, and then check or uncheck “Show sync provider notifications.” This setting controls helpful tips and suggestions without affecting file syncing.
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
You can turn off sync provider notifications in Windows 11 by using the Registry Editor. This method makes a specific change within your system’s settings. It’s a reliable way to control these prompts if you’re comfortable using the Registry Editor.
- 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
PowerShell manages sync provider notifications in Windows 11. You can use commands like `Set-SyncProviderNotification -ProviderName "OneSync" -Enable $true` to turn these prompts on or off, controlling when you see these notifications.
- 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 in Windows 11 are helpful prompts for features like cloud storage, but you can turn them off if you want a cleaner look. You can manage these settings through Folder Options, or use advanced tools like the Registry Editor and PowerShell.
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!