Skip to main content
hard-driveINFO

What Is a Hard Drive? How HDDs Store Your Data (2026)

A hard drive (HDD) stores data magnetically on spinning platters read by a moving head. What a hard drive is, how it works, its parts, how it differs from an SSD, why it fails - and what that means for recovering your data.

By Eric Gerard · Editor · Save My Disk4 min readPhoto via Unsplash

It spins quietly inside most computers and external enclosures, holding everything from your photos to your operating system - but what is a hard drive, exactly, and why does it matter when it starts to fail? This guide explains what a hard drive (HDD) is, how it stores data, its parts, how it compares to an SSD, and - crucially for keeping your files - why it fails and what that means for recovery.

What a hard drive is

A hard drive (HDD) stores data magnetically on one or more spinning metal platters. A tiny read/write head floats just above each platter, magnetising microscopic regions to record bits and sensing them to read data back. The storage is non-volatile, so your files stay when the power is off.

For decades, HDDs have been the standard for mass storage - cheap per gigabyte, large capacities - and they still serve well for backups and bulk storage even as SSDs take over for speed.

An external hard drive on a desk
An external hard drive on a desk

How it works

Inside a sealed enclosure, platters spin at a fixed speed (commonly 5,400 or 7,200 RPM). An actuator arm moves the head to the right track, and as the platter spins, the head reads or writes data in sectors. A controller board translates your computer's requests into these physical movements.

Because it's mechanical, access has tiny physical delays (seek time and rotational latency) - which is why HDDs are slower than SSDs with no moving parts.

CMR vs SMR - how tracks are written

Modern HDDs use one of two recording methods, and the difference matters:

  • CMR (Conventional Magnetic Recording) writes tracks side by side without overlap. Consistent write performance - the safer choice for NAS, RAID and heavy writing.
  • SMR (Shingled Magnetic Recording) overlaps tracks like roof shingles to pack in more capacity, but rewriting data means re-writing whole zones, which slows sustained writes and can cause long pauses. SMR is fine for archival/cold storage but can misbehave in a RAID rebuild.

Manufacturers don't always label this clearly, so check the exact model before buying a drive for a NAS or RAID array.

The main parts

  • Platters - the magnetic disks that store data.
  • Spindle - spins the platters.
  • Read/write heads - one per platter surface.
  • Actuator arm - positions the heads.
  • Controller board (PCB) - manages operations and the interface (usually SATA).

The platter-and-head assembly is sealed against dust - a particle, or a head touching the platter, causes catastrophic damage, which is why opening a drive outside a clean room destroys it.

Storage drives in a rack
Storage drives in a rack

Hard drive vs SSD

An HDD is mechanical (spinning platters, moving head); an SSD uses flash chips with no moving parts. SSDs are far faster, silent and shock-resistant; HDDs are cheaper per terabyte with larger capacities. They also fail differently - HDDs often warn you (clicking, slow reads), SSDs fail more suddenly. For the full comparison see SSD vs HDD, and for shared storage, what a NAS is.

Reading SMART: catch a failing drive early

Every modern HDD reports S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) - health counters you can read for free with tools like CrystalDiskInfo (Windows), smartctl (Linux/macOS) or your NAS dashboard. The attributes worth watching:

  • Reallocated Sectors Count - bad sectors the drive has remapped. Above zero and rising = the surface is degrading.
  • Current Pending Sectors - sectors waiting to be remapped; a strong early warning.
  • Reported Uncorrectable Errors - data the drive couldn't recover.
  • Spin Retry Count - the motor struggling to spin up.

A single reallocated sector isn't an emergency, but any of these climbing over time means: back up now and plan to replace the drive. SMART can't predict every failure (some drives die with a clean report), so it complements - never replaces - backups.

Why they fail - and recovery

Being mechanical, HDDs wear out: bearings degrade, heads can crash into the platter, sectors go bad. Warning signs: clicking or grinding, very slow performance, files that won't open.

  • Logical failure (deletion, format, corruption) where the drive still works → recovery software can usually restore your files. Stop using the drive first.
  • Physical failure (clicking, not recognised) → power it off and consider a lab; continued spinning worsens damage.
Editorial pick
4.5 / 5

Recover files from a failing hard drive with EaseUS

Founded in 200430-day guaranteeFree 2 GB version
See the offer

For a drive that's stopped being recognised, see external hard drive recovery.

The bottom line

A hard drive stores your data magnetically on spinning platters read by a moving head - cheap, high-capacity, and still ideal for bulk storage and backups, but mechanical and therefore prone to wear. Know the warning signs (clicking, slow reads), stop using a failing drive immediately, and recover logical losses with software or send a physically failing drive to a lab. And because every drive eventually dies, keep a backup.

Editorial guide based on how hard drives work (platters, heads, sectors) and their failure and recovery behaviour. Commercial links carry the rel="sponsored nofollow" attribute; an affiliate commission may apply at no extra cost to you.

Editorial pick
4.5 / 5

Recover the data from your hard drive → EaseUS

Free scan · deleted, formatted & lost files · Windows & Mac

Founded in 200430-day guaranteeFree 2 GB version
See the offer

Frequently asked questions

What is a hard drive?

A hard drive, or HDD (hard disk drive), is a storage device that saves your data magnetically on one or more spinning metal platters. A tiny read/write head floats just above each platter and magnetises microscopic regions to record bits, or senses them to read data back. Because the storage is non-volatile, it keeps your files when the power is off. HDDs have been the standard for mass storage for decades - cheap per gigabyte and available in large capacities - and still serve well for backups and bulk storage, even as SSDs take over for speed.

How does a hard drive work?

Inside a sealed enclosure, one or more platters spin at a fixed speed (commonly 5,400 or 7,200 RPM). An actuator arm moves a read/write head across the platter to the right track, and as the platter spins, the head reads or writes data in sectors. A controller board translates your computer's requests into these physical movements. Because it's mechanical, access involves tiny physical delays (seek time and rotational latency), which is why HDDs are slower than SSDs that have no moving parts.

What are the main parts of a hard drive?

The key components: platters (the magnetic disks that store data), the spindle that spins them, read/write heads (one per platter surface), the actuator arm that positions the heads, and the controller board (PCB) that manages operations and the interface (usually SATA). The whole platter-and-head assembly is sealed against dust because a particle or a head touching the platter can cause catastrophic damage - which is why opening a drive outside a clean room destroys it.

What's the difference between a hard drive and an SSD?

A hard drive (HDD) is mechanical - spinning platters and a moving head - while an SSD (solid-state drive) uses flash memory chips with no moving parts. SSDs are far faster, silent, and shock-resistant; HDDs are cheaper per terabyte and come in larger capacities. They also fail differently: HDDs often give warning signs (clicking, slow reads), while SSDs tend to fail more suddenly, and deleted data is wiped faster on SSDs. For speed use an SSD; for cheap bulk storage and backups, an HDD still makes sense.

Why do hard drives fail, and can I recover the data?

Because they're mechanical, HDDs wear out: bearings degrade, heads can fail or crash into the platter, and sectors go bad over time. Warning signs include clicking or grinding noises, very slow performance, and files that won't open. For logical failures (deletion, format, corruption) where the drive still works, recovery software can usually restore your files - stop using the drive first. For a physically failing drive that clicks or isn't recognised, power it off and consider a professional lab; continued spinning worsens the damage.