How SMR Hard Drives Work: Shingled Magnetic Recording Explained
SMR (Shingled Magnetic Recording) is one of the most misunderstood technologies in consumer storage. This technical guide explains exactly how SMR achieves higher density, why it causes performance problems, and when you should (or should not) use SMR drives.
What is SMR? (Quick Definition)
SMR (Shingled Magnetic Recording) is a hard drive technology that overlaps data tracks like roof shingles to store 10-25% more data per platter than traditional CMR drives. The trade-off: rewriting data requires rewriting adjacent tracks, causing severe write speed drops (from 150+ MB/s to 5-20 MB/s) when the drive's write cache fills up.
If you want a comparison of when to use SMR vs CMR, see our guide: CMR vs SMR: The Complete Difference Explained.
The Physics of Magnetic Recording
A hard drive platter is coated with a magnetic medium divided into billions of tiny cells. Each cell can be magnetized in one of two orientations — representing a 0 or 1. A write head creates a magnetic field to flip these cells. The read head, which is physically narrower, detects the orientation.
The critical detail: the write head is wider than the read head. In CMR (Conventional Magnetic Recording), manufacturers compensate by leaving a guard band — empty space — between every track to prevent the write head from corrupting adjacent tracks. Those guard bands waste physical space on the platter.
CMR (Conventional)
- Tracks are spaced apart with guard bands
- Any track can be rewritten independently
- Consistent write performance
- Lower storage density per platter
SMR (Shingled)
- Tracks overlap like shingles (no guard bands)
- 10-25% higher storage density
- Rewriting requires rewriting adjacent tracks
- Write performance drops when cache fills
How SMR Eliminates the Guard Band
SMR removes guard bands by deliberately overlapping tracks, writing each new track partially on top of the previous one — just like roof shingles. Since the read head is narrower than the write head, it can still read the exposed portion of each underlying track without issue.
The result is roughly 10-25% higher areal density compared to CMR at the same physical platter size. For manufacturers, this means higher-capacity drives at lower production cost per TB.
SMR Capacity Gains via Track Overlapping
~20%
Track Overlap
Each track overlaps the previous one by approximately 20% of its width
10-25%
Density Gain
More data fits on the same platter compared to CMR at equivalent cost
~30% narrower
Read Head Width
The read head is narrower than the write head — enabling selective reading
The Write Performance Problem
The shingling design creates a fundamental problem: you cannot rewrite a single track without potentially corrupting the tracks that overlap it. To rewrite Track 5, you must also rewrite Tracks 6, 7, 8... because your write head is wider than any exposed strip.
This is called write amplification — a single logical write becomes multiple physical writes. The more overlapping tracks affected, the worse the amplification factor.
Write Amplification Example
If tracks are grouped into bands of 256 tracks, rewriting 1 sector in the middle of a band may require reading and rewriting up to 128 tracks worth of data. A 4KB write could trigger 500MB+ of internal I/O.
Media Cache and Destaging Explained
SMR drives solve the write amplification problem with a media cache (also called write cache zone) — a small CMR region (typically 20-30GB) at the edge of the platters used to buffer incoming writes. Data lands in the cache first using fast conventional recording.
During idle time, the drive performs media cache destaging — reorganizing cached data into the SMR zones in large sequential passes. This works well for light, bursty workloads with idle gaps between writes.
When the Cache Fills Up (The Real Problem)
If incoming writes arrive faster than the drive can destage, the cache fills completely. Once full, the drive is forced to perform read-modify-write cycles directly on the SMR zones in real time. Write speeds can drop from 150-200 MB/s to as low as 5-20 MB/s. The drive is not broken — it is just busy reorganizing its own data. This can take hours to recover.
This is why SMR drives are problematic in RAID arrays. A RAID rebuild writes continuously for hours — exactly the workload that overwhelms the media cache. See our article: Why SMR Drives Fail in RAID Arrays.
Device-Managed vs Host-Managed SMR
There are two SMR implementation types. Most consumer drives use Device-Managed SMR (DM-SMR), which hides all the complexity from the operating system behind a standard ATA interface.
Device-Managed SMR (DM-SMR)
- The drive manages its own cache and destaging internally
- Appears as a normal drive to the OS — no special software needed
- Performance drops are invisible to the system until they occur
- Used in almost all consumer and prosumer hard drives
Host-Managed SMR (HM-SMR)
- The host OS manages write ordering and zone constraints
- Requires SMR-aware software (ZFS, Btrfs, or custom firmware)
- Predictable performance when used correctly
- Used in enterprise drives and data center applications
Note: Some drives also support Host-Aware SMR (HA-SMR), which provides zone information to the OS but can still function as a device-managed drive. This is a hybrid approach rarely seen in consumer products.
When SMR Works (And When It Fails)
SMR Works Well For:
- Archival storage (write once, read many)
- Media libraries (movies, music, photos)
- Backup destinations (sequential writes)
- Cold storage (infrequent access)
- Single-drive external backup
Avoid SMR For:
- RAID arrays (rebuild times explode)
- Multi-user NAS systems
- Virtual machine storage
- Databases and transaction logs
- Any workload with sustained random writes
For NAS or RAID use, always choose CMR drives. See our recommendations: Best NAS Drives or Best CMR Drives.
Why Manufacturers Hide SMR Status
There is no industry-wide requirement to label SMR drives at point of sale. Some manufacturers disclose it in spec sheets buried several clicks deep. Others do not disclose it at all. The infamous WD Red SMR controversy in 2020 — where SMR drives were silently substituted into the WD Red NAS product line — led to class-action lawsuits and community-driven CMR/SMR databases.
Today, buyers rely on compatibility lists from Synology, QNAP, community spreadsheets on Reddit's r/DataHoarder, and sites like TheDiskGuide to identify drive types before purchasing.
See our brand guides for verified CMR/SMR status on specific models: Seagate, Western Digital, Toshiba.
Frequently Asked Questions
What is SMR (Shingled Magnetic Recording)?
SMR (Shingled Magnetic Recording) is a hard drive technology that overlaps data tracks like roof shingles to achieve 10-25% higher storage density than traditional CMR drives. The overlapping allows more data per platter but creates write performance trade-offs because rewriting one track requires rewriting adjacent overlapping tracks.
Why do SMR hard drives slow down?
SMR drives slow down when their write cache (a small CMR region) fills up. Under sustained writes, the drive must perform read-modify-write cycles directly on overlapped SMR zones, causing speeds to drop from 150-200 MB/s to as low as 5-20 MB/s. This is called media cache destaging and is the primary cause of SMR performance problems.
What is media cache destaging on SMR drives?
Media cache destaging is the process where an SMR drive moves data from its fast CMR write cache to the slower SMR zones. This happens during idle time and works well for light workloads. When writes arrive faster than destaging can complete, the cache fills and write speeds drop dramatically as the drive performs real-time reorganization.
What is the difference between Device-Managed and Host-Managed SMR?
Device-Managed SMR (DM-SMR) handles all cache management internally and appears as a normal drive to the OS - this is used in consumer drives. Host-Managed SMR (HM-SMR) requires the operating system to manage write ordering and zone constraints, providing predictable performance but requiring SMR-aware software like ZFS or specialized firmware.
How much extra storage does SMR provide compared to CMR?
SMR typically provides 10-25% higher areal density compared to CMR drives at the same platter size. This is achieved by overlapping tracks approximately 20% and eliminating the guard bands between tracks that CMR drives require. This allows manufacturers to hit higher capacity targets at lower production costs.
Should I avoid SMR drives completely?
Not necessarily. SMR drives work fine for archival storage, media collections with mostly reads, and backup destinations where writes are infrequent and sequential. Avoid SMR for RAID arrays, NAS systems with multiple users, virtual machine storage, databases, or any workload with sustained random writes. Always choose CMR for reliability-critical applications.
Browse CMR-Only Drives
Now that you understand how SMR works, find the best CMR drives sorted by cost per TB.