# How to Fix Windows 11 Slow After an Update URL: https://www.mytechnician.tech/tips/fix-windows-11-slow-after-update/ Published: 2026-05-25 | Updated: 2026-08-10 | Author: Ankit Kumar Tags: Windows 11, Performance, System, Optimization Summary: PC slow after Patch Tuesday? Clear pending updates, reset Search indexing, trim startup, and undo bad drivers post-update. Recommended app: Ultimate Windows Cleanup Tool — https://www.mytechnician.tech/apps/ultimate-windows-cleanup-tool/ (Microsoft Store: https://apps.microsoft.com/detail/9NZZVBC5QWRN?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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)](https://www.mytechnician.tech/tips/fix-windows-11-after-bad-update-rollback/). **Update stuck at a percentage?** [Windows Update stuck](https://www.mytechnician.tech/tips/fix-windows-update-stuck-windows-11/). ## 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 **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](https://www.mytechnician.tech/tips/free-up-disk-space-c-drive-full-windows-11/). 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: **Properties** → **Driver** → **Roll Back Driver**. 3. Otherwise install the current driver from your PC or motherboard maker: [how to update outdated drivers](https://www.mytechnician.tech/tips/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: 1. `Win + R` → `control /name Microsoft.IndexingOptions`. 2. **Advanced** → **Rebuild**. 3. Expect heavy disk activity for an hour or two, then a permanent improvement. More: [fix Windows 11 search not working](https://www.mytechnician.tech/tips/fix-windows-11-search-not-working/). ## Step 7: Repair System Files ```cmd DISM /Online /Cleanup-Image /RestoreHealth ``` ```cmd 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](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). ## 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](https://www.mytechnician.tech/tips/disable-startup-programs-speed-up-boot/). * **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](https://www.mytechnician.tech/tips/fix-windows-11-after-bad-update-rollback/). ## 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](https://www.mytechnician.tech/tips/speed-up-slow-windows-pc/), [fix high RAM usage](https://www.mytechnician.tech/tips/fix-high-ram-usage-windows-11/), and [fix 100% disk usage](https://www.mytechnician.tech/tips/how-to-fix-100-disk-usage-windows-11/). --- Source: https://www.mytechnician.tech/tips/fix-windows-11-slow-after-update/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: Ultimate Windows Cleanup Tool (Ultimate Windows Cleanup Tool frees up disk space and keeps Windows tidy—temp files, browser cache, registry entries, and large files from one simple app.) — https://www.mytechnician.tech/apps/ultimate-windows-cleanup-tool/ More guides: https://www.mytechnician.tech/llms.txt