# How to Fix 100% CPU Usage in Windows 11 URL: https://www.mytechnician.tech/tips/fix-100-percent-cpu-usage-windows-11/ Published: 2026-07-26 | Author: Ankit Kumar Tags: Windows 11, Performance, Hardware, Fix, Troubleshooting Summary: CPU stuck at 100% and your PC crawling? Find the process eating your processor, stop background hogs, and cool a throttling CPU with these step-by-step fixes. Recommended app: Ultimate PC Repair Tool — https://www.mytechnician.tech/apps/my-technician/ (Microsoft Store: https://apps.microsoft.com/detail/9PH863L9C6HC?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem Task Manager shows **CPU 100%** while you are doing nothing. The fan is loud, windows take seconds to open, and typing lags behind your fingers. Something is holding the processor. Usually it is one identifiable process: a stuck Windows service, a runaway browser tab, an antivirus scan, or a mining/adware payload. Occasionally the CPU is fine but **thermally throttled**, which feels identical. > **Disk at 100% instead of CPU?** Different cause, different fix: [100% disk usage in Windows 11](https://www.mytechnician.tech/tips/how-to-fix-100-disk-usage-windows-11/). **RAM the bottleneck?** See [high RAM usage](https://www.mytechnician.tech/tips/fix-high-ram-usage-windows-11/). ## Symptoms * **CPU** column pinned at 90-100% in Task Manager with no app open. * Fans running hard at idle; laptop chassis hot to the touch. * Everything is slow, but disk and memory look normal. ## Step 1: Identify the Process 1. Press `Ctrl + Shift + Esc` to open **Task Manager**. 2. Go to the **Processes** tab and click the **CPU** column header to sort descending. 3. Note the top process. Common ones and what they mean: * **System Idle Process** at 99% — nothing is wrong; that is free CPU. * **Antimalware Service Executable** (`MsMpEng.exe`) — Defender is scanning. See Step 4. * **Windows Modules Installer Worker** (`TiWorker.exe`) — an update is installing. See Step 3. * **Microsoft Windows Search Indexer** (`SearchIndexer.exe`) — rebuilding the index. See Step 5. * **Service Host: …** — expand the arrow to see the specific service inside. * A browser — check its own task manager with `Shift + Esc` in Chrome or Edge. * Something you do not recognise — go straight to Step 8. ## Step 2: End the Offender and See If It Returns 1. Right-click the process → **End task**. 2. Watch for two minutes. If CPU drops and stays down, you have your culprit. 3. If it restarts immediately at full load, it is a service — continue to the targeted steps below. ## Step 3: Let Windows Update Finish `TiWorker.exe` and `WmiPrvSE.exe` spike during updates and settle when done. 1. **Settings** → **Windows Update** → **Check for updates**. 2. Install everything pending and restart, then leave the PC on for 20 minutes. 3. If an update is jammed rather than progressing: [fix Windows Update stuck](https://www.mytechnician.tech/tips/fix-windows-update-stuck-windows-11/). ## Step 4: Tame Microsoft Defender Scans 1. Open **Windows Security** → **Virus & threat protection** → **Manage settings**. 2. Under **Exclusions**, add large folders you trust and that change constantly — game libraries, video project folders, developer build directories. 3. Set the scheduled scan to a time you are not using the PC: **Task Scheduler** → **Microsoft** → **Windows** → **Windows Defender** → **Windows Defender Scheduled Scan** → **Properties** → **Triggers**. 4. Never disable real-time protection permanently. If Defender itself is broken: [fix Windows Defender not working](https://www.mytechnician.tech/tips/fix-windows-defender-not-working/). ## Step 5: Rebuild or Pause the Search Index 1. **Settings** → **Privacy & security** → **Searching Windows**. 2. Switch **Find my files** to **Classic** and exclude folders you never search. 3. Scroll down → **Advanced indexing options** → **Advanced** → **Rebuild**. Expect an hour of high CPU once, then quiet. 4. Related: [fix Windows 11 search not working](https://www.mytechnician.tech/tips/fix-windows-11-search-not-working/). ## Step 6: Cut Startup and Background Apps 1. Task Manager → **Startup apps** tab → disable everything you do not need at boot. 2. **Settings** → **Apps** → **Installed apps** → for each offender, **⋯** → **Advanced options** → set **Background apps permissions** to **Never**. 3. Full walkthrough: [disable startup programs to speed up boot](https://www.mytechnician.tech/tips/disable-startup-programs-speed-up-boot/). ## Step 7: Check for Thermal Throttling A CPU that overheats clocks itself down; the load stays pinned and everything crawls. 1. Feel whether the fan is loud and the exhaust hot. 2. Check temperatures with your motherboard utility or a free monitor. Sustained temperatures above roughly 95 °C mean throttling. 3. Clean the vents and fans: [clean your laptop and devices safely](https://www.mytechnician.tech/tips/clean-laptop-and-devices-safely/). 4. Deeper cooling fixes: [fix CPU overheating and thermal throttling](https://www.mytechnician.tech/tips/fix-cpu-overheating-thermal-throttling/) and [fix loud fan noise](https://www.mytechnician.tech/tips/fix-loud-fan-noise-windows-11/). ## Step 8: Scan for Malware Cryptominers and adware exist to consume exactly this resource — and they often idle down the moment Task Manager opens. 1. **Windows Security** → **Virus & threat protection** → **Scan options** → **Microsoft Defender Antivirus (offline scan)**. 2. Let it restart and scan outside Windows. 3. Full cleanup procedure: [remove viruses and malware](https://www.mytechnician.tech/tips/remove-virus-malware-windows-11/). ## Step 9: Reset the Power Plan 1. Open **Terminal (Admin)** and run: ``` powercfg -restoredefaultschemes ``` 2. **Settings** → **System** → **Power & battery** → set **Power mode** to **Balanced**. 3. In **Control Panel** → **Power Options** → **Change advanced power settings** → **Processor power management**, set **Minimum processor state** to **5%**. ## What Not to Do * **Don't disable Windows services at random.** You will break Windows Update or networking and still have the load. * **Don't set the process priority to Realtime.** It makes the system less responsive, not more. * **Don't disable your antivirus** to stop a scan. Exclude folders and reschedule instead. ## Still Not Working? If a single Microsoft service pins the CPU permanently and none of the above helps, repair the OS files with [SFC and DISM](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). If your CPU is simply old for what you ask of it, see [best PC upgrades to speed up an old computer](https://www.mytechnician.tech/tips/best-pc-upgrades-to-speed-up-an-old-computer/) and [how much RAM do I need](https://www.mytechnician.tech/tips/how-much-ram-do-i-need/). --- Source: https://www.mytechnician.tech/tips/fix-100-percent-cpu-usage-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: Ultimate PC Repair Tool (Ultimate PC Repair Tool is a Windows diagnostic and repair toolkit with system analysis, automated troubleshooting, and hardware checks for Windows 10/11.) — https://www.mytechnician.tech/apps/my-technician/ More guides: https://www.mytechnician.tech/llms.txt