Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • 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

  • Microsoft Defender
    Attack Surface Reduction Configuration with Microsoft Defender Scripts
  • jmeterlogo 3
    Install and conduct performance testing using Apache JMeter on your Web App Configuration Management Tool
  • RDP Certificate Issues
    Connecting to the RDP host: Fix the Certificate could not be verified back to the root certificate Mac
  • Featured image 4
    Focus on Tasks: Limit Distraction & Get Things Done on Windows Windows
  • Allow and Disallow Simultaneous Connection to Domain and Non Domain network
    Allow and Disallow Simultaneous Connection to Domain and Non-Domain network Network | Monitoring
  • windows update 03
    Check if Windows Updates were installed via the Registry Editor Windows

More Related Articles

Microsoft Defender Attack Surface Reduction Configuration with Microsoft Defender Scripts
jmeterlogo 3 Install and conduct performance testing using Apache JMeter on your Web App Configuration Management Tool
RDP Certificate Issues Connecting to the RDP host: Fix the Certificate could not be verified back to the root certificate Mac
Featured image 4 Focus on Tasks: Limit Distraction & Get Things Done on Windows Windows
Allow and Disallow Simultaneous Connection to Domain and Non Domain network Allow and Disallow Simultaneous Connection to Domain and Non-Domain network Network | Monitoring
windows update 03 Check if Windows Updates were installed via the Registry Editor 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

  • HOW TO AUTOMATE A PROCESS IN LINUX@
    Shell Scripting: How to Automate a Process in Linux Linux
  • featuredimage
    Create App Service Resource with Azure CLI AWS/Azure/OpenShift
  • Gfeature
    How to install Googler on a Linux System Linux
  • banner 3
    How to Enable or Disable SuperFetch in Windows 11 Windows
  • banner 2
    How to Configure NIC Teaming on Windows Server Network | Monitoring
  • BitLocker Recovery Password Rotation in Active Directory
    Perform BitLocker Recovery Password Rotation in Active Directory Windows Server
  • AssignBitLockerBackuprights
    How to delegate permissions for backing up TPM password Network | Monitoring
  • azure file share feature image
    Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,819 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 © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.