HDD (Hard Disk Drive) is a storage device that uses spinning magnetic platters and a moving read/write head to store and retrieve data. HDDs have been the standard storage technology for decades, offering large capacities at low cost. The lesson What Is Storage? explains how storage devices provide persistent memory that survives when power is off.
Why it matters
Understanding HDDs helps you make informed decisions about storage and troubleshoot performance issues. The lesson Why Some Computers Feel Faster explains how storage speed creates bottlenecks. If your computer feels slow—especially during startup or when opening applications—an HDD might be the limiting factor, and upgrading to an SSD could dramatically improve responsiveness.
How HDDs work
An HDD contains one or more spinning platters coated with magnetic material. A read/write head floats nanometers above the platter surface, reading and writing data by detecting or changing magnetic orientations. The platters spin at high speeds (typically 5,400 or 7,200 RPM), and the head moves across the platter to access different locations. This mechanical process means HDDs have inherent latency—the head must physically travel to find data.
HDD vs SSD
HDDs are significantly slower than SSDs because mechanical movement takes time compared to electronic access. Typical HDD speeds are 80-160 MB/s, while SATA SSDs reach 550 MB/s and NVMe SSDs exceed 3,500 MB/s. However, HDDs remain valuable for:
- Bulk storage: Much cheaper per terabyte than SSDs
- Backups and archives: Large capacity for infrequently accessed data
- Media libraries: Storing videos, photos, and music collections
Reliability considerations
Because HDDs have moving parts, they're more susceptible to physical damage from drops or vibration. They also wear out mechanically over time. For critical data, regular backups are essential regardless of storage type.
See more
- SSD
- RAM
- What Is Storage?
- How Programs Load Into Memory
- Why Some Computers Feel Faster
- What Is a Bus?