Customization

How to Disable Ads in Windows 11? [10 +Methods]

11 Effective Methods to Disable Ads in Windows 11 PC!

Windows 11 offers a sleek and modern interface, but it also includes several features that promote ads, tips, and suggestions. These advertisements can appear in various parts of the system, such as the File Explorer, lock screen, and Start menu. Fortunately, you can disable these ads for a cleaner, distraction-free experience. This tutorial explains how to disable ads in Windows 11 using multiple methods, providing detailed steps for each.

Method 1: Disable Ads in File Explorer

  • Open File Explorer by pressing Winkey + E.
File Explorer sample
File Explorer sample
  • Click on the three-dot menu in the toolbar and select Options.
Click the 3 dots
Click the 3 dots
  • In the Folder Options dialog box, switch to the View tab.
Go to View tab in Folder options
Go to View tab in Folder options
  • Scroll down and uncheck Show sync provider notifications.
Uncheck Show Sync provider notifications
Uncheck Show Sync provider notifications
  • Click Apply and then OK.

This will remove OneDrive and other promotional ads from File Explorer.

Method 2: Disable Ads on Lock Screen:

  • Open Settings by pressing Winkey + I.
Windows Settings app
Windows Settings app
  • Go to Personalization > Lock screen.
Go to Lock Screen
Go to Lock Screen
  • Under Personalize your lock screen, select Picture or Slideshow instead of Windows Spotlight.
Choose Personalize your lock screen option
Choose Personalize your lock screen option
Choose the desired pictures from the list of options
Choose the desired pictures from the list of options
  • Turn off the toggle for Get fun facts, tips, tricks, and more on your lock screen.
Uncheck the Get Fun Facts, etc.. to disable promotions
Uncheck the Get Fun Facts, etc.. to disable promotions

This will prevent Windows Spotlight from showing promotional content on the lock screen.

Method 3: Disable Suggested Content in Settings

  • Open Settings and go to Privacy & security.
File Explorer sample
File Explorer sample
  • Scroll down to find Privacy & Settings and General, click on it.
Click Privacy & Settings and go to General
Click Privacy & Settings and go to General
  • Turn off the toggle for Show me suggested content in the Settings app.
Turn Off the Show me Suggested content in the settings app
Turn Off the Show me Suggested content in the settings app

This disables recommendations and promotions in the Settings app.

Method 4: Disable Tips and Suggestions Notifications

  • Open Settings and go to System > Notifications.
Go to System and Notifications option
Go to System and Notifications option
  • Scroll down to the Notifications from apps and other senders section.
Turn Off notifications from the apps and other senders
Turn Off notifications from the apps and other senders
Choose apps based notifications
Choose apps based notifications
  • Turn off the toggle for Get tips and suggestions when using Windows.

This will stop pop-up notifications with tips, suggestions, and ads.

Method 5: Disable Suggestions to Get the Most Out of Windows and Finish Setting Up This Device

  • Open Settings and go to System > Notifications.
Go to System and Notifications option
Go to System and Notifications option
  • Scroll to the bottom and uncheck Suggest ways to get the most out of Windows and finish setting up this device.
  • Close the Settings app.

This prevents Windows from suggesting features during the setup process.

Method 6: Disable Windows Welcome Experience

  • Open Settings and go to System > Notifications.
Go to System and Notifications option
Go to System and Notifications option
  • Scroll to the bottom and uncheck Show the Windows welcome experience after updates and when signed in to highlight what’s new and suggested.
  • Close the Settings app.

This disables promotional content shown after updates or new feature rollouts.

Method 7: Disable Personalized Ads in Windows 11 Apps

  • Open Settings and go to Privacy & security > General.
Click Privacy & Settings and go to General
Click Privacy & Settings and go to General
  • Turn off the toggle for Let apps show me personalized ads by using my advertising ID.
Turn off Let Apps Show me personalized ads by using my advertising ID
Turn off Let Apps Show me personalized ads by using my advertising ID

This disables targeted ads in Windows 11 apps.

Method 8: Disable Tailored Experiences

  • Open Settings and go to Privacy & security > General.
Click Privacy & Settings and go to General
Click Privacy & Settings and go to General
  • Turn off the toggle for Show Suggested content in the settings app.
Turn Off the Show me Suggested content in the settings app
Turn Off the Show me Suggested content in the settings app

This prevents Windows from using your activity data to personalize recommendations and ads.

Method 9: Disable Recommended Apps on Start Menu

  • Open Settings and go to Personalization > Start.
Choose personalization and start option in windows settings
Choose personalization and start option in windows settings
  • Turn off the toggle for Show recently added apps and Show recently opened items in Start, Jump Lists, and File Explorer.
Turn off all these options
Turn off all these options

This will clean up the Start menu by removing recommendations for apps and files.

Method 10: Disable Microsoft Account Related Notifications on Start Menu

  • Open Settings and go to Accounts > Sign-in options.
Choose sign-in options from the Accounts
Choose sign-in options from the Accounts
  • Scroll down to the Additional settings section.
Scroll down to additional settings
Scroll down to additional settings
  • Turn off the toggle for For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device.
  • Go to Accounts > Emails & accounts and ensure no unnecessary Microsoft accounts are linked to avoid promotional notifications.

This will prevent Microsoft account-related ads and notifications from appearing on the Start menu.

Method 11: Disable All Ads at Once:

  • Open Notepad at first.
  • Copy the below code entirely and paste the copied code into the opened notepad file.

; Sync provider notifications in File Explorer
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“ShowSyncProviderNotifications”=dword:00000000

; Get fun facts, tips, tricks, and more on your lock screen
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“RotatingLockScreenOverlayEnabled”=dword:00000000
“SubscribedContent-338387Enabled”=dword:00000000

; Show suggested content in Settings app
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-338393Enabled”=dword:00000000
“SubscribedContent-353694Enabled”=dword:00000000
“SubscribedContent-353696Enabled”=dword:00000000

; Get tips and suggestions when using Windows
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-338389Enabled”=dword:00000000

; Suggest ways to get the most out of Windows and finish setting up this device
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement]
“ScoobeSystemSettingEnabled”=dword:00000000

; Show me the Windows welcome experience after updates and occasionally when I sign in to highlight what’s new and suggested
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-310093Enabled”=dword:00000000

; Let apps show me personalized ads by using my advertising ID
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
“Enabled”=dword:00000000

; Tailored experiences
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
“TailoredExperiencesWithDiagnosticDataEnabled”=dword:00000000

; “Show recommendations for tips, shortcuts, new apps, and more” on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“Start_IrisRecommendations”=dword:00000000

; Show Microsoft account-related notifications on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“Start_AccountNotifications”=dword:00000000

  • Save the notepad file as Disable_all_Ads_at_Once.reg file.
  • It should be saved as .reg extension.
  • Now, run the registry file on your pc, but take backup your registry files.
  • If prompted for UAC, click yes and proceed the process.
  • Click the okay button to merge the registry files into the existing ones.

If you want to enable all ads at once, then follow the below steps:

  • Open Notepad at first.
  • Copy the below code entirely and paste the copied code into the opened notepad file.

; Sync provider notifications in File Explorer
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“ShowSyncProviderNotifications”=dword:00000001

; Get fun facts, tips, tricks, and more on your lock screen
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“RotatingLockScreenOverlayEnabled”=dword:00000001
“SubscribedContent-338387Enabled”=dword:00000001

; Show suggested content in Settings app
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-338393Enabled”=dword:00000001
“SubscribedContent-353694Enabled”=dword:00000001
“SubscribedContent-353696Enabled”=dword:00000001

; Get tips and suggestions when using Windows
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-338389Enabled”=dword:00000001

; Suggest ways to get the most out of Windows and finish setting up this device
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement]
“ScoobeSystemSettingEnabled”=dword:00000001

; Show me the Windows welcome experience after updates and occasionally when I sign in to highlight what’s new and suggested
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
“SubscribedContent-310093Enabled”=dword:00000001

; Let apps show me personalized ads by using my advertising ID
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
“Enabled”=dword:00000001

; Tailored experiences
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
“TailoredExperiencesWithDiagnosticDataEnabled”=dword:00000001

; “Show recommendations for tips, shortcuts, new apps, and more” on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“Start_IrisRecommendations”=dword:00000001

; Show Microsoft account-related notifications on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“Start_AccountNotifications”=dword:00000001

  • Save the notepad file as Enable_all_Ads_at_Once.reg file.
  • It should be saved as .reg extension.
  • Now, run the registry file on your pc, but take backup your registry files.
  • If prompted for UAC, click yes and proceed the process.
  • Click the okay button to merge the registry files into the existing ones.

Conclusion

Disabling ads, tips, and suggestions in Windows 11 can significantly enhance your experience by reducing distractions and creating a cleaner interface. By following the steps outlined in this guide, you can effectively turn off promotional content across various parts of the system. Each option is designed to give you greater control over your Windows environment, ensuring a streamlined and ad-free experience.

Read More:

Arjun Das

Hello folks, I'm Arjun. I've developed several web apps, including IMGCentury.com, and have extensive knowledge of Windows and Linux operating systems. I started working on Win11verse as a hobby and am committed to sharing the best of my expertise.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
Close

Adblock Detected

Kindly disable the Adblocker