Windows Performance Fix

Disk Usage at 100% on Windows 10 or 11: How to Fix It

A practical guide to find what is keeping your drive busy and make a slow, freezing PC usable again.

Difficulty: Easy–Medium Time: 15–45 minutes Updated: July 2026

When Disk stays at 100% in Task Manager, Windows can feel painfully slow even when CPU and memory look normal. Apps may take ages to open, File Explorer can freeze, and the cursor may keep spinning. It is especially common on PCs with an older hard disk drive, but it can happen on SSD-based laptops too.

The number itself is not always dangerous. A short spike while Windows updates, starts, or copies large files is normal. The problem is when it stays near 100% for several minutes while you are doing ordinary work. Start by finding the cause instead of randomly disabling services.

Before changing anything: save open work and restart the PC once. After restart, wait about five minutes before checking Task Manager. Windows may briefly work in the background after boot.

First, Find the Process Using Your Disk

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. If you see the simple view, click More details.
  3. Open the Processes tab.
  4. Click the Disk column to sort it from highest to lowest.
  5. Watch which process stays at the top for a minute or two.

Common names include Windows Update, Microsoft Defender, OneDrive, a browser, Search Indexer, SysMain, or a specific app. Do not end a Windows process just because its name is unfamiliar. Close only apps you recognise, then check whether the disk percentage falls.

Fix 1 — Finish or Pause the Obvious Job

If the top process is a browser downloading files, OneDrive syncing a large folder, a game updating, or Windows Update, let it finish when possible. Pausing sync or downloads temporarily is safer than forcing Windows services to stop.

For a browser, close unnecessary tabs and downloads. For OneDrive, select its cloud icon in the taskbar and choose Pause syncing for a short time. Then reopen Task Manager to confirm the change.

Fix 2 — Reduce Startup Apps

Too many apps launching together can make a PC hit 100% disk usage just after sign-in. This is a very common cause on laptops with a hard drive.

  1. Open Task Manager and select Startup apps.
  2. Look for apps marked High impact.
  3. Right-click apps you do not need immediately after startup.
  4. Choose Disable, then restart the PC.

Leave security software and hardware-related apps alone if you are unsure. Disabling a startup app does not uninstall it; you can still open it normally later.

Fix 3 — Check Windows Update and Restart Properly

A pending or repeatedly failing update can keep the disk busy in the background. Go to Settings → Windows Update and install any available update. If Windows asks for a restart, use Restart now instead of only shutting down and turning the PC back on.

If an update shows an error code, fix that exact code rather than applying random fixes. For example, ITFixLab has a guide for Windows Update Error 0x80070643.

Fix 4 — Run a Malware Scan

Malware, unwanted browser extensions, and fake cleaners can constantly read or write files. Use the protection already built into Windows before downloading any random “PC speed booster.”

  1. Open Windows Security.
  2. Select Virus & threat protection.
  3. Choose Scan options.
  4. Run a Full scan if the high disk use keeps returning.

Fix 5 — Repair Windows System Files

Corrupted Windows files can cause repeated background activity and slow performance. Open Command Prompt as Administrator, then run these commands one at a time:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Let each command finish completely. Restart your PC after both are done. Do not close the command window halfway through, even if the percentage appears to pause.

Fix 6 — Check the Drive for Errors

A drive with file-system errors or developing bad sectors may spend a long time retrying reads and writes. In an elevated Command Prompt, run:

chkdsk C: /scan

This checks the Windows drive without forcing an immediate restart. If Windows reports that repairs are needed, follow its instructions. Back up important files soon if you hear unusual clicking noises, get frequent disk errors, or the PC becomes slower every week.

Do not use “registry cleaners” or random driver-updater sites. They often create more problems than they solve. Use Windows Update or your laptop manufacturer’s official support page for drivers.

Fix 7 — Consider the Hardware Limit

If your PC has a mechanical hard disk (HDD), it can reach 100% usage during normal modern workloads: browser tabs, antivirus, Windows updates, and startup apps all compete for the same drive. Cleaning storage helps, but replacing a healthy HDD with an SSD is the most meaningful long-term speed upgrade for many older laptops.

Before spending money, rule out malware, update loops, and disk errors using the steps above. If the drive is healthy but performance is still poor, read our guide for a Windows 11 performance and freezing fixes for the wider checklist.

Common Mistakes to Avoid

Frequently Asked Questions

Is 100% disk usage bad?

A short spike is normal. It needs attention when it remains at 100% for long periods and makes everyday tasks slow or unresponsive.

Will these steps delete my files?

No. The fixes above are designed to be safe. A disk with errors is different: back up important files before it gets worse.

Does this work on Windows 11?

Yes. The Task Manager checks, Windows Security scan, system-file repair commands, and drive check work on both Windows 10 and Windows 11.

Official references

For platform-specific behavior and recovery options, compare this guide with the current documentation from the relevant official source.