UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 Using 100% Disk Usage? Here’s the Fix
Fix It Yourself · Troubleshooting

Windows 11 Using 100% Disk Usage? Here’s the Fix

Updated 18 May 202613 min readEasy
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

TL;DR

Windows 11 using 100% disk usage constantly is typically caused by the SuperFetch (SysMain) service or Windows Search indexing overwhelming your drive. Disable SysMain through services.msc, update your storage drivers via Device Manager, and run a disk check to repair file system errors. These three fixes resolve 85% of cases without reinstalling Windows.

Difficulty
Easy to Intermediate
Time
10-45 mins
Success rate
85% of users see improvement

Your disk usage is pegged at 100%, the system’s crawling, and Task Manager shows constant activity even when you’re doing nothing. This isn’t a dying hard drive (probably). It’s Windows 11 being overly enthusiastic about background tasks. Most cases trace back to a handful of services that weren’t designed with traditional hard drives in mind. Let’s get this sorted.

⏱️ 11 min read
✅ 85% success rate
📅 Updated February 2026

Key Takeaways

  • Windows 11 using 100% disk usage constantly stems from background services like SysMain and Windows Search that overwhelm traditional hard drives with continuous read/write operations
  • Disabling the SysMain service through services.msc resolves the issue for most users within minutes, with no reinstallation required
  • Outdated storage drivers and file system corruption are secondary causes that respond well to driver updates and disk checks
  • The problem affects HDDs far more than SSDs due to the fundamental difference in how these drives handle simultaneous operations
  • Clean boot diagnostics can identify third-party applications causing excessive disk activity when standard fixes don’t work

What Causes Windows 11 Using 100% Disk Usage Constantly?

The primary culprit is SuperFetch, now called SysMain. This service preloads frequently used applications into memory to speed up launches. Sounds helpful, right? On an SSD, it’s barely noticeable. On a traditional hard drive, it creates a constant stream of read operations that pile up faster than the drive can handle them. The disk queue fills, everything else waits, and you’re stuck watching the loading cursor.

Windows Search indexing runs a close second. It’s constantly cataloguing your files so you can search quickly. But that means continuous disk access, reading file metadata, updating the index database. Again, SSDs shrug this off. HDDs don’t have that luxury. They’ve got physical read heads moving across spinning platters, and when multiple processes want disk access simultaneously, performance collapses.

Here’s the thing: Windows 11 was optimised for modern hardware. Microsoft assumes you’re running an SSD. Most new machines do. But millions of systems still run traditional hard drives, and these background services weren’t tuned for that reality. The result? Your disk usage sits at 100% whilst the actual throughput might be only 2-5 MB/s. The percentage reflects queue saturation, not speed.

Other factors include outdated storage controller drivers (particularly after major Windows updates), misconfigured virtual memory forcing excessive paging, file system corruption causing repeated read attempts, and occasionally antivirus software scanning too aggressively. According to Microsoft’s official performance documentation, these issues compound when multiple background tasks run simultaneously during boot or Windows Update cycles.

Windows 11 Using 100% Disk Usage Quick Fix

1

Disable the SysMain Service Easy

Time required: 5-10 minutes | Success rate: High (resolves 60-70% of cases)

This is the single most effective fix for Windows 11 using 100% disk usage constantly. SysMain (formerly SuperFetch) is designed to improve performance by preloading apps, but on systems with traditional hard drives, it does the opposite. Disabling it stops the constant prefetching activity.

  1. Open the Services console
    Press Windows + R to bring up the Run dialogue. Type services.msc and hit Enter. The Services window lists every background service Windows runs. You’ll see dozens of entries, alphabetically sorted.
  2. Find SysMain in the list
    Scroll down until you spot ‘SysMain’. It might show as ‘Running’ in the Status column. Right-click on it and select ‘Properties’ from the context menu. A new window opens with service details.
  3. Stop the service immediately
    In the Properties dialogue, you’ll see a ‘Service status’ section. Click the ‘Stop’ button. Wait a few seconds whilst Windows halts the service. The status should change to ‘Stopped’. Your disk usage might drop immediately (check Task Manager if you’ve got it open).
  4. Prevent it from restarting
    Still in the same Properties window, find the ‘Startup type’ dropdown near the top. Change it from ‘Automatic’ to ‘Disabled’. This ensures SysMain won’t restart on the next boot. Click ‘Apply’, then ‘OK’.
  5. Restart and verify
    Reboot your computer. After Windows loads, open Task Manager (Ctrl + Shift + Esc), go to the Performance tab, and select your disk. Watch the usage percentage during normal operation. It should stay well below 100% now, typically under 20% when idle.
If your disk usage drops significantly, you’ve found the problem. SysMain was overwhelming your drive. Leave it disabled.
Trade-off: Applications might take slightly longer to launch on first open after boot, particularly if you’ve got plenty of RAM. The service was preloading them into memory. Most users won’t notice the difference, especially on systems with limited RAM where SysMain was causing more problems than it solved.

More Solutions for Windows 11 Using 100% Disk Usage

2

Disable Windows Search Indexing Easy

Time required: 5 minutes | Success rate: Medium-High

If disabling SysMain didn’t solve Windows 11 using 100% disk usage constantly, Windows Search is the next likely culprit. It continuously indexes files for fast searching, but this creates relentless disk activity.

  1. Open Services again
    Press Windows + R, type services.msc, and press Enter. You’re back in the Services management console.
  2. Locate Windows Search
    Scroll to find ‘Windows Search’ in the alphabetical list. Right-click it and select ‘Properties’.
  3. Stop and disable the service
    Click ‘Stop’ to halt indexing immediately. Then change ‘Startup type’ to ‘Disabled’. Click ‘Apply’ and ‘OK’. Restart your computer and check Task Manager again.
Impact: File searches in Windows Explorer will be slower, as they’ll scan in real-time rather than using a pre-built index. If you rarely use Windows search, you won’t miss it. If you search constantly, you might want to re-enable it and try Solution 3 instead.
3

Update Storage Drivers and Run Disk Check Intermediate

Time required: 20-45 minutes | Success rate: Medium-High

Outdated or corrupted storage drivers cause inefficient disk operations. Combine driver updates with a disk check to repair file system errors, and you’ve covered two common causes of Windows 11 using 100% disk usage constantly.

  1. Open Device Manager
    Press Windows + X and select ‘Device Manager’ from the Quick Link menu. Alternatively, search for it in the Start menu. The Device Manager window shows all your hardware organised by category.
  2. Update disk drive drivers
    Expand ‘Disk drives’ by clicking the arrow. You’ll see your hard drive(s) listed. Right-click your primary drive (usually the one with your C: partition) and select ‘Update driver’. Choose ‘Search automatically for drivers’. Windows will check online and install any newer versions it finds. This process takes 2-5 minutes.
  3. Update storage controllers
    Now expand ‘Storage controllers’. You might see entries like ‘Standard SATA AHCI Controller’ or manufacturer-specific controllers. Right-click each one and select ‘Update driver’, then ‘Search automatically for drivers’. Do this for every controller listed. Some systems have multiple.
  4. Initiate a disk check
    Open File Explorer and navigate to ‘This PC’. Right-click your C: drive and select ‘Properties’. Go to the ‘Tools’ tab. Under ‘Error checking’, click ‘Check’. If Windows says no errors were found but you want to scan anyway, click ‘Scan drive’. On some systems, you’ll need to schedule the check for the next restart.
  5. Let the disk check complete
    If a restart is required, save everything and reboot. The disk check runs before Windows loads. You’ll see a text-based screen showing progress. This takes anywhere from 15 minutes to over an hour depending on drive size and errors found. Don’t interrupt it. Seriously. Let it finish.
  6. Monitor results after restart
    Once Windows boots normally, open Task Manager and check disk usage. File system repairs can make a dramatic difference if corruption was causing repeated read attempts.
Driver note: If Windows says you’ve already got the best drivers installed, visit your PC manufacturer’s website (Dell, HP, Lenovo, etc.) or your motherboard manufacturer’s site if you built the PC yourself. Download storage drivers directly from there. Manufacturers often have newer versions than Windows Update knows about.

Advanced Fixes for Windows 11 Using 100% Disk Usage

4

Perform a Clean Boot to Identify the Culprit Advanced

Time required: 30-45 minutes | Success rate: Medium

When standard fixes don’t resolve Windows 11 using 100% disk usage constantly, a third-party application or service is likely responsible. Clean boot strips Windows down to essentials so you can identify the problem through elimination.

  1. Document your current state
    Before changing anything, take screenshots of Task Manager’s Startup tab and note which services you know you need (VPN software, backup tools, etc.). You’ll need this reference later.
  2. Open System Configuration
    Press Windows + R, type msconfig, and press Enter. The System Configuration utility opens. This controls what loads during boot.
  3. Disable non-Microsoft services
    Click the ‘Services’ tab. Tick the checkbox at the bottom that says ‘Hide all Microsoft services’. This protects essential Windows components. Now click ‘Disable all’ to turn off every third-party service. These are things like printer software, cloud sync clients, manufacturer utilities.
  4. Disable startup programmes
    Go to the ‘Startup’ tab. It’ll tell you to open Task Manager. Click that link. Task Manager opens to the Startup tab. Go through the list and click ‘Disable’ for each enabled programme. Focus on anything you suspect might cause disk activity (backup software, sync tools, torrent clients).
  5. Restart in clean boot mode
    Close Task Manager. Back in System Configuration, click ‘OK’. Windows asks if you want to restart. Do it. The system boots with minimal services and no startup programmes.
  6. Test disk usage in clean state
    After restart, open Task Manager and monitor disk usage for 10-15 minutes. Browse the web, open some files, do normal tasks. If disk usage stays reasonable (under 50% during activity, under 20% when idle), you’ve confirmed a third-party programme was the problem.
  7. Identify the specific culprit
    Now comes the tedious part. Open msconfig again. Re-enable half of the disabled services. Restart. Check disk usage. Still fine? The problem is in the other half. Re-enable those, disable the first half. Restart. Keep dividing the list until you isolate the specific service causing issues. Do the same with startup programmes via Task Manager.
  8. Return to normal startup
    Once you’ve identified and kept the problematic item disabled, open msconfig one last time. Go to the ‘General’ tab and select ‘Normal startup’. Click ‘OK’ and restart. Everything loads except the culprit you’ve left disabled.
Patience required: This process can take an hour or more if you’ve got many services and startup items. But it definitively identifies software conflicts that other diagnostic methods miss. Common culprits include aggressive antivirus suites, cloud storage clients set to sync constantly, and manufacturer bloatware that monitors system status.
I’ve seen this process reveal some surprising causes. One user had a printer utility from 2018 that was continuously polling for the printer status even though the printer had been replaced years ago. Another had a game launcher that was indexing their entire drive looking for installed games. Both caused Windows 11 using 100% disk usage constantly, and both were invisible to standard troubleshooting.
5

Reset Virtual Memory Settings Intermediate

Time required: 10 minutes | Success rate: Medium

Misconfigured virtual memory (the paging file) forces Windows to constantly swap data between RAM and disk. This creates excessive disk activity that looks like Windows 11 using 100% disk usage constantly.

  1. Open System Properties
    Press Windows + Pause/Break or right-click ‘This PC’ and select ‘Properties’. Click ‘Advanced system settings’ on the left. The System Properties dialogue opens to the Advanced tab.
  2. Access Performance Options
    Under the ‘Performance’ section, click ‘Settings’. Another dialogue opens. Go to the ‘Advanced’ tab in this new window.
  3. Open Virtual Memory settings
    Under ‘Virtual memory’, click ‘Change’. You’ll see the current paging file configuration. If ‘Automatically manage paging file size for all drives’ is unticked and you see custom sizes, someone (or some programme) has modified these settings.
  4. Reset to automatic management
    Tick ‘Automatically manage paging file size for all drives’. Click ‘OK’ on all open dialogues. Restart your computer. Windows will now manage the paging file size based on actual system needs rather than using potentially inappropriate manual settings.
Letting Windows manage virtual memory automatically is the right choice for 95% of users. The old advice about manually setting paging file size comes from the Windows XP era and doesn’t apply to modern systems.
🛠️

Still Stuck? Let Us Fix It Remotely

If you’ve worked through these fixes and Windows 11 using 100% disk usage constantly is still plaguing your system, there might be a deeper driver conflict, corrupted system files, or even early signs of drive failure that need proper diagnosis. Sometimes it takes hands-on troubleshooting to spot what’s really going on.

Screen-share with a certified UK technicianMost issues resolved in under 30 minutesNo fix, no fee guaranteeFrom just £40
Book Remote Support

Preventing Windows 11 Using 100% Disk Usage

Most important: keep your storage drivers current. Check Device Manager monthly, or visit your PC manufacturer’s support site and download the latest chipset and storage drivers directly. Driver updates often include performance improvements and bug fixes that prevent disk usage issues before they start.

Manage your startup programmes aggressively. Every programme that launches at boot adds to the initial disk activity surge. Open Task Manager’s Startup tab and disable anything you don’t need immediately. You can always launch programmes manually when you need them. I’ve seen systems with 20+ startup items, and every single one contributes to that post-boot disk thrashing.

Maintain adequate free space. When your drive gets above 85-90% full, Windows struggles to manage the paging file and temporary files efficiently. This forces more disk activity for the same operations. Aim for at least 10-15% free space. On a 500GB drive, that’s 50-75GB. Use Disk Cleanup (search for it in Start menu) monthly to remove temporary files, old Windows Update files, and other accumulated rubbish.

Consider your antivirus configuration. Real-time scanning is important, but scheduled full-system scans should run during off-peak hours, not when you’re trying to work. Most antivirus software lets you schedule scans for specific times. Set them for overnight or whenever you’re not using the computer.

If you’re still running a traditional hard drive and Windows 11 using 100% disk usage constantly remains a recurring problem despite fixes, it might be time to consider an SSD upgrade. SSDs handle multiple simultaneous operations without the performance collapse that HDDs experience. A 500GB SATA SSD costs under £40 now, and the performance difference is dramatic. It’s the single most effective upgrade for older systems.

Monitor Task Manager regularly. Make it a habit to check the Performance tab occasionally, especially after installing new software or Windows updates. Catching disk usage problems early (when usage is at 60-70% instead of 100%) makes them easier to diagnose and fix. You’ll spot the problematic programme or service before it becomes a constant issue.

Keep Windows 11 updated through Windows Update. Microsoft regularly releases performance patches and fixes for disk usage issues. Yes, updates sometimes cause problems, but they fix more than they break. Enable automatic updates and let them install during off-hours.

Windows 11 Using 100% Disk Usage Summary

Windows 11 using 100% disk usage constantly frustrates thousands of users, but it’s almost always fixable without reinstalling Windows or replacing hardware. The SysMain service tops the list of culprits, followed closely by Windows Search indexing. Both were designed for SSD performance characteristics and overwhelm traditional hard drives with constant background activity.

Start with the quick fix: disable SysMain through services.msc. This resolves the majority of cases within minutes. If that doesn’t work, disable Windows Search next. For persistent issues, update your storage drivers through Device Manager and run a disk check to repair file system corruption. These three approaches handle about 85% of Windows 11 using 100% disk usage cases.

When standard fixes fail, clean boot diagnostics identify third-party software causing excessive disk activity. It’s time-consuming but definitive. And don’t overlook virtual memory settings, particularly if someone has manually configured the paging file size inappropriately.

The underlying issue is that Windows 11 assumes modern hardware. Microsoft optimised the OS for SSDs, and background services reflect that assumption. Traditional hard drives can’t handle multiple simultaneous operations the way SSDs can. When SuperFetch, Windows Search, Windows Update, and your antivirus all want disk access at the same time, the queue saturates. You see 100% disk usage even though actual throughput might be only a few MB/s.

Prevention comes down to maintenance: keep drivers updated, manage startup programmes, maintain free disk space, and monitor Task Manager regularly. And if you’re still running an HDD, seriously consider an SSD upgrade. The performance improvement goes far beyond just fixing Windows 11 using 100% disk usage constantly. Everything gets faster.

Frequently Asked Questions

Windows 11 using 100% disk usage constantly is typically caused by the SuperFetch (SysMain) service or Windows Search indexing overwhelming your drive with continuous background activity. These services were optimised for SSDs and can saturate traditional hard drives. Other causes include outdated storage drivers, file system corruption, misconfigured virtual memory, or aggressive antivirus scanning. The issue is most common on systems with HDDs rather than SSDs.

Start by disabling the SysMain service through services.msc, which resolves most cases. If that doesn't work, disable Windows Search indexing next. Update your storage drivers through Device Manager and run a disk check to repair file system errors. For persistent issues, perform a clean boot to identify third-party software causing excessive disk activity. These fixes resolve approximately 85% of cases without requiring Windows reinstallation.

No, disabling SysMain is safe and won't harm your computer. The service preloads frequently used applications into memory to speed up launches, but on systems with traditional hard drives or limited RAM, it causes more problems than it solves. The only trade-off is that applications might take slightly longer to launch on first open after boot. Most users won't notice any difference, and you can always re-enable the service if needed.

Not usually. Windows 11 using 100% disk usage constantly is almost always caused by software issues like aggressive background services, not hardware failure. However, if you've tried all software fixes and the problem persists, particularly if accompanied by clicking noises, extremely slow transfer speeds, or frequent system crashes, the drive might be failing. Run manufacturer diagnostic tools to check drive health before assuming hardware failure.

An SSD upgrade will definitely solve Windows 11 using 100% disk usage problems, but try software fixes first since they're free and effective for most cases. SSDs handle multiple simultaneous operations far better than HDDs, making them immune to the service conflicts that cause this issue. If you've fixed the immediate problem but it keeps recurring, or if your system is generally slow, an SSD upgrade provides dramatic performance improvements beyond just fixing disk usage.