How to Clear Windows Update History in Windows 11
Clearing your Windows Update history in Windows 11 removes the list of past patches and upgrades shown in your settings app without deleting any actual system files. Windows 11 keeps a running log of every update it installs, which can make your settings menu cluttered over time.
Wiping this list is safe and helps clean up your screen. It also lets you start fresh when you need to troubleshoot a failed update or check what recently changed on your PC.
Open Windows Terminal as administrator, paste the provided command, and press Enter. This action will clear your visible Windows Update history without uninstalling any installed updates.
How to clear your update history
- Click the Start button and type “Terminal.”
- Right-click on Terminal and select Run as administrator (requires admin privileges).
- Copy the following command and paste it into the window, then press Enter:
Paste the following command into the window and press Enter: [Command goes here] This command clears out the underlying log files without touching the actual system patches.
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop usosvc & net stop wuauserv & del %systemroot%\SoftwareDistribution\DataStore\Logs\edb.log & del /f /q C:\ProgramData\USOPrivate\UpdateStore\* & net start usosvc & net start wuauserv & UsoClient.exe RefreshSettings' -Verb runAs"

The settings menu updates automatically to show a blank update log.

Summary
Resetting update logs through an administrative command line wipes the visible history instantly. Installed system patches remain fully intact and operational despite the cleared record.
Was this guide helpful?
50% of readers found this helpful (2 votes)
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!