If you open the Windows Task Manager and notice that your “Disk” usage is pinned at a solid 100%—even when you aren’t doing anything—your computer is likely suffering from aggressive memory caching. This is almost always caused by a background service called SysMain (formerly known as Superfetch in older versions of Windows).
SysMain is designed to monitor your daily habits. If it notices you open Google Chrome every day at 9:00 AM, it will secretly pre-load the Chrome files from your hard drive into your RAM at 8:55 AM so the app launches instantly. However, if you are using an older mechanical hard drive (HDD) or a cheaper SSD, this constant, aggressive pre-loading completely overwhelms the drive’s read/write controller. The disk gets stuck in an infinite loop of pre-loading data, causing the entire operating system to freeze and stutter.
If you prefer a stable, predictable system over slightly faster app launch times, you can completely disable the SysMain service.
Step 1: Open the Services Manager
Because SysMain is a core system service, you cannot disable it from the standard Settings app. You must use the Microsoft Management Console.
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type
services.mscand press Enter. - If prompted by User Account Control, click Yes.
Step 2: Locate the SysMain Service
- You will see a massive, alphabetical list of every background service running on your PC.
- Click on any random service in the list, and then press the S key on your keyboard to quickly jump down the list.
- Scroll down until you find the service specifically named SysMain.
Step 3: Halt and Disable the Engine
- Right-click on “SysMain” and select Properties.
- In the middle of the window, look for the “Service status” section. It will likely say “Running.” Click the Stop button to immediately kill the process. You should instantly hear your physical hard drive stop spinning, and if you check Task Manager, your Disk Usage will plummet from 100% to near 0%.
- To prevent Windows from turning it back on tomorrow, look at the Startup type: dropdown menu.
- Change it from “Automatic” to Disabled.
- Click Apply, and then click OK.
The Result
Your computer will no longer try to guess what applications you want to open. When you double-click an application, it might take a fraction of a second longer to launch than it used to, but your overall system stability will skyrocket. The chronic 100% Disk Usage freezing issue will be permanently resolved, extending the physical lifespan of your hard drive in the process.