A hard disk drive (HDD), often called a hard disk or hard drive, is a data storage device used in many types of computers. It records information by magnetizing microscopic regions on spinning platters; moving read/write heads detect and change those patterns so data can be read or written. Because HDDs combine mechanical and electronic systems, they typically offer larger capacities at lower cost per unit than flash-based media, though with higher latency and mechanical sensitivity. The underlying storage medium is magnetic, and electronics on the drive manage error correction, caching and communication with a host.

Design and main components

A modern HDD contains several tightly integrated parts:

  • Platters: circular disks coated with a magnetic layer where bits are stored in concentric tracks.
  • Spindle motor: spins the platters at a steady rotation speed (measured in RPM).
  • Actuator arm and heads: position tiny read/write heads above the platter surface to access tracks.
  • Controller electronics: handle onboard processing, buffering and interface protocols.
  • Cache memory: a small volatile buffer that improves throughput for burst transfers.

Capacity and units

Capacity is normally advertised in gigabytes (GB) or terabytes (TB). These units are built from the megabyte and the byte, the byte being the basic unit of digital information. In marketing, manufacturers often use decimal definitions (1 GB = 1,000,000,000 bytes; 1 TB = 1,000 GB), while some operating systems display sizes using binary-based definitions (1 GiB = 1,073,741,824 bytes). This can cause a discrepancy between marketed capacity and the value shown by a computer. Advances in areal density and platter technology have steadily increased per-disk capacity.

History and development

Hard drives originated as large devices for mainframe systems and evolved into the compact 3.5-inch and 2.5-inch form factors common today. Progress has come from improvements in magnetic materials, read/write head design, servo control and error-correction codes. New recording techniques such as shingled magnetic recording (SMR) and heat-assisted magnetic recording (HAMR) aim to extend areal density.

Uses, performance and limitations

HDDs are widely used for desktop and laptop storage, network-attached storage (NAS), backup and archival systems, surveillance recording and bulk storage in data centers. Performance metrics include sequential transfer rates and random access latency, the latter dominated by mechanical seek time and rotational delay. Typical advantages are lower cost per gigabyte and high capacities; limitations include longer access times, greater power use, noise and vulnerability to physical shock.

  • Advantages: high capacity, cost-effective for large datasets, mature supply chain.
  • Limitations: mechanical latency, moving parts wear, sensitivity to vibration and impact.

Reliability, interfaces and selection

Manufacturers provide reliability metrics and features such as SMART telemetry to monitor drive health. Common interfaces include SATA for consumer drives and SAS for enterprise systems; form factors and duty ratings differ between desktop, laptop and server models. When selecting a drive, consider capacity needs, workload type (sequential vs random), form factor and whether speed-sensitive tasks would benefit more from a solid-state drive.

Outlook

HDDs continue to be refined for cost-effective bulk storage while solid-state drives take roles that demand low latency. Enterprise storage architectures commonly combine both technologies—SSDs for performance and HDDs for economical capacity—so HDDs remain an important component of modern storage ecosystems.