How to Cancel a Windows Update (Before, During, and After)
Windows updates have a habit of appearing at the worst possible moment — right before a presentation, mid-way through a project, or on a machine you're not ready to restart. Whether you want to pause an update, stop one that's already downloading, or roll back one that's already installed, the answer depends heavily on where you are in the process.
Understanding What "Canceling" Actually Means
Windows updates don't have a single cancel button, and that's intentional. Microsoft designed Windows Update to be persistent — partially to improve security, partially because interrupted updates can cause system instability. So the method you use depends on the stage the update is in:
- Scheduled but not started — easiest to delay or reschedule
- Downloading in the background — can be paused or stopped
- Installing (mid-process) — risky to interrupt; not recommended
- Already installed — requires an uninstall or rollback
Each stage calls for a different approach.
How to Pause or Delay a Pending Update
If Windows is about to download or install an update and you want to hold it off, the cleanest method is through Settings.
- Open Settings → Windows Update
- Click Pause updates
- Choose a pause duration (Windows 11 allows pausing for up to 5 weeks at a time; Windows 10 offers similar options)
This won't cancel the update permanently — it simply delays delivery. Once the pause period expires, Windows will resume downloading automatically.
For longer-term deferral, users on Windows Pro, Enterprise, or Education editions can use the Advanced options menu to delay feature updates by up to several months, and quality/security updates by a shorter window. This option is not available on Windows Home editions.
How to Stop an Update That's Currently Downloading
If you can see an update downloading and want to stop it mid-progress:
- Go to Settings → Windows Update
- Click Pause updates — this will stop the active download
Alternatively, you can stop the Windows Update service directly:
- Press Win + R, type
services.msc, and hit Enter - Scroll to Windows Update
- Right-click → Stop
This halts the download immediately. However, the service will typically restart the next time Windows checks for updates, so this is a temporary measure. Partially downloaded update files are usually stored in C:WindowsSoftwareDistributionDownload and can be deleted after stopping the service — but only do this if you're comfortable navigating system folders.
Can You Cancel an Update That's Currently Installing? ⚠️
This is the dangerous zone. If Windows is actively applying an update — especially during a restart with the "Working on updates" screen — you should not force-shut down your machine unless absolutely necessary.
Interrupting an in-progress installation can cause:
- Boot loops
- Corrupted system files
- Driver failures
If your machine is stuck on the update screen for an unusually long time (more than 1–2 hours with no progress), that's a different problem — but under normal circumstances, let it finish.
How to Uninstall an Update That's Already Installed
If an update has already been applied and is causing problems, Windows provides a way to remove most updates after the fact.
For Windows 10 and 11:
- Go to Settings → Windows Update → Update History
- Click Uninstall updates
- Find the update by its KB number or description
- Right-click → Uninstall
Not all updates can be uninstalled this way — some are deeply integrated into the OS. But most cumulative and feature updates will appear in this list.
Using System Restore is another option if you set a restore point before the update was applied. This reverts system files and settings to an earlier state without deleting personal files.
For more significant rollbacks — such as reverting from a major feature update (e.g., rolling back from Windows 11 to Windows 10) — Windows provides a "Go back" option under Settings → Recovery, but this window is typically only available for 10 days after the update was installed.
Blocking Specific Updates from Reinstalling
Microsoft offers a standalone tool called the "Show or Hide Updates" troubleshooter (sometimes called wushowhide.diagcab) that lets you hide specific updates so Windows won't automatically reinstall them. This is particularly useful if a specific driver update keeps breaking hardware functionality.
| Method | Stage | Permanence | Risk Level |
|---|---|---|---|
| Pause updates | Pre-download | Temporary | Low |
| Stop Windows Update service | Downloading | Temporary | Low |
| Uninstall via Update History | Post-install | Moderate | Low–Medium |
| System Restore | Post-install | Moderate | Medium |
| Go Back (10-day window) | Post-feature update | More complete | Medium |
| Show/Hide Updates tool | Pre-install | Persistent | Low |
The Variables That Change Everything 🔧
There's no single answer that fits every situation because several factors shape which method is actually available to you:
- Windows edition — Home users have fewer deferral controls than Pro or Enterprise users
- Update type — Security patches, driver updates, and feature updates each behave differently and carry different risks if skipped or removed
- How long ago the update installed — The rollback window closes quickly
- Whether you have restore points — System Restore only works if it was enabled beforehand
- Your comfort with system tools — Stopping services or deleting cached files carries more risk for users unfamiliar with Windows internals
A home user on Windows 11 Home who wants to delay an update before a meeting has a very different situation than an IT administrator managing a fleet of machines who needs to block a problematic driver update across their organization. The underlying mechanics are the same — but the right method, and how aggressive it's safe to be, varies considerably based on your specific setup and what you're trying to protect.