Is this expected hard disk speed? 22.6MB/s

2

I have a Lenovo Y470. The hard disk is 500GB 7200rpm and, while copying files from one directory to another, I am getting 22.6MB/s speed.

enter image description here

  • Is this slow or average?
  • Can I do something to improve this speed?

Rakesh Juyal

Posted 2012-10-24T18:08:45.200

Reputation: 1 793

2That's not unusual for a file copy on the same partition, and there's not much you can do to significantly speed up a large file copy like that other than not doing anything else to minimize other disk I/O while the copy continues. – afrazier – 2012-10-24T18:15:56.800

Just giving rough estimates. – Aki – 2012-10-24T18:23:16.903

ok, that means 22.6MB/s is not slow. Am I right? – Rakesh Juyal – 2012-10-24T18:35:55.100

uhm, i'd say that's very very slow. Download HDTune and run an error scan so we can see if there's any bad blocks.

– pneumatics – 2012-10-24T20:53:25.850

Answers

3

Depending on the file types, that's not terrible for platters - especially since you are reading from and copying to the same drive.

Some folks on Overclockers were discussing speeds on modern discs, which were in the 50+ range. But that's probably sequential, and really dependent on the manufacturer (and not across the same drive).

Looks like you're copying media items of varying sizes, which won't likely be sequential reads/writes - so that will be significantly slower.

You're probably in the right range for what/where you're copying - if you are concerned about it being a bad drive, try HD Tune to verify your speeds for various operations. Let us see that to give you a better guess since Windows approximates values (and generally does so poorly).

nerdwaller

Posted 2012-10-24T18:08:45.200

Reputation: 13 366