Table of Contents
This practical guide explains how to view update history on Windows 11. Follow the steps in order, review the requirements first, and use the troubleshooting notes when a setting or option does not work as expected.
View update history on Windows 11
Step 1:
You access Settings on your computer, then select Windows Update on the left side of the interface.

Continuing to look at the content next to it, we will select Update history to see the update history on Windows 11.

Step 2:
Check your history of recently installed updates, including updates, drivers, Microsoft Defender Antivirus, feature updates, and optional Windows 11 updates. Click Learn more to see more information if needed.

When an update fails to install on your computer, an error code message will appear next to the update name. You can use this message to search online to determine the reason and troubleshooting steps.

How to View Windows 11 Update History from PowerShell
Step 1:
You enter the keyword PowerShell in the search bar and then click access with the Run as administrator option.

Step 2:
Type the following command to install the PowerShell module for Windows 11 update and press Enter.
Install-Module -Name PSWindowsUpdate -Force
Type A and press Enter to continue.

Step 3:
Type the following command to import the module and press Enter.
Import-Module PSWindowsUpdate
Then you can choose 1 of the 2 commands below to see the update. With command 1 see all recent updates and press Enter.
Get-WUHistory
Or the command below to see a list of the 20 most recent updates and press Enter.
Get-WUHistory -Last 20
FAQ
What should you know about view update history on Windows 11?
You access Settings on your computer, then select Windows Update on the left side of the interface.
How to View Windows 11 Update History from PowerShell?
You enter the keyword PowerShell in the search bar and then click access with the Run as administrator option.
What does this guide cover?
This guide explains view update history on Windows 11, including the main steps, important details, and practical considerations.
Reader Comments 0
Sign in with email or Google to join the discussion.