If your Windows 11 PC is lagging, apps are taking ages to open, and Task Manager shows a constant 100% Disk Usage even when you aren't doing anything, you aren't alone. This common issue can be caused by everything from system services to outdated drivers. This guide provides a step-by-step approach to diagnosing and fixing the disk usage spike for good.
Step 1: Disable the SysMain (Superfetch) Service
SysMain (formerly known as Superfetch) is designed to preload frequently used apps into RAM. However, on systems with standard HDDs or even some SSDs, it can trigger massive disk activity. To disable it:
- Press Windows Key + R, type services.msc, and hit Enter.
- Scroll down to find SysMain.
- Right-click it and select Properties.
- Change the Startup type to Disabled and click Stop.
- Click Apply and OK.
Step 2: Run a CHKDSK Scan
Sometimes, disk usage spikes are caused by corrupt file systems or bad sectors on the drive. Windows has a built-in utility to repair these errors.
- Search for cmd in the Start menu, right-click it, and select Run as Administrator.
- Type chkdsk.exe /f /r and press Enter.
- You will be asked if you want to schedule the volume to be checked the next time the system restarts. Type Y and hit Enter.
- Restart your computer to allow the scan to complete (this may take some time).
Step 3: Reset Virtual Memory (Pagefile)
If your Virtual Memory settings are misconfigured, Windows may use your disk as RAM too aggressively, leading to the 100% usage bug.
- Open the Start menu, type Performance, and select Adjust the appearance and performance of Windows.
- Go to the Advanced tab and click Change under the Virtual Memory section.
- Uncheck Automatically manage paging file size for all drives.
- Select your system drive, choose Custom size, and set the Initial and Maximum size based on your RAM (Recommended: 1.5x your total RAM for Initial).
- Click Set and then OK.
Step 4: Disable Windows Telemetry
Connected User Experiences and Telemetry is a service that sends diagnostic data to Microsoft. It is a known culprit for high disk I/O in Windows 11.
- Press Windows Key + R, type services.msc, and hit Enter.
- Locate Connected User Experiences and Telemetry.
- Right-click, select Properties, set Startup type to Disabled, and stop the service.
- Click Apply.
Step 5: Update your Storage Controllers
An outdated SATA AHCI controller driver can cause communication lags between the OS and the drive. To fix this:
- Right-click the Start button and select Device Manager.
- Expand Storage controllers.
- Right-click your controller (e.g., Standard SATA AHCI Controller) and select Update driver.
- Select Search automatically for drivers and follow the prompts.
Step 6: Perform a Clean Boot
If the error persists, a third-party application might be the cause. A Clean Boot starts Windows with a minimal set of drivers and startup programs.
- Type msconfig in Windows Search and hit Enter.
- Under the Services tab, check Hide all Microsoft services and then click Disable all.
- Go to the Startup tab and click Open Task Manager.
- Disable all startup items.
- Restart your PC and check if the disk usage has dropped.
💡 Pro Tip: Keep your software updated to avoid these issues in the future.
Category: #OS