Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » How to uninstall installed Windows Update

How to uninstall installed Windows Update

Posted on 10/10/202411/10/2024 Christian By Christian No Comments on 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

  • WAMPServer Virtual Host
    How to create Virtual Hosts in a WAMPserver Web Server
  • banner
    How to deploy Folder Redirection in Windows Windows
  • Show or Hide File Extensions
    How to Show or Hide File Extensions on Windows 11 Windows
  • windows update 03
    Fix Windows cannot check for updates in Windows 8, 7, and 10 Windows
  • Banner
    Enabling and Configuring WinRM via GPO Windows
  • Trellix BitLocker and fileVault Recovery
    Selfservice Recovery: Trellix BitLocker and fileVault Recovery Security | Vulnerability Scans and Assessment

More Related Articles

WAMPServer Virtual Host How to create Virtual Hosts in a WAMPserver Web Server
banner How to deploy Folder Redirection in Windows Windows
Show or Hide File Extensions How to Show or Hide File Extensions on Windows 11 Windows
windows update 03 Fix Windows cannot check for updates in Windows 8, 7, and 10 Windows
Banner Enabling and Configuring WinRM via GPO Windows
Trellix BitLocker and fileVault Recovery Selfservice Recovery: Trellix BitLocker and fileVault Recovery Security | Vulnerability Scans and Assessment

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

  • Shared Folder
    How to access shared resources from two different domains Windows
  • Resolvederror MBAM
    MBAM Policy was detected: Verify the OU used for pre-deployment does not apply MBAM policy Windows Server
  • adac
    Enable Active Directory Recycle Bin: How to delete and restore objects using Active Directory Administrative Center Windows Server
  • Screenshot 2022 03 21 at 18.06.30
    How to Configure Virtual Host for Apache HTTP Web Server to Host Several Domains on Ubuntu 20.04 LTS Linux
  • powershell logo
    Connecting to a remote server failed and WinRM cannot process the request: Error code 0x8009030e occurred while using Kerberos authentication, and a specified logon session does not exist Scripts
  • the remote procedure call failed
    Error 0xc1420117: The directory could not be completely unmounted Windows Server
  • physical
    Linux Machine: Is it Virtual or a Physical server Linux
  • dgfhjm
    How to fix DISM Error 87: The package is unknown 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,808 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.