How to Uninstall Windows 10 Updates Manually

Modified on Thu, 28 Apr 2022 at 05:31 AM

Windows Update

Microsoft recommends that users keep their Windows 10 installations up-to-date, and while this is a good practice for security, there are times when Windows updates can cause more harm than good. Botched updates can ruin everything, from Start menu to desktop to the Action Center and the complete operating system.

In this guide, we will explain the steps required to uninstall Windows updates that have known issues or that are causing problems on your computer. With this guide you will learn how to remove updates via Settings, Control Panel and a Command Line tool.

Uninstall Windows Updates with Settings and Control Panel

  1. Open Start menu and click on the cog icon to open Settings.
  2. In Settings, head into Update & security.
  3. Click on the 'View Update History' or 'View installed update history'.

    Update History

  4. On the Windows Update history page, click on 'Uninstall updates'.

    Uninstall update button

  5. On the next screen, you will be presented with a list of recent Windows Updates. You can sort the list by installation date or you can also search through all of the installed/active updates using the search box at the top right.

    Control Panel Update Uninstalls

If you have noted the Knowledge Base (KB) number of the update, simply enter it in the search box to find it quickly. After determining the update that you want to uninstall, follow these steps:

  1. Select the update.
  2. Simply click the 'Uninstall' button.
  3. Click 'Yes' on the confirmation box to uninstall the update.
  4. A reboot may be required to finish the process.

Uninstall Windows Update with Command Prompt

If you are unable to remove an update from the Settings app or Control Panel, you can also use the Windows Update Standalone Installer, or wusa.exe, command line program to uninstall Windows updates.

In order to use this tool, you will need to know the KB number of the Windows update. If you don't know the KB number, you can follow this guide to get a list of installed Windows Updates and their KB number.

To uninstall an update, open an Elevated Command Prompt (admin) and then type the following command after replacing the KB ID with the one that you wish to uninstall: wusa /uninstall /kb:[id]

Example: wusa /uninstall /KB:4023057

cmd

If you want to uninstall the update without your interaction and automatically restart the computer, you would use the following command: wusa /uninstall /kb:[id] /quiet

Example: wusa /uninstall /KB:4023057 /quiet

cmd


If you want to uninstall the update and prompt to restart the computer, use the following command: wusa /uninstall /kb:[id] /quiet /promptrestart

Example: wusa /uninstall /KB:4023057 /quiet /promptrestart

cmd

If you want to uninstall the update without a forced system reboot, use the following command: wusa /uninstall /kb:[id] /quiet /norestart

Example: wusa /uninstall /KB:4023057 /quiet /norestart

cmd

If you want to uninstall the update and force system reboot, use the following command: wusa /uninstall /kb:[id] /quiet /forcerestart

Example: wusa /uninstall /KB:4023057 /quiet /forcerestart

cmd

The use of wusa.exe is particularly useful for system administrators who wish to remove an update for a large amount of computers in a domain through login scripts or other automated methods.

Uninstall Windows Update at Boot with Advanced Options

Finally, if you are unable to start Windows or are dealing with a particularly stubborn update, you can boot into Windows 10 Advanced Startup to remove the update. To use this mode, please follow these steps:

  1. Open Settings.
  2. Navigate to Update & Security > Recovery.
  3. Click on Advanced Startup.

  4. On Advanced Startup screen, click on Troubleshoot.

    Troubleshoot

  5. Click on Advanced Options.

    Advanced Options

  6. Click on Uninstall Updates.

    Uninstall updates

  7. On the Uninstall Updates screen, you will see two options - Uninstall latest quality update or Uninstall latest feature update.

    uninstall updates

    In this case, quality updates stand for the monthly cumulative update. The features updates are new versions of Windows 10 such as Windows 10 May 2019 Update and October 2018 Update, which are released twice a year.

  8. After selecting an update to uninstall, enter your login to your Windows 10 account with your username and password.

    login

  9. Finally, click on Uninstall quality update or Uninstall feature update to remove the updates.

  10. Restart the computer when prompted.

After the restart, the Windows update will have been removed.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article