How to Fix 100 Percent Disk Usage in Windows 11 When the PC Freezes

By sapi_44530a · · 7 min read

The Task Manager window says “Disk 100%” and the whole machine is frozen. The mouse moves in slow motion. The Start menu opens three seconds after you click it. Sound familiar?

This is one of the most common complaints on Windows 11, and unlike the “slow PC” advice pages that tell you to run a defrag and call it a day, 100 percent disk usage is usually one specific process pinning the drive, not general system age. I have watched this happen on a Ryzen 5 desktop with an NVMe drive and on a four year old laptop with a mechanical drive. The fix is different depending on which process is eating the disk. Here is how I actually work through it.

First, confirm what is really eating the disk

Open Task Manager with Ctrl + Shift + Esc. Click the “Processes” tab. Then click the “Disk” column header to sort it, so the biggest disk user sits at the top. This is the single most useful thing you can do, because almost every generic “speed up Windows 11” guide skips it and just tells you to clean temp files.

Watch that column for ten or fifteen seconds while the freeze is happening. The process at the top is your problem. On most machines I have dealt with, it is one of three things:

  • MsMpEng.exe (Microsoft Defender Antivirus scanning something large)
  • SearchIndexer.exe (Windows indexing files after an update or a big folder change)
  • System or Service Host (often Superfetch/SysMain or a stuck Windows Update)

If the process is a game launcher, a cloud sync client, or a backup tool, you already have your answer. Note it and move on.

Fix 1: Windows Update and optional driver updates

Boring but real. Windows Updates regularly ship fixes for exactly this kind of background disk thrash, and an optional driver update can resolve a storage driver that is failing to idle properly. Microsoft’s own guidance is to check both the main update list and the optional updates.

Go to Settings > Windows Update > Check for updates. If it says “You’re up to date,” click Advanced options > Optional updates and install anything driver-related that appears, especially storage or chipset entries. This has cleared the “System” process disk hammering for me more than once.

Fix 2: Run a malware scan

This is not paranoia. Microsoft explicitly lists malware as a cause of high disk and CPU usage, and I have seen crypto miners disguised as wallpaper apps chew through a drive on an otherwise clean laptop. It takes two minutes to rule out.

Go to Settings > Privacy & security > Windows Security > Virus & threat protection > Quick scan. If Defender has been disabled by something, that itself is a red flag worth investigating.

Fix 3: Free up disk space if the drive is nearly full

A nearly full system drive slows everything down regardless of what else is wrong. Windows needs room to breathe for paging and shadow copies.

Go to Settings > System > Storage and click “Storage Sense.” Turn it on, then click “Run Storage Sense now.” That clears temp files and the Recycle Bin automatically. If you want to be more selective, click “Temporary files” on the same Storage screen and tick the categories you are happy to lose.

There is also the old Disk Cleanup tool. Search for “Disk Cleanup” in the Start menu, pick your C: drive, and let it calculate. On a machine that has not been cleaned in two years, this often frees tens of gigabytes.

Fix 4: Uninstall the apps you stopped using last year

Unused apps do not just take space. Several of them leave background services running that touch the disk on a schedule.

Settings > Apps > Installed apps. Sort by size or by install date, and remove anything you do not recognise or no longer need. Be honest here. If you have not opened it in six months, it can go.

Fix 5: Turn off startup apps

Startup apps slow boot time and keep using background resources after you log in. This is the easiest win on this list.

In Task Manager, click “Startup apps” on the left. Right-click anything you do not need immediately after login and choose Disable. You do not need Spotify, Steam, Teams, or Adobe Creative Cloud launching itself before you have clicked anything. Disabling startup does not uninstall the app, it just stops it auto-launching.

Fix 6: Kill background app permissions

There is a second layer of background activity that the Startup tab does not control. Settings > Apps > Installed apps, find the app, click the “…” next to it, then Advanced options. Under “Background app permissions,” set “Let this app run in the background” to Never.

I do this for news apps, mail clients I only check manually, and anything from the Microsoft Store that I only open deliberately. It cuts the little disk blips that show up in Task Manager every few minutes.

Fix 7: Turn off visual effects

This does not fix 100 percent disk usage on its own, but it makes the machine feel less frozen while you are diagnosing the real cause. Search the Start menu for “Adjust the appearance and performance of Windows,” then on the Visual Effects tab pick “Adjust for best performance.” You lose some animations. You get a responsive desktop.

If you want to keep the look mostly intact, choose Custom and turn off only the animations and shadows, leaving font smoothing on.

Fix 8: Set the power mode to Best performance

Worth mentioning, but be careful. Settings > System > Power & battery, and in the Power mode dropdown pick “Best performance.” This lets the CPU run harder when needed, which helps responsiveness. Microsoft’s own note is clear that it increases power draw, drains laptop batteries faster, and makes the device run warmer. Use it when the laptop is plugged in, and switch back to Balanced when it is not.

Fix 9: Optimize the drive

Search the Start menu for “Defragment and Optimize Drives,” select your drive, and click Optimize. On an SSD, Windows runs a TRIM command rather than an actual defrag. On an old mechanical drive, this can genuinely help, though it may take hours. Do not interrupt it.

Fix 10: Watch the Performance tab while you work

Task Manager’s Performance tab shows live CPU, memory, and disk graphs. Leave it open in a corner while the freeze happens. If disk sits at 100 percent with the active time pegged and the response time in the hundreds of milliseconds, you are looking at the right symptom. If memory is also full, you have a different problem: the PC is paging to disk because it has run out of RAM, and no amount of cleaning will fix that. Adding RAM is the answer.

Fix 11: Close the tabs, then restart

Chromium browsers with thirty tabs open will happily saturate a hard drive with cache writes. If Task Manager shows the browser at the top of the Disk column, close some tabs before you go any further.

Then restart. Not shutdown, restart. Fast Startup can preserve a bad state through a normal shutdown, and a proper restart clears it. This alone resolves the freeze surprisingly often when nothing else explains it.

What to do if none of this works

If the disk is still pegged at 100 percent after all of the above, the drive itself may be failing. Listen to it. A mechanical drive clicking or grinding is a dead drive walking. In Task Manager, check the Performance tab’s disk section for errors, or open Windows Security > Device performance & health, which flags storage failures.

On very old hardware, the honest answer is that no setting will fix it. Microsoft says as much: PCs with outdated hardware may not see significant improvements from these steps, and upgrading the device is the best long-term solution. A modern NVMe SSD swapped into a five year old laptop does more for disk usage freezes than any checklist. If you are on a spinning drive in 2024, that is the upgrade to make first.

Get weekly software picks and testing reports.