How to Fix 100% Disk Usage in Windows 11 and Windows 10

·
10 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

“100% disk usage” in Task Manager can leave Windows 11 or Windows 10 barely responsive when you’re hoping to get something done. Background services, low memory, storage drivers, or a failing drive usually cause the problem.

Fix #1: Find the process using your disk

A brief spike after startup or during an update is normal. Disk activity that stays at 100% for several minutes needs a closer look.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Select Processes in the left sidebar.
  3. Click the Disk column to sort processes by disk activity.
Windows 11 desktop with Task Manager open and overall disk usage at 100%
Current Windows 11 Task Manager Processes page with the Disk column highlighted
Current Task Manager Processes page sorted by Disk with a single high-usage process at the top
  1. Watch the list for two or three minutes.
  2. Note any process that remains near the top and uses a high number of MB/s.
Task Manager showing several processes changing position while the Disk column remains at 100%

If one app dominates the list, close or pause that app first. Cloud-sync clients, game launchers, backup software, and Windows Update can create heavy but temporary activity.

If Task Manager reports 100% with little visible activity, inspect the individual files being accessed:

  1. Press Windows + R.
  2. Type resmon.exe and press Enter.
  3. Select the Disk tab.
  4. Expand Processes with Disk Activity and Disk Activity.
  5. Click Total (B/sec) to sort the list.

Resource Monitor should reveal the process and file paths generating the reads or writes. That result will help you choose the right fix below.

Fix #2: Restart and finish Windows updates

An interrupted update or stuck servicing task can keep the drive busy. A restart gives those jobs a chance to finish cleanly.

  1. Save your work.
  2. Open Start > Power.
  3. Select Restart.
  4. After signing back in, open Settings.
  5. In Windows 11, select Windows Update.
  6. In Windows 10, select Update & Security > Windows Update.
  7. Select Check for updates.
  8. Install every available security, quality, and driver update.
  9. Restart Windows again.

Task Manager may show high activity for a few minutes after you sign in. It should then drop as the update work finishes.

Fix #3: Stop SysMain for testing

SysMain preloads frequently used data to speed up app launches. On a mechanical hard drive, that preloading can cause sustained disk activity and long periods of lag.

  1. Press Windows + R.
  2. Type services.msc and press Enter.
  3. Double-click SysMain.
Current Windows Services console with SysMain highlighted and its Properties window open
  1. Select Stop.
  2. Set Startup type to Disabled.
  3. Select Apply > OK.
  4. Restart Windows.
  5. Check the Disk column in Task Manager.

Disk usage should settle sooner after startup if SysMain was responsible. So far, this is one of the more promising tests for PCs that still boot from an HDD.

Disabling SysMain is safe, but some apps may open more slowly. If it doesn’t reduce disk activity, return to the service’s properties, set Startup type to Automatic, and select Start.

Fix #4: Reduce Windows Search indexing

Windows Search reads files to build its index. Large media folders, email archives, virtual machines, and backup folders can keep that process busy.

Start by limiting what Windows indexes:

  1. Open Settings.
  2. In Windows 11, select Privacy & security > Searching Windows.
  3. In Windows 10, select Search > Searching Windows.
  4. Review the indexed locations.
  5. Add large folders that don’t need content search to Excluded folders.
  6. Restart Windows.

Search should use less disk time after Windows applies the exclusions.

If Microsoft Windows Search Indexer still leads Task Manager, stop the service temporarily:

  1. Press Windows + R.
  2. Type services.msc and press Enter.
  3. Double-click Windows Search.
  4. Select Stop.
  5. Set Startup type to Disabled.
  6. Select Apply > OK.
  7. Check Task Manager again.

If disk activity drops, indexing caused the problem. You can leave the service disabled, but Start and File Explorer searches will take longer. I’d re-enable it after excluding the folders that triggered the heavy activity.

Fix #5: Check antivirus disk activity

Microsoft Defender Antivirus and third-party security tools can saturate a drive while scanning large or frequently changing files. Common examples include game libraries, virtual-machine disks, and software build folders.

  1. Open Windows Security from Start.
  2. Select Virus & threat protection.
  3. Check whether a scan is running.
  4. Let an active scan finish.
  5. Select Manage settings under Virus & threat protection settings.
  6. Select Add or remove exclusions under Exclusions.
Current Windows Security Virus and threat protection settings with Add or remove exclusions highlighted
  1. Add only a trusted folder that generates constant disk activity.
  2. Run a manual malware scan after adding the exclusion.

Disk activity should fall when the scan finishes or stops repeatedly inspecting that folder. Don’t exclude Downloads, your entire user profile, or the whole system drive.

If you use third-party antivirus software, check its scan schedule and exclusions instead. Don’t run two real-time antivirus products together; uninstall the one you don’t intend to use.

Fix #6: Disable unnecessary startup apps

Sync tools, launchers, hardware utilities, and update agents often start reading the disk as soon as you sign in. Disabling an entry doesn’t uninstall its app.

  1. Press Ctrl + Shift + Esc.
  2. Select Startup apps in Task Manager.
  3. Click Startup impact to sort the list.
  4. Select an app you don’t need at sign-in.
  5. Select Disable.
Current Windows 11 Task Manager Startup apps page with a high-impact third-party app selected and Disable visible
  1. Repeat the process for other nonessential apps.
  2. Restart Windows.

You should see fewer processes competing for the drive after sign-in. Keep security software and hardware controls enabled unless their manufacturer says they can be removed from startup.

Fix #7: Check memory and pagefile usage

When Windows runs short of RAM, it moves inactive data into the pagefile on your drive. That can push an HDD to 100%, especially with several browser tabs or memory-heavy apps open.

  1. Press Ctrl + Shift + Esc.
  2. Select Performance.
  3. Select Memory.
Current Windows 11 Task Manager Performance page showing Memory usage close to the installed limit
  1. Use the PC normally for several minutes.
  2. Check whether memory remains close to its limit when disk usage reaches 100%.
  3. Return to Processes.
  4. Click the Memory column.
  5. Close apps you don’t need.

Disk activity should decrease as Windows pages less data. If the PC repeatedly exhausts its memory, a RAM upgrade is the better long-term answer.

Also confirm that Windows manages the pagefile:

  1. Press Windows + R.
  2. Type sysdm.cpl and press Enter.
  3. Open the Advanced tab.
  4. Select Settings under Performance.
  5. Open the Advanced tab.
  6. Select Change under Virtual memory.
  7. Enable Automatically manage paging file size for all drives.
  8. Select OK.
  9. Restart Windows.

Don’t disable the pagefile. Doing so can cause app crashes without fixing the source of the disk activity.

Fix #8: Update storage and chipset drivers

A faulty storage driver can report 100% active time even when transfer speeds are low. Use drivers from Windows Update or your PC manufacturer’s support page.

  1. Open Settings.
  2. In Windows 11, select Windows Update > Advanced options > Optional updates.
  3. In Windows 10, select Update & Security > Windows Update > View optional updates.
  4. Install available storage, chipset, or system drivers.
  5. Restart Windows.

If no suitable update appears, identify the storage controller:

  1. Right-click Start.
  2. Select Device Manager.
  3. Expand Storage controllers.
  4. Expand IDE ATA/ATAPI controllers if that category appears.
Current Device Manager with Storage controllers expanded and the active AHCI or NVMe controller highlighted
  1. Open the controller’s Properties.
  2. Select the Driver tab.
  3. Note the provider and version.
  4. Download the matching driver from your PC manufacturer’s support site.
  5. Install the driver and restart Windows.

Don’t install a generic driver update utility. OEM tools such as Dell SupportAssist, HP Support Assistant, or Lenovo Vantage are safer choices for matching chipset and storage drivers to your hardware.

Fix #9: Check SSD firmware and drive health

A drive at 100% active time with very low read or write speeds can indicate firmware trouble, bad sectors, or hardware failure. Back up important files before running extended tests.

  1. Open Task Manager.
  2. Select Performance > Disk.
  3. Check whether Windows identifies the drive as an HDD or SSD.
Current Task Manager Performance page showing the selected disk, drive model, type, active time, and transfer rate
  1. Install the drive manufacturer’s management app.
  2. Check for a firmware update.
  3. Review the drive’s SMART health status.
  4. Apply firmware updates only while the PC has reliable power.
Modern SSD or HDD health utility showing the drive model, SMART health status, temperature, and firmware version

The original manufacturer support pages remain useful for Crucial, Samsung, and Kingston drives. Follow the instructions for your exact model.

A healthy result should show a normal SMART status with no critical warnings. If the tool reports Caution, Bad, or a failed diagnostic, copy your files to an external SSD and replace the disk.

An SSD replacement drive is also the most effective hardware fix for a Windows 11 PC that still uses a mechanical HDD. Disabling services can reduce the symptoms, but it won’t give an HDD the response time of an SSD.

Fix #10: Repair the file system and Windows files

File-system errors can force Windows to retry reads and writes. Start with the least disruptive repair command.

  1. Open Start.
  2. Type cmd.
  3. Select Run as administrator under Command Prompt.
  4. Run sfc /scannow.
  5. Wait for the verification to reach 100%.

You should see a message stating that Windows found no integrity violations or repaired corrupted files.

  1. Run DISM /Online /Cleanup-Image /RestoreHealth.
  2. Wait for the operation to complete.
  3. Restart Windows.

If disk usage remains high, schedule a deeper drive check:

  1. Open Command Prompt as administrator again.
  2. Run chkdsk C: /f /r.
  3. Type Y if Windows asks to schedule the scan.
  4. Restart the PC.
  5. Let the disk check finish without interrupting it.

The check may take a long time on a large HDD. Repeated bad-sector messages point to a failing drive, so move your data off it promptly.

Fix #11: Perform a clean boot

A clean boot starts Windows without non-Microsoft services and startup apps. Use it when Task Manager shows changing culprits or the earlier fixes don’t isolate one program.

  1. Press Windows + R.
  2. Type msconfig and press Enter.
  3. Open the Services tab.
  4. Enable Hide all Microsoft services.
  5. Select Disable all.
  6. Select Apply.
Current System Configuration Services tab with Hide all Microsoft services enabled and third-party services ready to disable
  1. Open Task Manager when System Configuration prompts you.
  2. Select Startup apps.
  3. Disable each enabled startup entry.
  4. Restart Windows.

If disk usage returns to normal, re-enable half the services and restart. Continue narrowing the group until the heavy activity returns.

Microsoft’s clean boot instructions explain how to restore normal startup after testing. So far, so good means the clean boot has confirmed that installed software, rather than Windows itself, is responsible.

Fix #12: Review power settings on an HDD

A mechanical drive that repeatedly powers down and wakes can create pauses and bursts of 100% activity. Test this only when the spikes happen after the PC has been idle.

  1. Open Start.
  2. Search for Edit power plan.
  3. Open the matching Control Panel result.
  4. Select Change advanced power settings.
  5. Expand Hard disk.
  6. Expand Turn off hard disk after.
Current Control Panel Power Options window showing the selected power plan and Change plan settings link
Current Advanced power settings dialog with Hard disk and Turn off hard disk after expanded
  1. Set the value to 0 for testing.
  2. Select Apply > OK.
  3. Restart Windows.

The drive should remain awake instead of cycling between power states. Restore the previous value if the change doesn’t affect disk usage, especially on a laptop where battery life matters.

Don’t switch to a high-performance power mode solely to fix disk activity. It increases power use and rarely addresses sustained reads or writes from a process.

Fix #13: Ignore unrelated notification tweaks

Turning off Windows tips and notifications doesn’t address the common causes of 100% disk usage. Leave those settings alone unless Task Manager or Resource Monitor specifically shows a related Windows process generating constant activity.

Current Windows 11 Settings > System > Notifications page with additional notification settings visible

Focus on the process using the drive, its open files, and the disk’s health. Those checks produce useful evidence; random Settings changes don’t.

When the fixes don’t work

Back up your files if 100% active time continues with low transfer speeds, freezes, clicking noises, SMART warnings, or repeated disk errors. Replace a failing drive before reinstalling Windows. If the hardware passes every test, a Windows reset or clean installation can rule out damaged software and persistent malware.

Conclusion

Fix #3, stopping SysMain for testing, is worth trying first on an HDD, while Fix #1 usually identifies the answer on an SSD. The steps are a solid choice when activity falls between tests, but health warnings or recurring bad sectors mean the drive itself needs replacement.