Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Check if Windows Updates were installed

Posted on 06/02/202017/08/2026 IT Expert By IT Expert No Comments on Check if Windows Updates were installed
  1. Home
  2. Windows
  3. Check if Windows Updates were installed
Logo of Windows Update with a blue background.

Whenever you are faced with doubts about determining which updates you have installed on your device. Or which updates are problematic and you need to uninstall them. Whether you’re working on a workstation you’ve never supported before or trying to determine how vulnerable your workstations are to security attacks. It's important to know which updates have been applied. In this post, I will show you the steps to check which Windows Updates were installed.

So how can you quickly find out which updates have been applied to a system? Kindly refer to these related guides: How to Install and Run Ubuntu 20.04 LTS on Windows 11 using WSL. See Getting started with Python Automation in Windows with Visual Studio Code.

To determine which updates are installed on your device. There are various ways to achieve this. Here are a few steps to perform this task.

  • Via the Windows Update history
  • Can be viewed via installed updates in the Programs and Features Control Panel
  • Via the WMI command-line tool
  • Use DISM command-line
  • Run the KB update installer (.msu) file again to test
  • Testing with the WinUpdatesList utility from NirSoft
  • Can be viewed via the Windows Update CBS Registry Entries
  • Via Windows Admin Center

1: Via the Windows update history

In order to use this method, follow the steps below. Open Settings and click Update & Security, and click on View Update History.

Windows Update interface showing available updates with pending download status and options to download, change active hours, view update history, and advanced options.

This will thereby output a list of installed updates on your device.

2: Via the Control Panel (Programs and Features)

With this functionality, you can view a list of installed updates on your Device. From the search menu, click Run or search directly for the Control Panel. In the run dialog box, type “appwiz.cpl“, click on OK.

Alternatively, open file explorer and fire up the control panel from there. Type control panel and hit enter
Windows File Explorer interface showing the search bar with the term 'control panel' entered, alongside the Quick Access and Frequent Folders sections.

This opens the Programs and Features window in the classic Control Panel. Click on programs, and then click on View Installed Updates

Screenshot of the Windows Control Panel Programs section, highlighting 'View installed updates' in the Programs and Features menu.

This will open the installed Windows update window. Here you can also uninstall updates as well).

Please see how to resolve this “Thunderbolt” application is not in use anymore and can be safely uninstalled. Also, see Azure API Management: Benefits of Azure API Management, and how to create an API instance in Azure.

3: Via the WMI command line

From an admin Command Prompt, run:

wmic qfe list full /format:table
Command prompt window displaying a list of installed Windows updates with details such as installation date, description, and status.

It shows the list of updates installed along with the date of installation and other details. Or to list a specific update, run

wmic qfe list full /format:table | findstr /i "4532938"
Command prompt displaying a Windows command to list update information, including the update ID KB4532938 and date.

Also, you can run the command Get-Hotfix from a PowerShell window to get the same results.

Windows PowerShell interface displaying system updates and their details, including descriptions, HotFix IDs, installation dates, and users.

4. Via WinUpdatesList utility from NirSoft

The WinUpdatesList utility (wul.exe) from Nirsoft displays the list of all Windows updates, including Service Packs and Hotfixes installed on your local computer.

You might want to see how to Check if Windows Updates were installed on your device via the Registry Editor. And How to Get lists of installed Microsoft Windows Updates.

5: Use DISM command-line

Run the following commands. Elevated permissions are required to run DISM. Else, it will fail and prompt Error: 740

"dism /online /get-packages | clip”
Screenshot of the Windows Command Prompt displaying a DISM command used to list installed packages.

Paste the result in an Editor as shown below.

Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Image Version: 10.0.18363.535
Packages listing:
Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.18362.1
State : Superseded
Release Type : OnDemand Pack
Install Time : 3/19/2019 6:22 AM
Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.18362.329
State : Installed
Release Type : OnDemand Pack
Install Time : 10/3/2019 11:08 PM
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.18362.1
State : Superseded
Release Type : Language Pack
Install Time : 3/19/2019 6:20 AM
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.18362.535
State : Uninstall Pending
Release Type : Language Pack
Install Time : 12/10/2019 8:29 PM
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.18362.592
State : Install Pending
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.535.1.6
State : Uninstall Pending
Release Type : Update
Install Time : 12/10/2019 8:29 PM
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.592.1.5
State : Install Pending
Release Type : Update
Install Time : 2/6/2020 7:58 PM
The operation completed successfully.

To view the logs generated, navigate C:\windows\Logs\DISM\dism.log

File explorer window showing the DISM folder with a dism.log text document listed, along with quick access shortcuts.

Please, see Prevent Windows from Saving RDP Connection History, How to view and remove Remote Desktop connection history, and Fix Windows cannot check for updates in Windows 8, 7, and 10.

6. Rerun the Run the KB update installer (.msu) file

You will be alerted with a Windows Update Standalone Installer dialog window that the update has been installed already.

Note: If it has not been installed and you have the privilege to install the update, this will be installed on your PC

  • Search for the update in the Microsoft Update catalog
  • Download the update package (.msu) by mentioning the KB number.
  • Double-click the .msu file to run the setup. The Windows Update Standalone Installer (WUSA) searches for updates on your computer and determines if the update is already installed or not.

7: Via Windows Admin Center (WAC)

Click on the Server vi the WAC, and Navigate to Updates. On the right pane, select Update History. This will output the list of installed updates

Screenshot of Windows Update interface showing the 'Update history' section, with a list of updates and the last checked date.

I hope you found this blog post helpful on how to check which Windows Updates were installed. If you have any questions, please let me know in the comment session

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, updates, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to use the utility “Whoami” in windows
Next Post: How to disable Network (Wireless) UI from the Welcome screen

Related Posts

  • you need the right to sign in through Remote Desktop Services
    Fix you need the right to sign in through Remote Desktop Services Windows
  • KIOSK AssignedAccess
    Windows Single or Multi App Kiosks Windows
  • Featured image Thumbnails issue on Windows 11
    Fix File Explorer thumbnails issue on Windows 11 Windows
  • Screenshot 2022 04 13 at 21.38.35
    Check Weather Conditions via Command Line on Windows, macOS, Linux and Web Linux
  • App Locker
    Harden your Veeam Backup Server with Microsoft AppLocker Windows
  • MBAM report errors
    Understanding MBAM compliance state and error status Windows

More Related Articles

you need the right to sign in through Remote Desktop Services Fix you need the right to sign in through Remote Desktop Services Windows
KIOSK AssignedAccess Windows Single or Multi App Kiosks Windows
Featured image Thumbnails issue on Windows 11 Fix File Explorer thumbnails issue on Windows 11 Windows
Screenshot 2022 04 13 at 21.38.35 Check Weather Conditions via Command Line on Windows, macOS, Linux and Web Linux
App Locker Harden your Veeam Backup Server with Microsoft AppLocker Windows
MBAM report errors Understanding MBAM compliance state and error status Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Microaoft Edge
    Bing AI-Powered Copilot: How to install Microsoft Edge on macOS Network | Monitoring
  • Featured image BitLocker AES XTX 256
    Enable BitLocker AES-XTX 256 Encryption Security | Vulnerability Scans and Assessment
  • system
    How to fix the system cannot find the file specified when adding LP, LIP, and FoD packages to Windows Images Windows Server
  • Internet Explorer
    How to uninstall Internet Explorer from your Windows Device Windows
  • xxxxxx 1
    Have the taskbar appear on one or both displays in Windows Windows
  • Trellix configurations after ePo setup
    ePO Server Settings: Trellix ePO AD integration and ENS Agents Installation Security | Vulnerability Scans and Assessment
  • hero windowsserver hyperv scaled
    Why does the legacy PXE not does work on Generation 2 VM Virtualization
  • Connect to FTP Server
    Secure FTP Login Issue: NAT Router Configuration for Passive Mode and Port Forwarding Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,765 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.