I have a laptop computer running Windows 10. The performance has become unbearable.
Looking at Task Manager, I can see that the Average Response Time sometimes gets over 450 ms, and the Active Time holds steady at 100%.
The drive has plenty of available space. Nonetheless, I ran disk cleanup and checked that fragmentation is not excessive.
This may have started around the time that my laptop was serviced because the battery had swollen up and made the pad buttons hard to press. I'm just trying to get some idea if the hard drive is dying, or if there could be some kind of configuration issue.
23 Answers
You can use the Resource Monitor to check what process is causing the high disk activity. After opening the Resource Monitor switch to the disk tab.
3The hard drive should not get damaged resulting in poor performance as they are rigid components, but you still complete a number of tests and observations. Your options:
Focus on what's using (and what isn't using) the drive in your processes. Compare what you know normal process activity is and what it is when response is slow. I know you said above that there are many processes but some create more IO than others. You may have normal IO like open applications, Windows system tasks, Windows updates or upgrades and things like the search engine which is supposed to crawl new data so you can find things quicker. But at some point it should come down - wait 20-30 minutes after booting up. After you get to know what's normal, you will be able to see if there is a process that's not supposed to run, or that routinely stays in the top few processes. If possible, you can also compare to another computer with the same OS.
Focus on hardware. Go into the BIOS in disk settings and see if anything looks out of place there. Find a manufacturer's hard drive tool that checks drive SMART status. Your drive is made by Western Digital. You can open up the case if careful and don't care about voiding warranty that much. See if drive connectors look normal, if any cables have been pinched.
Test maximum drive performance. Regardless of slowness, see if you can find a quiet moment and run drive performance tests. This could be as simple as copying a large file, creating and measuring IO with a free tool or purchasing a professional disk performance testing tool. The range here is large, but it could help you measure the limits of your drive.
From my own experience, a used laptop with a drive of your grade can easily be overpowered and response times you show are not abnormal. I would expect boot up to take 5-10 minutes before everything quiets down, and you should be testing after that.
1When this happens, go to the tab "Process" and click on the column "Disk" to sort all processes by usage of disk space. This should give you a first hint.
Example:
Update:
For my case I finally found out that the Harddrive had bad sectors which confused windows. I repaired the HDD with chkdsk /f /r which does a repair on restart. /f fixes errors on disk, /r locates bad sectors and recovers readable information.
I ended up buying a new HDD (2 TB SSD instead HDD) in hope it will be more reliable (no moving parts) and the lifespan will be longer.