Skip to content
Follow
Windows

How to Clear Windows Update History in Windows 11

Richard
Written by
Richard
Apr 27, 2026 Updated Sep 15, 2026 1 min read
Update list dissolving into particles interface
Update list dissolving into particles interface

Clearing the update history in Windows 11 removes the list of past patches and upgrades from the Settings app without deleting any actual system files. Windows keeps a log of every installed update, which can clutter your screen over time.

Advertisement

Wiping this list is safe and helps you start fresh when you need to troubleshoot a failed update or check what recently changed on your PC.

⚡ Quick Answer

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.

Advertisement

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:

You can clear update history in Windows 11 by running a short command in Windows Terminal (a tool for running text commands). This method wipes out the list of past updates shown in your settings screen without removing the actual security patches or updates already installed on your computer. Follow the steps below to run the command and clean up your update list.

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

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

Windows 11 settings menu showing empty update history list
Windows 11 settings menu showing empty update history list

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?

67% of readers found this helpful (3 votes)

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.

Advertisement

📚 Related Tutorials

How to Read Windows Update Logs in Windows 11
Windows How to Read Windows Update Logs in Windows 11
How to Fix Windows Update Failures in Windows 11
Windows How to Fix Windows Update Failures in Windows 11
How to Schedule Windows Update Restarts in Windows 11
Windows How to Schedule Windows Update Restarts in Windows 11
How to Check for Windows 11 Updates
Windows How to Check for Windows 11 Updates

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

Leave a Comment

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