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.
- Plug the laptop in and connect to the network.
- Leave the PC on and idle for an hour, or overnight after a feature update.
- 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 Settings → Windows Update for anything still pending, including Optional updates → Driver 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.
Settings → System → Storage → Cleanup 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.
- Device Manager → look for yellow warnings under Display adapters, Storage controllers, and Network adapters.
- If slowness started immediately after a driver changed: Properties → Driver → Roll Back Driver.
- Otherwise install the current driver from your PC or motherboard maker: how to update outdated drivers.
Check the driver date in Properties → Driver — 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:
Win + R→control /name Microsoft.IndexingOptions.- Advanced → Rebuild.
- 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 Options → Choose what the power buttons do → Change 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 mode — Settings → System → Power & 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:
Settings → Windows Update → Update history → Uninstall 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.
Related guides
How to Disable Startup Programs to Speed Up Boot Time
Windows 11 stuck at the logo on every boot? Disable startup apps in Task Manager and Settings so only what you need runs — and cut boot time fast.
How to Reduce Chrome's Memory Usage in Windows 11
Chrome eating several gigabytes of RAM and slowing Windows 11 down? Cut its memory use with Memory Saver, tab management, extension audits, and the right hardware settings.
How to Fix Slow SSD Speeds in Windows 11
NVMe or SATA SSD feels like a hard drive? Enable TRIM, confirm AHCI mode, check drive health, and rule out thermal or firmware throttling on Windows 11.
How to Reduce Input Lag for Gaming in Windows 11
Mouse sluggish or shots register late? Cut input lag with polling rate, fullscreen, GPU low-latency settings, and display tuning.
How to Check and Upgrade RAM in Your PC
Find out if your PC has free RAM slots, which DDR type you need, and how to install sticks without breaking clips—before you buy the wrong kit.