CMR vs SMR Hard Drives: Why It Matters for Your NAS
Choosing an SMR drive for a RAID array is one of the most common and costly mistakes in NAS building. An SMR drive can turn a routine RAID rebuild into a multi-day failure event, potentially losing all your data. This guide explains exactly what CMR and SMR are, why the difference matters for your NAS, and how to avoid buying the wrong drive.
If you’re building a NAS or homelab server, the choice between CMR and SMR hard drives will directly impact your RAID reliability, rebuild times, and long-term costs. CMR (Conventional Magnetic Recording) drives handle writes predictably and are safe for any RAID level. SMR (Shingled Magnetic Recording) drives overlap tracks to increase density, which causes severe write slowdowns under sustained load — exactly what happens during a RAID rebuild. This guide breaks down the technical difference, the real-world risks, and how to check any drive model before you buy.
What Is the Difference Between CMR and SMR Recording Technology?
CMR and SMR are two different ways hard drive manufacturers arrange data tracks on the platter. The difference sounds small, but it changes how the drive behaves under write pressure — which is critical for NAS use.
CMR (Conventional Magnetic Recording)
CMR writes each track side-by-side with a small gap between them, similar to lanes on a road. Each track is independent, so the drive can overwrite or rewrite any single track without affecting its neighbors. Write performance is consistent and predictable, whether the drive is empty or full.
SMR (Shingled Magnetic Recording)
SMR overlaps tracks like roof shingles to pack more data into the same physical space. This increases storage density by roughly 15-25% per platter, which lets manufacturers sell larger-capacity drives at lower prices. However, the overlap means the drive cannot rewrite a single track independently — it must read a wide band of tracks into a cache, erase the band, write the new data, and then rewrite the rest of the band. This process, called “read-modify-write,” causes massive write slowdowns when the drive’s cache fills up.
CMR Advantages
- Predictable write speed at all times
- No read-modify-write penalty
- Fully safe for RAID 1, 5, 6, 10, and ZFS pools
- No performance degradation as drive fills
SMR Disadvantages
- Write speed drops 10-50x after cache fills
- RAID rebuilds can take days or fail entirely
- Frequent small writes cause constant cache thrashing
- Manufacturers often hide SMR labeling
The write performance gap between CMR and SMR is not a small difference. After the SMR drive’s PMR cache (typically 20-40GB) fills up, sustained write speeds can drop from ~150-200 MB/s to as low as 5-15 MB/s. For a 10TB RAID rebuild, that extends a 10-hour job into 200+ hours — and the drive often times out and drops from the array before it finishes.
Why SMR Drives Cause Severe RAID Rebuild Slowdowns and Dropout Risk
RAID rebuilds are the worst-case scenario for SMR drives. Here’s exactly what happens and why it’s dangerous.
How a RAID Rebuild Exposes SMR Weaknesses
When a drive fails in RAID 5 or RAID 6, the controller reads data from all remaining drives and writes the reconstructed data to the replacement drive. This is a sustained write operation — gigabytes or terabytes of data written sequentially with no breaks. An SMR drive writes fast for the first 20-40GB into its PMR cache, then hits the shingled zone and slows to a crawl.
The drive writes to the PMR cache at 150-200 MB/s. Everything looks normal.
The drive must flush the cache to the shingled zone. Write speed drops to 5-15 MB/s as it performs read-modify-write operations.
Most RAID controllers expect a write to complete within a certain time (typically 7-15 seconds). SMR drives often exceed this during cache flushes, causing the controller to mark the drive as failed.
If the SMR drive drops out during a rebuild, you lose redundancy. A second drive failure during this window means total data loss.
Many NAS operating systems (TrueNAS, Unraid, Synology DSM) do not warn you that an SMR drive is installed. The first sign of trouble is a failed rebuild — by then, your data is at risk. Always verify drive technology before purchasing.
How Manufacturers Have Hidden SMR Drives in Consumer Lines
Until 2020, most hard drive manufacturers did not clearly label which drives were SMR. This caused widespread confusion and data loss when users unknowingly bought SMR drives for RAID arrays.
The 2020 SMR Scandal
In April 2020, it was revealed that Western Digital had been quietly shipping SMR drives in their popular WD Red NAS line (WD Red 2-6TB models) without labeling them as SMR. Seagate and Toshiba had similar unlabeled SMR drives in their consumer lines. The backlash forced manufacturers to change their labeling practices, but old stock and confusing model numbers still exist today.
Current Manufacturer Labeling (as of 2026)
| Manufacturer | Current Labeling Practice | Safe NAS Lines |
|---|---|---|
| Western Digital | WD Red Plus (CMR), WD Red Pro (CMR), WD Red (SMR — discontinued in some sizes) | WD Red Plus, WD Red Pro, WD Gold, WD Ultrastar |
| Seagate | IronWolf (CMR), IronWolf Pro (CMR), BarraCuda (SMR for 2.5″ models) | IronWolf, IronWolf Pro, Exos |
| Toshiba | N300 (CMR), X300 (CMR), L200 (SMR for 2.5″) | N300, X300, MG series |
Always check the manufacturer’s official spec sheet for the exact model number. Third-party retailers sometimes list incorrect information. Seagate and WD both publish CMR/SMR lists on their support pages — bookmark these before buying.
How to Check If a Specific Drive Model Is SMR or CMR
You don’t need to guess. Use these methods to verify any hard drive model before purchase.
Method 1: Check the Manufacturer’s Official Spec Sheet
Every hard drive manufacturer publishes a PDF datasheet for each model. Look for the “Recording Technology” or “Recording Method” field. If it says “CMR,” “Conventional Magnetic Recording,” or “PMR” (Perpendicular Magnetic Recording, which is functionally the same as CMR for this purpose), it’s safe. If it says “SMR,” “Shingled Magnetic Recording,” or “Host-Managed SMR,” avoid it for RAID use.
Method 2: Use Community-Maintained Lists
The r/DataHoarder subreddit maintains a regularly updated spreadsheet of known CMR and SMR drives. Search for “CMR SMR list” and look for a community-edited Google Sheet or wiki page. These lists include model numbers, firmware revisions, and notes from users who have tested drives in real RAID arrays.
Method 3: Check the Drive’s Cache Size
SMR drives typically have larger caches (256MB or more) compared to CMR drives (64-128MB for similar capacity). This is not a definitive test — some CMR drives also have large caches — but a 256MB+ cache on a consumer drive is a strong SMR indicator.
Safe to Buy (CMR)
- WD Red Plus (any size)
- WD Red Pro (any size)
- Seagate IronWolf (all sizes)
- Seagate IronWolf Pro (all sizes)
- Toshiba N300 (all sizes)
Avoid for RAID (SMR)
- WD Red (non-Plus, 2-6TB models from 2018-2020)
- Seagate BarraCuda 2.5″ (8TB and under)
- Toshiba L200 (2.5″ models)
- Most “portable” external drives (nearly all are SMR)
When SMR Is Acceptable: Single-Drive and Low-Write Use Cases
Not every situation requires CMR. SMR drives have legitimate uses — you just need to know the limits.
Acceptable Uses for SMR Drives
- Cold storage backups — write once, read rarely
- Media archives (photos, videos, documents) with infrequent updates
- Single-drive external backup drives (not for active use)
- Write-once archival in a non-RAID system
Unacceptable Uses for SMR Drives
- Any RAID array (RAID 1, 5, 6, 10, or ZFS pool)
- Active NAS with frequent writes (Plex transcoding, surveillance recording, database work)
- Any system where a drive failure requires a rebuild
- Virtual machine or container storage
If you already own an SMR drive and want to use it in a NAS without RAID risk, you can use it as a standalone “cold spare” — keep it disconnected and only plug it in for periodic backups. Never put it in a RAID pool. For more on how RAID levels handle drive failures, see our RAID 1 vs RAID 5 guide.
Important: RAID is not a backup. Even with CMR drives, always maintain a separate backup of your data.
Bottom Line: Always Choose CMR for Your NAS
For any NAS or homelab server that uses RAID — whether you’re running TrueNAS, Unraid, Proxmox, or a Synology QNAP box — always buy CMR drives. The $5-15 price premium per drive is trivial compared to the cost of a failed rebuild and potential data loss. SMR drives belong in cold storage or single-drive backup roles, nowhere else.
If you’re planning a new build, factor CMR drives into your budget from the start. Check our NAS storage sizing guide to calculate how many drives you need, then verify each model against the manufacturer’s CMR/SMR list before clicking “buy.” Your future self — and your data — will thank you.
Frequently Asked Questions
What is the difference between CMR and SMR drives?
CMR (Conventional Magnetic Recording) writes data tracks side-by-side with no overlap, allowing any track to be rewritten independently with consistent performance. SMR (Shingled Magnetic Recording) overlaps tracks to increase density by roughly 15-25%, but this means rewriting data requires reading, erasing, and rewriting entire bands of tracks — a process that causes write speeds to drop from ~150-200 MB/s to as low as 5-15 MB/s once the drive’s cache fills up. For NAS and RAID use, CMR is always the safe choice because its write performance is predictable under sustained load.
Can I use an SMR drive in a NAS RAID array?
You should not use an SMR drive in any RAID array (RAID 1, 5, 6, 10, or ZFS pool). The sustained write load during a RAID rebuild will fill the SMR drive’s cache, causing write speeds to drop to 5-15 MB/s. This often causes the RAID controller to time out and mark the drive as failed, which can degrade or destroy the array. Even if the rebuild completes, it may take 10-20 times longer than with a CMR drive, leaving your data vulnerable to a second drive failure during that extended window.
How do I check if a hard drive is SMR or CMR?
The most reliable method is to check the manufacturer’s official spec sheet for the exact model number. Look for the “Recording Technology” field — if it says CMR, PMR, or Conventional Recording, it’s safe for RAID. If it says SMR or Shingled Recording, avoid it for NAS use. Community-maintained lists on r/DataHoarder also track known CMR and SMR models. Additionally, SMR drives often have larger caches (256MB+) compared to similar-capacity CMR drives (64-128MB), though this is not a definitive test.
Why did my RAID rebuild fail or take forever?
If your RAID rebuild failed or took days instead of hours, the most likely cause is an SMR drive in the array. During a rebuild, the RAID controller writes data continuously to the replacement drive. An SMR drive writes fast for the first 20-40GB into its PMR cache, then drops to 5-15 MB/s as it performs read-modify-write operations on the shingled zone. Most RAID controllers have a timeout of 7-15 seconds for write commands — if the SMR drive exceeds this during a cache flush, the controller marks it as failed. Even if it doesn’t time out, a 10TB rebuild that should take 10-15 hours with a CMR drive can stretch to 200+ hours with SMR.
Last verified: July 09, 2026. Specifications cross-checked against manufacturer documentation where available.
🛡 Shop Recommended Hardware
Prices and stock verified regularly by our affiliate partners. As an affiliate, HomeLabCost may earn a commission on qualifying purchases at no extra cost to you.
Browse Hardware Picks →