How Hard Drives Work: Platters, Heads, and Actuators
How hard drives work describes the magnetic recording process that stores data on spinning platters inside a sealed hard disk drive. A hard drive writes data by aligning magnetic regions on a rotating disk and reads data by sensing those magnetic fields with a moving head.
The mechanical design sets the speed, capacity, and shock sensitivity that separate a hard drive from a solid-state drive. This guide defines a hard disk drive, explains platters, tracks, sectors, and cylinders, details the read/write heads and actuator arm, compares PMR, SMR, and HAMR recording, and shows how spindle speed, cache, seek time, and latency affect performance.
What Is a Hard Disk Drive?
A hard disk drive is a non-volatile storage device that records data magnetically on one or more rigid spinning platters. A hard disk drive (HDD) stores data by magnetizing microscopic regions on a coated platter and retrieves data using a read/write head suspended above the rotating surface. Seagate, Western Digital, and Toshiba manufacture the platter-based drives used in desktops, servers, and external enclosures.
The drive retains data without power because the magnetic alignment persists, which classifies the hard disk drive as secondary storage. The role of the hard disk drive within the broader primary versus secondary storage hierarchy explains why capacity and cost per terabyte favor magnetic drives over volatile memory.
What Are Platters, Tracks, Sectors, and Cylinders?
Platters, tracks, sectors, and cylinders are the geometric structures that organize data on a hard disk drive. A platter is a rigid magnetic disk, a track is a concentric ring on that platter, a sector is a fixed block within a track, and a cylinder is the set of identical tracks stacked across all platters. A modern hard disk drive contains one to nine platters made of aluminum or glass coated with a thin magnetic layer. Each platter side holds hundreds of thousands of concentric tracks, and each track divides into sectors of 512 bytes or 4,096 bytes under the Advanced Format standard.
The structures below define how a hard disk drive maps a data location:
- Platters store the data as magnetic disks that spin together on a single spindle at a constant rotational speed.
- Tracks divide each surface into concentric rings, numbered from the outer edge inward, that hold the recorded bits.
- Sectors split each track into addressable blocks of 512 or 4,096 bytes, the smallest unit a hard disk drive reads or writes.
- Cylinders group aligned tracks across every platter surface, letting the heads access the same radius without moving.
How Do Read/Write Heads and the Actuator Arm Work?
Read/write heads and the actuator arm position the sensing element over the correct track on a spinning platter. Each platter surface has one read/write head mounted on an actuator arm, and a voice-coil motor swings the arm to move the heads across the tracks in microseconds. The head floats about 3 to 5 nanometers above the platter on an air bearing created by the spinning disk.

A write head generates a magnetic field that aligns the magnetic grains, and a giant magnetoresistive (GMR) read element detects the field changes as the platter passes beneath. The voice-coil actuator replaced older stepper motors because it positions the heads faster and more precisely.
The head and actuator assembly performs three coordinated actions:
- Floating maintains the gap as the air bearing keeps the head nanometers above the surface without contact.
- Seeking moves the arm as the voice-coil motor swings all heads in unison to the target cylinder.
- Sensing reads the field as the magnetoresistive element converts magnetic transitions into the electrical signal the controller decodes.
How Does a Hard Drive Store Data Magnetically?
A hard drive stores data magnetically by setting the polarity of microscopic grains on the platter coating. The write head reverses the magnetic orientation of small grain regions, and each transition between orientations encodes the binary data the drive stores. Modern drives use perpendicular magnetic recording, where the grains align vertically to the platter surface for higher density than the older longitudinal method.
The read head senses the boundaries between regions of opposite polarity rather than the regions themselves. The way a hard drive encodes bits in magnetic fields contrasts with the charge-trapping flash cells described in how SSDs work, which is the core reason the two storage types differ in speed and durability.
What Is the Difference Between PMR, SMR, and HAMR?
PMR, SMR, and HAMR are magnetic recording technologies that trade density against write performance. Perpendicular magnetic recording (PMR) writes non-overlapping tracks, shingled magnetic recording (SMR) overlaps tracks to raise density, and heat-assisted magnetic recording (HAMR) uses a laser to write smaller, denser grains. PMR remains the standard for performance-oriented drives because every track is independently writable.
SMR overlaps tracks like roof shingles to add 10% to 25% more capacity, but rewriting one track forces a rewrite of the overlapping tracks, which slows random writes. Seagate and Western Digital ship HAMR and energy-assisted drives to push areal density beyond the limits of conventional PMR.
The recording methods below differ in density and write behavior:
- PMR aligns grains vertically and writes separate tracks, delivering consistent random-write performance for general use.
- SMR overlaps adjacent tracks to raise capacity, suiting archival and sequential-write workloads but slowing random rewrites.
- HAMR heats the grain with a laser before writing, enabling smaller stable grains and capacities of 30 TB and beyond.
The table summarizes the three recording technologies:
| Recording Type | Track Layout | Density Effect | Best Workload |
|---|---|---|---|
| PMR | Non-overlapping vertical tracks | Baseline density | General desktop and server use |
| SMR | Overlapping shingled tracks | 10% to 25% higher capacity | Archival and sequential writes |
| HAMR | Laser-heated narrow tracks | Highest density, 30 TB+ | High-capacity data center storage |
How Does Spindle Speed Affect Hard Drive Performance?
Spindle speed sets how fast the platters rotate and directly affects data throughput and latency. Common spindle speeds are 5,400 RPM, 7,200 RPM, and 10,000 to 15,000 RPM, and a higher rotation rate lowers rotational latency and raises sustained transfer rate. A 7,200 RPM drive completes one rotation in about 8.3 milliseconds, while a 5,400 RPM drive takes about 11.1 milliseconds, which shortens the average wait for a sector to reach the head.
Enterprise 10,000 and 15,000 RPM drives from Seagate and Western Digital cut latency further for transactional workloads. Higher spindle speed also raises power draw, heat, and acoustic output.
The table maps each spindle-speed class to its rotation time and typical use:
| Spindle Speed | Rotation Time | Rotational Latency (avg) | Typical Use |
|---|---|---|---|
| 5,400 RPM | 11.1 ms | ~5.6 ms | Laptops, external and archival drives |
| 7,200 RPM | 8.3 ms | ~4.2 ms | Desktops, NAS, mainstream storage |
| 10,000 RPM | 6.0 ms | ~3.0 ms | Performance desktops and workstations |
| 15,000 RPM | 4.0 ms | ~2.0 ms | Enterprise and transactional servers |
What Is the Cache Buffer on a Hard Drive?
The cache buffer is a small block of volatile DRAM that holds data in transit between the platters and the host interface. A hard disk drive cache, typically 64 MB to 256 MB of DRAM, stores recently accessed and prefetched data to reduce the number of slow mechanical accesses. The drive controller uses the cache to buffer writes and reorder requests so the heads travel the shortest path across the platters.

A larger cache improves burst transfer performance but does not change the underlying mechanical seek and rotation times. The cache loses its contents on power loss, which is why the magnetic platters remain the persistent storage layer.
What Are Seek Time and Latency?
Seek time and latency are the two mechanical delays that determine how fast a hard drive reaches a requested sector. Seek time is the milliseconds the actuator needs to move the heads to the target track, and rotational latency is the time the platter takes to spin the target sector under the head. A typical desktop hard drive has an average seek time of 8 to 12 milliseconds and an average rotational latency of about 4.2 milliseconds at 7,200 RPM. The sum of seek time and latency, called access time, dominates random-read performance and explains why hard drives lag flash storage on small scattered files.
Sequential transfers avoid most seeks, so a hard drive reaches its highest throughput on large continuous files. The contrast in access time is central to the HDD versus SSD comparison.
Why Are Hard Drives Sensitive to Shock?
Hard drives are sensitive to shock because the read/write heads fly nanometers above spinning platters. A physical impact can drive the head into the platter surface, a head crash that scratches the magnetic coating and destroys the data on the affected tracks. The 3 to 5 nanometer flying height leaves no margin for the head to contact the disk without damage. Drives include a ramp or landing zone that parks the heads off the platter when idle, and accelerometer-based free-fall sensors retract the heads before impact in many laptop drives.
A powered drive is more vulnerable than a parked one because the heads are actively flying. This mechanical fragility is a primary reason solid-state drives, which have no moving parts, resist shock better, as covered in the HDD and SSD comparison.
Key Takeaways
The points below summarize how hard drives work:
- Hard drives store data magnetically on rigid spinning platters organized into tracks, sectors, and cylinders.
- Read/write heads ride an actuator arm that a voice-coil motor swings across the platters in microseconds.
- PMR, SMR, and HAMR trade density for write speed, with HAMR enabling capacities of 30 TB and beyond.
- Spindle speed sets latency, as 7,200 RPM halves the rotation time penalty of slower 5,400 RPM drives.
- Seek time and rotational latency dominate random access, which is why hard drives lag flash on scattered files.
- Flying heads make drives shock-sensitive, so an impact during operation can cause a destructive head crash.
How does a hard drive store data?
A hard drive stores data by magnetizing tiny grain regions on a spinning platter. The write head reverses grain polarity, and each transition between orientations encodes binary data the read head later senses.
What is a good RPM for a hard drive?
7,200 RPM suits desktops and NAS for a balance of speed and noise. 5,400 RPM fits laptops and archival drives, while 10,000 to 15,000 RPM serves enterprise transactional workloads.
What is the difference between PMR and SMR drives?
PMR writes separate tracks for consistent random-write speed. SMR overlaps tracks to add 10% to 25% capacity but slows random rewrites, making SMR better for archival and sequential workloads.
What is seek time on a hard drive?
Seek time is the milliseconds the actuator needs to move the heads to the target track, typically 8 to 12 milliseconds on desktop drives. It is a main factor in random-access speed.
Why are hard drives sensitive to shock?
Hard drive heads fly 3 to 5 nanometers above the platters. A physical impact can crash the head into the surface, scratching the magnetic coating and destroying data on the affected tracks.
What does the cache buffer do on a hard drive?
The cache buffer is 64 MB to 256 MB of DRAM that stores recently accessed and prefetched data. It reduces slow mechanical accesses and improves burst transfer speed but not seek time.
Last Thoughts on How Hard Drives Work
How hard drives work centers on a precise mechanical system: platters spin at a fixed RPM, an actuator swings flying heads across tracks, and the write head sets magnetic polarity to record data. Spindle speed, cache size, seek time, and rotational latency together define hard drive performance, while PMR, SMR, and HAMR set the capacity ceiling.
The flying-head design that enables high density also makes a hard drive shock-sensitive. Readers can continue with the HDD versus SSD comparison, learn how SSDs work, and use the computer hardware guide as the central reference.


