Windows DISKHigh

High Disk Usage 100% in Windows 10/11

The disk is constantly at 100% usage, the system is lagging and freezing. The cause is most often related to Windows services, drivers, or indexing.

Updated at February 11, 2026
5-15 min
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

If in the Task Manager the disk is constantly loaded at 100%, the computer starts to lag, takes a long time to open programs, and freezes. Most often, the problem is related to Windows services or background processes.

Below are the fastest ways to solve the issue.


Method 1: Disable Windows Search (check)

Sometimes the indexing service overloads the disk.

  1. Press Win + R
  2. Type services.msc
  3. Find Windows Search
  4. Click Stop
  5. Set the startup type to Disabled

Check if the load has decreased.


Method 2: Disable SysMain (Superfetch)

This service often causes 100% load on the HDD.

  1. Open the command prompt as an administrator
  2. Execute:
net stop sysmain
sc config sysmain start=disabled

Restart the computer.


Method 3: Check the disk for errors

File system corruption can cause constant activity.

Open the command prompt as an administrator:

chkdsk C: /f /r

If the system suggests checking after rebooting — agree.


Method 4: Check system files

sfc /scannow

After completion, restart the PC.


Method 5: Update SATA controller drivers

  1. Press Win + X → Device Manager
  2. Open the IDE ATA/ATAPI controllers section
  3. Update the controller drivers

You can also try switching the mode from AHCI to the standard Microsoft driver.


Additional reasons

  • An HDD is installed instead of an SSD
  • Antivirus scanning is running
  • Insufficient RAM
  • Windows is updating

When to consider replacing the disk

If an old HDD is used, high load is a common occurrence. Switching to an SSD almost completely resolves the issue.


Conclusion

In most cases, disabling SysMain or Windows Search helps. If the problem persists — check the disk and system files.

If the disk is physically worn out, software methods will only provide a temporary effect.

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community