Why Windows 11 Performance Drops After a Windows Update and How to Roll It Back
🔍 WiseChecker

Why Windows 11 Performance Drops After a Windows Update and How to Roll It Back

Quick fix: Open Settings → Windows Update → Update history → Uninstall updates. Find the recently-installed cumulative update. Click Uninstall. Windows removes it and reverts to the previous build. Performance should return to baseline.

Windows 11 was running fine. A cumulative update or feature update installed. Now everything feels slower — boot time longer, apps launch slower, gaming has frame drops. The update introduced a regression on your specific hardware. Roll back the update to recover performance, then pause updates while you wait for a fix.

Symptom: Windows 11 noticeably slower after a recent update; want to roll back.
Affects: Windows 11 (and Windows 10) with a recent problematic update.
Fix time: ~30 minutes including rollback time.

ADVERTISEMENT

What causes this

Windows Updates occasionally introduce performance regressions on specific hardware combinations. Microsoft tests updates on a wide range of systems, but corner cases (specific GPU + Wi-Fi combinations, particular CPU steppings, certain storage controllers) sometimes hit regressions that didn’t appear in testing. Rolling back the update restores the previous state.

Method 1: Uninstall the recent update via Settings

The standard rollback.

  1. Open Settings → Windows Update → Update history.
  2. Identify the most recently-installed cumulative or quality update. Note the KB number.
  3. Click Uninstall updates link near the bottom.
  4. The Control Panel-style Uninstall an update page opens.
  5. Find the KB you identified. Click it. Click Uninstall in the toolbar.
  6. Confirm. Windows uninstalls the update; takes 5-15 minutes.
  7. Reboot when prompted.
  8. After reboot, Windows is at the previous build. Test performance.

Note: not all updates are uninstallable. Recent ones usually are; some older ones may have been “cleaned up” via DISM and can’t be removed.

ADVERTISEMENT

Method 2: Pause Windows Update to prevent re-install

After successful rollback, prevent Windows from immediately re-installing the same update.

  1. Open Settings → Windows Update.
  2. Click Pause updates for 1 week (or use dropdown for longer).
  3. Or pause permanently via registry (Pro/Enterprise):
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" -Name FlightSettingsMaxPauseDays -Value 365

    This allows Pause for up to 1 year via Settings UI.

  4. If the problematic update is offered again automatically, hide it using Microsoft’s “Show or hide updates” troubleshooter (KB3073930).
  5. Wait for Microsoft to release a fix in the next monthly cumulative update.

This buys time for Microsoft to address the regression.

Method 3: Roll back feature update via Settings → Recovery

Use when the issue is a major feature update (Windows 11 24H2 → 23H2 rollback, etc.).

  1. Open Settings → System → Recovery.
  2. Look for Go back button (only available within 10 days of the feature update).
  3. Click Go back. Confirm.
  4. Windows asks for a reason. Pick “Apps don’t work properly” or similar.
  5. The rollback takes 20-40 minutes and includes a reboot. Personal files and apps are preserved.
  6. After rollback, you’re on the previous Windows 11 build. Performance regression should be gone.
  7. The Go back button disappears after 10 days. After that window, an in-place upgrade install using the older ISO is the only path to roll back a feature update.

This is the right approach for feature update regressions.

How to verify the fix worked

  • Performance returns to pre-update baseline (boot time, app launch, gaming FPS).
  • Open Settings → System → About. OS Build is the previous one.
  • Update history shows the KB as “Uninstalled” (or not present after feature update rollback).
  • Run benchmarks (Cinebench, 3DMark, CrystalDiskMark) to confirm performance numbers match pre-update levels.

If none of these work

If performance doesn’t recover after rollback, three causes apply. Update wasn’t the cause: something else changed at the same time. Check Reliability Monitor for events around the performance drop date. Driver from update persists: even uninstalling the cumulative update may not remove updated drivers it installed. Roll back specific drivers via Device Manager → Roll Back Driver. Hardware degradation: SSDs slow with wear, fans accumulate dust over time. The update may just have coincided with hardware aging. Check SSD SMART values, clean cooling vents. For chronic post-update performance issues across multiple updates, the cleanest fix is an in-place upgrade install — wipes accumulated cruft and reinstalls Windows 11 fresh while preserving data.

Bottom line: Uninstall the problematic update via Settings → Windows Update → Update history → Uninstall updates. Pause future updates to prevent re-install. Wait for Microsoft to release a fixed version.

ADVERTISEMENT