HDD|Hunt

CMR vs SMR for NAS: Which Should You Buy? (2026)

By HDDHunt · ·
storage technology cmr smr nas buying guide

If you’ve spent any time on storage forums, you’ve seen the CMR vs SMR debate. It gets heated. People act like SMR drives killed their dog. The truth is more nuanced, but the short version is: for most NAS and RAID users, CMR is the right choice. For single-drive backup and archival, SMR is fine.

Let me explain both, and then I’ll tell you exactly when each makes sense.

What’s the Difference?

CMR (Conventional Magnetic Recording)

CMR writes data in non-overlapping parallel tracks on the disk platter. Each track is independent. You can rewrite one track without touching its neighbors. This is how hard drives have worked for decades.

Key traits:

  • Consistent write performance
  • No performance degradation during random writes
  • Works great in RAID and NAS arrays
  • Handles multi-stream workloads well

SMR (Shingled Magnetic Recording)

SMR overlaps tracks like roof shingles. Each new track partially overlaps the previous one. This lets manufacturers squeeze more tracks onto a platter, increasing density (and capacity) without increasing platter count.

The catch: when you need to rewrite data in the middle of a shingled zone, the drive has to rewrite the entire zone, not just the one track. This means:

Key traits:

  • Higher capacity per platter = cheaper per TB
  • Excellent sequential read/write performance
  • Terrible random write performance under sustained load
  • Can cause serious issues in RAID rebuilds

CMR vs SMR in a NAS, which is the question most people are actually asking

If you are running a multi-drive NAS (TrueNAS, Unraid, Synology, whatever), your array does a lot of random writes: parity calculations, metadata updates, snapshots, file system operations. SMR handles that poorly, and it handles one specific case badly enough to matter. (If you are shopping for NAS drives specifically, the best NAS hard drives for 2026 guide covers the models.)

The rebuild is the real problem, not the speed

Day to day, an SMR drive in a NAS is mostly fine. You will not notice it streaming a film. The problem arrives on the worst possible day.

When a drive fails and you replace it, the array reconstructs the whole new drive from every other drive at once. That is sustained writes across the entire surface, which is exactly the workload SMR is worst at, because the drive has to keep shuffling overlapping tracks in its persistent cache and then reorganise them. Once that cache fills, write speed does not degrade gracefully, it falls off a cliff.

And the rebuild window is the one time your array has no redundancy left. A rebuild that should take a day and instead takes several is not just annoying, it is several extra days during which a second failure loses the array. That is the whole argument, and it is a risk argument rather than a performance one.

This gets worse as drives get bigger, because rebuild time scales with capacity. A modern high-capacity rebuild is already a long window with CMR. You do not want to multiply it.

Do not put SMR at parity

If you have one SMR drive and no budget to replace it, this is the rule worth knowing: run it as a data disk, never as parity.

Parity is written on every single write to the array, so an SMR parity drive throttles everything, all the time, not just during a rebuild. A data disk only sees writes when something lands on that disk. Same drive, very different exposure.

Which drives are actually SMR

The reason this question exists at all is that the branding did not change when the technology did.

  • WD Red at 2, 3, 4 and 6 TB shipped SMR, under model numbers ending EFAX. This is what caused the 2020 controversy, when drives sold for NAS use turned out to be the wrong technology for it.
  • WD Red Plus and WD Red Pro are CMR. The “Plus” exists largely because of that episode.
  • Seagate: Exos and IronWolf Pro are CMR. Some Barracuda models at 2 TB and above are SMR, and the Exos 5E8 is SMR despite sitting in an enterprise family, which catches people out.
  • Toshiba: the N300 and MG lines are CMR.

Treat all of that as a starting point rather than gospel. Lines get revised, and the model number is the only thing that is actually checkable. If a listing gives you a family name and no model number, that is a listing that does not want to tell you.

Bottom line: if you are buying drives for a NAS or any RAID configuration, buy CMR. The best NAS drives page lists current prices, and the Plex and media server page covers the read-heavy case where the rules relax. If you are shopping the used market, check what to look for before you pay, because a recertified drive’s model number matters more than its label.

When SMR Is Totally Fine

SMR gets a bad rap, but it’s genuinely good for certain use cases:

1. Single-Drive Backup

If you’re plugging in an external drive, running a backup, and unplugging it, SMR is fine. You’re doing sequential writes. Exactly what SMR handles well. And you often get more capacity per dollar.

2. Cold Storage / Archival

Write once, read occasionally? SMR excels here. The higher density means lower cost per TB, which is exactly what you want for data you’re storing long-term. Check the external drive deals for affordable archival options.

3. Media Streaming (Read-Heavy)

If the drive is primarily reading (serving Plex streams, for example), and you’re doing bulk writes only when adding new content, SMR works fine. The writes happen infrequently enough that the performance hit doesn’t matter. (For Plex-specific drive picks, see my Plex server hard drive guide.)

4. Desktop/Laptop Secondary Storage

Games, photos, documents, a secondary drive that stores big files and doesn’t see constant small writes. SMR’s cost advantage makes it a good fit.

How to Tell If a Drive Is CMR or SMR

This is annoyingly harder than it should be. Manufacturers don’t always make it obvious. Here’s how to check:

  1. Check the spec sheet: Look for “Recording Technology” in the technical specs. CMR is sometimes listed as “PMR” (Perpendicular Magnetic Recording). Same thing.
  2. Check the model number: For Seagate, the Exos and IronWolf Pro lines are CMR. The Barracuda Compute line in 2TB+ is often SMR. For WD, Red Plus and Ultrastar are CMR. WD Red (non-Plus) in some capacities was SMR (this caused a whole controversy in 2020).
  3. Check HDDHunt: I list the specs I can pull for every drive I track. On the Amazon US price table you can filter by drive type and compare current price per TB side by side, then cross-check the model number against the rules above.

Price Comparison

Generally, SMR drives cost 10-20% less per TB than equivalent CMR drives. Whether that savings is worth it depends entirely on your use case:

Use CaseRecommendationWhy
NAS / RAID arrayCMR onlyRandom write performance, rebuild safety
Single external backupSMR is fineSequential writes, cost savings
Cold storage / archivalSMR is fineWrite-once workload, max capacity
Plex / media server (single drive)Either worksMostly reads, occasional bulk writes
Enterprise / data centerCMR onlyWorkload ratings, predictable performance

For current CMR drive prices, check the enterprise HDD page. Enterprise drives are universally CMR and often competitively priced.

My Recommendation

If you’re reading this blog, you’re probably a data hoarder or home server enthusiast. Buy CMR for your array, buy whatever’s cheapest per TB for your offline backups. That is the rule I buy on, and the only place I would spend extra is the parity drive.

The specific drives I’d look at right now:

  • NAS duty: Seagate Exos X16/X18 or WD Ultrastar DC HC550 in 14-18TB. Check current NAS drive pricing
  • Backup duty: Whatever hits the lowest price per TB in the deals page, CMR or SMR doesn’t matter for sequential backups
  • Need it all explained? The HDD buying guide breaks down what to prioritize

Don’t overthink it. CMR for multi-drive, SMR-okay for single-drive. That’s the rule.

For current prices on all these drives sorted by price per TB, check HDDHunt.