How to Fix 100% Disk Usage on Windows 11 and Windows 10
Last updated: August 11, 2026
High disk usage does not always mean that your hard drive or SSD is failing. Windows services, background applications, malware, insufficient RAM, storage problems, or file-system errors can all cause the disk to remain at 100%.
This guide shows you how to troubleshoot and fix 100% disk usage on Windows 11 and Windows 10.
How to Check 100% Disk Usage
Before changing Windows settings, find out which process is using your disk.
- Press Ctrl + Shift + Esc to open Task Manager.
- Select Processes.
- Click the Disk column to sort processes by disk usage.
- Look for the application or service using the most disk resources.
You can also select Performance > Disk to see more information about your storage drive.
If Disk remains at or near 100% for several minutes, try the fixes below.
If your entire computer is already running slowly, see our guide on How to Fix a Slow Windows 11 PC for additional performance troubleshooting.
1. Restart Your Windows 11 or Windows 10 PC
Restarting Windows is the easiest solution.
Temporary processes or applications can sometimes create excessive disk activity.
Select:
Start > Power > Restart
After Windows restarts, open Task Manager and check the Disk percentage again.
If the problem returns, continue with the next fix.
2. Install Windows Updates
An outdated Windows installation can contain bugs that cause excessive disk activity.
Windows 11
Go to:
Settings > Windows Update
Select Check for updates.
Windows 10
Go to:
Settings > Update & Security > Windows Update
Select Check for updates.
Install available updates and restart your computer.
Windows 10 note: Microsoft ended standard Windows 10 support on October 14, 2025. If your computer supports Windows 11, upgrading is recommended for continued support.
3. Find the Application Using 100% Disk
Open:
Ctrl + Shift + Esc > Processes
Click the Disk column.
Common causes include:
- Windows Update
- Microsoft Defender
- Windows Search
- Web browsers
- Cloud storage applications
- Backup software
- Antivirus programs
- Game launchers
- Large file transfers
- File compression or extraction
If a specific application is responsible, close it temporarily and check whether disk usage decreases.
Do not end an unfamiliar Windows process simply because it is using a large amount of disk activity.
4. Temporarily Stop Windows Search
You can temporarily stop the service to test whether it is responsible.
- Press Windows + R.
- Type
services.msc. - Press Enter.
- Find Windows Search.
- Right-click it.
- Select Stop.
- Open Task Manager and check Disk usage.
If disk usage drops significantly, Windows Search may be contributing to the problem.
If you are also having problems with the Search feature itself, see our guide on How to Fix Windows 10 Search Not Working.
Windows 11 Search Settings
Instead of permanently disabling Windows Search, review its indexing settings.
Go to:
Settings > Privacy & security > Searching Windows
Review the indexed locations and exclude folders that do not need to be indexed.
5. Test the SysMain Service
SysMain is a Windows service designed to improve application performance. On some older HDD-based systems, it can contribute to heavy disk activity.
To test it:
- Press Windows + R.
- Type
services.msc. - Press Enter.
- Find SysMain.
- Right-click it.
- Select Stop.
- Check Task Manager.
If disk usage drops significantly, SysMain may be contributing to the problem.
Do not permanently disable SysMain unless testing shows that it is repeatedly causing the problem.
6. Scan Windows 11 or Windows 10 for Malware
Malware can run background processes that continuously read from or write to your storage drive.
Open:
Settings > Privacy & security > Windows Security > Virus & threat protection
Select Quick scan.
If necessary, perform a more comprehensive scan.
After the scan finishes, restart your computer and check Disk usage again.
7. Disable Unnecessary Startup Applications
Applications that automatically start with Windows can create heavy disk activity.
Open:
Ctrl + Shift + Esc > Startup apps
Review the applications listed there.
Disable applications that you do not need to start automatically.
Avoid disabling security software, hardware utilities, or unknown applications unless you know what they do.
8. Free Up Storage Space
Windows 11
Go to:
Settings > System > Storage
Windows 10
Go to:
Settings > System > Storage
Check how much free space is available.
Remove unnecessary files and applications.
If you have accumulated many temporary or unnecessary files, see How to Remove Junk Files From Your Computer for additional cleanup methods.
You can also run Disk Cleanup.
Press:
Windows + R
Type:
cleanmgr
Press Enter.
Select the Windows drive and remove unnecessary temporary files.
9. Check Virtual Memory Settings
If the paging file is incorrectly configured, disk activity can increase.
For most users, Windows should manage the paging file automatically.
- Press Windows + R.
- Type
sysdm.cpl. - Press Enter.
- Select Advanced.
- Under Performance, select Settings.
- Select Advanced.
- Under Virtual memory, select Change.
- Make sure Automatically manage paging file size for all drives is enabled.
- Restart Windows.
Do not disable the paging file
Disabling virtual memory is not a recommended general solution.
Windows and applications may depend on the paging file. Removing it can cause memory-related problems instead of fixing 100% disk usage.
If Task Manager shows that your computer is running low on memory, see How to Fix Low Memory on Windows.
10. Check the Drive for File-System Errors
Open Command Prompt as Administrator.
Enter:
chkdsk C: /scan
Press Enter.
The /scan option performs an online file-system scan.
If Windows reports problems requiring repair, follow the recommended repair procedure.
Avoid immediately running chkdsk /r as a routine first step because it performs a much more extensive operation and can take a long time, especially on large HDDs.
If Windows reports corrupted system or file data, you can also see our guide on How to Fix Corrupted Files in Windows 11 and Windows 10.
11. Check HDD or SSD Health
If your computer continues to show 100% disk usage and also experiences freezing, file corruption, unusual HDD noises, or SMART warnings, the storage drive may be failing.
Back up your important files immediately.
A failing drive should be replaced rather than repeatedly repaired through Windows settings.
For additional information about drive problems, see How to Repair a Hard Drive.
However, remember that software repairs cannot fix a physically failing hard drive.
12. Check RAM Usage
Insufficient RAM can increase Windows paging activity.
Open:
Ctrl + Shift + Esc > Performance > Memory
Check how much RAM is installed and how much is being used.
If memory usage is consistently very high, upgrading RAM may reduce excessive paging and improve overall performance.
You can also use How to Check System Information in Windows to review your computer's hardware information.
13. Perform a Clean Boot
If you cannot identify the cause, a clean boot can help determine whether a third-party application or service is responsible.
Press:
Windows + R
Type:
msconfig
Press Enter.
Select the Services tab.
Check:
Hide all Microsoft services
Then review the remaining third-party services.
Disable only services you recognize and use the clean boot process to identify the application causing the problem.
Restore normal startup settings after testing.
If your Windows installation has serious startup problems, you can also use Safe Mode in Windows 10 and Windows 11 to troubleshoot Windows with a limited set of drivers and services.
14. Upgrade From an HDD to an SSD
An SSD provides much faster random read and write performance than an HDD.
An SSD upgrade can improve:
- Windows startup
- Application launch times
- File Explorer responsiveness
- Windows Update performance
- Multitasking
- General system responsiveness
If your PC uses an old HDD and regularly reaches 100% disk usage, an SSD upgrade may be a better long-term solution than disabling Windows services.
For more general performance improvements, see How to Speed Up Your Computer.
15. Reset Windows as a Last Resort
If 100% disk usage continues after checking applications, malware, services, RAM, storage space, file-system errors, and drive health, Windows may have a deeper software problem.
Before resetting Windows:
- Back up your personal files.
- Save important passwords and recovery information.
- Make sure important applications can be reinstalled.
- Check the health of your storage drive.
Windows 11
Go to:
Settings > System > Recovery > Reset this PC
Windows 10
Go to:
Settings > Update & Security > Recovery > Reset this PC
Use this option only after other troubleshooting methods have failed.
Common Causes of 100% Disk Usage
The most common causes include:
- Windows Update
- Windows Search indexing
- SysMain activity
- Malware
- Antivirus scanning
- Too many background applications
- Too many startup applications
- Low RAM
- Heavy paging-file activity
- Low free storage space
- File-system errors
- Failing HDD or SSD
- Cloud synchronization
- Backup software
- Slow mechanical HDDs
The best approach is to identify the process responsible rather than randomly disabling Windows services.
100% Disk Usage After Updating Windows 11
If disk usage becomes 100% after installing a Windows 11 update, Windows may be performing background tasks.
These can include:
- Updating applications
- Rebuilding search indexes
- Scanning files
- Synchronizing data
- Installing additional updates
- Optimizing system components
Allow Windows some time to finish these operations and then restart the computer.
If 100% disk usage continues for several hours or happens every time Windows starts, use Task Manager to identify the process responsible.
When Should You Replace Your HDD or SSD?
Consider replacing the storage drive if 100% disk usage is accompanied by:
- Frequent freezing
- Clicking or grinding noises from an HDD
- Corrupted files
- SMART warnings
- Failed disk scans
- Extremely slow read and write speeds
- Windows boot problems
- Repeated file-system errors
Back up your important files before the drive fails.
Final Thoughts
100% disk usage can make Windows 11 and Windows 10 extremely slow, but it does not automatically mean that your hard drive or SSD is damaged.
Start by opening Task Manager and identifying the process using the disk. Then check Windows updates, startup applications, malware, storage space, Windows Search, SysMain, virtual memory, and the health of your storage drive.
If your computer still uses an old mechanical HDD, upgrading to an SSD can provide a major improvement in performance.
For Windows 10 users, remember that standard support ended on October 14, 2025. If your hardware supports Windows 11, upgrading to Windows 11 is the better long-term option.
Related Articles
- How to Fix a Slow Windows 11 PC - Troubleshoot common causes of slow Windows 11 performance.
- How to Remove Junk Files From Your Computer - Remove unnecessary files and free up storage space.
- How to Fix Low Memory on Windows - Troubleshoot high memory usage and Windows virtual memory problems.
- How to Fix Corrupted Files in Windows 11 and Windows 10 - Learn how to repair corrupted Windows files and system components.
- How to Repair a Hard Drive - Check and troubleshoot common hard drive problems.
- How to Speed Up Your Computer - Follow practical steps to improve overall computer performance.
Frequently Asked Questions
Why is my disk at 100% in Windows 11?
100% disk usage means the storage drive is fully busy with read and write operations. Background applications, Windows services, malware, low RAM, or storage problems can cause it.
How do I fix 100% disk usage in Windows 10?
Start by checking Task Manager to identify the process using the disk. Then check Windows updates, malware, startup applications, storage space, Windows Search, SysMain, and the health of your drive.
Does 100% disk usage mean my hard drive is failing?
No. Software and background Windows processes can cause 100% disk usage. However, unusual noises, file corruption, SMART warnings, and repeated disk errors can indicate hardware failure.
Should I disable Windows Search?
You can temporarily stop Windows Search to test whether it is causing excessive disk activity. Permanently disabling it should not be your first solution.
Should I disable SysMain?
Not automatically. You can temporarily stop SysMain to determine whether it is contributing to high disk usage. If stopping it does not help, restore the service.
Should I disable the Windows paging file?
No. Windows should normally manage the paging file automatically. Disabling it can create memory-related problems.
Is an SSD better than an HDD for Windows 11?
Yes. An SSD provides much faster storage performance and can significantly improve Windows startup, application loading, file transfers, and general responsiveness.
When should I replace my hard drive?
Replace the drive if it shows SMART warnings, unusual noises, repeated file corruption, persistent read and write errors, or other signs of hardware failure. Back up your data first.






