LanguageEnglishDeutsch
Industrial electronics

maximum seek time

The amount of time required for a disk drive to seek through all possible tracks, from the innermost to the outermost or vice versa.

maximum seek time: worst-case head travel across the platter

Maximum seek time is the longest interval a disk drive's read-write head takes to move from one track to another, measured in milliseconds. Specifically, it represents the time needed to traverse the full radial distance of the disk, typically from the innermost data track to the outermost, or the reverse. This is a hard upper bound, not an average; any single seek operation will take less time or equal this figure, never more.

Hard disk drives use this specification because the seek mechanism, usually a stepper motor or voice coil actuator, must physically move the head assembly across the spinning platter. Older 3.5-inch SATA drives typically specified maximum seek times between 8 and 12 milliseconds; high-performance drives might achieve 6 to 8 milliseconds. SAS enterprise drives often rated around 4 to 5 milliseconds. The variation depends on actuator speed, head mass, and the radial distance available on the specific drive model.

Why it matters for system design

Maximum seek time is useful for worst-case latency calculations in systems where predictability matters more than raw speed. Database administrators designing storage arrays need to know the ceiling on seek delays when queuing multiple random I/O requests. Real-world average seek times are typically 30 to 50 percent of the maximum, because heads rarely need to traverse the full platter width, but the maximum sets the hard boundary for real-time scheduling. This contrasts with average seek time, which is more relevant to throughput benchmarks but less useful for latency-sensitive applications.

The specification became less critical with the rise of solid-state drives, which have no moving parts and exhibit microsecond-level access times with no seek penalty. Many modern NVMe specifications no longer publish traditional seek metrics, since the concept does not apply. However, the term remains embedded in storage documentation and remains relevant for any system still relying on mechanical disk drives, including archival systems, legacy industrial equipment, and certain embedded applications.

Sources

Entry IG6532

More from Industrial electronics

See all

Get the Word of the Day

One industrial term every day, with the trade it belongs to and why it is worth knowing. No advertising.