For about a month, my Windows 11 PC has been randomly sending the system SSD to 100% usage. When it happens, the entire computer becomes extremely sluggish or freezes completely for anywhere from a few seconds to two minutes. The issue is intermittent, and Task Manager has not made the cause obvious.
I originally suspected the SSD because my old Kingston A400 240GB drive was showing declining health. However, I replaced it with a brand-new WD Green 1TB SATA SSD and performed a fresh Windows installation. The exact same behavior continued, so the drive itself probably is not the root cause.
I have already tried checking Task Manager, disabling startup and background applications, and turning off some services, but nothing has solved it. My system uses a Ryzen 5 1600 AF, Gigabyte B450 AORUS M motherboard, GTX 1080, 16GB of RAM, and Windows 11. What should I check next to identify what is causing these disk spikes?
4 Answers
Windows Search indexing can occasionally make the disk appear permanently busy. You can temporarily stop or disable the Windows Search service through services.msc to test whether the spikes stop. It is also worth checking that TRIM is enabled and functioning normally.
The 100% figure is only active time, so it does not necessarily mean the drive is transferring data at full speed. In Task Manager, open the Performance tab, select the SSD, and watch the read and write speeds while the problem occurs. Also check the Processes tab for which program is generating the disk activity; seeing whether it is reading, writing, or just waiting on very small transfers may point to the cause.
A BIOS update would be worth checking, especially for a B450 board. Look through the release notes for storage, chipset, or stability fixes, then make sure the system is using current AMD chipset and storage drivers as well.
This sounds more like a Windows background task than a failed SSD, particularly since it happened after replacing the drive and reinstalling the operating system. Check whether Storage Sense or drive optimization is running, especially if any partition is nearly full. Windows Update and Microsoft Defender scans can also cause sudden bursts of disk activity.

That distinction is important. A drive can show 100% active time while only moving a small amount of data if a process is making lots of tiny requests or the system is waiting on storage operations.