Introduction
This Windows Update history guide shows you how to track what Microsoft installed on your computer. Every update leaves a record. Knowing how to read that record helps you spot problems, roll back bad updates, and keep your system healthy.
You will learn where to find your update history, how to uninstall a problematic update, and how to hide updates you never want. By the end, you will have full control over your update trail.
What Is Windows Update History?
Windows Update history is a log of every update Microsoft has installed on your PC. It includes security patches, driver updates, cumulative updates, and feature updates. Each entry shows:
- Update name (with KB number)
- Installation date
- Update type (Security, Critical, Optional, Driver)
- Status (Succeeded, Failed, Pending restart)
Checking your Windows Update history regularly helps you verify that security patches from our Windows Update security patches guide actually installed. It also helps you identify if malware like the fake Windows Update 2026 has tampered with your system.
Where to Find Your Update History
Windows 11
- Open Settings > Windows Update
- Click Update history
- You will see sections: Quality Updates, Driver Updates, Optional Updates, Other Updates
Windows 10
- Open Settings > Update & Security > Windows Update
- Click View update history
- Similar sections appear
Alternative Method (All Versions)
- Open Control Panel > Programs > Programs and Features
- Click View installed updates (left sidebar)
- This shows a classic list with uninstall options
Understanding Update History Entries
| Column | What It Means | Example |
|---|---|---|
| KB Number | Unique Microsoft identifier | KB5044285 |
| Installed On | Date of installation | October 15, 2026 |
| Type | Security, Driver, Optional | Security Update |
| Status | Succeeded, Failed, Cancelled | Succeeded |
What to look for:
- Failed updates – need troubleshooting
- Updates installed outside Patch Tuesday – possible out-of-band or manual
- Driver updates you did not approve – check our Windows Update driver updates guide
How to Uninstall a Problematic Update
Sometimes an update breaks your computer. Uninstalling it is easy.
Method 1: From Update History (Windows 11)
- Go to Settings > Windows Update > Update history
- Scroll down to Uninstall updates
- Find the problematic update
- Click Uninstall
- Restart your computer
Method 2: From Control Panel (All versions)
- Open Control Panel > Programs > View installed updates
- Select the update
- Click Uninstall at the top
- Follow prompts and restart
Method 3: From Command Prompt (Advanced)
Open Command Prompt as administrator and type:
text
wusa /uninstall /kb:5044285
(Replace 5044285 with your KB number)
After uninstalling, you may need to hide the update so Windows does not reinstall it automatically. (See the hiding section below.)
How to Hide an Unwanted Update
If an update breaks your system and you do not want it to come back, hide it.
Using Microsoft’s wushowhide Tool
- Download wushowhide.diagcab from Microsoft’s official site
- Run the tool
- Click Hide updates
- Select the update you uninstalled
- Click Next
- The update will not reappear in Windows Update
Why Hide Instead of Just Uninstalling?
| Action | Result |
|---|---|
| Uninstall only | Windows Update offers it again next check |
| Uninstall + hide | Windows Update ignores it permanently |
| Block via Group Policy | Enterprise method for multiple PCs |
For businesses, use our Group Policy Windows Update guide to block updates at scale.
How to Clear Your Update History (Not Recommended)
Windows does not provide a built-in way to clear update history. Third-party tools claim to do this, but they can break Windows Update.
Why you should not clear history:
- You lose the ability to troubleshoot failed updates
- Microsoft support needs history to help you
- Fake malware sometimes clears history to hide its tracks
If you suspect malware like the fake Windows Update 2026 has tampered with your history, run a full antivirus scan instead of clearing logs.
Using Update History to Troubleshoot Problems
Scenario: Computer started crashing after a specific date
- Open Update history
- Find updates installed on or just before the crash date
- Uninstall the most recent one first
- Test if crashes stop
- If yes, hide that update
Scenario: Update failed with error code
- Note the KB number and error code
- Search Microsoft support for that error
- Or refer to our Windows Update stuck fixes
Scenario: Driver update broke Wi-Fi
- Find the driver update in history (type = Driver)
- Uninstall it
- Hide it
- Then use our Windows Update driver updates guide to manage future driver updates
Real-World Applications of Update History Management
Scenario A: Home User with Broken Audio
After a Windows Update, Maria’s speakers stop working. She opens Update history and sees a Realtek driver update installed yesterday. She uninstalls it and hides it. Audio returns. She learns to check optional driver updates more carefully.
Scenario B: IT Admin with Widespread Crash
A security patch causes blue screens on 20 computers. The admin checks Update history on one machine, finds KB5044285 installed last night. He uninstalls it using Command Prompt remotely. Then he uses Windows Update for Business setup to defer that patch until Microsoft releases a fix.
Scenario C: Student Verifying Security Patches
After reading our Windows Update security patches guide, John checks his Update history. He sees no updates for two months. He runs the Windows Update Troubleshooter guide and fixes his broken automatic updates. His history now shows the latest security patches.
Comparison: Update History Methods
| Method | Best For | Can Uninstall? | Can Hide? |
|---|---|---|---|
| Settings > Update history | Quick viewing | Yes (limited) | No |
| Control Panel > Installed updates | Uninstalling updates | Yes | No |
| wushowhide tool | Hiding updates | No | Yes |
| Command Prompt (wusa) | Remote uninstall | Yes | No |
For complete control, use Control Panel to uninstall and wushowhide to hide.
Common Update History Mistakes
Mistake #1: Never checking update history. You might miss failed updates that leave you vulnerable.
Mistake #2: Uninstalling security patches without a good reason. Only uninstall if the update breaks something critical.
Mistake #3: Forgetting to hide an update after uninstalling. Windows will reinstall it next check, and you will be in a loop.
Mistake #4: Using third-party tools to clear history. This can break Windows Update and hide evidence of malware.
FAQ About Windows Update History
Can malware like fake Windows Update 2026 alter my update history?
Yes. Some sophisticated malware can delete or modify update history to hide its tracks. If you see missing entries or impossible dates, run a full antivirus scan.
How long does Windows keep update history?
Indefinitely. History logs go back to your first Windows installation. You cannot delete them through normal means.
Can I export my update history to a file?
Yes. In Command Prompt (admin), type:
text
wmic qfe list brief /format:htable > C:\update-history.html
This creates an HTML file you can save or print.
Why does an update not appear in history even though I installed it?
It may be a feature update (OS version upgrade). Feature updates replace the entire OS and reset some history. Check your OS version number instead.
Conclusion
This Windows Update history guide has shown you how to track, uninstall, and hide updates. Check your history monthly to verify security patches installed. Uninstall problematic updates and hide them to prevent reinstallation. Never clear your history – it is a valuable troubleshooting tool.
Use history alongside the Windows Update Troubleshooter guide and Windows Update stuck fixes for complete update management.
Next steps: Review your Update history today. Look for failed updates or suspicious driver updates. And always stay protected against threats like the fake Windows Update 2026 malware.