There are times when a need arises to uninstall a Microsoft KB update; here we present a few ways to do that in Windows 10.
Method 1 – Through the Control Panel:
- Open the Control Panel by pressing the Windows key + R to open the Run box. Type control panel and press Enter:
- Click Programs and Features:
- Click View installed updates in the left pane:
- This displays all updates installed on the system. Select the update that you want to remove, and then click Uninstall:
Method 2 – Through the Settings:
- Open Settings app by pressing the Windows key + I hotkey, or clicking Settings from the Start Menu, then click Update & Security:
- Click Windows Update, then View update history to see all updates installed:
- Click the Uninstall updates:
- Locate and select the problematic update and click Uninstall:
Method 3 – Through the command prompt:
- Open an elevated Command Prompt by pressing WIN + X keys and select “Command Prompt (Admin)” or “Windows PowerShell (Admin)” from the Quick Access menu.
- At the command line, type the following command to view all installed updates:
wmic qfe list brief /format:table
- To uninstall an update, you can use WUSA (a built-in Windows utility for managing Windows updates); for example, to uninstall the update KB4519573, you can type this command line and press Enter:
wusa /uninstall /kb: 4519573
- Follow the appropriate dialogs: