How to Fix 100% CPU Usage in Windows 11

Windows 11PerformanceHardwareFixTroubleshooting

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. RAM the bottleneck? See high RAM usage.

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. SettingsWindows UpdateCheck 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.

Step 4: Tame Microsoft Defender Scans

  1. Open Windows SecurityVirus & threat protectionManage 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 SchedulerMicrosoftWindowsWindows DefenderWindows Defender Scheduled ScanPropertiesTriggers.
  4. Never disable real-time protection permanently. If Defender itself is broken: fix Windows Defender not working.

Step 5: Rebuild or Pause the Search Index

  1. SettingsPrivacy & securitySearching Windows.
  2. Switch Find my files to Classic and exclude folders you never search.
  3. Scroll down → Advanced indexing optionsAdvancedRebuild. Expect an hour of high CPU once, then quiet.
  4. Related: 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. SettingsAppsInstalled apps → for each offender, Advanced options → set Background apps permissions to Never.
  3. Full walkthrough: disable startup programs to 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.
  4. Deeper cooling fixes: fix CPU overheating and thermal throttling and fix loud fan noise.

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 SecurityVirus & threat protectionScan optionsMicrosoft Defender Antivirus (offline scan).
  2. Let it restart and scan outside Windows.
  3. Full cleanup procedure: remove viruses and malware.

Step 9: Reset the Power Plan

  1. Open Terminal (Admin) and run:
    powercfg -restoredefaultschemes
    
  2. SettingsSystemPower & battery → set Power mode to Balanced.
  3. In Control PanelPower OptionsChange advanced power settingsProcessor 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. If your CPU is simply old for what you ask of it, see best PC upgrades to speed up an old computer and how much RAM do I need.