How to Uninstall Problematic Windows Updates Easily (Windows 11/10)

Windows updates are critical for security, performance, and new features. But sometimes, an update causes more harm than good. Whether you’re facing Wi-Fi dropouts, boot errors, sluggish performance, or crashing apps, a faulty update can quickly turn a smooth PC experience into a nightmare.

If your computer started acting up after a recent update, don’t worry. Windows provides several safe, built-in ways to remove problematic updates and restore system stability.

In this step-by-step guide, you’ll learn why updates fail, when you should uninstall them, and how to safely remove Windows updates on both Windows 11 and Windows 10.


Why You Might Need to Uninstall a Windows Update

Most updates install without issues, but bugs can occasionally slip through. Here are the most common signs that an update may need to go:

1. Your PC Suddenly Becomes Slow

After an update, you might notice:

  • Longer boot times

  • Random freezes

  • Lag during everyday tasks

These issues often stem from driver conflicts or compatibility bugs.

2. Apps Stop Working Properly

Some updates can break:

  • Games or emulators

  • Printer drivers

  • Microsoft Office or Adobe apps

  • Audio and video software

This is especially common after major cumulative updates.

3. Wi-Fi or Bluetooth Stops Working

Many users report:

  • Wi-Fi networks not showing up

  • Bluetooth disappearing from settings

  • Frequent network disconnections

These problems are often caused by faulty driver updates.

4. Blue Screen of Death (BSOD)

A bad update can trigger:

  • Boot loops

  • System crashes

  • Automatic repair screens

In these cases, uninstalling the update is often the fastest fix.

5. Unwanted Feature Changes

Sometimes you may simply dislike changes like:

  • A new UI layout

  • Different taskbar behavior

  • Redesigned File Explorer

You can roll back the update if you prefer the previous version.


Before You Uninstall Updates (Important)

Always try these steps first:

  • Restart your PC once or twice

  • Check if a newer patch has already fixed the issue

  • Back up important files

Once you’re ready, follow the methods below to remove the update safely.


Method 1 — Uninstall Updates via Settings (Easiest)

This is the simplest and safest method for most users.

Windows 11 Steps

  1. Press Windows + I to open Settings

  2. Go to Windows Update

  3. Click Update history

  4. Scroll down and click Uninstall updates

  5. Select the problematic update (usually starts with KB)

  6. Click Uninstall

  7. Restart your PC

Windows 10 Steps

  1. Open Settings

  2. Go to Update & Security

  3. Click Windows Update

  4. Click View update history

  5. Select Uninstall updates

  6. Choose the update and click Uninstall

  7. Restart your PC

💡 Tip: Look for the latest update installed right before the problem began.


Method 2 — Uninstall Updates via Control Panel

This method is useful when the Settings app crashes or freezes.

Steps

  1. Press Windows + R

  2. Type:

    text
    appwiz.cpl
  3. Click View installed updates

  4. Find the problematic update

  5. Right-click it and select Uninstall

  6. Restart your PC


Method 3 — Uninstall Updates Using Command Prompt (Advanced)

Ideal for power users and troubleshooting scenarios.

Step 1: Open Admin Command Prompt

Search for cmd → Right-click → Run as administrator

Step 2: List Installed Updates

Type the following command:

text
wmic qfe list brief /format:table

Find the KB number of the update you want to remove.

Step 3: Remove the Update

Replace 1234567 with the actual KB number:

text
wusa /uninstall /kb:1234567

Example:

text
wusa /uninstall /kb:5035853

Press Y and restart your PC.


Method 4 — Uninstall Updates from Safe Mode (If PC Won’t Boot)

Use this method if your PC is stuck in a boot loop.

Step 1: Enter Recovery Mode

Force shut down your PC 3 times while booting → Windows will open the Recovery Environment

Step 2: Navigate to Advanced Options

Go to:
Troubleshoot → Advanced Options → Startup Settings → Restart → Press 4 for Safe Mode

Step 3: Remove the Update

Once in Safe Mode:

  • Open Settings → Update history → Uninstall updates

  • Or use the Control Panel method

Restart your PC normally afterward.


Method 5 — Use Recovery Environment (Roll Back Latest Update)

This method works when Windows won’t start at all.

Steps

  1. Boot into Recovery Mode

  2. Go to:
    Troubleshoot → Advanced Options → Uninstall Updates

  3. Choose one of the following:

    • Uninstall latest Quality Update (monthly patch)

    • Uninstall latest Feature Update (major version upgrade)

  4. Restart your PC

💡 Quality update = monthly security patch
💡 Feature update = major OS version upgrade


Method 6 — Pause Updates to Prevent Reinstallation

After uninstalling a problematic update, Windows may try to reinstall it automatically.

Pause Updates (Windows 11/10)

  1. Open Settings → Windows Update

  2. Click Pause updates

  3. Select 1 to 5 weeks

This gives Microsoft time to release a fixed version.


Method 7 — Hide Problematic Update (Permanent Fix)

Use Microsoft’s official Show or Hide Updates Troubleshooter to block a specific update permanently.

Steps

  1. Download the tool from Microsoft’s official website

  2. Run it → Choose Hide updates

  3. Select the problematic update

  4. Finish

Windows will no longer reinstall that update automatically.


Frequently Asked Questions (FAQ)

Is it safe to uninstall Windows updates?

Yes. Microsoft allows rollbacks specifically for cases where updates cause problems.

Which updates should I uninstall?

Always uninstall the latest update installed just before the issue started.

Will uninstalling updates delete my personal files?

No. Your documents, photos, and other personal files remain completely safe.

Can I reinstall the same update later?

Yes. You can manually check for updates at any time.

Why do updates cause problems in the first place?

Windows has to support millions of hardware combinations. Despite rigorous testing, some bugs inevitably slip through.


Conclusion

Windows updates are essential—but they aren’t always perfect. If your PC becomes slow, unstable, or won’t boot after an update, uninstalling the problematic update is often the quickest and safest solution.

You now know every reliable method to remove updates on Windows 11 and Windows 10:

  • Settings app

  • Control Panel

  • Command Prompt

  • Safe Mode

  • Recovery Environment

By following this guide, you can quickly restore your PC to a stable, working state and prevent the issue from coming back.

Pro Tip: After removing a faulty update, pause updates temporarily until Microsoft releases a fixed version.