DiskScout
NAS · 6 min read

RAID for Home NAS: Which Level, How Many Drives

Practical RAID math for home builders — usable capacity, failure tolerance, rebuild risk on big drives, and the honest trade-offs.

Updated July 2026

1. What RAID Buys You (and What It Doesn't)

RAID keeps your system running when a drive dies — that's the whole product. Data stays online, you swap the dead drive, the array rebuilds, life continues. What RAID does not do: protect against accidental deletion, ransomware, file-system corruption, a failed controller, fire, or theft — every one of those cheerfully replicates across all your redundant drives. The mantra 'RAID is not a backup' survives because people keep learning it the expensive way. Plan RAID for availability and a separate backup (another machine, cloud, or offline drive) for survival, and size your drive budget for both from day one.

2. The Levels That Matter at Home

Four configurations cover essentially all home use. RAID 1 (mirror, 2 drives): simplest, loses half your capacity, survives one drive failure — right answer for 2-bay NAS units. RAID 5 / RAIDZ1 (3+ drives): one drive's worth of parity, survives one failure — the classic 4-bay choice, with a caveat covered below. RAID 6 / RAIDZ2 (4+ drives): two drives of parity, survives two simultaneous failures — the community default for arrays of large drives. And honorable mention: SnapRAID or mergerfs-style setups for media libraries that grow drive by drive. RAID 0 has no redundancy and no place holding data you'd miss.

2 bays → RAID 1 mirror
3–4 bays → RAID 5/Z1 (small drives)
4+ bays, big drives → RAID 6/Z2
RAID 0 for real data → never

3. The Big-Drive Rebuild Problem

Here is the argument that moved the community from RAID 5 to RAID 6 as drives grew: when a drive fails, the rebuild must read every sector of every surviving drive — on 16TB+ drives, that's a day or more of maximum sustained load on aging disks that just lost a sibling from the same batch. If a second drive fails, or even hits an unrecoverable read error mid-rebuild, a RAID 5 array is done. RAID 6's second parity drive exists precisely to survive that window. Practical rule: RAID 5/Z1 is defensible up to roughly 4–8TB drives with backups in place; at 10TB and above, spend the extra bay on RAID 6/Z2. This is also the strongest argument against SMR drives in arrays — rebuilds are sustained-write hell.

4. The Capacity Math (What You Actually Get)

Usable capacity = (number of drives − parity drives) × drive size, and all drives contribute at the size of the smallest member. Four 12TB drives in RAID 6 yield 24TB usable, not 48TB. Then subtract file-system overhead and the fact that a decimal-TB drive formats to less than its label — plan on ~90% of the RAID-level number being really usable, and keep pools under ~80% full for performance. When comparing purchase options on our price table, run the math on usable-TB-per-dollar for your chosen level: sometimes five mid-size drives in Z2 beat four large ones on both cost and safety, and sometimes the reverse — the answer moves with market prices, which is the entire reason to track them.

5. Buying Strategy: Start Right, Grow Sanely

Expansion is where RAID choices bite later. Traditional RAID and ZFS historically wanted all drives upfront (ZFS RAIDZ expansion now exists but grows capacity one drive at a time with caveats), while Synology's SHR and unRAID tolerate mixed sizes and gradual growth — a genuine reason home users pick them. Strategy that serves most people: buy all array drives at once when a good per-TB price appears, ideally from mixed batches or vendors so a bad manufacturing lot can't take out multiple members, size the array for three years of growth, and keep one tested cold spare. Then set up SMART monitoring and scheduled scrubs — an array nobody watches is just a slow-motion data loss.

Quick Decision Guide

Level Min drives Survives Usable capacity Home verdict
RAID 1 / mirror 2 1 failure 50% Best for 2-bay units
RAID 5 / RAIDZ1 3 1 failure (n−1)/n OK with small drives + backups
RAID 6 / RAIDZ2 4 2 failures (n−2)/n Default for big drives
RAID 0 2 0 failures 100% Scratch space only

Frequently Asked Questions

How many drives should a first home NAS have?
Four bays is the sweet spot: enough for RAID 5/6 economics, small enough to stay affordable. A two-bay mirror is a fine start if the budget is tight — it protects against drive failure, which is the most common hardware event.
Should all drives in an array be identical?
Same size and class, yes; same purchase batch, ideally no. Drives from one manufacturing lot share defects and tend to fail together — the worst possible timing. Mixing vendors or purchase dates within the same size is cheap insurance.
Do I need NAS-rated drives for RAID?
Strongly recommended for 3+ drive enclosures: NAS drives carry vibration compensation and error-recovery timing (TLER/ERC) tuned for arrays. Desktop drives without ERC can hang on read errors long enough for controllers to eject them from the array.
Is ZFS worth it over regular RAID at home?
If your NAS OS offers it (TrueNAS, some others), generally yes: checksumming catches silent corruption that hardware RAID misses, and scrubs verify data integrity end to end. The costs are RAM appetite and less flexible expansion.

Ready to find the best deal?

Compare prices across Amazon regions — sorted by price per TB.

Price NAS-class drives per TB

Related Guides