Follow
Windows

How to Clear Windows Update History in Windows 11

Richard
Written by
Richard
Apr 27, 2026 Updated May 17, 2026 1 min read
How to Clear Windows Update History in Windows 11
Verified for Geek Rewind — This guide was last tested and updated in May 2026.

You can clear your Windows Update history in Windows 11 to declutter your settings or as a troubleshooting step.

Your Windows Update history is a list of all the updates your PC has downloaded and installed, including security patches and feature updates like those from Windows 11, version 24H2.

Clearing this history removes the visible list within your settings menu. Your actual installed updates remain on your computer, ensuring your system stays protected and functional.

This process helps maintain a tidy settings interface and can be a useful step when diagnosing update-related problems.

How to clear your update history

  1. Click the Start button and type “Terminal.”
  2. Right-click on Terminal and select Run as administrator (requires admin privileges).
  3. Copy the following command and paste it into the window, then press Enter:

💻CodeCopy

💻Code
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"
Windows Terminal window showing the command to clear update history

You’ll notice that Update history is cleared.

Windows 11 settings menu showing empty update history list

Summary

Clearing your Windows Update history is a quick way to reset your update logs. By using the command line as an administrator, you can wipe the history list instantly. This does not uninstall your updates; it simply clears the record of them from your view.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Read Windows Update Logs in Windows 11
Windows How to Read Windows Update Logs in Windows 11
How to Schedule Windows Update Restarts in Windows 11
Windows How to Schedule Windows Update Restarts in Windows 11
How to Start, Stop, and Restart Services in Windows 11
Windows How to Start, Stop, and Restart Services in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *