Windows

How to Read Windows Update Logs in Windows 11

Richard
Written by
Richard
Apr 27, 2026 2 min read
How to Read Windows Update Logs in Windows 11
Verified for Geek Rewind — This guide was last tested and updated in April 2026.

Do you ever wonder why your computer is acting up after an update? Sometimes you need to check the Windows Update logs to see exactly what happened behind the scenes. This guide will show you how to read those logs in Windows 11.

Windows uses Event Tracing for Windows (ETW) to create diagnostic files. These files are saved in the %windir%\Logs\WindowsUpdate folder. This helps your computer run faster and saves space. However, these files are hard to read on their own. We will convert them into a simple format you can understand.

References:

Option One: Read logs using PowerShell

This method creates a clear text file on your desktop that you can open with any text editor.

  1. Open the Start menu, type “Windows Terminal,” and select Windows PowerShell. (Note: You may need Admin privileges for some system tasks.)
  2. Copy and paste the command below into the terminal and press Enter:
PowerShell
Get-WindowsUpdateLog
  1. Once the process finishes, look for the WindowsUpdate.log file on your desktop. Open it to see the update history.

Windows Update log files

PowerShell terminal window running the Get-WindowsUpdateLog command in Windows 11

Option Two: Read logs using Event Viewer

If you prefer a visual interface, you can use the built-in Event Viewer.

  1. Press the Windows key, type eventvwr.msc, and press Enter to open Event Viewer.
  2. In the left pane, follow these steps:
    • Expand Applications and Service Logs.
    • Expand Microsoft.
    • Expand Windows.
    • Expand WindowsUpdateClient.
    • Click on Operational.
  3. You can now click on any entry in the middle pane to read the details of that specific update event.
Windows Event Viewer interface displaying system logs for Windows update troubleshooting

Summary

Why do this? Reading update logs helps you troubleshoot installation errors or see why a specific update might be failing.

What happens when done? You will have a readable text file on your desktop or a list of events in the Event Viewer that clearly show the history and status of your Windows updates.

Was this guide helpful?

Tags: #Windows 11
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.

2469 articles → Twitter

📚 Related Tutorials

How to Schedule Windows Update Restarts in Windows 11
Windows How to Schedule Windows Update Restarts in Windows 11
How to Set Active Hours for Windows Update in Windows 11
Windows How to Set Active Hours for Windows Update in Windows 11
How to Check for Windows 11 Updates
Windows How to Check for Windows 11 Updates
How to Pause and Resume Updates for Windows 11
Windows How to Pause and Resume Updates for Windows 11

Leave a Reply

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