average seek time
Of a hard drive, the average of all possible seek times equivalent to the time of all possible seeks divided by the number of all possible seeks.
average seek time: how long a drive takes to find data on average
Average seek time is the mean duration required for a hard disk drive's read/write head to travel from its current position to any random location on the platter. It is measured in milliseconds and calculated by summing all possible seek distances between track positions, then dividing by the total number of possible seeks. For a typical 3.5-inch SATA drive, average seek time ranges from 7 to 9 milliseconds; smaller 2.5-inch drives used in laptops average around 5 to 8 milliseconds.
This metric matters because seek time directly affects how quickly a drive can access scattered data. When an operating system needs to read a file fragmented across multiple locations on the platter, the drive must perform multiple seeks. The time spent seeking does not include rotational latency (waiting for the platter to rotate the desired sector under the head) or the actual data transfer time, so average seek time is only one component of total access time. On a drive with high fragmentation, frequent seeking becomes a serious bottleneck.
Measurement and real-world performance
Average seek time is determined during manufacturer testing by measuring seeks across the full radial span of the platter: from the outermost cylinder to the innermost, across every combination of starting and ending positions. The resulting figure is a statistical middle ground. Full-stroke seeks (outer edge to center) are much slower, sometimes 12 to 15 milliseconds; short seeks between adjacent tracks complete in 1 to 2 milliseconds. The average reflects the probability that any random access will fall somewhere in between.
Solid-state drives have rendered seek time largely irrelevant for new systems, since NAND flash memory has no moving parts and can access any location in microseconds. However, the metric remains important when evaluating legacy equipment, comparing older drives, or working with archival systems still relying on mechanical storage. Drive specifications from the 1990s through 2010s always listed average seek time as a standard performance benchmark.
Degradation of average seek time indicates mechanical wear or head damage. If a drive's actual measured seek time drifts significantly above its rated specification, the drive is approaching failure. Modern diagnostic tools can measure empirical seek time and flag drives where performance no longer matches the manufacturer's published average.