If your Windows 11 PC is lagging, freezing, or responding slowly, a quick check of the Task Manager might reveal a common culprit: 100% Disk Usage. This issue occurs when your storage drive is constantly working at maximum capacity, preventing other applications from functioning properly. Whether you are using an HDD or an SSD, this guide will walk you through the most effective steps to reclaim your system's performance.
Step 1: Identify the Problematic Process
Before changing system settings, you need to confirm which application is hogging your disk resources.
- Press Ctrl + Shift + Esc to open the Task Manager.
- Click on the Disk column header to sort processes by their usage.
- If a specific third-party app (like a browser or antivirus) is using 90-100%, try closing that app or reinstalling it.
- If "System" or "Service Host" is the cause, proceed with the following system-level fixes.
Step 2: Disable the SysMain Service
SysMain (formerly known as Superfetch) is designed to preload frequently used apps into RAM. However, on many systems, it causes a massive spike in disk activity.
- 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 the Stop button.
- Click Apply and OK, then check if disk usage drops in Task Manager.
Step 3: Disable Connected User Experiences and Telemetry
Windows 11 frequently sends diagnostic data back to Microsoft, which can trigger high disk usage on some hardware configurations.
- In the Services window (from Step 2), locate Connected User Experiences and Telemetry.
- Right-click and select Properties.
- Set the Startup type to Disabled and click Stop.
- Click Apply and OK.
Step 4: Reset Virtual Memory (Pagefile)
If your Virtual Memory settings are corrupted, Windows may constantly swap data between the RAM and the disk, leading to 100% usage.
- Type Adjust the appearance and performance of Windows in the Start search and click the result.
- Go to the Advanced tab and click Change under the Virtual Memory section.
- Uncheck Automatically manage paging file size for all drives.
- Select your C: drive, choose No paging file, and click Set (you will turn it back on in a moment).
- Restart your PC, return to this menu, and select Automatically manage paging file size for all drives again to reset the cache.
Step 5: Run a Disk Check (CHKDSK)
Logical errors on your hard drive can cause Windows to get stuck in a read/write loop. The CHKDSK utility can find and repair these errors.
- Type cmd in the Start search, right-click Command Prompt, and select Run as Administrator.
- Type the following command: chkdsk.exe /f /r and press Enter.
- Press Y to schedule the volume to be checked the next time the system restarts.
- Restart your computer and allow the scan to complete (this may take 15-30 minutes).
Step 6: Update your Storage Controller Drivers
An outdated SATA AHCI controller driver can cause communication errors between the OS and the drive.
- 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.
- Choose Search automatically for drivers and follow the prompts to install any updates.
Pro Tip: If you are still using a mechanical Hard Disk Drive (HDD) as your primary boot drive, the best long-term solution for 100% disk usage in Windows 11 is upgrading to a Solid State Drive (SSD), as modern operating systems are heavily optimized for flash storage.
💡 Pro Tip: Keep your software updated to avoid these issues in the future.
Category: #OS