“Fix Tech Daily helps you solve real-world IT problems, with daily tips on Windows, Office, networks, and devices.”
Thursday, October 2, 2025
How to Fix 100% Disk Usage in Windows 11 (Complete Step-by-Step Guide)
How to Fix 100% Disk Usage in Windows 11 (Complete Step-by-Step Guide)
If your Windows 11 laptop or PC feels slow and Task Manager shows Disk usage stuck at 100%, you’re not alone.
This issue is caused by background services, antivirus scanning, or Windows Search indexing overuse.
Follow this step-by-step guide to fix it completely.
Step 1: Check Disk Usage in Task Manager
-
Press Ctrl + Shift + Esc to open Task Manager.
-
Click on the Processes tab.
-
Sort by Disk column to see which app is using the most disk resources.
👉 Note which processes are consuming high disk usage (like SysMain, SearchIndexer, or antivirus).
Step 2: Disable Windows Search (Temporary Test)
-
Press Windows + R, type:
services.msc
-
Find Windows Search → Right-click → Stop.
-
Check if disk usage drops immediately.
If yes, then disable it permanently (see Step 7).
Step 3: Disable SysMain (Superfetch)
-
In the same services.msc window, find SysMain.
-
Right-click → Stop.
-
Then right-click again → Properties → Startup type → Disabled.
✅ This service preloads apps in memory but often causes 100% disk usage.
Step 4: Disable Connected User Experiences and Telemetry
-
In services.msc, locate Connected User Experiences and Telemetry.
-
Right-click → Stop and Disable it.
This service collects data for Microsoft — safe to turn off.
Step 5: Check Windows Update Service
-
Open services.msc again.
-
Find Windows Update.
-
If it’s stuck on “Checking for updates,” stop the service temporarily.
-
Restart your computer, then try updating manually later.
Step 6: Change Virtual Memory Settings
-
Press Windows + R → type:
sysdm.cpl
-
Go to Advanced → Performance → Settings → Advanced → Virtual memory.
-
Uncheck Automatically manage paging file size.
-
Choose Custom size and set:
-
Initial size = RAM size (MB)
-
Maximum size = 2× RAM size (MB)
Example: If 8 GB RAM → 8192MB initial, 16384MB max.
-
Click Set → OK → Restart PC.
Step 7: Disable Windows Search Permanently (If Needed)
-
Press Windows + R → type:
services.msc
-
Find Windows Search → Right-click → Properties.
-
Set Startup type → Disabled → Apply → OK.
Step 8: Turn Off Tips and Suggestions
-
Open Settings → System → Notifications.
-
Turn off Get tips and suggestions when I use Windows.
Step 9: Update Drivers (Especially Storage Drivers)
-
Press Windows + X → Device Manager.
-
Expand Disk drives and IDE ATA/ATAPI controllers.
-
Right-click → Update driver → Search automatically for drivers.
If possible, install storage controller drivers from your PC manufacturer’s website.
Step 10: Disable Antivirus Temporarily (Check for Cause)
Some antivirus programs (like Avast, AVG) cause high disk usage.
-
Disable antivirus temporarily → Check Task Manager.
-
If the issue resolves → uninstall it and use Windows Defender instead.
Step 11: Check for Malware
-
Open Windows Security → Virus & threat protection.
-
Run a Full Scan.
-
Optionally, use Malwarebytes for deep cleaning.
Step 12: Check Disk Health
-
Open Command Prompt (Admin) and type:
chkdsk C: /f /r
-
Press Y to schedule at next restart.
-
Restart your computer — it will scan and fix disk errors.
Step 13: Turn Off Background Apps
-
Go to Settings → Apps → Installed Apps.
-
Select any app → Advanced Options → Set Background app permissions to Never.
Step 14: Change Power Plan
-
Go to Control Panel → Hardware and Sound → Power Options.
-
Choose High Performance.
Step 15: Replace HDD with SSD (If Using Old Disk)
If your PC still runs on an HDD, consider upgrading to an SSD —
✅ It completely eliminates the 100% disk usage issue in most cases.
Final Recommendations
-
Keep your Windows updated.
-
Avoid installing too many startup apps.
-
Schedule regular disk cleanup and defragmentation.
-
Always check for malware and driver issues.