How to Fix Windows Update History Missing or Not Showing on Windows
Windows Update history blank, showing "No updates have been installed," or missing entries? Fix update history display issues on Windows 10 and 11.
📖
Main Troubleshooting Guide
How to Fix Windows Update Errors →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Settings → Windows Update → Update history shows empty list
- •"No updates have been installed" even though updates ran recently
- •Update history only shows recent updates, older entries disappeared
- •Specific updates missing from history that you know were installed
- •Windows Update history cleared itself after a major update
- •Can't find the update that caused a problem to roll it back
- •DISM /Online /Get-Packages shows updates but Settings does not
Common Causes
- ⚠Windows Update data store reset or corrupted
- ⚠Feature update (e.g., 22H2 → 23H2) clears update history by design
- ⚠Windows Update troubleshooter reset the update components
- ⚠SoftwareDistribution folder was manually renamed or deleted
- ⚠Registry entries for update history corrupted
- ⚠Windows Update history database exceeds size limit and truncates old entries
- ⚠Third-party system optimization tool cleared Windows Update cache
Solutions
Solution 1: Check Update History via Command Line
- 1Even if Settings shows empty history, the data may still exist:
- 2Open PowerShell as Administrator
- 3Run: Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 20
- 4This shows the 20 most recently installed hotfixes with dates
- 5For more detail: wmic qfe list brief /format:table
- 6Or: DISM /Online /Get-Packages /Format:Table | more
- 7These commands read directly from the system, bypassing the Settings UI
Solution 2: Rebuild Windows Update Data Store
- 1Open Command Prompt as Administrator
- 2Run: net stop wuauserv
- 3Run: net stop bits
- 4Run: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- 5Run: net start wuauserv
- 6Run: net start bits
- 7Check for updates: Settings → Windows Update → Check for updates
- 8This rebuilds the update database — future updates will be tracked properly
- 9Note: previously installed updates are still on the system, just the history display resets
Solution 3: View Installed Updates via Control Panel
- 1The older Control Panel view sometimes shows entries the Settings app doesn't:
- 2Open Control Panel → Programs → Programs and Features → View installed updates
- 3This lists all installed updates with KB numbers and dates
- 4You can also uninstall specific updates from here
- 5If looking for a specific KB: press Ctrl+F and search for the KB number
Solution 4: Export Update History for Records
- 1To keep a permanent record of installed updates:
- 2Open PowerShell as Administrator
- 3Run: Get-HotFix | Export-Csv -Path "$env:USERPROFILE\Desktop\update-history.csv"
- 4Or for Windows Update session history:
- 5Run: Get-WindowsUpdateLog (generates WindowsUpdate.log on Desktop)
- 6This creates a detailed log of all update activity including failures
- 7Save these exports periodically since Windows may clear the built-in history after feature updates
FIXES THIS IN 5 MINUTES
Fix Windows Update History Missing or Not Showing Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11