SSD vs HDD
An SSD (solid-state drive) stores files in flash memory chips with no moving parts. An HDD (hard disk drive) writes them magnetically onto rapidly spinning platters, with a tiny head that flies above the surface to read and write. SSDs are dramatically faster, quieter, and more shock-resistant; HDDs still win on raw cost per gigabyte for bulk storage. Most modern computers use both for different jobs.
Last reviewed on 2026-04-27.
Quick Comparison
| Aspect | SSD | HDD |
|---|---|---|
| How it stores data | NAND flash memory cells (no moving parts) | Magnetic platters spun by a motor, read by a head |
| Typical read speed | 500 MB/s (SATA) up to 7,000+ MB/s (NVMe) | 80–160 MB/s for sequential reads |
| Random access | Microseconds | Milliseconds (head has to physically move) |
| Noise | Silent | Audible spinning and head clicks |
| Power use | Lower, especially at idle | Higher; motor and head must keep moving |
| Shock resistance | Excellent — no moving parts | Poor — knocks while running can damage platters |
| Cost per GB | Higher | Lower, especially at high capacities |
| Typical capacity range | 250 GB to 4 TB common; up to 8+ TB at premium prices | 1 TB to 22 TB widely available |
| Lifespan limit | Wear from total bytes written (TBW); years for normal use | Mechanical wear (motor, bearings, head) |
Key Differences
1. How they actually store data
An SSD contains NAND flash chips. Each cell holds an electric charge that represents one or more bits. There's no motor, no head, and no waiting for anything to spin up. Reading or writing is just a matter of addressing the right cell electronically.
An HDD stores data magnetically on round platters that typically spin at 5,400 or 7,200 RPM (sometimes 10,000+ in enterprise drives). A read/write head floats microscopically above the platter, moves in and out, and waits for the right block of data to rotate underneath it. That mechanical step is the source of every difference below.
2. Speed
The biggest practical difference is speed, especially for small or random reads. A SATA SSD reads a few hundred megabytes per second sequentially; an NVMe SSD reads several thousand. Random small-file performance — the kind that loads an operating system or opens an application — is many times faster than any spinning disk.
An HDD reads sequentially at maybe 100–160 MB/s and stalls for milliseconds whenever the head has to seek. Boot times, application launches, and big multi-file operations all feel sluggish on a hard drive in a way they don't on flash.
3. Durability and noise
An SSD has no moving parts, so it shrugs off bumps, drops, and vibration. It's also silent, runs cooler, and uses less power — which is why every laptop made today ships with flash storage rather than a spinning disk.
An HDD is sensitive to physical shock while operating. A laptop with a spinning HDD will, at minimum, click and hum. Drop a running HDD and you can damage the platter or head and lose data. That's not a theoretical risk; it's the most common cause of HDD failure outside of pure age.
4. Cost per gigabyte
HDDs still win on raw price for bulk storage. At the top of the capacity curve — 8 TB, 12 TB, 18 TB, 22 TB — hard drives cost a fraction of an equivalent SSD, which is why backup drives, NAS devices, and large media archives still favour spinning disks.
SSDs have come down dramatically and are now cost-effective for system drives and most laptops. The gap closes year by year, but for "I need ten terabytes for my photo and video archive," HDDs are still the obvious answer.
5. Lifespan and failure modes
SSDs wear out as cells are written to. Manufacturers publish a TBW (total bytes written) figure; for typical desktop use, you'll usually replace the drive long before you exceed it. SSDs can also fail suddenly due to controller faults — when they go, they often go without warning, so backups still matter.
HDDs wear out mechanically. Motors, bearings, and heads age. They often give warning signs (clicking, slow performance, SMART warnings), but they can also fail abruptly. Their advantage is that data on a dead HDD can sometimes be recovered by specialists; recovering data from a dead SSD is much harder.
6. SATA vs NVMe SSDs (a smaller distinction worth knowing)
Not all SSDs are equal. A SATA SSD looks and connects like an old hard drive and tops out around 550 MB/s. An NVMe SSD plugs into the PCIe bus directly and routinely hits multiple gigabytes per second. NVMe is the default on new laptops and motherboards. Both feel "instant" compared with an HDD, but for heavy workloads (video editing, large-game loading, on-device AI) NVMe is noticeably faster.
When to Choose Each
Choose an SSD for:
- Operating system and applications — boot times and launches feel instant.
- Laptops — silent, low-power, shock-resistant.
- Game library you actually play — modern games stream assets from storage during play.
- Video and photo editing scratch space — random reads and writes per second matter.
- Anywhere a millisecond matters more than a dollar per gigabyte.
Choose an HDD for:
- Bulk media archives — thousands of photos, raw video, music libraries you don't open daily.
- NAS and backup drives — capacity per dollar matters more than speed.
- Long-term cold storage where the drive sits idle most of the time.
- Surveillance and recording systems with steady, sequential write patterns.
Worked example: a typical desktop setup
A common arrangement on a desktop or workstation: a 1 TB NVMe SSD for the operating system, applications, and current projects; a 4–8 TB HDD for media archives, finished projects, and on-machine backups; cloud or external storage for off-site backups. The OS feels snappy because everything you open is on flash; the bulk storage costs little because it's on a spinning disk that you rarely have to wait for.
Common Misconceptions
- "SSDs wear out fast." Modern SSDs typically last many years under normal consumer use. Heavy workloads (database servers, constant video recording) shorten that, but a typical laptop SSD will outlast most other components.
- "HDDs are obsolete." Not for bulk storage. The cost per terabyte is still meaningfully lower, and large data centers continue to deploy HDDs for capacity-heavy workloads.
- "More GB equals faster." Capacity doesn't directly determine speed. A small NVMe SSD beats a giant HDD at almost everything except raw price per gigabyte.
- "Defragmenting an SSD helps." It doesn't, and it adds wear. Modern operating systems already handle SSDs differently — leave the defrag tool for HDDs.