
How to Stop Windows Update (2026 Guide)
Few things derail a workday faster than Windows deciding it’s time to restart mid-presentation, mid-export, or right when you’re about to hit a deadline. Windows Update exists to keep your PC secure and running smoothly, but it doesn’t always pick the most convenient moment to do it. The good news is Microsoft has actually made this easier to control recently — as of the July 2026 update, you have more flexibility than ever to pause updates on your own schedule.
This guide covers every method to stop, pause, or disable Windows Update on Windows 11 and Windows 10 — from the simple built-in pause button, to Group Policy and Registry tweaks for more permanent control, along with the real risks of turning updates off entirely.
Why You Might Want to Stop or Pause Windows Update
- Avoiding mid-task interruptions.
- Managing limited or metered internet data. Feature updates in particular can be fairly large downloads, which matters if you’re on a capped or metered connection.
- Testing stability before committing. Some users prefer to wait and see how a new update performs for others before installing it themselves, especially after past updates that caused bugs or performance issues.
- Working around update-related errors. If a specific update keeps failing or causing blue screen issues, temporarily pausing it can buy you time to troubleshoot.
- Traveling or attending events. If you’re relying on a laptop away from a stable connection or power source, an unplanned update-triggered restart is the last thing you want.
Method 1: Pause Updates From Settings (Easiest, Temporary)
This is Microsoft’s officially supported, no-risk way to delay updates, and it’s genuinely the best starting point for most people.
On Windows 11
- Click Start and open Settings.
- Select Windows Update from the sidebar.
- Next to Pause updates, you’ll see a button — click the small dropdown arrow next to it if you want more than the default option.
- As of the July 2026 update (KB5101650), Windows 11 versions 24H2 and 25H2 replaced the old fixed-length dropdown with a calendar date picker, letting you choose an exact date to resume updates rather than being limited to preset weekly increments.
- Select your desired pause end date and confirm.
The pause period caps at 35 days per selection, but here’s the useful part: as that 35-day window approaches its end, you can simply reopen the calendar and pick a new future date, extending the pause again.
If you’re on an earlier Windows 11 build that hasn’t received KB5101650 yet, you’ll instead see the older version of this control, which lets you pause updates in fixed increments up to a maximum of 5 weeks at a time using a simple dropdown menu.
On Windows 10
- Open Settings.
- Go to Update & Security.
- Under Windows Update, click Pause updates for 7 days (older Windows 10 builds may show a similar option with slightly different wording or maximum duration).
Resuming Updates Early
If you change your mind before your pause period ends:
- Go to Settings > Windows Update.
- Select Resume updates.
Important: Pausing Cancels In-Progress Downloads and Restarts
One detail worth knowing before you pause: activating a pause doesn’t just prevent new updates — it also cancels update restarts and downloads that were already in progress, even if an update was mid-install at the time. This is generally helpful if you’re pausing specifically to stop an inconvenient restart, but it does mean any partially completed update work gets discarded and will need to restart from the beginning once your pause period ends.
Method 2: Configure a Custom Restart Time Instead of Pausing Entirely
If your real concern is just avoiding unexpected restarts (rather than stopping updates altogether), Windows lets you schedule exactly when updates are allowed to restart your device:
- Go to Settings > Windows Update.
- Look for Restart options or a similar scheduling section.
- Choose a specific time window each day where restarts are permitted — ideally outside your typical working hours.
This approach keeps your security patches current while still preventing Windows from interrupting you mid-task, which is often a better long-term balance than repeatedly pausing everything.
For a more forceful stop that doesn’t rely on Windows’ built-in pause limits, you can disable the Windows Update service directly:
- Press Windows + R to open the Run dialog.
- Type services.msc and press Enter.
- Right-click it and select Properties.
- Under Startup type, change it to Disabled.
- Click Stop if the service is currently running, then click Apply and OK.
To reverse this later, follow the same steps and set the Startup type back to Automatic (or Manual, depending on your preference), then start the service again.
Method 4: Disable Automatic Updates via Group Policy Editor (Windows Pro/Enterprise)
Group Policy Editor offers more granular, persistent control and is only available on Windows Pro, Enterprise, and Education editions — not Windows Home.
- Press Windows + R, type gpedit.msc, and press Enter.
- Find and double-click Configure Automatic Updates.
- Select Disabled to turn off automatic updates entirely, or select Enabled and choose an option like “2 – Notify for download and auto install” if you’d rather be prompted before anything downloads, giving you more control without fully disabling updates.
- You can also look for a setting like Specify deadlines for automatic updates and restarts, which lets you extend how long Windows waits before forcing a restart — some users set this to around 14 days to give themselves a wider window to find a convenient time.
- Click Apply, then OK.
Unlike the Settings-based pause, which automatically expires, Group Policy settings remain active indefinitely until you manually change them again — making this a more durable option for anyone who wants long-term control rather than repeatedly renewing a pause.
Method 5: Disable Updates via Registry Editor
This method works even on Windows Home editions, where Group Policy Editor isn’t available, but it requires more caution since incorrect registry edits can cause other system issues.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate - If a key called WindowsUpdate doesn’t already exist here, you may need to create it, along with a nested key called AU inside it.
- Right-click in the right-hand pane, select New > DWORD (32-bit) Value, and name it NoAutoUpdate.
- Double-click the new value and set it to 1 to disable automatic updates.
To reverse this, either delete the NoAutoUpdate value you created, or change its value back to 0.
Always back up the registry (or create a system restore point) before making manual edits like this, since mistakes in the wrong key can cause broader system problems.
Method 6: Use a Metered Connection to Limit Updates
If you’re connected via Wi-Fi, setting your connection to “metered” can limit (though not fully stop) certain updates from downloading automatically:
- Click your currently connected network.
- Toggle on Metered connection.
With this enabled, Windows treats your connection as limited and avoids automatically downloading some larger updates, though monthly quality updates are typically small enough that this setting doesn’t block them entirely — it mainly affects larger feature updates rather than routine security patches.
Method 7: Third-Party Update Management Tools
These are generally aimed at business or enterprise environments rather than everyday personal use, but they’re worth knowing about if you’re responsible for managing updates across many devices at once.
The Real Risk of Permanently Disabling Updates
It’s worth being honest about the trade-off here: while it’s technically possible to disable Windows Update indefinitely using Services, Group Policy, or the Registry, doing so stops your PC from receiving security patches, not just feature updates or cosmetic changes. Security vulnerabilities are discovered regularly, and a large portion of what Windows Update actually delivers is patching those vulnerabilities before they can be exploited. Fully disabling updates long-term is a genuinely risky decision unless you have a strong, specific reason and understand exactly what you’re giving up.
For most people, the smarter approach — and the one Microsoft itself has recently started actively encouraging through the improved calendar-based pause tool — is to time when updates land rather than freeze the update process permanently. Repeatedly extending a 35-day pause, or configuring a sensible custom restart window, gets you most of the practical benefit (fewer disruptive interruptions) without the long-term security exposure of a fully disabled update service.
Troubleshooting: Can’t Resume Updates After Pausing
Occasionally, users report being unable to click “Resume updates” after a pause, even when they want updates to start again. If this happens:
- Open Command Prompt as Administrator.
- Run the following commands in order, pressing Enter after each:
net stop wuauservnet stop bitsren C:\Windows\SoftwareDistribution SoftwareDistribution.oldnet start wuauservnet start bits
- Restart your computer and check Windows Update again.
This process essentially resets the Windows Update cache folder, which resolves a lot of stuck-state issues, including a pause that won’t release.
Frequently Asked Questions
1. As of the July 2026 update, Windows 11 lets you choose a specific date up to 35 days ahead using a calendar picker. Older builds without this update are limited to fixed increments up to 5 weeks via a dropdown menu instead.
2. Can I pause Windows Update indefinitely? Not in a single action, but effectively yes by repeatedly extending the pause. Each pause caps at 35 days, but you can select a new future date again before the current pause expires, with no limit on how many times you repeat this.
3. Does pausing updates cancel a download or install that’s already in progress? Yes. Activating a pause cancels any update currently downloading, installing, or scheduled to restart, even if it was mid-process, meaning that update will need to restart from the beginning once your pause ends.
4. What’s the difference between pausing updates and disabling the Windows Update service? Pausing is temporary, expires automatically, and is fully supported by Microsoft. Disabling the Windows Update service through services.msc is a more forceful, persistent stop that doesn’t expire on its own and stops your PC from checking for updates entirely, including security patches.
5. Is it safe to permanently disable Windows Update? It carries real risk, since disabling updates also stops critical security patches from being installed, leaving your PC more exposed to vulnerabilities over time. Most experts recommend using pause and restart scheduling instead of a full permanent disable.
6. Can I use Group Policy Editor to stop updates on Windows Home? No. Group Policy Editor is only available on Windows Pro, Enterprise, and Education editions. Windows Home users needing similar persistent control would need to use the Registry Editor method instead.
7. Will setting my Wi-Fi to a metered connection fully stop Windows updates? No, not entirely. It primarily limits larger downloads like feature updates, but smaller monthly quality and security updates typically still install regardless of the metered setting.
8. What should I do if I can’t resume updates after pausing them? Try resetting the Windows Update cache through Command Prompt using the stop/rename/restart sequence for the wuauserv and bits services, then restart your computer and check Windows Update again.
Conclusion
Windows Update exists for a good reason, but that doesn’t make it any less frustrating when it picks the worst possible moment to restart your machine. Thankfully, Microsoft’s own recent changes — particularly the new calendar-based pause tool introduced in the July 2026 update — make it genuinely easier to control your update schedule without resorting to riskier, more permanent fixes. For most people, learning to pause strategically (and renew that pause when needed) strikes the right balance: fewer disruptive interruptions, without giving up the security protection that comes with staying reasonably current.
