How to Fix Notifications Not Working on Windows 11
The Problem
You're not getting notification banners or sounds—email, Teams, Outlook, or alarms simply never appear. Nine times out of ten it's Do Not Disturb (formerly Focus assist) silently swallowing them, or a per-app toggle that got switched off.
Whole Start menu or taskbar acting up too? See Start menu not opening and taskbar not working.
Quick Fixes (Try These First)
Turn Off Do Not Disturb
- Click the date/time on the taskbar to open the Notification Center.
- If the bell shows a crescent moon, Do Not Disturb is on. Click the moon to turn it off.
Check the Master Notifications Toggle
- Settings → System → Notifications.
- Make sure the top Notifications switch is On.
The Fix: Step-by-Step
Step 1: Review Per-App Notification Settings
- Settings → System → Notifications.
- Scroll to Notifications from apps and other senders.
- Toggle On the app you're missing alerts from. Click the app name to enable banners and sounds specifically.
Step 2: Fix Automatic Do Not Disturb Rules
Windows can auto-enable DND during certain hours, while gaming, or while duplicating your display.
- Settings → System → Notifications → Turn on do not disturb automatically.
- Untick rules you don't want (for example During these times or When I'm playing a game).
Step 3: Confirm No Focus Session Is Running
A running Focus session silences alerts on purpose. Open the Clock app → Focus sessions and End session if one is active.
Step 4: Let Battery Saver Show Notifications
Battery saver can suppress background activity and banners.
- Settings → System → Power & battery → Battery saver.
- Either raise the auto-on threshold or, while testing, turn battery saver off.
Step 5: Re-register the Shell Components (PowerShell Admin)
If notifications are globally dead, re-register the system apps.
- Right-click Start → Terminal (Admin).
- Run:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Reboot.
Step 6: Repair System Files
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Still No Notifications?
- Only one app affected? Check that app's own in-app notification settings, and that it's allowed to run in the background (Settings → Apps → the app → Advanced options → Background apps permissions).
- A damaged profile can break alerts system-wide—test a new local user account.
Related guides
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.
How to Fix Sleep and Hibernation Not Working in Windows 11
PC won't sleep, wakes instantly, or hibernate is missing? Fix power plans, wake timers, fast startup, and drivers that block sleep on Windows 11.
How to Fix Snipping Tool Not Working in Windows 11
Print Screen or Snipping Tool does nothing, screenshots are black, or Win+Shift+S fails? Reset the app, fix keyboard shortcuts, and repair capture permissions.
How to Fix the Microsoft Store Not Working on Windows 11
Microsoft Store won't open, won't download apps, or throws error 0x80131500? Reset the cache, re-register the Store, and fix the services behind it.
How to Fix Windows 11 Stuck on the Loading Screen
Windows 11 stuck on the spinning dots or loading screen? Cut power-draining peripherals, disable fast startup, and use Startup Repair to boot again.