Sometimes, a process or an app in Microsoft Windows forces the system to utilize the hard drive to its full capacity. This issue, commonly known as 100% disk usage problem, can arise due to various reasons. It can be Chrome’s web page prefetch feature, a bug in a Windows driver, or some other Windows features.

 

If you’re a Windows user, you might have come across the 100% disk usage problem. Looking at the numbers in the task manager, it seems that your hard drive is doing some seriously hard work. In reality, your machine is sitting idle doing nothing but playing your favorite song. I don’t think the media player would be responsible for keeping your hard drive busy up to its full capacity.

Applications like Google Chrome (I’m not surprised) and Skype which trigger some unwanted disk usage on the machine. The list further extends to include features like Superfetch, Print Spooler, BITS, etc. Disabling these services can help, but it may have consequences.

The 100% disk usage problem can also occur if your system is infected with some malware. The very basic idea to fix the disk usage problem is to spot the application or Windows component responsible and stop it.

FIX:

For starter You can use the task manager in Windows 10 to find the applications and services that are consuming more disk resources. Under the Processes tab, click the Disk Usage column to arrange the numbers in descending order. Then you’ll know what application is trying to steal more than it deserves.

#Fix 100% Disk Usage due to Google Chrome

In the case of Google Chrome, the web page pre-load feature is at fault. You can turn if off by visiting Settings > Show Advanced Settings > Privacy. Here, untick the option called Prefetch resources to load pages more quickly.

The newer versions of Chrome feature an entirely redesigned Security page. You can search for Use a prediction service to help complete searches toggle option under Privacy and security heading And turn off the feature.

#Fix 100% Disk Usage due to Skype

For Skype the disk usage goes down when write permission is granted for ALL APPLICATION PACKAGE group. Follow these steps to fix 100% disk usage issue if it’s because of Skype. This method is for the desktop version of Skype, not for the Windows Store version.

  1. Start with closing the Skype app. Right-click its icon in the taskbar and click Quit or you can use the Task Manager.
  2. Now, open This PC or My Computer and navigate to C:\Program Files (x86)\Skype\Phone\
  3. Right-click the file Skype.exe and go to Properties.
  4. Under the Security tab, select ALL APPLICATION PACKAGES and click Edit.
    100% Disk Usage 1
  5. On the next box that appears, select ALL APPLICATION PACKAGES, and tick Allow checkbox for Write permissions.
    100% Disk Usage 2
  6. Click OK to save and continue. Click OK again.

After making these changes, if Skype is responsible, you might observe a reduction in the disk usage when you open the task manager.

 

 #Fix 100% Disk Usage due to Windows features

Redditor also suggested disabling the Windows Search service. Given the fact that the service is always running in the background, it might have some contribution to making the situation worse if not initiate it. It has been known to run “search loops” in Windows due to a bug. You can temporarily turn off (it’ll re-enable when you restart) Windows Search using the command line in Windows to see if it’s causing 100% disk usage.

Open Command Prompt as administrator and use the following command:

net.exe stop “Windows Search”

Use this command to start Windows again:

net.exe start “Windows Search”

How to turn off Windows Search?
  1. Press CTRL + R to open the Run utility.
  2. Type services.msc and press Enter.
  3. Now, look for Windows Search in the list.
  4. Right-click the Windows Search service and go to Properties.
  5. Under the General tab, set the Startup type to Disabled.
    100% Disk Usage 3
  6. Click Ok to save and continue.

Disable Windows tips

Windows 10 Settings includes an option to display tips and tricks. Some users have linked it to the disk usage problem. You can disable tips by visiting Settings > System > Notifications & actions. Turn off Get tips, tricks, and suggestions as you use Windowstoggle button.

Fix your StorAHCI.sys driver

Another cause for your hard drive going full capacity is a firmware bug in Microsoft AHCI driver called StorAHCI.sys. It’s known to cause the 100% hard disk problem and even BSODs in Windows. Follow these steps to disable Message-Signaled Interrupts support for the driver and fix the issue:

  1. Open Device Manager (Right-click This PC > Manage > Device Manager).
  2. Extend the IDE ATA/ATAPI controllers entry in the list.
  3. Right-click Standard SATA AHCI Controller and go to Properties.
    100% Disk Usage 8
  4. Under Driver tab, click Driver Details. If it shows C:\Windows\system32\DRIVERS\storahci.sys in the Drivers files field, then your system might be affected due to the bug.
    100% Disk Usage 4
  5. Now click OK and go to the Details tab.
  6. Select Device instance path from the drop down menu. You can copy the value present there to some text file or keep the box open.
    100% Disk Usage 5
  7. Now, open Windows Registry (Windows + R > Type regedit).
  8. Navigate to:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\
    Look for the value you saw in the Properties and expand the relevant key. Make sure you expand the correct key.
    100% Disk Usage 6
  9. Once you have found the correct AHCI Controller using the given string, navigate to:
    Device Parameters\Interrupt Management\MessageSignaledInterruptProperties
    100% Disk Usage 7
  10. Here, double-click MSISupported and change it’s value to 0 (means turn off the MSI).
    100% Disk Usage 8
  11. Click OK to save the value. Close Windows Registry and restart your machine.

Check for some evil software on your computer

It might be possible that some malware is responsible for consuming 100% HDD resources on your computer. Try running a full scan using the inbuilt Windows Defender, or take the help of some third party software.

If every road is taking you nowhere, then the last option would be to reset your Windows OS. It might be time-consuming but can help if your daily usage is getting affected due to the issue.

So, these were some of the ways which can help you fix the 100% disk usage error in Microsoft Windows. These might not be fool-proof solutions, but they could be useful.

Checkout the Video for More Guidance –

Got something to add? Drop your thoughts and feedback.