How to Fix Windows 11 Slow After an Update

The Problem

The cumulative update installed, the PC rebooted, and now everything lags—Start, the browser, even File Explorer. Usually Windows is still indexing, cleaning up the component store, or has loaded a driver that misbehaves. Occasionally the patch itself is bad and the answer is a rollback rather than a tune-up.

PC will not boot, or the shell is broken? Use fix Windows 11 after a bad update (rollback). Update stuck at a percentage? Windows Update stuck.

Symptoms

  • Slowness that began within a day or two of an update restart.
  • Task Manager showing sustained disk or CPU load from Microsoft Windows Search Indexer, Antimalware Service Executable, or TiWorker.exe.
  • Fans running at idle when they were quiet before.

Step 1: Give It an Hour

This is genuinely the fix in a large share of cases, and skipping it wastes an afternoon.

After a feature update Windows rebuilds the search index, runs component cleanup, re-optimises the .NET runtime images, and Defender rescans everything that changed. On a mechanical drive this can take hours.

  1. Plug the laptop in and connect to the network.
  2. Leave the PC on and idle for an hour, or overnight after a feature update.
  3. Then check Task Manager again.

Still pinned after that? Continue below.

Step 2: Find Out What Is Actually Busy

Task Manager → Processes → sort by CPU, then by Disk.

| Process | Meaning | Action | |---|---|---| | TiWorker.exe / Windows Modules Installer | Update still finishing | Wait, or Step 3 | | Microsoft Windows Search Indexer | Rebuilding the index | Step 6 | | Antimalware Service Executable | Defender rescanning | Normal after an update; give it time | | System | A driver | Step 5 | | Runtime Broker / a specific app | That app | Reinstall or update it |

Step 3: Restart Twice, and Finish Pending Updates

Some patches complete driver work on the second boot. Choose Restart, not Shut down—Fast Startup skips part of the initialisation.

Then check SettingsWindows Update for anything still pending, including Optional updatesDriver updates. A half-finished update queue keeps TiWorker.exe busy indefinitely.

Step 4: Check Disk Space

Updates leave temp files and a Windows.old folder behind, and a nearly full C: makes everything slow.

SettingsSystemStorageCleanup recommendations, and see free up disk space. Note that removing Previous Windows installation(s) also removes your ability to roll back the feature update—only do it once you are sure the PC is stable.

Step 5: Deal With Drivers

Windows Update ships chipset, storage, and graphics drivers alongside patches, and they are a common cause of post-update slowness.

  1. Device Manager → look for yellow warnings under Display adapters, Storage controllers, and Network adapters.
  2. If slowness started immediately after a driver changed: PropertiesDriverRoll Back Driver.
  3. Otherwise install the current driver from your PC or motherboard maker: how to update outdated drivers.

Check the driver date in PropertiesDriver — a graphics driver dated the same day as the update is your prime suspect.

Step 6: Rebuild the Search Index

If search is slow or the indexer never settles:

  1. Win + Rcontrol /name Microsoft.IndexingOptions.
  2. AdvancedRebuild.
  3. Expect heavy disk activity for an hour or two, then a permanent improvement.

More: fix Windows 11 search not working.

Step 7: Repair System Files

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

An interrupted update can leave the component store inconsistent, which produces exactly this kind of vague slowness. Details: repair Windows 11 with SFC and DISM.

Step 8: Turn Off Fast Startup as a Test

Control Panel → Power OptionsChoose what the power buttons doChange settings that are currently unavailable → untick Turn on fast startup → restart.

A hybrid boot after an update can restore stale driver state, which is why "it is fine after a restart but slow after a shutdown" is a real and confusing pattern.

Step 9: Check the Settings the Update Reset

Feature updates re-enable things you had switched off:

  • Startup apps — check Task Manager → Startup apps: disable startup programs.
  • Power modeSettingsSystemPower & battery may be back on Balanced or Best power efficiency.
  • Visual effects and Storage Sense settings.
  • OneDrive may have restarted syncing.

Step 10: Uninstall the Update

When nothing else helps and the slowness clearly began with a specific patch:

SettingsWindows UpdateUpdate historyUninstall updates → remove the most recent cumulative update, and note the KB number.

Then pause updates for a week and check Microsoft's release health page for known issues with that KB. Full method: fix Windows 11 after a bad update.

Tune or Roll Back?

  • Tune when the PC works but feels sluggish and Task Manager shows indexing or cleanup activity.
  • Roll back when there are blue screens, a black screen, or a broken shell.

If the machine was already marginal before the update, stack the broader wins: speed up a slow Windows 11 PC, fix high RAM usage, and fix 100% disk usage.