Notifications are little alerts from your apps and Windows that keep you updated. This guide will help you learn how to turn these notifications on or off, either for all apps or just for specific ones, so you only get the alerts you want.
What Are Notifications?
Notifications are messages that pop up on your screen to tell you about things like new emails, calendar reminders, or app updates.
In Windows 11, notifications can appear in these places:
- Lock screen (press Win + L)
- Notification Center (press Win + N)
- Notification banners near the bottom-right corner above the taskbar
By default, a sound will play when a new notification arrives.
How to Turn Notifications On or Off Using Settings
Why do this? This is the easiest way to control all your notifications in one place.
What happens when done? You’ll have full control over which apps can send you alerts.
- Press Win + I to open Settings.
- Click System on the left side, then select Notifications on the right.
- To turn all notifications on or off, toggle the switch at the top labeled “Notifications.”
- You can also scroll down to turn notifications on or off for specific apps.
- When done, you can close Settings.
Open Notifications settings now


Turn Off Notifications for a Specific App Quickly from Notification Center
Why do this? This lets you stop notifications from one app without affecting others.
What happens when done? That app will stop sending you alerts.
- Press Win + N to open the Notification Center.
- Find a notification from the app you want to mute.
- Click the three dots (Settings) button on that notification.
- Select “Turn off all notifications for [app name]”.

Turn Off Notifications from a Notification Banner
Why do this? You can quickly silence an app right when a notification pops up.
What happens when done? You won’t see notifications from that app anymore.
When a notification pops up at the bottom-right:
- Click the three dots (Settings) in the notification banner.
- Choose “Turn off all notifications for [app name]” to stop notifications from that app.


Extra: Turn Notifications On or Off Using a Registry File (For Advanced Users)
Why do this? Registry editing gives you deeper control over your system settings.
What happens when done? Your notification settings will change at the system level.
If you’re comfortable editing system files, you can use a registry file to turn notifications on or off for your user account.
Turn Off All Notifications
⚠️ Admin privileges required
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v ToastEnabled /t REG_DWORD /d 0 /f
Turn On All Notifications (Default)
⚠️ Admin privileges required
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v ToastEnabled /t REG_DWORD /d 1 /f
Note: Be careful when editing the Registry. Always back it up first!
Summary
- Use Settings: Press Win + I to open Settings and manage notifications easily.
- Control Apps: Turn notifications on or off for specific apps in the Notifications settings or Notification Center.
- Quick Turn Off: Use the three-dot menu on notifications to stop alerts from an app quickly.
- Advanced Users: Use Registry Editor for more detailed control (with care).
- Stay Focused: Use the “Do Not Disturb” mode in the Notification Center to pause notifications when working.
For more details and Microsoft’s official help, visit their support pages:
Change Notification Settings in Windows 11
Find Your Notifications – Microsoft Support






Leave a Reply