How to Uninstall Windows 11 Update: A Step-by-Step Guide

Have you recently installed a Windows 11 update that caused system issues, slow performance, or software incompatibility? Don’t worry — it’s completely possible to uninstall a Windows 11 update and roll back your system to its previous, stable version.

In this detailed guide, we’ll show you multiple ways to uninstall Windows 11 updates — whether it’s a minor cumulative update or a major feature upgrade — so you can fix errors and regain control of your PC.


🧠 What Happens When You Uninstall a Windows Update?

When you uninstall an update, Windows removes recently installed patches, drivers, or features that might be causing instability. This can:

  • Fix blue screen (BSOD) or crash issues.
  • Restore missing or broken apps.
  • Improve system performance.
  • Reverse compatibility problems.

However, uninstalling an update doesn’t delete your personal files or data — only system-level changes.


🔍 Types of Windows 11 Updates

Understanding the kind of update you’re removing helps you choose the right method:

Type Description Can Be Uninstalled?
Quality (Cumulative) Update Monthly security and performance fixes ✅ Yes
Driver Update Hardware driver updates via Windows Update ✅ Yes
Feature Update Major annual version (e.g., 23H2) ✅ Yes, within 10 days
Security Update Critical system patch ✅ Yes
Preview/Beta Update Optional early release updates ✅ Yes

⚙️ Step 1: Check Your Update History

Before removing any update, identify the one causing problems.

  1. Press Windows + I to open Settings.
  2. Go to Windows Update > Update history.
  3. Scroll through the list of installed updates.
  4. Note down the KB number (e.g., KB5032190).

This helps you uninstall the exact update responsible for the issue.


🧾 Step 2: Uninstall Windows Update via Settings

This is the easiest and safest method.

  1. Open Settings (Windows + I).
  2. Click Windows Update in the sidebar.
  3. Scroll down and select Update history.
  4. Under Related settings, click Uninstall updates.
  5. A Control Panel window will appear showing all installed updates.
  6. Right-click the update you want to remove → click Uninstall → confirm.

Wait for the process to finish, then restart your PC.


🖥️ Step 3: Uninstall Updates via Control Panel (Alternative)

If Settings doesn’t open properly, you can do it directly through Control Panel.

  1. Press Windows + R, type appwiz.cpl, and press Enter.
  2. In the left panel, click View installed updates.
  3. Select the unwanted update → click Uninstall at the top.
  4. Follow on-screen prompts to complete the process.

🧑‍💻 Step 4: Use Command Prompt to Remove an Update

For advanced users, Command Prompt gives more control.

  1. Type cmd in the search bar → right-click → Run as administrator.
  2. To list all installed updates, enter:
    wmic qfe list brief /format:table
  3. Note the HotFixID (e.g., KB5030211) of the update you want to remove.
  4. Run this command to uninstall it:
    wusa /uninstall /kb:5030211

    (Replace 5030211 with your actual KB number.)

  5. Confirm the uninstallation when prompted.

🔄 Step 5: Roll Back a Major Feature Update (Version Upgrade)

If you recently upgraded from one Windows version to another (like 22H2 → 23H2) and want to go back, follow these steps:

  1. Open Settings (Windows + I).
  2. Go to System > Recovery.
  3. Under Recovery options, find Go back.
  4. Click Go back, then choose a reason and continue.
  5. Follow the prompts to revert to your previous Windows version.

🕒 Note: You can only roll back within 10 days of installing a major update. After that, Windows deletes the old files.


💡 Step 6: Use System Restore (If Uninstall Fails)

If uninstalling via Settings or Command Prompt doesn’t work, use a System Restore point.

  1. Type “Create a restore point” in the Start menu and open it.
  2. Click System Restore.
  3. Choose a restore point from before the problematic update.
  4. Follow the on-screen instructions.
  5. Your PC will restart and roll back to the previous state.

🧰 Step 7: Uninstall Update from Safe Mode

If your system won’t boot properly after an update, you can uninstall it from Safe Mode.

  1. Turn off your PC.
  2. Turn it on and press F8 or Shift + F8 repeatedly before Windows loads.
  3. Choose Troubleshoot > Advanced options > Startup Settings > Restart.
  4. Press 4 to boot into Safe Mode.
  5. Once there, open Settings > Windows Update > Update history > Uninstall updates.
  6. Remove the update as shown earlier.

🧱 Step 8: Use Advanced Startup to Uninstall from Recovery Environment

If Windows won’t boot at all:

  1. Turn on your PC and interrupt the startup three times (press and hold power).
  2. This will trigger Windows Recovery Environment (WinRE).
  3. Select Troubleshoot > Advanced options > Uninstall updates.
  4. Choose Uninstall latest quality update or Uninstall latest feature update.
  5. Follow prompts to complete the rollback.

⚠️ Step 9: Pause or Disable Automatic Updates (Optional)

If you want to prevent the same update from reinstalling automatically:

  1. Go to Settings > Windows Update.
  2. Click Pause updates for 1 week or select a longer duration.
  3. For permanent control, use Group Policy Editor:
    • Press Windows + R, type gpedit.msc, and press Enter.
    • Navigate to:
      Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update
    • Double-click Configure Automatic Updates → set to DisabledApply.

🧮 Comparison Table: Uninstallation Methods

Method Best For Difficulty Requires Boot?
Settings app General users Easy No
Control Panel Legacy method Easy No
Command Prompt (wusa) Advanced users Medium No
System Restore System errors Medium Yes
Safe Mode Startup issues Hard Yes
Recovery Environment Non-booting systems Hard Yes

🧠 Summary: Key Takeaways

Action Purpose
Check Update History Identify problematic updates
Use Settings or Control Panel Safest uninstall method
Use Command Prompt Direct removal via KB number
Roll Back Feature Updates Revert to earlier Windows version
Use System Restore Fix deeper issues
Pause Updates Prevent reinstallation

🏁 Conclusion

Uninstalling a Windows 11 update is often the simplest way to fix performance issues, driver conflicts, or crashes caused by recent patches. Whether you prefer using the Settings app, Command Prompt, or Recovery options, you now know exactly how to do it safely.

Once your PC is back to normal, remember to pause automatic updates temporarily — and only reinstall updates after verifying they’re stable for your system.


❓ FAQs About Uninstalling Windows 11 Updates

1. Can I uninstall all Windows 11 updates?

No, only recent ones can be removed. Critical system updates or older updates may not have an uninstall option.

2. How long do I have to roll back a feature update?

You have 10 days after installation to go back to your previous Windows version.

3. Does uninstalling updates delete my files?

No, your personal data remains safe. Only system-level updates are removed.

4. Can I stop Windows 11 from installing updates automatically?

Yes. You can pause updates in Settings > Windows Update or disable them via Group Policy Editor.

5. What if Windows won’t boot after an update?

Boot into Safe Mode or Windows Recovery Environment and uninstall the update from there.


🔍 Key Takeaways

  • Identify the faulty update before uninstalling.
  • Use Settings, Control Panel, or Command Prompt for removal.
  • Roll back feature updates within 10 days.
  • Create restore points regularly for safety.
  • Pause updates temporarily to avoid repeat issues.
Scroll to Top