To cancel Windows updates, pause in Settings, stop the Windows Update service, switch to a metered network, or uninstall the pending update.
When a patch breaks an app or you need your PC stable for a deadline, stopping an update can save the day. The goal isn’t to block fixes forever; it’s to take back short-term control and roll back what you don’t want. Below you’ll find safe ways to pause downloads, cancel a stuck install, hide a bad driver, and remove a patch. Each method mirrors the menus in Windows 11 and Windows 10 so you can act fast.
Before You Stop An Update
Quick check: Save work and plug in power. Interrupting an install during a restart can corrupt files. These steps target normal PCs, not domain-managed machines where update rules may be set by admins.
Windows uses two kinds of releases. Monthly quality updates arrive on a regular cadence and include security fixes. Feature updates ship less often and change versions. Cancelling or rolling back works best right after a download or soon after a reboot when an issue appears.
Fast Ways To Pause Or Stop Updates
Windows gives you a built-in pause that buys time to test or travel. You can also stop the Windows Update service for a short window to cancel a download. Pick the lightest touch first.
- Pause updates in Settings — Open Settings > Windows Update, choose Pause, then pick a time window up to several weeks. This halts new downloads and installs until the pause ends, then Windows resumes.
- Stop the Windows Update service — Press Win+R, type services.msc, press Enter, right-click Windows Update, choose Stop. This cancels an active download session. Start it again later with Start in the same spot.
- Switch the connection to metered — Go to Settings > Network & Internet, open your Wi-Fi or Ethernet network, turn on Metered connection. Windows cuts back on automatic downloads on metered links, which helps hold off big packages.
Cancel A Download Or Pending Install
If a download sits at 99% or a patch keeps re-trying, clear the update cache after stopping the service. This wipes partial files so Windows can’t force the same broken payload right away.
- Stop update services — Open an elevated Command Prompt and run:
net stop wuauservandnet stop bits. Both commands end the core services that fetch and stage updates. - Clear the cache folder — Navigate to
C:\Windows\SoftwareDistribution\Downloadand delete its contents. You can also rename the parent folder toSoftwareDistribution.old. - Start services again — In the same console, run
net start wuauservandnet start bits. If the update was stuck, this reset cancels the attempt and puts you back in control.
Deeper fix: If errors persist, reset the wider update components, including the Cryptographic service and the catroot2 folder. That full reset is overkill for a quick cancel, yet it resolves many stubborn loops.
How Can I Cancel Windows Updates? Variations That Fit Real-World Needs
Many readers type “how can i cancel windows updates?” when a patch won’t behave. The right move depends on timing and scope. Use the table below as a cheat sheet, then pick the matching path.
| Method | What It Does | Best For |
|---|---|---|
| Pause in Settings | Stops new downloads for a set period | Short trips, testing days |
| Stop service | Cancels an active download session | Stuck progress bars |
| Metered network | Limits background downloads | Data caps, slow links |
| Hide a driver/patch | Blocks a specific item from reinstalling | Bad driver loops |
| Uninstall update | Removes a recently installed KB | App breaks after reboot |
| Group Policy | Sets “Notify” before download/install | Hands-on control |
Block A Specific Driver Or Patch
A device driver can re-install itself right after you remove it. Hiding that item stops Windows from pulling it again. Microsoft offers a helper tool called “Show or hide updates” that scans for available items and lets you hide the ones you don’t want.
- Run the troubleshooter — Launch the wushowhide.diagcab package, select Hide updates, pick the update or driver, then finish. Hidden items stay blocked until you unhide them.
- Reboot and test — With the driver blocked, reinstall or roll back the device in Device Manager and confirm the issue is gone.
Heads-up: This tool lives outside normal menus and may move pages over time. If it isn’t available on your PC, use the Pause switch or Group Policy route below to hold off the item while you troubleshoot.
Uninstall A Problem Update
When a patch already installed and broke something, remove it from the update history page. You can also use command-line tools when Settings won’t open.
- Use Settings first — Open Settings > Windows Update > Update history > Uninstall updates. Select the KB entry and choose Uninstall. Some core packages can’t be removed.
- Try WUSA for older style packages — Run
wusa /uninstall /kb:1234567 /quiet /norestartwith the target KB number. This tool handles classic MSU packages. - Use DISM for modern cumulative updates — Open an elevated console and list packages with
DISM /online /get-packages. Find the LCU package name, then runDISM /online /remove-package /packagename:PackageName. Reboot when prompted.
Safety tip: If the removal screen warns that an update is mandatory, stop there and use the Pause switch instead. Security and servicing stack items often can’t be rolled back.
Taking Longer-Term Control With Group Policy And Settings
If you want Windows to ask before it downloads, set a policy on Pro and higher editions. Home users can lean on Pause and metered networks for a similar effect.
- Set “Notify” in Group Policy — Open the editor and go to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience > Configure Automatic Updates. Enable it and pick option 2 – Notify for download and auto install. Windows will prompt before fetching files.
- Defer feature releases — In the same policy area, choose the Windows Update for Business options to pick channels and deferral days for feature updates. This reduces surprise version jumps.
- Use metered as a soft block — Keep your main network metered on travel laptops. Pair this with manual checks so you decide the day and place.
These settings don’t stop security fixes forever. They put you in the loop so patching happens on your schedule. That’s often all a workstation needs.
On Home editions you won’t see Group Policy. That’s fine; you can still stack Pause, metered, and manual checks for a near-equivalent flow. Pro, Enterprise, and Education gain the policy knob, which is handy for labs and office PCs where you want every download to begin with a prompt and a choice.
Limits, Risks, And A Sensible Patch Rhythm
Some releases are mandatory and won’t uninstall. Even when removal is offered, rolling back security fixes raises risk. The answer is a cadence that fits your work, not a permanent block.
- Keep a test window — When a new month lands, pause for a few days on primary machines while one secondary PC updates first. Watch that canary.
- Use Active Hours — Set Windows Update > Advanced options > Active hours so restarts don’t hit during meetings.
- Record KBs you remove — Note the KB number and date. When Microsoft re-issues a fix, you’ll know when to try again.
- Back up before a big change — A system image or restore point shortens recovery if a removal goes wrong.
How Can I Cancel Windows Updates? Practical Scenarios
Searches for “how can i cancel windows updates?” usually come from a few repeat situations. Match yours to the right play.
- A download is eating bandwidth — Hit the Pause switch, set metered, and stop the service if needed. Resume during off-hours.
- A driver keeps returning — Hide it with the troubleshooter, then reinstall your stable driver and test.
- An app broke after Patch Tuesday — Remove the recent KB from Update history, test, then defer quality updates for a short window.
- The PC keeps trying to finish an install — Stop services, clear the cache, start services, then reboot. If it returns, run the full component reset.
- You manage lab machines — Use Group Policy to force a prompt before download and control feature deferrals across the fleet.
Tools That Help Without Breaking The Pipeline
The built-in Windows Update troubleshooter fixes common glitches that feel like “forced installs.” Run it from Settings > System > Troubleshoot > Other troubleshooters, pick Windows Update, and apply the fixes it suggests. Pair that with a metered connection and you usually get enough breathing room to work, test, then patch on your terms.
- Run the troubleshooter — Let Windows repair stuck services and clear temporary files for you.
- Set Active Hours — Give Windows a window for restarts so a patch never interrupts a call.
- Schedule a manual check — Pick a weekly slot to install updates after you’ve verified that apps behave.
