Your cart is currently empty!
How to Disable or Stop Update Notifications on Windows
Written by
in
Windows loves to remind you about updates—at the worst possible times. Whether you’re presenting, gaming, or just working in peace, those pop-ups can break your focus. The good news? You can turn them off. Here’s how to stop Windows update notifications without breaking your system.
Why You’re Seeing These Notifications
Windows Update is built to keep your PC secure and running smoothly. But its notifications often come off more nagging than helpful. They’re triggered by:
- Available updates not yet installed
- Pending restarts after updates
- Active hours being ignored
- Optional updates waiting
Let’s walk through how to silence them.
1. Turn Off Notifications via Settings
This is the quickest method and works well for most users.
Steps:
- Go to Start > Settings > System > Notifications.
- Scroll down to “Notifications from apps and other senders.”
- Find “Windows Update” in the list.
- Toggle it Off.
That’ll stop the pop-ups without disabling updates entirely.
2. Use Group Policy Editor (Windows 10/11 Pro)
If you’re on a Pro version of Windows, you can suppress notifications using the Group Policy Editor.
Steps:
- Press Win + R, type
gpedit.msc
, and hit Enter. - Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
- Double-click “Display options for update notifications”.
- Set it to Enabled, then choose “Turn off all notifications” from the dropdown.
- Click Apply and OK.
This disables all user-facing update alerts.
3. Disable Update Orchestrator Reboot Notifications (Advanced)
This is more technical, but effective if restart nags are your issue.
Steps:
- Open Task Scheduler (
taskschd.msc
from Run dialog). - Navigate to:
Task Scheduler Library > Microsoft > Windows > UpdateOrchestrator
- Find the task called “Reboot”.
- Right-click and choose Disable.
This blocks Windows from scheduling forced restarts with notifications.
4. Use Registry Editor (Back Up First)
For users comfortable editing the registry, this is a surgical strike.
Steps:
- Press Win + R, type
regedit
, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- If the key doesn’t exist, create it.
- Inside the AU key, right-click and create a new DWORD (32-bit) Value named:
NoAutoRebootWithLoggedOnUsers
- Set its value to 1.
This disables automatic restarts and the related warnings when someone’s logged in.
A Word of Caution
Disabling update notifications doesn’t stop Windows from updating in the background. If you want to pause or defer updates completely, that’s a different setting—but it comes with risks. You’ll miss critical security patches, which can leave your PC vulnerable.
Final Thoughts
If update notifications are ruining your workflow, now you’ve got a few solid ways to shut them down. Use the method that fits your skill level and Windows edition. Just remember to keep your system updated on your terms.
Want more Windows tweaks? Subscribe or check out my other guides.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!