Guide to Uninstalling Updates on Windows 11

Key Notes

  • Uninstall updates easily through Settings.
  • Use Command Prompt or PowerShell for advanced uninstalling.
  • Access WinRE or Safe Mode for troubleshooting issues with updates.

Mastering the Uninstallation of Windows 11 Updates

In the fast-paced world of operating systems, updates are meant to enhance our computers. But sometimes, they can introduce bugs or issues that affect performance. Knowing how to uninstall updates on Windows 11 is essential, especially when you encounter unexpected problems. This guide will walk you through various methods to effectively remove unwanted updates using simple step-by-step instructions.

Various Methods to Uninstall Updates on Windows 11

Step 1: Uninstall Update via Settings

To remove updates using Windows Settings, follow these steps:

  1. Access Settings on your Windows 11 device.

  2. Select Windows Update.

  3. Navigate to the Update history tab.

  4. Locate the Uninstall updates option under “Related settings.”

  5. Click on the Uninstall button next to the update you wish to remove.

Pro Tip: If you are using version 21H2, you should uninstall updates through the Control Panel instead.

Step 2: Uninstall Update via Command Prompt

To uninstall updates through Command Prompt:

  1. Open Command Prompt as an administrator.

  2. Use this command to display your update history: wmic qfe list brief /format:table

  3. Identify the update you want to remove using the HotFixID.

  4. Execute the command: wusa /uninstall /kb:KBNUMBER, replacing KBNUMBER with the specific KB number.

  5. Confirm the action when prompted.

Step 3: Uninstall Update via PowerShell

For removing an update using PowerShell:

  1. Launch PowerShell as an administrator.

  2. Install the required module with: Install-Module PSWindowsUpdate

  3. View your recent updates: Get-WUHistory | Select-Object -First 20

  4. Execute: Remove-WindowsUpdate -KBArticleID KBNUMBER, substituting KBNUMBER with the KB number.

Pro Tip: If the command fails, changing your execution policy may help. Use Set-ExecutionPolicy RemoteSigned to do so.

Step 4: Uninstall Update from WinRE

To remove updates using the Windows Recovery Environment:

  1. Boot your PC into WinRE.

  2. Select Troubleshoot.

  3. Choose Advanced options.

  4. Select Uninstall Updates.

  5. Now, choose the latest update to remove.

Step 5: Uninstall Update from Safe Mode

To uninstall updates via Safe Mode:

  1. Access System Configuration by searching for msconfig.

  2. Go to the Boot tab and check Safe boot.

  3. Select Minimal to start in Safe Mode. Click Apply then OK.

  4. Restart and log into your account.

  5. Open Control Panel, navigate to Programs and select View installed updates.

  6. Choose the update to uninstall and click Uninstall.

Pro Tip: Remember to revert your system back from Safe Mode after resolving the issue to avoid continuous booting into Safe Mode.

Summary

In this guide, we explored how to uninstall updates on Windows 11 using multiple methods from Settings, Command Prompt, PowerShell, WinRE, and Safe Mode. Each method provides a unique approach, offering flexibility to address update-related issues. Following these steps can help restore your system’s performance and ensure a smoother user experience.

Conclusion

Understanding how to manage updates is crucial for maintaining an efficient PC. Whether an update causes new issues or simply isn’t suitable for your setup, the techniques provided here empower you to take control. Make sure to monitor your system after updates and follow these removal steps whenever necessary.

FAQ (Frequently Asked Questions)

Can I uninstall all updates on Windows 11?

You can uninstall most updates on Windows 11, but be cautious as some updates are essential for system stability.

What should I do if the update does not uninstall?

Try using another method (e.g., Command Prompt or PowerShell) or boot into Safe Mode to attempt the uninstallation.