How to Delete Windows Updates (And Whether You Should)
Windows updates are automatic, persistent, and sometimes unwelcome. Whether a recent update broke something, ate up disk space, or caused unexpected behavior, knowing how to remove installed updates gives you back some control. Here's how the process actually works — and what you need to know before you start.
What Happens When Windows Installs an Update
When Windows Update runs, it downloads patches, security fixes, feature rollouts, or driver updates and applies them to your system. Most of these changes are recorded in a log and can be uninstalled individually — at least for a window of time.
Windows stores a rollback snapshot for major updates, allowing you to reverse a feature update entirely. For smaller cumulative patches, you can uninstall them through the update history interface. However, Microsoft limits how long rollback data is kept. After roughly 10 days (for feature updates) or at system cleanup intervals, that data gets purged automatically.
Understanding this timeline is important. The longer you wait, the fewer options you have.
How to Uninstall a Windows Update
Method 1: Through Settings
This is the most straightforward approach for most users.
- Open Settings → Windows Update → Update History
- Scroll down and select Uninstall Updates
- A list of installed updates appears, sorted by date
- Right-click the update you want to remove and select Uninstall
Not every update will appear as removable here. Microsoft marks some updates as protected — typically those tied to core security architecture or system stability components.
Method 2: Through Control Panel
On older Windows 10 installations or when the Settings path isn't behaving:
- Open Control Panel → Programs → Programs and Features
- Click View installed updates in the left panel
- Find the update, right-click, and uninstall
Method 3: Command Prompt (for advanced users) 🛠️
If you know the KB number of the update (visible in Update History), you can remove it via Command Prompt:
wusa /uninstall /kb:XXXXXXX Replace XXXXXXX with the actual KB number. Run Command Prompt as Administrator. This method is faster when dealing with multiple updates or when the GUI isn't cooperating.
Method 4: Roll Back a Feature Update
For major Windows version upgrades (like moving from Windows 10 to Windows 11, or a significant Windows 11 version bump):
- Go to Settings → System → Recovery
- Select Go back (if available)
This option disappears after roughly 10 days. If it's greyed out or missing, the rollback files have likely been deleted by Windows during routine cleanup.
How to Delete the Windows Update Cache (To Reclaim Disk Space)
Uninstalling an update removes it from your system. But Windows also keeps downloaded update files in a temporary cache folder — C:WindowsSoftwareDistributionDownload — even after installation completes. This folder can grow large over time.
To safely clear it:
- Stop the Windows Update service: open Services (
services.msc), find Windows Update, right-click → Stop - Navigate to
C:WindowsSoftwareDistributionDownloadand delete the contents - Restart the Windows Update service
Alternatively, Disk Cleanup (cleanmgr) includes a "Windows Update Cleanup" option that handles this more safely without manual service management.
Factors That Affect What You Can Actually Remove
| Factor | Impact |
|---|---|
| Time since installation | Rollback data may already be gone after 10 days |
| Update type | Feature updates vs. cumulative patches have different removal paths |
| Windows edition | Home vs. Pro can affect update control options |
| System age and disk space | Low-storage systems may auto-purge rollback files faster |
| Whether the update is flagged as protected | Some security updates cannot be uninstalled |
Pausing or Blocking Future Updates
Removing an update doesn't stop Windows from reinstalling it. If you delete an update and Windows reinstalls it automatically, you have a few options:
- Pause updates temporarily via Settings → Windows Update (available on all modern editions)
- Hide specific updates using Microsoft's "Show or Hide Updates" troubleshooter tool, a free download from Microsoft's support site
- On Windows 11 Pro or Enterprise, Group Policy allows more granular control over which updates install and when
Windows Home edition has fewer native tools for blocking specific updates, which is a meaningful limitation depending on your setup.
What You Might Lose by Removing Updates ⚠️
This is the part most guides skip over. Uninstalling an update — especially a security patch — can leave your system exposed to known vulnerabilities. Some updates also include fixes for bugs that affect app compatibility, printer drivers, networking, or display performance.
Removing a feature update might restore a setting or interface you preferred, but it can also undo fixes for issues you didn't know you had. The stability of your specific software environment — what apps you run, whether you connect to a corporate network, how you use the machine — determines how much real risk that exposure creates.
The Variables That Make This Decision Personal
Whether deleting a Windows update is the right move depends on factors that vary considerably from one machine to the next: what broke, how critical that function is to your workflow, what version of Windows you're running, how old the update is, and whether your device is managed by an IT department or used independently. The technical steps are consistent — but the judgment call about whether to take them is entirely tied to your own situation.