How to Disable Microsoft Updates in Windows 11: Step-by-Step Guide (All Methods)
Need to pause, delay, or fully stop Windows 11 updates? Whether you're troubleshooting a bad update, managing a production machine, or just need control over your update schedule, here are every method — from the Settings app to Group Policy to the registry — explained step by step.
Important: Disabling Windows updates removes critical security patches that protect your system from ransomware, malware, and exploits. We recommend pausing updates temporarily rather than disabling them permanently. If you manage business computers, speak with your IT provider before making changes to update policy.
Windows 11 is designed to update automatically — and for most users, that is the right default. But there are legitimate reasons to take control of the update process: a recent update broke a critical application, you are on a metered connection, you need to freeze a production machine before a major project, or you simply want to choose when updates install rather than having them interrupt your work. This guide covers every method, from the simplest (a few clicks in Settings) to the most thorough (Group Policy and Registry edits for IT administrators).
Method 1: Pause Updates in Windows Settings (Easiest — Recommended for Most Users)
This is the simplest and safest method. Windows 11 allows you to pause updates for up to 5 weeks directly from the Settings app, with no technical knowledge required.
- 1Click the Start button (Windows icon) in the taskbar, then click the gear icon to open Settings. Alternatively, press Windows key + I on your keyboard.
- 2In the left sidebar, click Windows Update.
- 3At the top of the Windows Update page, find the "Pause updates" option. Click the dropdown arrow next to it.
- 4Select how long you want to pause updates: 1 week, 2 weeks, 3 weeks, 4 weeks, or 5 weeks.
- 5Windows will immediately pause all updates for the selected period. You will see a "Resume updates" button appear — click it any time to re-enable updates before the pause period ends.
Get monthly IT tips for Miami businesses
No spam · Unsubscribe anytime · Practical advice only
Pro Tip
After the pause period expires, Windows will automatically resume updates and may install any updates that were held back during the pause. You can extend the pause by repeating the steps above before the period ends.
Method 2: Set Your Connection as Metered (Delays Most Updates)
When Windows detects you are on a metered connection (like a mobile hotspot), it automatically reduces background data usage — including most Windows Update downloads. This is a useful workaround for Wi-Fi connections.
- 1Press Windows key + I to open Settings.
- 2Click Network & internet in the left sidebar.
- 3Click Wi-Fi, then click the name of your current Wi-Fi network.
- 4Scroll down to find the "Metered connection" toggle and turn it On.
- 5Windows will now treat this network as metered and will not automatically download large updates while connected to it.
Note: This method only works for Wi-Fi connections. Ethernet connections cannot be set as metered through the standard Settings interface (though it is possible via the Registry — see Method 5 below). Also, critical security updates may still download even on metered connections.
Method 3: Set Active Hours to Prevent Restart Interruptions
If your main frustration is Windows restarting at inconvenient times rather than downloading updates, Active Hours is the right solution. It tells Windows when you are typically using your computer so it will not restart during those hours.
- 1Press Windows key + I to open Settings, then click Windows Update.
- 2Click Advanced options.
- 3Click Active hours.
- 4Toggle "Adjust active hours automatically" to Off if you want to set them manually.
- 5Set your Start time and End time — the window during which Windows will not restart your computer. You can set a range of up to 18 hours.
- 6Click Save.
Method 4: Disable Windows Update Service (Stops Updates Until Re-enabled)
This method stops the Windows Update service entirely. Updates will not download or install until you re-enable the service. This is more thorough than pausing but requires you to remember to re-enable it.
- 1Press Windows key + R to open the Run dialog. Type services.msc and press Enter.
- 2In the Services window, scroll down to find "Windows Update" in the list.
- 3Right-click on Windows Update and select Properties.
- 4In the Properties window, find the "Startup type" dropdown. Change it from "Automatic (Delayed Start)" to "Disabled".
- 5Under "Service status," click the Stop button to stop the service immediately.
- 6Click Apply, then OK.
- 7To re-enable updates later: return to this window, change Startup type back to "Automatic (Delayed Start)," click Start, then Apply and OK.
Windows may automatically re-enable the Windows Update service after some time or after certain system events. If you find updates resuming unexpectedly, check the service status again. For a more permanent solution, use Method 5 (Group Policy) or Method 6 (Registry).
Method 5: Use Group Policy Editor (Windows 11 Pro, Enterprise, and Education Only)
Group Policy Editor provides the most control over Windows Update behavior and is the method IT administrators use to manage updates across business computers. This method is only available on Windows 11 Pro, Enterprise, and Education editions — not Windows 11 Home.
- 1Press Windows key + R to open the Run dialog. Type gpedit.msc and press Enter. If you receive an error, your edition of Windows 11 does not include Group Policy Editor.
- 2In the Local Group Policy Editor, navigate using the left panel: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage end user experience.
- 3In the right panel, double-click "Configure Automatic Updates."
- 4In the dialog that opens, select "Disabled" to turn off automatic updates entirely, or select "Enabled" to configure specific update behavior (such as "Notify for download and auto install" which lets you choose when to download).
- 5Click Apply, then OK.
- 6To apply the change immediately, open Command Prompt as Administrator (right-click Start → Terminal (Admin)) and run: gpupdate /force
Pro Tip
For business environments, the most useful Group Policy setting is "Enabled" with the option set to "2 - Notify for download and notify for install." This means Windows will alert you when updates are available but will not download or install them without your explicit approval — giving you full control without completely disabling the update mechanism.
Method 6: Edit the Windows Registry (Advanced — All Windows 11 Editions)
The Registry method works on all editions of Windows 11, including Home. It achieves the same result as Group Policy but requires manual registry editing. Proceed carefully — incorrect registry edits can cause system problems.
Before editing the registry, create a backup: open Registry Editor, click File → Export, choose a save location, name the file (e.g., "registry-backup-before-update-change"), and click Save. If anything goes wrong, you can restore this backup.
- 1Press Windows key + R, type regedit, and press Enter. Click Yes if prompted by User Account Control.
- 2In the Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- 3Right-click on the Windows folder in the left panel, select New → Key, and name it WindowsUpdate. Press Enter.
- 4Right-click on the new WindowsUpdate key, select New → Key, and name it AU. Press Enter.
- 5Click on the AU key to select it. In the right panel, right-click on empty space and select New → DWORD (32-bit) Value.
- 6Name the new value NoAutoUpdate and press Enter.
- 7Double-click NoAutoUpdate and set its value to 1 to disable automatic updates. Click OK.
- 8Close Registry Editor and restart your computer for the change to take effect.
- 9To re-enable automatic updates: return to this registry key and either delete the NoAutoUpdate value or change its value back to 0.
Method 7: Use a Third-Party Tool (Windows Update Blocker)
For users who want a simple toggle without manual registry or service editing, free tools like Windows Update Blocker (by Sordum) provide a one-click interface to enable or disable Windows Update. The tool handles the service and registry changes automatically and can be run without installation.
- Download Windows Update Blocker from the developer's official website (sordum.org)
- Run the executable — no installation required
- Click "Disable Service" to stop Windows Update, or "Enable Service" to restore it
- The tool also includes an option to protect the service settings so Windows cannot automatically re-enable updates
How to Check Your Current Windows Update Status
To verify whether updates are currently paused, disabled, or active, go to Settings → Windows Update. The status at the top of the page will show "Updates paused," "You're up to date," or "Updates available." If you used the Services or Registry method, you can also check by opening services.msc and looking at the Windows Update service status.
How to Re-Enable Windows Updates
Regardless of which method you used to disable updates, here is how to restore normal update behavior:
- Settings pause: Go to Settings → Windows Update and click "Resume updates"
- Metered connection: Go to Settings → Network & internet → Wi-Fi → your network name, and toggle Metered connection Off
- Services method: Open services.msc, find Windows Update, right-click → Properties, set Startup type to "Automatic (Delayed Start)," click Start, then Apply and OK
- Group Policy method: Open gpedit.msc, navigate back to the Configure Automatic Updates policy, and set it to "Not Configured" or "Enabled" with your preferred setting
- Registry method: Open regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU, and delete the NoAutoUpdate value or set it to 0
Which Method Should You Use?
- Home user who wants a temporary break: Use Method 1 (Pause in Settings) — simplest, safest, automatically expires
- On a slow or limited connection: Use Method 2 (Metered connection) — reduces background downloads without fully disabling updates
- Frustrated by restart interruptions: Use Method 3 (Active Hours) — keeps updates but prevents disruptive restarts
- Need to freeze a machine for a project: Use Method 4 (Disable Service) — effective but requires manual re-enabling
- IT administrator managing business PCs (Pro/Enterprise): Use Method 5 (Group Policy) — most control, most professional
- Home user who wants permanent control: Use Method 6 (Registry) — works on all editions including Home
- Want a simple toggle tool: Use Method 7 (Windows Update Blocker) — easiest for non-technical users who want more than a 5-week pause
Pro Tip
If you manage multiple Windows 11 computers for your Miami business and need centralized control over update scheduling, Simple Network Solutions can configure Windows Update for Business policies across your entire fleet — ensuring updates install on your schedule, not Microsoft's. Call (786) 383-2066 or visit our Services page to learn more.
Stay ahead of Miami's IT threats & trends
Monthly insights written for South Florida business owners — covering cybersecurity alerts, cost-saving IT strategies, and Miami-specific technology advice.
About the Author
Lead IT Consultant & Co-Founder · 18 years experience
CompTIA A+, Network+, Security+ · Microsoft Certified · 18 Years Experience
Carlos co-founded Simple Network Solutions in 2006 after a decade in enterprise IT infrastructure at Fortune 500 companies in Miami. He specializes in managed IT strategy, cloud migrations, and technology roadmaps for Miami-Dade businesses. He has personally overseen 400+ IT deployments across healthcare, legal, finance, and hospitality sectors in South Florida.
