Use a Command Prompt to Check Your Windows Update History
This tip works in Windows 10 and Windows 11
Windows updates are, by default, installed automatically and ensure that your Windows system is up-to-date with the latest security patches, bug fixes, and hotfixes.
You can check your Windows Update history in Windows 10 by going to Settings > Update & Security > Windows Update and click on “View installed update history”, or in Windows 11 by going to Settings > Windows Update and clicking on “Update history”.
But there’s another way. You can check your update history using Command Prompt. Here’s how…
Type CMD in the taskbar search. When the Command Prompt appears press Enter. At the prompt in the Command Prompt window, enter the following command:
WMIC QFE LIST
and press Enter.
You’ll see the date, a URL, and a KB number for each update. To learn more about an update, copy the KB number from the Command Prompt window and paste it into your favorite browser’s address bar.
For instance, one of the updates is “KB5053598”. So, type KB5053598 into Google search (or search of your choice) and you’ll get a link to the relevant Microsoft page with more information about the KB5053598 update.
If you’re a Windows PowerShell fan or Windows Terminal fan you’ll be happy to know that you can use PowerShell or Windows Terminal instead of a Command Prompt and get the same results.