• To uninstall updates on Windows 11, open Settings > Windows Update > Update history.
  • If you have version 21H2, click the “Uninstall updates” option and remove the problematic update from Control Panel.
  • If you have version 22H2, click the “Uninstall updates” option and remove the problematic update from Settings.
  • You can also uninstall an update using Command Prompt, PowerShell, WinRE, and Safe Mode.

UPDATED 1/10/2023: On Windows 11, you can uninstall any update through the Windows Update settings, using commands with Command Prompt or PowerShell, or booting into the Advanced options recovery environment or Safe Mode if the rollout is causing problems that prevent the computer from starting correctly.

Although Microsoft releases quality updates to fix problems and improve the experience of Windows 11, sometimes, they cause more issues than they solve. For example, it’s not rare to see a monthly update with bugs breaking features, drivers, compatibility, and other problems that can negatively affect the user experience.

However, whether the device was recently updated automatically or you installed an update manually, you have multiple ways to remove it and roll the system back to the previously known good working state.

In this guide, you will learn the steps to uninstall updates from Windows 11 in six different ways to bring the system back to a good working state.

  • Uninstall update on Windows 11 21H2
  • Uninstall update on Windows 11 22H2
  • Uninstall update on Windows 11 with Command Prompt
  • Uninstall update on Windows 11 with PowerShell
  • Uninstall update on Windows 11 with Advanced options
  • Uninstall update on Windows 11 with Safe Mode

Uninstall update on Windows 11 21H2

In the original release of Windows 11, the option to remove an update is available through the Control Panel.

To uninstall a Windows 11 update, use these steps:

  • Open Settings on Windows 11.
  • Click on Windows Update.
  • Click the Update history page on the right side.
  • Under the “Related settings” section, click the Uninstall updates option.
  • Select the Windows 11 update to remove – for example, KB5022287.
  • Click the Uninstall button.
  • Click the Yes button.
  • Restart the computer.

Uninstall update on Windows 11 22H2

Starting on version 22H2, Windows 11 brings the uninstall updates settings to the Settings app, removing the legacy settings from the Control panel.

Open Settings on Windows 11.

Click on Windows Update.

Click the Update history page on the right side.

Under the “Related settings” section, click the Uninstall updates option.

Select the Windows 11 update to remove – for example, KB5022287.

Click the Uninstall button.

Click the Yes button.

Restart the computer.

To uninstall updates on Windows 11 22H2, use these steps:

  • Open Settings.
  • Click on Windows Update.
  • Click the Update history tab.
  • Under the “Related settings” section, click the Uninstall updates setting.
  • Click the Uninstall option to remove the update from Windows 11.

After you complete the steps, the problematic update will be removed from the device.

Open Settings.

Click the Update history tab.

Under the “Related settings” section, click the Uninstall updates setting.

Click the Uninstall option to remove the update from Windows 11.

Uninstall update on Windows 11 with Command Prompt

To uninstall a quality update with Command Prompt, use these steps:

  • Open Start.
  • Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  • Type the following command to view the update history and press Enter:
  • wmic qfe list brief /format:table
  • Check the Windows Update history of your device, and identify the update by its HotFixID and InstalledOn information.
  • Type the following command to uninstall the update from your computer and press Enter:
  • wusa /uninstall /kb:KBNUMBER
  • In the command, replace KBNUMBER with the KB number corresponding to the update you are trying to uninstall.
  • This example removes the update KB5017328 from Windows 11:
  • wusa /uninstall /kb:5022287
  • Click the Yes button.
  • Continue with the on-screen directions (if applicable).

After you complete the steps, the update will be removed from the computer running Windows 11.

Open Start.

Search for Command Prompt, right-click the top result, and select the Run as administrator option.

Type the following command to view the update history and press Enter:

wmic qfe list brief /format:table

Check the Windows Update history of your device, and identify the update by its HotFixID and InstalledOn information.

Type the following command to uninstall the update from your computer and press Enter:

wusa /uninstall /kb:KBNUMBER

In the command, replace KBNUMBER with the KB number corresponding to the update you are trying to uninstall.

This example removes the update KB5017328 from Windows 11:

wusa /uninstall /kb:5022287

Continue with the on-screen directions (if applicable).

Uninstall update on Windows 11 with PowerShell

To remove an update on Windows 11 with PowerShell commands, use these steps:

  • Open Start.
  • Search for PowerShell, right-click the top result, and select the Run as administrator option.
  • Type the following command to install the PowerShell module to update Windows 11 and press Enter:
  • Install-Module PSWindowsUpdate
  • Type Y and then A to accept and install the module, and press Enter.
  • Type the following command to view a list of the 20 most recent updates and press Enter:
  • Get-WUHistory | Select-Object -First 20
  • Quick note: If the command doesn’t work, you may need to change the PowerShell execution policy. You can try this command: Set-ExecutionPolicy RemoteSigned. After changing the execution policy, you should be able to run the commands. After completing the steps, you can make the policy restricted again with the Set-ExecutionPolicy Restricted command.
  • Type the following command to select and remove the update with PowerShell and press Enter:
  • Remove-WindowsUpdate -KBArticleID KBNUMBER
  • In the command, replace KB NUMBER with the update number you want to block. This example blocks the KB5017328 update:
  • Remove-WindowsUpdate -KBArticleID KB5022287
  • Type A to accept and install the module and press Enter.

Once you complete the steps, the device may need to restart to complete the process.

Search for PowerShell, right-click the top result, and select the Run as administrator option.

Type the following command to install the PowerShell module to update Windows 11 and press Enter:

Install-Module PSWindowsUpdate

Type Y and then A to accept and install the module, and press Enter.

Type the following command to view a list of the 20 most recent updates and press Enter:

Get-WUHistory | Select-Object -First 20

Type the following command to select and remove the update with PowerShell and press Enter:

Remove-WindowsUpdate -KBArticleID KBNUMBER

In the command, replace KB NUMBER with the update number you want to block. This example blocks the KB5017328 update:

Remove-WindowsUpdate -KBArticleID KB5022287

Type A to accept and install the module and press Enter.

If the above instructions do not work, the Command Prompt instructions should also work with PowerShell.

Uninstall update on Windows 11 with Advanced options

To uninstall an update using the Windows 11 Advanced options, use these steps:

  • Start the device in Advanced startup.
  • Quick tip: Depending on the severity of the problem, you can access the Advanced startup options in a few ways. You can use this guide to learn all the methods to access Advanced startup and then continue with the steps below.
  • Click on Troubleshoot.
  • Click on Advanced options.
  • Click on Uninstall Updates.
  • Click the Uninstall latest quality update option.
  • Sign in using your administrator credentials.
  • Click the Uninstall quality update button.

After you complete the steps, the computer will uninstall the most recent update, like KB5022287, from your device (if available).

Start the device in Advanced startup.

Click on Troubleshoot.

Click on Advanced options.

Click on Uninstall Updates.

Click the Uninstall latest quality update option.

Sign in using your administrator credentials.

Click the Uninstall quality update button.

Uninstall update on Windows 11 with Safe Mode

To uninstall updates on Windows 11 from Safe Mode, use these steps:

  • Open Start.
  • Search for msconfig and click on System Configuration to open the app.
  • Click the Boot tab.
  • Under the “Boot options” section, check the Safe boot option.
  • Choose the Minimal option to start Windows 11 in Safe Mode. Or you can select the Network option to boot Windows 11 with networking support.
  • Click the Apply button.
  • Click the OK button.
  • Restart the computer.
  • Sign in to your account.
  • Use the Windows key + R keyboard shortcut to open the Run command.
  • Type Control Panel and click the OK button.
  • Click on Programs.
  • Click the View installed updates option.
  • Select the update to remove – for example, KB5022287.
  • Click the Uninstall button.
  • Click the Yes button.
  • Restart the computer.

The only caveat with this option is that Windows 11 will continue to boot into Safe Mode until you revert the changes.

Search for msconfig and click on System Configuration to open the app.

Click the Boot tab.

Under the “Boot options” section, check the Safe boot option.

Choose the Minimal option to start Windows 11 in Safe Mode. Or you can select the Network option to boot Windows 11 with networking support.

Click the Apply button.

Click the OK button.

Sign in to your account.

Use the Windows key + R keyboard shortcut to open the Run command.

Type Control Panel and click the OK button.

Click on Programs.

Click the View installed updates option.

Select the update to remove – for example, KB5022287.

After resolving the problem with the device, you can revert the changes using the same instructions, but in step 4, make sure to clear the Safe boot option. Also, many techniques exist to access the “Advanced Startup Options” recovery environment. You can refer to this guide to learn the different methods.

In addition to using Control Panel, while in Safe Mode, you can also use Command Prompt and PowerShell commands to remove updates from Windows 11.