Skip to content

TechDirectArchive

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

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

How to uninstall installed Windows Update

Posted on 10/10/202411/10/2024 IT Expert By IT Expert No Comments on How to uninstall installed Windows Update
  1. Home
  2. Windows
  3. How to uninstall installed Windows Update
uninstall installed Windows Update from Windows

After installing these updates, administrators have been battling multiple issues that can only be resolved after removing the updates. Windows Update delivers the latest patches, security fixes, and feature updates to ensure your system stays protected and up-to-date from Microsoft. In this article, you will learn how to uninstall installed Windows Update from Windows PCs. Please see Get a list of installed programs locally or remotely in Windows, how to unsinatll unwanted applications, and Cross Domain Folders Access: Reference account is Locked out

The Microsoft Security Response Center (MSRC) investigates all reports of security vulnerabilities affecting Microsoft products and services. This includes issues related to Windows Updates. These updates address known vulnerabilities, improve system stability, and safeguard your environment from potential threats. Please see

MSRC also provides guidance on when uninstalling or deleting a Windows update may be necessary as part of ongoing efforts to manage security risks and protect your systems.

Also, see how to Configure WinRM to accept connection from a specific IP Address, and how to Perform Key Distribution Center Service [krbtgt] Password reset.

Why Uninstall a Windows Update?

You might want to uninstall a Windows Update (KB) if it causes system instability, compatibility issues with applications, or hardware malfunctions.

Sometimes, an update may introduce bugs or vulnerabilities that negatively impact performance or security. Uninstalling the update helps restore normal functionality until Microsoft releases a fix or a newer, stable update.

If there are issue, the only way to fix these issues is to uninstall the corresponding update for your Windows version.

Please see Enable Autologon and Autostart for user session, and How to Diagnose a Windows Hardware Issue.

Why can’t some Update be removed

Some Windows Updates cannot be removed with the methods shared below.

Some cumulative updates, security updates, or feature updates cannot be uninstalled once they are installed. This is because the “Cumulative updates bundle” multiple updates together. Therefore, uninstalling a specific KB will not be allowed if it is part of a larger package.

Also, Servicing Stack Updates (SSU) are also permanent to ensure system stability and security, and cannot be removed.

Please see How to query a list of installed programs in Windows, How to uninstall a program via command prompt in Windows, and How to install Amazon RDS using Terraform.

Uninstall Windows Updates via Control Panel

Open the Control Panel and navigate to Programs and Features. Click on “View Installed Updates”.

Viwe installed windows updates

All available updates will be displayed. You can now select the update and click on Uninstall.

Remove installed updates

As you can see, the update(s) is currently being uninstalled.

Uninstalling updates

When the removal is complete, you will be required to reboot your PC.

Restart PC

Uninstall Windows Update via PowerShell or Command Prompt

Open PowerShell as Administrator. Hit the button Win + X, and select Windows PowerShell. Next, Run the following command to list installed updates, including KB numbers.

Get-HotFix
List installed updates

To uninstall an update, run the following command below. Do not forget to replace the KB in the command with your desired KB to uninstall.

wusa /uninstall /kb:5044281 /quiet /norestart
Uninstall update

Note: The /quiet parameter suppresses user interaction, and /norestart prevents automatic reboot

Lastly, restart your PC after uninstalling the update

Restart-Computer
reboot pc

Bonus: Using Windows Management Instrumentation Command-(WMIC)

Note: WMIC is deprecated in newer versions of Windows Server. If you are using Windows Server 2022 or newer. The WMIC utility might not be available or fully functional. Also, Starting January 29, 2024, you’ll find Windows Management Instrumentation Command-line (WMIC) feature “disabled by default” on the insider build of Windows 11. According to Microsoft, the reason for phasing out the command line tool wmic.exe is that the WMIC tool is being superceeded by Windows PowerShell for WMI. Please see “Windows Management Instrumentation Commands” and “Query and display Windows information via WMI Explorer“.

Launch Command Prompt as an Administrator. Enter and run the following command to see a list of installed updates (KB numbers). The command below will display a list of installed updates and their corresponding HotFixID.

wmic qfe list brief /format:table
View hotfix

Once the KB is identified, use the following command below to uninstall the update.

wmic qfe where "HotFixID='KB5044281'" call uninstall
Uninstall updates via wmic

Alternatively, you could use DISM as well. Please see the command below.

dism /online /remove-package /PackageName:Package_for_KB5044281

Since some updates require a PC restart to complete the uninstallation process. You will be prompted if a reboot is needed.

Reinstall Updates

Since this article was for demonstration purposes only. I will need to reinstall the updates as shown below.

Reinstall updates

I hope you found this blog post on how to uninstall installed Windows Update from Windows helpful. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

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, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Cross Domain Folders Access: Reference account is Locked out
Next Post: How to troubleshoot Active Directory Replication issues

Related Posts

  • img 5be0c6cdb96d8
    Is BitLocker Enabled? How to view BitLocker Disk Encryption Status in Windows Windows
  • image 77
    How to use the DigiCert certificate utility for Windows to create a CSR Windows
  • vtpm 1
    Enable vTPM and BitLocker HyperV VM: Fix the device that cannot use a TPM module Virtualization
  • banner
    How to Disable Touchpad on Windows 11 Windows
  • Windows10
    Configure new GPO settings and Security baseline for Windows Windows
  • Use PowerShell to View and Change BIOS Settings
    Use PowerShell to View and Change BIOS Settings Windows

More Related Articles

img 5be0c6cdb96d8 Is BitLocker Enabled? How to view BitLocker Disk Encryption Status in Windows Windows
image 77 How to use the DigiCert certificate utility for Windows to create a CSR Windows
vtpm 1 Enable vTPM and BitLocker HyperV VM: Fix the device that cannot use a TPM module Virtualization
banner How to Disable Touchpad on Windows 11 Windows
Windows10 Configure new GPO settings and Security baseline for Windows Windows
Use PowerShell to View and Change BIOS Settings Use PowerShell to View and Change BIOS Settings 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

  • banner 1
    How to Hide or Block Wi-Fi Networks on Windows Network | Monitoring
  • Lets Encryp
    How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows
  • ansible 1
    How to fix no Python interpreters found for the host Configuration Management Tool
  • http to https redirection
    URL Rewrite: How to redirect from HTTP to HTTPS Web Server
  • windows 7 stuck at loading screen thumbnail
    Disable the Windows welcome screen and shutdown screen Windows
  • hgbv
    Graphical Network Simulator: How to install GNS3 on macOS Network | Monitoring
  • chamedk8s featured
    Install CNF Certified Kubernetes in AWS AWS/Azure/OpenShift
  • How to fix BitLocker always prompting for Recovery Key
    How to fix BitLocker always prompting for Recovery Key Windows

Subscribe to Blog via Email

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

Join 1,801 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

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

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.