you open task manager, and there - the disk is 100% loaded for no apparent reason, although no programs are running. The laptop slows down, heats up, and sometimes even freezes. Is the situation familiar? This problem occurs on 8 out of 10 devices with Windows 10/11, especially on budget models with HDD or weak SSD (For example, eMMC in Lenovo IdeaPad or HP Stream).
In 95% of cases, it is not hardware faults that are to blame, but software glitches: from service bugs Superfetch (aka SysMain) to storage controller driver conflicts. But there are also less obvious reasons - for example, hidden antivirus processes or file system errors, which are not visible in the standard manager. In this article we will analyze all possible reasons and we'll give step by step instructions for everyone - from simple to advanced.
1. Check the underlying causes: viruses, updates and background processes
Before you dig deep, rule out the obvious. Start with task manager (Ctrl+Shift+Esc): sort processes by column Disk. If it hangs there Antimalware Service Executable (Windows Defender) or Windows Modules Installer (update center) - the problem is temporary and can be solved by waiting or forcing a stop.
But what to do if the disk boots no visible processes? Here is a checklist of priority actions:
- 🔍 Check for viruses. Use Kaspersky Virus Removal Tool or Dr.Web CureIt! — they do not conflict with the installed antivirus and scan deeper.
- 🔄 Reboot your laptop. It’s trivial, but in 30% of cases it helps - especially if the problem is caused by a temporary service failure
Storage Service. - 📥 Pause updates. Open
Settings → Windows Update → Pause for 7 days. - 🛠️ Disable autostart programs. In the task manager on the tab
Autoloaddisable everything except antivirus and drivers.
- Once a week
- 几次 per month
- Only after updates
- Constantly
If after these steps the disk load remains at 100%, proceed to the next section. Important: don't ignore hidden processes - sometimes they are disguised as system ones (for example, svchost.exe with abnormal disk consumption). To see them, in the task manager, click More details → Display processes of all users.
2. Disable the SysMain service (formerly Superfetch)
Service SysMain (formerly Superfetch) should speed up the system by preloading frequently used data. But on weak disks (especially HDD or cheap eMMC) it often causes freezes. On laptops Acer Aspire, Asus Vivobook And Dell Inspiron with 4 GB of RAM, this service can load the disk up to 100% for hours.
How to disable SysMain:
- Click
Win + R, enterservices.mscand pressEnter. - Find a service
SysMain(orSuperfetchin Windows 10 older versions). - Right click →
Properties→ in the fieldStartup typeselectDisabled. - Click
Stop, thenApply.
☑️ Disabling SysMain
Warning: after shutdown SysMain Some programs may take 1-2 seconds longer to start. But this is not commensurate with constant freezes. If the problem persists after rebooting, return the service settings and move on to the next method.
⚠️ Attention: On laptops with SSD NVMe (For example, Samsung 970 EVO or WD Black SN850) shutdownSysMainmaybe degrade performance. Before proceeding, check the disk type inDevice Manager → Disk devices.
3. Check the health of the disk and file system
If the drive is physically damaged or has file system errors, Windows will constantly try to read bad sectors, resulting in a 100% boot. This is especially true for HDD older than 3-4 years (for example, Seagate Barracuda or WD Blue).
How to check the disk:
- Run
chkdsk:chkdsk C: /f /r(replace
C:to the letter of your system drive). If a message appears indicating that verification cannot be performed, confirm it the next time you reboot (Y → Enter). - Check SMART status with the help CrystalDiskInfo or HDDScan. Pay attention to the parameters:
- 📉
Reallocated Sectors Count— if the value is > 0, the disk degrades. - ⏳
Current Pending Sector Count— bad sectors awaiting reassignment. - 🔥
Temperature- if > 50°C, cooling is required.
- 📉
| SMART parameter | Normal value | Critical value | What to do |
|---|---|---|---|
Reallocated Sectors Count |
0 | > 10 | Urgently back up your data and prepare to replace the disk |
Current Pending Sector |
0 | > 5 | Launch chkdsk /r or the manufacturer's utility (for example, Seagate SeaTools) |
UDMA CRC Error Count |
< 200 | > 1000 | Check the SATA cable (for HDD) or update the controller driver |
If CrystalDiskInfo shows status Pre-failure or Anxiety, backup your data immediately - the disk can fail at any time. For SSD the critical parameter is Wear Leveling Count (cell wear). If it is close to the threshold value (usually 100), the disk needs to be replaced.
If the laptop is under warranty and the disk shows SMART errors, contact a service center to If it completely fails, it will be replaced under warranty.
4. Update or roll back the storage controller driver
Incorrect controller drivers SATA/AHCI or NVMe - a common reason for 100% disk load. For example, after updating Windows to version 22H2 many users Lenovo Legion And MSI Modern encountered a driver bug stornvme.sys, which caused a permanent write to disk.
How to fix:
- Update the driver manually:
- Open
Device Manager → Storage Controllers. - Find your controller (eg
Standard SATA AHCI ControllerorNVMe controller). - Right click →
Update driver → Search this computer → Select from list. - Select
Standard SATA AHCI controller(even if you have NVMe).
- Open
- Roll back the driverif the problem appeared after the update:
- In the controller properties, select the tab
Driver → Roll Back. - If the button is inactive, download the driver from the laptop manufacturer’s website (section
Support).
- In the controller properties, select the tab
Important for laptop owners with Intel Optane: If you have a hybrid system (eg Intel H10 with Optane H10 + QLC SSD), never update drivers via Windows Update. Use only official drivers from the site Intel, otherwise you risk getting constant lags due to a cache conflict.
How to find out the storage controller model?
Open Device Manager → Storage Controllers, right-click on the device → Properties → Details → Hardware ID. Copy the first line (starts with PCI\VEN_) and search for it on Google - this way you will find the exact model.
5. Optimizing Windows performance with disk
Windows 10/11 is configured for maximum performance by default, but these settings often conflict with the actual capabilities of the hardware. Here's what you can optimize:
- 🔧 Disable indexing (if you have SSD):
Панель управления → Параметры индексирования → Изменить → Снять галочки со всех локацийOn HDD It is better to leave indexing - it speeds up the search.
- 📁 Disable disk compression (if enabled):
Свойства диска C: → Общие → Сжать этот диск (снять галочку)Compression saves space, but is heavy on the processor and disk.
- 🖥️ Set up a swap file:
- If you have 16+ GB RAM - turn it off completely.
- If 8 GB RAM - set a fixed size (for example, 4096 MB).
- If 4 GB RAM - increase to 6144 MB.
- ⚡ Disable Windows Tips:
Параметры → Система → Уведомления и действия → Снять галочку "Получать советы..."This function constantly writes to the registry and cache.
For laptops with eMMC (For example, HP Stream 11 or Acer Chromebook) critical disable defragmentation - it is useless for flash memory and only reduces its resource. Go to Disk optimization and disable automatic optimization for eMMC.
On laptops with SSD never disable the service Defrag completely - Windows 10/11 uses it for the command TRIM, which prolongs the life of the disk.
6. Check your antivirus and firewall
Antiviruses are the main “invisible” devourers of disk resources. Even Windows Defender (MsMpEng.exe) when scanning can load the disk at 100% within hours. And third-party antiviruses (Kaspersky, ESET NOD32, Avast) often conflict with system processes, causing cyclic logging.
How to reduce the load:
- 🛡️ Exclude system files from scanning:
Параметры Защитника → Защита от вирусов → Исключения → Добавить исключениеAdd folders:
C:\Windows\Prefetch,C:\Windows\Temp,C:\ProgramData\Microsoft\Windows\Defender. - ⏱️ Limit scanning time:
B Kaspersky:
Settings → Advanced → Self-Defense → Limit resource usage. - 🔥 Disable behavioral analysis (in Avast And AVG):
This function constantly monitors disk activity, which causes lags.
- 🚫 Remove unnecessary antiviruses:
Two antiviruses at the same time - guaranteed 100% disk load. Use only one.
If you are using Windows 11, check the load from Firewall Defender (mpsvc.dll). Sometimes it goes crazy after updates, blocking and logging every system sneeze. Try disabling it temporarily:
Панель управления → Брандмауэр Защитника Windows → Включение и отключение → Отключить (не рекомендуется надолго!)
⚠️ Attention: Disable the firewall without alternative protection (for example, Comodo Firewall) is dangerous - your laptop will become vulnerable to network attacks. Use this method for diagnostic purposes only!
7. Advanced methods: disabling telemetry and diagnosing latency
If none of the above helps, the problem may lie in hidden system processes or hardware conflicts. Here's what to do next:
- 📊 Disable Windows telemetry:
Параметры → Конфиденциальность → Диагностика и отзывы → Отправить необязательные данные (Отключить)Also disable
Diagnostic service (DiagTrack)inservices.msc. - 🔍 Check disk latency with the help LatencyMon:
- If
ISRorDPCLatencyshow red values > 1000 µs, the problem is in the drivers. - If
Storage Latencygoes off scale - the disk is physically faulty.
- If
- 🔧 Disable
Linked Connections(for Windows 10 2004+):Редактор реестра → HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System → Создать параметр DWORDEnableLinkedConnectionsсо значением 0This function sometimes causes endless disk accesses.
- 🖥️ Check BIOS/UEFI:
- Update the BIOS to the latest version (especially important for ASUS ROG And MSI).
- In SATA settings, select the mode
AHCI(notRAIDorIDE).
For laptops with dual-boot (Windows + Linux) the problem may be in bootloader conflict. If you have recently installed Ubuntu or Mint, check boot priority in BIOS and disable Fast Boot - it sometimes blocks the correct operation of the disk in Windows.
FAQ: Frequently asked questions about 100% disk loading
🔹 Why does the disk load at 100% even after reinstalling Windows?
If the problem remains after a clean installation of the system, one of three things is to blame:
- Disk hardware failure — check SMART (see section 3).
- Incompatible controller driver - download it from the laptop manufacturer's website, not from Windows Update.
- BIOS conflict - Update the motherboard firmware.
On laptops HP Pavilion And Acer Swift a bug is often to blame Intel RST driver - remove it and use the standard one AHCI.
🔹 Can a virus load a disk 100% without visible processes?
Yes, some viruses (for example, Trojan.Miner or Rootkit) are disguised as system processes (svchost.exe, lsass.exe) and load the disk secretly. Check:
- Run GMER or TDSSKiller to search for rootkits.
- View network activity in Process Explorer - if
svchost.exesends data to an external IP, this is 100% a virus.
If the antivirus does not find anything, but suspicions remain, do offline scanning from bootable flash drive (Kaspersky Rescue Disk).
🔹 Why did the disk load at 100% after updating Windows?
Updates often break:
- Driver
stornvme.sys(for NVMe SSD) - roll it back (see section 4). - Service
Windows Search— disable indexing (section 5). - Function
Connected User Experiences and Telemetry- disable inservices.msc.
If the problem appears after major update (For example, 22H2), try rolling back:
Параметры → Система → Восстановление → Вернуться к предыдущей версии
🔹 How to check if the external hard drive is at fault?
Connected USB drives or SD cards may cause freezes if:
- An outdated protocol is used
USB 2.0(reconnect to portUSB 3.0). - The disk file system is damaged (run
chkdsk X: /f, whereX— external drive letter). - Included write caching (disable in disk properties:
Equipment → Policy → Quick removal).
If after disconnecting all external devices the problem disappears, they are to blame.
🔹 Is it worth replacing the HDD with an SSD if the disk is constantly loading?
Yes, but with reservations:
- If you have HDD over 3 years old, replacement with SSD (For example, Crucial MX500 or Samsung 870 EVO) will solve the problem in 99% of cases.
- If you already have SSD, but it is cheap (for example, Kingston A400 or Silicon Power S55), the problem may be controller — such disks often “slow down” when filled above 70%.
- For laptops with eMMC (For example, Lenovo IdeaPad D330) replacement is impossible - you will have to optimize the software (see section 5).
Before purchasing, please check if your laptop supports NVMe (via CrystalDiskInfo or model specifications). Some budget devices (Acer Aspire 1) work only with SATA SSD.