Contents
- 1 Key Takeaways
- 2 What Causes 100% Disk Usage in Windows 11?
- 2.1 Quick Checks Before You Start
- 2.2 Update Windows 11 (Fix High Disk Usage After Update Bugs)
- 2.3 Disable SysMain (Superfetch) and Related Services
- 2.4 Perform a Clean Boot (Fix 100% Disk Usage on Startup)
- 2.5 Check Your Hard Disk for Errors (CHKDSK)
- 2.6 Reset and Optimize Virtual Memory (Paging File)
- 2.7 Rebuild the Search Index (Fix High Disk Usage from Indexing)
- 2.8 Repair Corrupted System Files (DISM & SFC)
- 2.9 Disable MSI Mode for the Default AHCI Driver
- 2.10 Scan for Malware and Viruses
- 2.11 Frequently Asked Questions
Key Takeaways
- High disk usage in Windows 11 can stem from various issues, such as background services, startup programs, and disk errors.
- To troubleshoot 100% disk usage in Windows 11, start with quick checks like restarting your PC and confirming the source of the problem.
- Common fixes include disabling SysMain and Windows Search, performing a clean boot, and repairing disk errors using CHKDSK.
- If none of the fixes work, consider scanning for malware or backing up data to check drive health, as a failing HDD/SSD could be the cause.
- For persistent problems, reset virtual memory settings and rebuild the search index to optimize performance.
Is your Windows 11 PC suddenly slow, freezing, or unresponsive, and the Task Manager shows disk usage at 100% all the time? Many users report high disk usage in Windows 11 Task Manager, especially after a recent Windows 11 update or on startup. In this article, you’ll learn exactly why Windows 11 disk usage hits 100% even when idle and how to fix it step by step. We’ll start with quick checks, then move to proven fixes like disabling SysMain, rebuilding search index, repairing disk errors, adjusting virtual memory, and more. These solutions are applicable whether your disk usage is 100% on startup, during normal use, or even when the system seems idle.
What Causes 100% Disk Usage in Windows 11?
There isn’t just one reason for Windows 11 high disk usage. Common causes include:
- Windows services and background processes (SysMain/Superfetch, Windows Search, telemetry)
- Third-party startup programs are constantly reading/writing to disk
- Disk errors or bad sectors on your HDD/SSD
- Search indexing issues creating an endless index loop
- AHCI driver / MSI mode problems on certain systems
- Virus or malware infections
- Incorrect virtual memory (paging file) settings
- Corrupted Windows system files
Next, follow these steps in order. After each fix, check Task Manager (press Ctrl + Shift + Esc) to see if the disk usage percentage drops.
Quick Checks Before You Start
Before applying the in-depth solutions, do these quick checks:
- Restart your PC
A simple restart can clear temporary glitches, stuck services, and incomplete updates that cause temporary high disk usage in Windows 11. - Confirm it’s really the disk at 100%
Open Task Manager (Ctrl + Shift + Esc) → Processes tab and check:- Is Disk at 90–100% most of the time?
- Or is it CPU/RAM instead?
- Note when the issue occurs
- Only on startup (first few minutes)?
- All the time, even when idle?
- Only during specific tasks (copying files, updating, etc.)?
These details help you identify which fixes are most relevant.
Update Windows 11 (Fix High Disk Usage After Update Bugs)
Sometimes, 100% disk usage in Windows 11 appears after a feature update due to bugs in the new build. Microsoft often releases follow-up patches to fix this.
Steps:
- Press Windows key + X and select Settings.
- Go to Windows Update.
- Click Check for updates.
- If updates are available, allow them to download and install.
- Click Advanced options → Optional updates and install any driver or optional updates as well.
- Restart your PC after installation.

After the reboot, open Task Manager and check if the disk usage is still at or near 100%.
Disable SysMain (Superfetch) and Related Services
The SysMain service (formerly Superfetch) tries to speed up app launches by preloading frequently used apps into memory. On some systems—especially those with traditional HDDs this can cause constant disk reads and high disk usage in Windows 11 Task Manager.
You should also test disabling Windows Search and Connected User Experiences and Telemetry, which may trigger heavy background disk activity.
Disable SysMain
- Press Windows key + R, type
services.msc, and press Enter. - In the Services window, scroll down and find SysMain.
- Right-click SysMain → Properties.
- Set Startup type to Disabled.
- Click Stop to halt the service immediately.
- Click Apply → OK.
Disable Windows Search (temporarily for testing)
- In the same Services window, locate Windows Search.
- Right-click → Properties.
- Set Startup type to Disabled.
- Click Stop, then Apply → OK.
Disable Connected User Experiences and Telemetry
- Still in Services, find Connected User Experiences and Telemetry.
- Right-click → Properties.
- Set Startup type to Disabled.
- Click Stop, then Apply → OK.
Now restart your PC and open Task Manager. If the disk is no longer stuck at 100%, one of these services was likely the cause.
Tip: If disabling a service causes other problems (for example, slower search), you can always go back and set its Startup type to Automatic or Automatic (Delayed Start).
Perform a Clean Boot (Fix 100% Disk Usage on Startup)
If you only see Windows 11 disk usage at 100 on startup, third‑party apps and services could be hammering your disk when Windows loads.
A clean boot starts Windows with only Microsoft services and essential drivers, helping you identify problematic startup software.
- Press Windows key + R, type
msconfig, and press Enter. - In System Configuration, go to the Services tab.
- Check Hide all Microsoft services.
- Click Disable all to turn off all non-Microsoft services.
- Go to the Startup tab and click Open Task Manager.
- In Task Manager’s Startup tab, right-click each enabled item and choose Disable.
- Close Task Manager and in System Configuration click Apply → OK.
- Restart your PC.
After the reboot, see if the disk usage falls back to normal levels.
- If it does, re-enable startup items one by one and restart each time until you find the app causing the high disk usage.
Check Your Hard Disk for Errors (CHKDSK)
Disk errors or bad sectors can dramatically slow Windows and lead to constant 100% disk usage, especially on older HDDs.
Use the built-in CHKDSK tool to scan for and repair disk errors.
- Press Windows key + S, type cmd.
- Right-click Command Prompt and select Run as administrator.
- In the Command Prompt window, type:
chkdsk C: /r /f(ReplaceC:if Windows is installed on a different drive.) - Press Enter.
- You’ll be prompted to schedule the scan at the next restart. Type Y and press Enter.
- Close Command Prompt and restart your PC.
Windows will now run CHKDSK before booting into the desktop. This process can take some time, especially on larger or failing drives.
Important: If CHKDSK repeatedly reports bad sectors or the PC still feels extremely slow, consider backing up your data immediately and checking the drive’s health with tools like CrystalDiskInfo. You may need to replace the drive.
Reset and Optimize Virtual Memory (Paging File)
When your PC runs low on physical RAM, Windows uses a portion of your drive as virtual memory (paging file). Incorrect virtual memory settings can lead to Windows 11 high disk usage.
If you recently changed paging file settings for “performance tweaks”, it’s best to reset them properly.
- Press Windows key + R, type
sysdm.cpl, and press Enter to open System Properties. - Go to the Advanced tab.
- Under Performance, click Settings.
- In the Performance Options window, open the Advanced tab.
- Under Virtual memory, click Change.
- Uncheck Automatically manage paging file size for all drives.
- Select your system drive (usually C:).
- Choose Custom size and set:
- Initial size (MB): Use the recommended value shown at the bottom.
- Maximum size (MB): Set to 1.5 × your RAM size in MB.
For example, for 8 GB RAM:1024 × 8 × 1.5 = 12288.
- Click Set → OK.
- Restart your PC.
After rebooting, monitor if the disk usage in Windows 11 becomes more stable.
Clear Temporary Files
Clearing temporary files can also help reduce unnecessary disk activity.
- Press Windows key + R, type
%temp%, and press Enter. - Press Ctrl + A to select all files.
- Press Delete to remove them (skip any files currently in use).
Rebuild the Search Index (Fix High Disk Usage from Indexing)
The Windows Search Index speeds up file and email searches by indexing content in the background. If the index becomes corrupted or gets stuck, it can cause Windows 11 to report 100% disk usage even when idle.
Rebuilding the index often fixes this.
- Press Windows key + R, type:
control.exe srchadmin.dlland press Enter to open Indexing Options. - Click the Advanced button.
- Under the Troubleshooting section, click Rebuild.
- Click OK to confirm.
Rebuilding the index can take a while, depending on:
- The amount of data on your drive
- Whether you’re using an HDD or SSD
During this process, you might see temporarily higher disk usage, but once finished, it often reduces random spikes to 100%.
Repair Corrupted System Files (DISM & SFC)
Corrupted or missing system files can cause weird behavior, including slow performance and high disk usage as Windows repeatedly tries to access or repair them.
Use DISM and SFC tools to repair system files.
Steps:
- Press Windows key + S, type cmd.
- Right-click Command Prompt and select Run as administrator.
- First, run the DISM command:
DISM /online /cleanup-image /restorehealth - Wait for the process to complete (this can take some time).
- Next, run the System File Checker:
sfc /scannow - Let SFC finish scanning and repairing files.
- Restart your PC.
Now check Task Manager again and see if the 100% disk usage problem in Windows 11 has been resolved.
Disable MSI Mode for the Default AHCI Driver
Some systems using the default AHCI driver (StorAHCI.sys) can experience a firmware/driver issue that causes constant high disk usage. Disabling Message Signaled Interrupt (MSI) mode for the controller may help.
Warning: This step involves editing the Registry. Mistakes can cause system issues. Create asystem restore pointor backup the registry first.
Check if StorAHCI.sys is in Use
- Press Windows key + X and select Device Manager.
- Expand IDE ATA/ATAPI controllers.
- Right-click Standard SATA AHCI Controller (or similar) and choose Properties.
- Go to the Driver tab and click Driver Details.
- If you see StorAHCI.sys in the driver files list, your PC is using the default AHCI driver and may be affected.
- If you see a different driver name, you can skip this fix.
Disable MSI Mode in the Registry
- In the same Properties window, go to the Details tab.
- From the Property dropdown, select Device instance path.
- Right-click the value and Copy it. Paste it into Notepad.
- Close Device Manager.
- Press Windows key + R, type
regedit, and press Enter to open the Registry Editor. - Navigate to:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI - Use the value you copied earlier to locate the matching key under PCI.
- Expand that key, then go to:
Device Parameters → Interrupt Management → MessageSignaledInterruptProperties - In the right pane, double-click MSISupported.
- Change Value data from
1to0and click OK. - Close the Registry Editor and restart your PC.
After the reboot, check if the disk usage in Windows 11 has stabilized.
Scan for Malware and Viruses
Malware and unwanted software can cause continuous background disk activity, leading to 100% disk usage in Windows 11 Task Manager.
Use Windows Security (built-in) or a trusted third‑party antivirus to run a full scan.
- Click Start, type Windows Security, and open it.
- Select Virus & threat protection.
- Click Quick scan and wait for the process to finish.
- If nothing is found and the problem persists, click Scan options.
- Choose Full scan or Microsoft Defender Offline scan and click Scan now.
Let the scan complete and follow any recommended actions.
Note: In some cases, antivirus software itself (especially heavy third‑party suites) can cause high disk usage. If you suspect this, temporarily disable or uninstall the third‑party antivirus and see if disk usage drops (make sure Windows Security is enabled first).
If you’ve tried all these fixes and your Windows 11 disk usage is still stuck at 100%, back up your data and test your drive’s health. A failing HDD/SSD is often the hidden cause behind constant high disk activity.
Frequently Asked Questions
This usually happens due to background services (SysMain, Windows Search, telemetry), search indexing issues, malware, or disk errors. Sometimes third‑party apps and antivirus software also cause Windows 11 high disk usage in Task Manager. Use the steps above to disable problematic services, scan for malware, and check your disk.
Short bursts to 100% during heavy tasks (installing apps, copying files, updates) are normal. But if disk usage stays near 100% for long periods, it can cause freezes and slowdowns and may indicate a software issue or failing drive.
Upgrading from an HDD to an SSD dramatically improves performance and can reduce the impact of high disk usage. However, if a specific service, driver, or malware is causing constant reads/writes, you still need to fix the underlying cause using the methods in this guide.
Windows performs many background tasks right after login: loading services, indexing files, checking for updates, syncing cloud data, etc. This can cause Windows 11 disk usage 100 on startup, then drop once tasks finish. If it stays at 100% for more than 10–15 minutes, follow the clean boot and services steps above
Yes. Many users with HDDs choose to permanently disable SysMain and sometimes Windows Search to avoid high disk usage. However, this may slightly slow down app launching and search performance. Test each change and see how your system behaves; you can always re‑enable the services if needed.