Windows 11 updates itself quietly in the background most of the time. That’s great for security, but not so great when something suddenly breaks and you’re left wondering, “What just changed?”
That’s where Update History comes in.
In this guide, we’ll walk you through how to view update history on Windows 11, explain what each update category means, and show you a couple of extra places where you can dig deeper if you’re troubleshooting an issue. We’ll keep things clear, practical, and geek-approved.
Why You Might Want to Check Update History
Before jumping into the steps, let’s quickly cover why this matters:
- To confirm whether a recent Windows update caused a bug or slowdown
- To see if a feature update or security patch installed successfully
- To identify a specific KB update number for troubleshooting
- To decide whether you need to uninstall a problematic update
If you’ve ever blamed Windows for acting weird and wanted proof, this is where you look.
Method 1: View Update History Using Windows Settings (Recommended)
This is the easiest and most user-friendly way, and it’s where Microsoft expects you to look first.
Step-by-Step Instructions
- Click the Start menu and open Settings.
- From the left-hand sidebar, select Windows Update.
- Click on Update history.
That’s it. Windows will now show you a detailed breakdown of everything it has installed.
Understanding the Update History Sections
When you open Update History, you’ll notice it’s neatly divided into categories. Here’s what each one actually means.
Quality Updates
These are the most common updates you’ll see. They include monthly security patches, bug fixes, and general stability improvements. If something broke “out of nowhere,” odds are it was a quality update.
Feature Updates
These are major Windows 11 upgrades, such as version jumps (for example, 22H2 or 23H2). They introduce new features, UI changes, and under-the-hood improvements.
You won’t see these often, but when you do, they’re significant.
Driver Updates
This section lists updates for hardware components like graphics cards, network adapters, audio devices, and other system drivers.
If your Wi-Fi, sound, or display suddenly starts misbehaving, this section is a good place to check first.
Definition Updates
These updates are for Microsoft Defender Antivirus. They refresh malware definitions and are installed frequently—sometimes multiple times a day.
They’re completely normal and rarely cause problems.
Other Updates
This category may include .NET Framework updates, servicing stack updates, and other system-level components. They don’t get much attention, but they’re critical for keeping Windows stable and secure.
Method 2: View Installed Updates via Control Panel (Advanced)
If you prefer a more classic, detailed list with uninstall options right in front of you, the Control Panel method still works perfectly.
How to Access It
- Open the Start menu and search for Control Panel.
- Go to Programs → Programs and Features.
- Click View installed updates from the left pane.
Here, you’ll see installed updates listed with their KB numbers and installation dates, which is especially useful when you need to remove a specific update.
Method 3: Check Update History Using PowerShell (For Power Users)
If we’re going full geek mode, PowerShell is worth mentioning.
Quick PowerShell Check
- Right-click the Start button and choose Windows Terminal (Admin).
- Run the following command:
Get-HotFix
This command displays a list of installed updates along with their KB IDs and installation dates. It’s fast, lightweight, and ideal for troubleshooting or documentation.
How to Identify a Problematic Update
When diagnosing issues, this approach usually works best:
- Check the installation dates of recent updates
- Match them with when the problem started
- Note down the KB number
- Search that KB number along with the symptoms you’re seeing
Windows updates don’t break things often, but when they do, this method removes most of the guesswork.
Wrapping Up
Knowing how to view update history on Windows 11 gives you far more control over your system than most users realize. Whether you’re troubleshooting a bug, checking if a security patch installed correctly, or just keeping tabs on system changes, Update History is an essential tool.
Windows may update itself automatically, but understanding what changed and when ensures you’re always one step ahead.