๐Ÿ› ๏ธ HowToFixNow

Windows 11 Running Slow? 10 Proven Fixes That Work

Updated on 5/9/20264 min readHowToFixNow

If your Windows 11 PC has become slow, there's almost always a specific fixable cause โ€” no need to reformat or buy new hardware. This guide covers everything from gradual slowdowns to sudden freezes.

Quick fix (TL;DR)

  • Restart the PC to clear processes stuck in memory
  • Open Task Manager (Ctrl+Shift+Esc) โ†’ sort by CPU/Memory โ†’ find the heavy process
  • Startup tab โ†’ disable all non-essential startup apps
  • Free up disk space on C: (keep at least 15 GB free)
  • Update your GPU driver from the manufacturer's website

Causes

  • Too many startup apps: every program launching with Windows occupies RAM from the first minute
  • Full or nearly full disk: Windows uses free space as virtual memory โ€” below 10% free means severe slowdowns
  • Malware running in background: a crypto miner or spyware can silently consume 100% CPU
  • Outdated or corrupt drivers: GPU, chipset, or SSD drivers cause hard-to-diagnose bottlenecks
  • Windows Update running in background: the update service downloads, indexes, and installs without notification
  • Insufficient RAM: with 4-8 GB and many apps open, Windows starts using the page file (10ร— slower than RAM)
  • Mechanical HDD: an old spinning disk is the single biggest cause of a slow modern PC
  • Visual effects and animations: transparency and animations consume GPU/CPU on older hardware

Step-by-step guide

Step 1 โ€” Identify the offending process

  1. Press Ctrl+Shift+Esc to open Task Manager
  2. Click the CPU header to sort by highest consumption
  3. If a process consistently uses >30% CPU, right-click โ†’ Open file location to identify it
  4. Search the process name online: [process name] high CPU to determine if it's legitimate or malware
  5. Repeat sorting by Memory to find memory leaks

Step 2 โ€” Disable unnecessary startup programs

  1. In Task Manager โ†’ Startup tab
  2. Sort by Startup impact (High/Medium/Low)
  3. Right-click each High-impact app you don't need immediately โ†’ Disable
  4. Common candidates: Spotify, Discord, Teams, Skype, OneDrive (if not essential), game launchers
  5. Changes take effect on the next restart

Step 3 โ€” Free up disk space on C:

  1. Search for Disk Cleanup in the Start menu โ†’ select C: drive โ†’ OK
  2. Check: Temporary files, Thumbnails, Recycle Bin, Windows Update Cleanup
  3. Click Clean up system files for additional options (includes previous Windows installation files)
  4. Goal: at least 15-20 GB free on C:
  5. Enable Storage Sense: Settings โ†’ System โ†’ Storage โ†’ toggle it on for automatic cleanup

Step 4 โ€” Update Windows and drivers

  1. Start โ†’ Settings โ†’ Windows Update โ†’ Check for updates
  2. For GPU drivers (high priority): open Device Manager โ†’ Display adapters โ†’ right-click โ†’ Update driver
  3. Better yet: download drivers directly from NVIDIA, AMD, or Intel
  4. For audio, chipset, and network drivers: download from your motherboard or laptop manufacturer's website

Step 5 โ€” Reduce visual effects

  1. Search Adjust the appearance and performance of Windows in the Start menu
  2. Select Adjust for best performance to remove all animations
  3. Or keep only: Show thumbnails instead of icons and Smooth edges of screen fonts
  4. Most effective on PCs with 4-8 GB RAM or integrated graphics

Step 6 โ€” Scan for malware

  1. Start โ†’ Windows Security โ†’ Virus & threat protection
  2. Click Quick scan (2-3 minutes)
  3. For a deeper scan: Scan options โ†’ Full scan
  4. Also run Malwarebytes Free as a complementary scan โ€” it catches spyware and adware that Defender may miss

Step 7 โ€” Repair system files

Open Command Prompt as Administrator (right-click Start โ†’ Windows Terminal as administrator) and run these two commands in order:

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

The first checks and repairs corrupted system files. The second downloads repair files from Microsoft. Restart after completion.

Step 8 โ€” Set power plan to High Performance

  1. Search Power plan โ†’ Choose a power plan
  2. Select High performance (or Ultimate Performance if available)
  3. On laptops: accept faster battery drain as a trade-off
  4. This eliminates CPU throttling imposed by the Balanced power plan

Common mistakes to avoid

  • โŒ Using third-party optimizers (CCleaner, Advanced SystemCare, etc.): they remove harmless files and often bundle adware
  • โŒ Killing system processes (svchost.exe, dwm.exe, lsass.exe): causes instability or blue screens
  • โŒ Disabling Windows Defender to "speed things up": real-world impact is minimal on modern hardware; disabling it exposes you to malware
  • โŒ Ignoring a full disk: one of the most common causes of sudden slowdowns, and the easiest to fix
  • โŒ Expecting software-only miracles: with 4 GB RAM and an old HDD, software optimizations have physical limits

When the bottleneck is hardware

If you've done all of the above and the PC is still slow, the problem is hardware:

  • Upgrade to 16 GB RAM: the cheapest and most impactful upgrade for PCs running 8 GB or less
  • Replace HDD with SSD: turns a painfully slow PC into a snappy one in 30 minutes โ€” night and day difference
  • Clean reinstall Windows 11: a fresh installation resolves deep corruption and bloat accumulated over years

For boot-specific slowness, also see Windows 11 slow boot fix and how to free up disk space on Windows 11.

Frequently asked questions

Why did Windows 11 suddenly become slow?

Common causes: a Windows Update running in the background, an app consuming all CPU or RAM, a nearly full disk, or a corrupted driver. Open Task Manager first.

How much RAM does Windows 11 need to run smoothly?

8 GB is the minimum, but 16 GB ensures smooth performance with multiple apps open. With 4 GB, Windows 11 is frequently bottlenecked and relies on slow page file.

Do startup programs slow down Windows 11?

Yes. Every app that launches with Windows consumes RAM and CPU from the first minute. Disabling them in Task Manager noticeably improves responsiveness.

Does a full disk slow down Windows 11?

Significantly. Windows uses free disk space as virtual memory. With less than 10% free on C:, performance drops drastically.

Should I use third-party optimizers like CCleaner?

No. These tools remove harmless files and often install adware. Windows' built-in optimization tools are safer and more effective.