Home / Knowledge Base / How to fix 100% Disk Usage on Asus ROG with PC-Care.ai’s AI

Asus ROG 100% Disk Usage? 7 Causes & Fixes for Gaming

Asus ROG laptops are powerful machines — but Armoury Crate background services, NVMe driver mismatches, and Windows SysMain can drive disk usage to 100% even on fast NVMe drives. Here’s what’s actually happening and how to fix it.

2 Min Scan No Installation Windows 10 & 11
Start My AI Scan

Why Asus ROG Laptops Hit 100% Disk Usage

The Asus ROG series (Zephyrus, Strix, Flow, Scar) ships with aggressive performance software that stays active even when you're not gaming. Three causes are unique to ROG hardware and account for most 100% disk usage cases on these machines.

Armoury Crate background services

Armoury Crate installs at least four persistent background processes: ASUS System Control Interface, ArmouryCrate.Service, ArmouryCrate.UserSessionHelper, and ROG Live Service. These constantly poll hardware sensors, write telemetry logs, and check for software updates — generating continuous disk I/O even when no game is running. On a fast NVMe, this still generates enough queue pressure to push Windows' disk usage indicator to 100%.

NVMe driver mismatch

ROG laptops commonly ship with Samsung 990 Pro, Samsung 980, or WD Black SN850X NVMe drives. Windows 11 sometimes installs its generic Microsoft NVMe driver instead of the manufacturer-specific one. The generic driver has shorter I/O queue depth — fewer parallel requests can be in flight at once — which means moderate disk activity saturates the queue and shows 100% usage even though the drive itself has plenty of headroom.

SysMain competing with games

SysMain (formerly Superfetch) was designed for spinning hard drives to preload frequently used apps into RAM. On NVMe drives, it generates unnecessary write activity and competes with game asset streaming for disk bandwidth. When a game is loading a level and SysMain is simultaneously prefetching Windows apps, the disk queue saturates.

Other common triggers on ROG machines

7 Fixes for 100% Disk Usage on Asus ROG

Fix 1: Disable Armoury Crate background services

Don't fully uninstall Armoury Crate — it controls fan curves and performance profiles. Instead, stop its background services:

  1. Press Win + R, type services.msc, press Enter
  2. Find ASUS System Control Interface — right-click → Properties → Startup type: Manual → Stop
  3. Find ArmouryCrate.Service — same steps: Manual → Stop
  4. Optionally disable ROG Live Service if you don't use the ROG app ecosystem
  5. Reboot and check Task Manager's Disk column

Fan control via the physical button still works. You lose the live sensor overlay and Armoury Crate app store, not fan control.

Fix 2: Install the correct NVMe driver

Check which NVMe drive your ROG has (Device Manager → Disk drives), then install the matching tool:

This fix alone resolves 100% disk usage for many ROG owners with Samsung or WD drives.

Fix 3: Disable SysMain

On gaming PCs with NVMe drives, SysMain provides no benefit and causes disk queue pressure:

  1. Press Win + R, type services.msc
  2. Find SysMain — right-click → Properties
  3. Set Startup type to Disabled, click Stop, then OK
  4. Reboot

Fix 4: Clear pending CHKDSK flags

Windows sometimes schedules a disk check that interferes with normal I/O. Run this in an admin Command Prompt:

chkdsk C: /f /r /x

Type Y when prompted to schedule on next boot, then reboot. If CHKDSK finds and fixes errors, disk usage normalizes after.

Fix 5: Pause Windows Update during gaming hours

  1. Open Settings → Windows Update → Advanced options
  2. Set Pause updates for 1–2 weeks
  3. Set Active hours to cover your gaming hours so updates don't download mid-session

Fix 6: Disable Xbox Game DVR background recording

Game Bar's background recording writes footage to disk continuously even when you're not actively clipping:

  1. Open Settings → Gaming → Xbox Game Bar → toggle off
  2. Go to Settings → Gaming → Captures → turn off Record in the background while I'm playing a game

Fix 7: Clear the Windows Update download cache

Old update files accumulate in the SoftwareDistribution folder and cause disk thrashing. In an admin Command Prompt:

net stop wuauserv
net stop bits
del /f /s /q "%SystemRoot%\SoftwareDistribution\Download\*.*"
net start wuauserv
net start bits

Windows re-downloads only what it actually needs. Combined with Fix 5, this eliminates update-related disk spikes.

Keeping Your ROG Running at Peak Performance

Once disk usage is under control, these habits keep your ROG gaming-ready:

Let PC-Care.ai Diagnose Your PC Automatically

Skip the guesswork. PC-Care.ai's AI scan analyses your actual running processes, startup load, drivers, and disk health in 2 minutes — and gives you a ranked list of what to fix first.

🔍

Full System Scan

Maps CPU, RAM, disk, drivers, and startup load in 2 minutes.

🧹

Automated Cleanup

Removes temp files, update caches, and startup bloat safely.

One-Click Fixes

Apply recommended optimisations with a single click.

Start My AI Scan

Frequently Asked Questions

Related Performance Guides