← All articles

How to Fix 100% Disk Usage in Windows 11

Task Manager showing 100% disk usage in Windows 11? Identify the process causing it before disabling services, changing registry values, or replacing the drive.

By ShantanuPublished Updated
  • Applies to Windows 11
  • 3 min read
  • 7 steps
View article illustration
How to Fix 100% Disk Usage in Windows 11

A Windows 11 PC can feel almost frozen when Task Manager reports 100% Disk. That number does not necessarily mean the drive is transferring data at its maximum advertised speed. It means Windows sees the storage device as fully busy.

The right fix depends on what is actually generating the I/O.

1. Find the process using the disk

Press Ctrl + Shift + Esc to open Task Manager. On the Processes page, select the Disk column to sort by usage.

Watch it for a few minutes. Short spikes during Windows Update, app installation, antivirus scans, indexing, game updates, or large file copies are normal.

A problem is more likely when the disk stays at 100% for long periods while the PC is otherwise idle.

2. Restart and let updates finish

If Windows Update is installing updates, allow it to finish and restart the PC. Repeatedly killing update-related processes can leave Windows doing the same work again on the next boot.

3. Check free space

Open Settings > System > Storage. A system drive with almost no free space has less room for temporary files, updates, paging, and application caches.

Use Cleanup recommendations or Storage Sense before trying performance “tweaks.”

4. Look deeper with Resource Monitor

Press Windows Key + R, type resmon, and press Enter. Open the Disk tab.

Resource Monitor can show which processes are reading or writing specific files. This is useful when Task Manager only tells you that “System” or another broad process is busy.

5. Check the drive for errors

Open Terminal (Admin) and run:

chkdsk C: /scan

On an NTFS-formatted C: drive, this performs an online scan without immediately scheduling a full offline repair. If Windows reports errors that require repair, follow the specific instructions it gives.

6. Check SSD or hard-drive health

Use Windows storage health information and PowerShell reliability counters. If the drive reports warnings, I/O errors, or unusual behavior, back up important files before doing more troubleshooting.

7. Use a clean boot when a third-party app is suspected

If disk usage is normal after a clean boot, re-enable third-party services and startup items gradually until the problem returns. This is more reliable than permanently disabling Windows services at random.

Do not disable SysMain or Windows Search by default

Older guides often present disabling SysMain, indexing, BITS, or other Windows services as universal fixes. These services exist for legitimate reasons and may only be symptoms of another problem.

Measure first. If one service is demonstrably causing abnormal I/O on a specific system, investigate why rather than treating service removal as routine optimization.

Mechanical hard drives behave differently from SSDs

On an older PC with a traditional hard drive, Windows can reach 100% active time with relatively modest transfer speeds because random reads and writes create seek delays. Updates, indexing, paging, and modern applications therefore feel much harsher on HDD-based systems.

If the drive is healthy but the PC regularly stalls under ordinary Windows 11 workloads, replacing the system HDD with an SSD can produce a larger improvement than service tweaks.

Official references

Microsoft Support — Tips to improve PC performance in WindowsOfficial reference Microsoft Support — How to perform a clean boot in WindowsOfficial reference Microsoft Learn — Chkdsk command referenceOfficial reference