Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

10 Ways To Fix 100% Disk Usage In Windows 11

Abhishek SilwalBy Abhishek SilwalJune 17, 2022
windows-11-100-disk-usage

Disk usage represents the percentage of your disk drive’s read/write capacity used by your system and applications. In general cases, disk usage should be quite low. A fully in-use disk indicates insufficient system resources or bad disk performance.

High disk usage considerably slows down and overheats your system. Fortunately, you can lower it by disabling some background activities and processes on Windows 11. Additionally, if you need to use heavy-duty apps, it might also be the time to upgrade your hardware.

Table of Contents

  • Causes for 100% Disk Usage in Windows 11
  • Fixes for 100% Disk Usage in Windows 11
    • Check Your Disk
    • Disable Message Signaled Interrupt (MSI) Mode
    • Disable Windows Services
    • End or Uninstall Unnecessary Processes
    • Disable Startup and Background Apps
    • Disable Background System Activities
      • Search Indexing
      • Scheduled Scan
      • Diagnostic Data and Feedback
      • Automatic Windows Update
      • Sync with Cloud Storage
      • Scheduled Defragmentation
    • Change Virtual Memory Settings
    • Update or Reinstall Drivers
    • Scan for Malware
    • Upgrade Your Hardware
  • Related Questions
    • How to Fix Multiple MsMpEng Processes causing 100% Disk Usage?

Causes for 100% Disk Usage in Windows 11

Here are some potential reasons for 100% disk usage in Windows 11:

  • System running unnecessary services and apps.
  • Incompatibility between SSD and MSI mode.
  • Having low specification hardware components.
  • Malware scripts using up system resources.
  • Internet connection issues.
  • Bugs with particular applications.

Fixes for 100% Disk Usage in Windows 11

If certain programs have a high disk usage, you need to troubleshoot for individual cases. You can search on the internet for solutions.

You must also ensure a good connection if such apps use the internet. Also, make sure enough storage space is available on your local drives and restart your PC. If the issue persists, follow the possible solutions we have provided below.

Check Your Disk

100% disk usage shows that your disks are not working properly and ironically, contioniously working. So, it’s better to check their health before moving on to more advanced solutions.

First, run the Check Disk utility. It checks and fixes logical partition and disk sector errors on your disk. To run the program,

  1. Press Win + R to launch Run.
  2. Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
  3. Enter chkdsk C: /f /x /r

Check for any issues and search the internet for the corresponding troubleshooting methods. You can also defragment your disk to improve its performance.

Then, you should run a third-party disk performance app for a more detailed report on the disk’s health. It should show if the disk has any issues and is nearing the end of its life span.

For irreversible issues, you need to replace your disk.

Disable Message Signaled Interrupt (MSI) Mode

This issue also occurs with MSI mode on some AHCI PCIe models. It happens due to firmware conflicts as the SSD can’t perform read or write operations when the MSI mode is On. Consequently, your system keeps trying to reset the device, leading to 100% disk usage.

You need to disable the MSI mode to fix this issue. Here’s how you can do so:

  1. Enter devmgmt.msc on Run.
  2. Expand IDE ATA/ATAPI Controllers.
  3. Right-click on the AHCI Controller and select Properties.
  4. Go to the Details tab and set Property to Device instance path.
  5. Right-click on the path inside Value and select Copy.
    device-instance-path
  6. Open Run and enter regedit.
  7. Navigate to:
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\<Paste Here>\Device Parameters\InterruptManagement\MessageSignaledInterruptProperties
  8. Double-click on MSISupported and set the Value data to 0.
    msisupported

Restart your PC and check if the issue resolves. The controller for your need may also be present at Device Manager > Storage controllers.

Disable Windows Services

Windows services are the core OS components that quietly run in the background. But some services take up a significant portion of your disk’s capacity. The main services are:

  • Service Host: SysMain
  • Background Intelligent Transfer Service
  • Connected User Experiences and Telemetry

You need to disable them to decrease disk usage. To do so,

  1. Press Win + R to open Run.
  2. Type services.msc and press Enter.
  3. Look for and double-click on SysMain.
    sysmain-services
  4. Click Stop and set the Startup type to Disabled.
  5. Hit Apply and Ok.
  6. Do the same for Background Intelligent Transfer Service and Connected User Experiences and Telemetry.

End or Uninstall Unnecessary Processes

Running many programs makes your system use up much of your disk read/write capacity. So, you need to end the unnecessary processes. To do so,

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. On the Processes tab, look for unnecessary apps under Apps and Background Processes.
  3. Right-click on them and select End Task.
    end task spotify

You should also uninstall all the apps you won’t be using. We also recommend troubleshooting in clean boot mode to check for conflicting apps. Such incompatible apps can cause other programs to read or write more data than they need to.

Man third-party antivirus programs are also responsible for this issue. Windows already includes a fantastic antivirus utility, the Windows Defender. So, you’re unlikely to need any additional programs. So, it’s better to uninstall them as well.

Disable Startup and Background Apps

For many users, their settings allow the running of unnecessary apps on startup. You should disable such a setting to prevent them from launching without prompt and using your system resources. To do so,

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Go to the Startup tab.
  3. Select all unnecessary apps and click Disable.
    disable startup application

If you don’t really need any of the startup apps, it’s best to uninstall them entirely.

After that, you might as well disable running Windows apps in the background. Here are the necessary steps:

  1. Enter gpedit.msc on Run.
  2. Go to Computer Configuration > Administrative Templates > Windows Components > App Privacy.
  3. Double-click on Let Windows apps run in the background.
    let-apps-run-background
  4. Check Disabled and click Ok.

Disable Background System Activities

Your system automatically runs many activities in the background. These features maintain a smooth operation of your system, but they cause high disk usage. It’s better to disable their automatic operation and run them yourself periodically.

This method is especially applicable for a low specs PC. Some processes you can disable and the steps to do so are as follows:

Search Indexing

This feature indexes your files for a faster search. However, they consume your system resources in the background. If you have a slow CPU, you should turn off indexing. It’s also better to disable it if you use an SSD, as it’s very quick at reading your files. To disable search indexing,

  1. Press Win + S and type Indexing Options.
  2. Open the program and click Modify.
    indexing-options-modify
  3. Uncheck all the locations you don’t want to index and click Ok. 

You can also disable the Windows Search service – WSearch to stop indexing completely.

Scheduled Scan

If you use resource-intensive apps, it’s better to disable scheduled scans, especially at short intervals. Different antivirus programs have different ways of doing so. Here are the steps for the Windows Defender:

  1. Enter taskschd.msc on Run to open the Task Scheduler.
  2. Go to Task Scheduler Library > Microsoft > Windows > Windows Defender.
  3. Select Windows Defender Scheduled Scan and click Disable from the right pane.

Diagnostic Data and Feedback

Your computer regularly sends diagnostic data to Microsoft. They analyze it to determine aspects of the OS they can improve. However, this feedback process consumes your Disk capacity, CPU, and Memory. You can disable it using the steps below:

Follow the steps below to disable diagnostic data and feedback:

  1. Press Win + I to open Settings.
  2. Go to Privacy & security > Diagnostics & feedback.
  3. Toggle Off all the options.
  4. Click Delete under Diagnostic data, and set Feedback frequency to Never.

Automatic Windows Update

Your system periodically checks for updates. You can disable automatic updates to stop this check and decrease disk usage. It stops any system updates, but you can still re-enable it whenever you want. To stop automatic Windows updates,

  1. Go to Settings > Windows Update.
  2. Set Pause updates to any time frame you want and select it.
    pause-updates

Sync with Cloud Storage

Syncing your local drive files with cloud storage also consumes high system resources. So, you should set the setting to pause sync during active PC usage. It’s also better to decrease the sync frequency.

Also, back up only necessary files and avoid syncing large numbers or sizes of files.

Scheduled Defragmentation

Here’s how you can disable scheduled defragmentation:

  1. Enter dfrgui on Run.
  2. Click Change settings.
  3. Uncheck Run on a schedule and click Ok.

Change Virtual Memory Settings

Your system starts allocating storage space as virtual memory (paging files) to optimize the RAM while in use. When your system is actively reading or writing data on a disk with the paging file, the additional input/output decreases disk performance.

You need to set the virtual memory to an optimum size to reduce the effects on performance. Follow the steps below to do so:

  1. Open Run and enter systempropertiesadvanced.
  2. Under Performance, click Settings.
  3. Go to the Advanced tab and click Change under Virtual Memory.
    change virtual memory
  4. Uncheck Automatically manage paging file size for all drives.
  5. Select C: drive and check Custom size.
  6. Set Initial Size to the value from Recommended.
  7. Set Maximum to (1 or 1.5 or 2 or 4)*1024*(RAM size in GB). Using any random number for this value affects system performance.
  8. Click Ok. Click Yes and Ok if a warning message pops up.
  9. Hit Apply and Ok.

Restart your system and check if the issue persists. If it does, set the setting to automatically manage paging file size and try out other solutions.

Update or Reinstall Drivers

Incompatible or buggy storage controllers and disk drivers also cause this issue. Updating the drivers should be enough to resolve the issue. To do so,

  1. Open the Device Manager by entering devmgmt.msc on Run.
  2. Expand Disk drives and right-click on a disk.
    update-disk-drive
  3. Select Update driver and then Search automatically for drivers.
  4. Update all devices under Disk drives, IDE ATA/ATAPI controllers, and Storage controllers.

If you already have the latest versions, try uninstalling them. Then, restart your PC to update the drivers automatically.

We recommend updating all your drivers to avoid other system issues as well.

Scan for Malware

It is also possible that a malware program is increasing your disk usage. So, we recommend you perform a full scan of your system. To do so using the Windows Defender,

  1. Open the Command Prompt.
  2. Enter the following commands:
    cd C:\ProgramData\Microsoft\Windows Defender\Platform\4.*
    MpCmdRun -Scan -ScanType 2

It’s also better to repair corrupt windows files to account for other system issues. Doing so also reverts all changes that the virus may have made.

Upgrade Your Hardware

If you use HDDs, it’s better to upgrade to SSDs as they have better read/write capabilities. Also, even if you are already using an SSD, it’s possible that its write/erase cycle is nearing its limit. Unlike an HDD, only a limited number of write cycles is possible on an SSD. So, you need to replace it with a new one if it fails.

Extending your RAM is also a good idea. After using up the RAM, your system starts allocating your disk storage as virtual memory. So, having more RAM means less virtual memory and less disk usage.

Related Questions

How to Fix Multiple MsMpEng Processes causing 100% Disk Usage?

MsMpEng.exe is the process for Windows Defender. If many instances of this process are running, your Defender is scanning itself. To fix this issue, you can include the Defender itself in its exclusion list. To do so,

  1. On the Details tab of Task Manager, right-click on MsMpEng.exe and select Open file location.
  2. Copy the directory from the address bar.
  3. Open Virus & threat protection by searching on the Search bar.
  4. Click on Manage Setting > Add or remove exclusions.
  5. Select + Add an exclusion > Folder.
  6. Paste the address from step 2 to the address bar and press Enter.
  7. Click Select Folder.
fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
View 1 Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.