How to Fix 100% Disk Usage in Windows 10

Windows 10

Is your computer running slow with Task Manager showing 100% disk usage even when no programs are running? This common issue can be caused by background processes, system file corruption, or unnecessary startup applications. Here’s how to diagnose and fix it:

1. Run System File Checker (SFC) and DISM
Corrupted system files can cause high disk usage. Run these commands to scan and repair Windows files:
– Open Command Prompt as Administrator.
– Type the following commands one by one, pressing Enter after each:
SFC /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

2. Check for Windows Updates
– Press Windows + I to open Settings.
– Go to Update & Security and click Check for Updates.
– Install any pending updates and restart your PC.

3. Perform a Clean Boot
A clean boot helps identify if third-party apps are causing high disk usage:
– Press Windows + R, type msconfig, and press Enter.
– Go to the Services tab, check Hide all Microsoft services, then click Disable all.
– Click the Startup tab, select Open Task Manager.
– Disable all unnecessary startup applications.
– Click OK, apply changes, and restart your PC.

4. Disable Windows Search and Superfetch (SysMain)
Windows Search and Superfetch (SysMain) can sometimes lead to excessive disk usage:
– Open Command Prompt as Administrator.
– Run the following commands:
net.exe stop "Windows Search"
net.exe stop "SysMain"
– To disable them permanently, open Services (services.msc), find these services, set Startup type to Disabled, and apply changes.

5. Check for Malware or Background Processes
– Run a full virus scan using Windows Defender or a trusted antivirus.
– Open Task Manager (Ctrl + Shift + Esc) and look for processes consuming high disk usage.
– If an unfamiliar process is causing the issue, research it or disable it if necessary.

After performing these steps, check if disk usage has returned to normal. If the issue persists, consider upgrading to an SSD, as traditional hard drives struggle with high read/write loads in modern Windows installations.

For more “Windows 10” solutions, please check our Windows 10.

en_USEnglish