How to Stop Unwanted Pop-ups and Notifications in Windows

— Turn off Windows tips, ads, and recommendations (Windows 11 & 10)

Windows settings screen showing notification preferences and options to turn off tips, ads, and recommendations

Why you might want this

Windows shows “Tips,” “Suggestions,” and sometimes app recommendations in several places: on the lock screen, Start menu, Settings, and as toast notifications. Helpful at first—but distracting for power users, presenters, and anyone who wants a clean, private desktop. Turning them off reduces visual noise, prevents awkward pop-ups during screen sharing, and can slightly cut background network usage.

Before you start: These changes are safe. Still, note where each toggle is so you can revert later. For Registry edits, create a restore point first.

1) Turn off Windows tips & suggestions (toast pop-ups)

Windows 11 & 10

  1. Open Settings (Win + I).
  2. Go to System > Notifications (Win10: System > Notifications & actions).
  3. Scroll down and clear:
    • Get tips and suggestions when I use Windows
    • Show me the Windows welcome experience after updates (or similar wording)

This alone removes most “helpful” pop-ups that appear while you work.

2) Remove ads from the Lock screen (Windows Spotlight)

Windows Spotlight rotates backgrounds and may show promoted content.

Windows 11

  1. Settings > Personalization > Lock screen.
  2. Change Background from Windows Spotlight to Picture or Slideshow.

Windows 10

  1. Settings > Personalization > Lock screen.
  2. Switch Background away from Windows Spotlight.
  3. Turn off any toggle like Get fun facts, tips, and more on the lock screen.

3) Hide app recommendations in Start

Windows 11

  • Settings > Personalization > Start → turn off Show recommendations (and any “tips” toggles that appear after feature updates).

Windows 10

  • Settings > Personalization > Start → turn off Occasionally show suggestions in Start.

4) Stop pop-ups from Microsoft Store and individual apps

Some apps send their own notifications.

Windows 11 & 10

  1. Settings > System > Notifications.
  2. Under Notifications from apps and other senders, toggle off the apps you don’t want.
  3. Keep security software, backup tools, and mission-critical apps on so you don’t miss urgent alerts.

Managing per-app notifications lets you keep only what matters. Just avoid turning off critical update/security alerts.

5) Use Focus (Focus Assist) to silence temporarily

Perfect for meetings, recording, or deep work.

Windows 11: Settings > System > Focus (or System > Notifications > Focus in some builds).

Choose a session or automatic rules (during specific hours, when duplicating your display, or in full-screen apps).

Windows 10: Settings > System > Focus assist.

Pick Alarms only or Priority only, and set automatic rules.

Great when you just need quiet “for now”—without permanently changing your notification choices.

6) Admin corner: enforce via Registry or Group Policy

If you want changes to stick across updates or multiple users/devices.

A) Registry (per user)

Turn off Windows tips (Content Delivery)

Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
Value: SubscribedContent-338389Enabled (DWORD) = 0

Optional: lock Spotlight off on the Lock screen

Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
Value: RotatingLockScreenEnabled (DWORD) = 0
Value: RotatingLockScreenOverlayEnabled (DWORD) = 0

Command (run in Admin PowerShell / CMD):

reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager” /v SubscribedContent-338389Enabled /t REG_DWORD /d 0 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager” /v RotatingLockScreenEnabled /t REG_DWORD /d 0 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager” /v RotatingLockScreenOverlayEnabled /t REG_DWORD /d 0 /f

Sign out/in or restart Windows Explorer to apply.

B) Group Policy (Pro/Enterprise/Education)

User ConfigurationAdministrative TemplatesWindows ComponentsCloud Content

Do not show Windows TipsEnabled

Turn off all Windows spotlight featuresEnabled

• (Optional) Do not suggest third-party content in Windows spotlightEnabled

Computer Configuration has similar settings if you prefer device-wide enforcement.

Using GPO lets you apply and lock settings for many PCs at once—ideal for organizations and classrooms.

Reverting the changes

Settings UI: Toggle options back On in the same places.

Registry: Set the values back to 1 or delete the entries you added.

GPO: Set policies to Not Configured (or Disabled) and run gpupdate /force.

It’s easy to undo. If any change feels too restrictive, just switch it back—no harm done.

Extra tips & good practices

Balance, don’t nuke: Keep security/backup alerts on; silence low-value pop-ups.

Presenting or streaming? Use Focus rules tied to screen sharing/full-screen apps.

Battery life: Fewer network-fetched cards and toast animations can mildly extend battery runtime on laptops.

After feature updates: Re-check these toggles; major releases sometimes reset defaults.

Summary

• Turn off Tips/Suggestions in Settings > System > Notifications.

• Disable Windows Spotlight on the lock screen to avoid promos.

• Hide Start recommendations and prune per-app notification senders.

• Use Focus/Focus Assist for temporary silence.

• For persistence or scale, enforce via Registry or Group Policy.

Even small adjustments like these can make your Windows experience cleaner, quieter, and more focused. Take a few minutes to customize your settings, and enjoy a distraction-free workspace every day.

✔️You might also find these helpful:

▶︎How to Create a New Folder in Windows 11

▶︎Fix Windows 11 24H2 Search Bar Not Working – Causes and Solutions

▶︎Search Indexing Troubleshooting Guide for Windows 11

💡 Looking for more tips? Check out our full list of Windows Help Guides.