How to Delete Windows Updates: What You Can Remove, What You Can't, and Why It Matters
Windows updates are supposed to make your PC more secure and stable — but they don't always land that way. A recent update might have introduced a bug, slowed down your system, or broken a specific piece of software you depend on. Whatever the reason, removing a Windows update is possible in most cases, though the process and outcome depend heavily on your Windows version, the type of update, and how much time has passed since it was installed.
Why Someone Might Want to Delete a Windows Update
The most common reason is a problematic update — one that causes display issues, crashes, performance drops, or conflicts with existing hardware drivers or software. Microsoft occasionally releases updates with unintended side effects, and removing the offending patch is often the fastest fix while waiting for an official correction.
Other reasons include freeing up disk space, rolling back a feature update that changed the interface in ways you dislike, or troubleshooting a system that started misbehaving shortly after an update was applied.
The Two Main Types of Windows Updates
Understanding what you're dealing with matters before you start deleting anything.
| Update Type | What It Includes | Removable? |
|---|---|---|
| Quality Updates | Security patches, bug fixes, cumulative rollups | Usually yes, via Settings or WUSA |
| Feature Updates | Major OS upgrades (e.g., Windows 11 23H2) | Yes, but only within a limited window |
| Driver Updates | Hardware driver updates pushed via Windows Update | Often yes, through Device Manager |
| Servicing Stack Updates | Core update infrastructure components | Rarely — not recommended |
How to Uninstall a Windows Update Through Settings
This is the most straightforward method and works on Windows 10 and Windows 11.
- Open Settings → Windows Update → Update History
- Scroll down and select Uninstall Updates
- A list of recently installed updates appears — find the one you want to remove
- Right-click (or select) the update and choose Uninstall
- Restart when prompted
Not every update will have an uninstall option. Cumulative updates that have been superseded by a newer patch are often locked and can't be individually removed. In that case, uninstalling the most recent cumulative update is typically the only path available.
Removing Updates via Command Prompt 🖥️
For users comfortable with the command line, the Windows Update Standalone Installer (WUSA) tool gives more direct control.
Open Command Prompt as Administrator and use:
wusa /uninstall /kb:XXXXXXX Replace XXXXXXX with the KB number of the update you want to remove. You can find KB numbers in Settings → Windows Update → Update History — each update is listed with its corresponding KB identifier.
This method is particularly useful for scripted environments or when the Settings UI isn't functioning correctly.
Rolling Back a Feature Update
If a major feature update (like moving from one annual release to the next) is causing problems, Windows gives you a 10-day rollback window by default. After that, the previous version's files are deleted automatically to recover disk space.
To roll back within that window:
- Go to Settings → Windows Update → Advanced Options → Recovery
- Select Go back (if still available)
- Follow the prompts — your files are preserved, but any apps installed after the update may need reinstalling
After the 10-day window closes, the rollback option disappears entirely. At that point, reverting means a clean reinstall of the older Windows version, which is a significantly more involved process.
Pausing Future Updates vs. Deleting Existing Ones
These are two different actions that often get conflated.
Deleting an update removes it from your system after installation. Pausing prevents new updates from downloading and installing temporarily. If your goal is to avoid a specific update that hasn't arrived yet — perhaps one you've heard is causing problems — pausing updates or using the Show or Hide Updates troubleshooter gives you more control without touching what's already installed.
The Windows Update MiniTool and Microsoft's own "wushowhide" troubleshooter (available as a downloadable .diagcab file) can selectively block specific updates from being applied, which is useful for driver conflicts in particular. ⚙️
What Happens After You Remove an Update
Removing a quality or security update doesn't permanently eliminate it. Windows Update will typically try to reinstall it during the next update cycle unless you actively block it. This is by design — Microsoft prioritizes keeping systems patched.
If the update keeps causing problems, the more durable fix is either hiding/blocking it through the troubleshooter until Microsoft issues a revision, or investigating whether the root cause is a driver or software conflict that can be addressed independently.
The Variables That Shape Your Experience
Whether removing an update is simple or complicated depends on several factors:
- Windows edition — Home, Pro, Enterprise, and Education versions have different levels of update control
- How recently the update was installed — older updates are often locked or superseded
- Whether the update is cumulative — cumulative updates bundle multiple patches, so removing one pulls out everything bundled with it
- Your technical comfort level — command-line methods give more flexibility but require accuracy
- Managed vs. personal device — corporate or school devices managed through Group Policy or Intune may restrict what you can remove entirely 🔒
The same update removal that takes two minutes on a personal Windows 11 Pro machine might be completely inaccessible on a domain-joined enterprise device — and the consequences of removing a security patch vary significantly depending on how exposed that machine is.