PRICES TRACKED ACROSS 3,200 STORAGE PRODUCTS · UPDATED DAILY · LOWEST $/TB FIRST

RAID explained, without the jargon

RAID combines several drives into one volume for capacity, speed or redundancy — or some mixture. Here is what each level gives up to get what, how much usable space you keep, and the one rule everyone forgets.

12 min readUpdated June 2026Arrays & redundancy

RAID (Redundant Array of Independent Disks) joins multiple physical drives into a single logical volume. Depending on the ‘level’ you choose, the array can be faster, larger, more fault-tolerant, or a blend of the three. None of it is magic — every benefit is paid for with capacity, redundancy or both. Understanding that trade is the key to choosing well.

The common RAID levels

RAID 0 (striping) splits data across all drives for maximum speed and full capacity, but with zero redundancy — lose any one drive and the entire array is gone. It is for scratch space and throughput, never for data you care about. RAID 1 (mirroring) writes identical copies to two drives; you keep half the raw capacity but survive a full drive failure, and reads can be faster. RAID 5 stripes data plus distributed parity across three or more drives, surviving one drive failure while sacrificing only one drive’s worth of capacity to parity — an efficient balance. RAID 6 adds a second parity block, surviving two simultaneous failures at the cost of two drives’ capacity — the safer choice for large arrays. RAID 10 (a stripe of mirrors) combines RAID 1’s redundancy with RAID 0’s speed, keeping half the capacity but offering fast rebuilds and strong performance.

RAID levels compared (n = number of drives)
LevelMin drivesUsable capacitySurvivesNotes
RAID 02100%No failuresPure speed/capacity; no redundancy
RAID 1250%1 driveMirror; simple, safe for small sets
RAID 53(n−1)/n1 driveEfficient; risky to rebuild when large
RAID 64(n−2)/n2 drivesBest for big arrays; survives a rebuild failure
RAID 10450%1 per mirrorFast rebuilds, strong performance

Usable capacity: what you actually keep

Redundancy is not free — it is paid in capacity. A RAID 1 mirror of two 8 TB drives gives 8 TB usable, not 16. A five-drive RAID 5 of 8 TB disks gives about 32 TB usable (four drives’ worth, one consumed by parity). RAID 6 of the same five drives gives about 24 TB (two drives consumed). Because most parity levels limit usable space to the smallest member, mixing capacities wastes the surplus on larger drives. To plan a build precisely — usable space, parity overhead and the effect of drive count — use the capacity calculator before you buy.

Fault tolerance and the rebuild-risk problem

Surviving a drive failure is only half the story; the dangerous moment is the rebuild. When you replace a failed drive, the array reconstructs its data by reading every remaining drive in full — an intense, hours-to-days workload precisely when the array has no remaining redundancy (in single-parity RAID 5). If a second drive fails or hits an unrecoverable read error during that rebuild, the whole array is lost. With today’s very large drives, rebuild times are long and this risk is real, which is why many builders now choose double-parity RAID 6 for big arrays so a second failure during a rebuild is survivable.

Two factors make rebuilds worse: slow drives and shingled drives. An SMR drive can stall a rebuild for days or fail it outright, and a drive without time-limited error recovery can be dropped mid-rebuild — both reasons to use proper NAS or enterprise CMR drives in any array.

RAID is not a backup

This is the rule everyone forgets, and it costs people their data. RAID protects against drive failure — nothing else. It does not protect against accidental deletion, ransomware, file corruption, a failed controller, theft, fire or flood. When you delete a file or malware encrypts it, RAID faithfully deletes or encrypts it across every drive instantly. RAID keeps your data available through a disk failure; a backup keeps your data recoverable through everything else. You need both.

So what should you actually run?

For a two-drive home setup, RAID 1 is simple and safe. For a small NAS of three to five drives where you want efficient capacity, RAID 5 is reasonable — with backups. For larger arrays, or any array built from large drives where rebuild times stretch into days, RAID 6 (or equivalents like ZFS RAID-Z2) is the prudent default. For performance-critical workloads, RAID 10 trades capacity for speed and fast rebuilds. Whatever you choose, pair it with an independent backup following the 3-2-1 strategy — and stock the array with enterprise or NAS-grade CMR drives.

Recommended picks · sorted by $/TB

Array-grade drives by cost per terabyte

Live high-value enterprise and internal drives sorted by real $/TB. Buy matched capacities for a clean array.

Full $/TB rankings →
SASUsedInternal
3.5In 26.1Mm 4000Gb 128Mb 7200Rpm Sas Ultra 4Kn Ise,Hgst,Hus726040al4210
Capacity4 TB
InterfaceSAS
Warranty
Cost / GB$0.01
$50
$12.5per TB
SASUsedInternal
Dell 4CMD9 EQUALLOGIC 3TB NL SAS 3.5 Drive (Renewed)
Capacity3 TB
InterfaceSAS
Warranty3 months
Cost / GB$0.01
$39
$12.9per TB
SASUsedInternal
MDD MAXDIGITALDATA 4TB 7200RPM 128MB Cache SAS 12Gb/s 3.5inch Internal Enterprise Hard Drive (MD4TSAS12872E) - [ Not a SATA HDD ] (Renewed)
Capacity4 TB
InterfaceSAS
Warranty3 months
Cost / GB$0.02
$60
$14.99per TB
SASUsedInternal
MDD MAXDIGITALDATA 3TB 7200RPM 128MB Cache SAS 6Gb/s 3.5inch Internal Enterprise Hard Drive (MD3TSAS12872E) - [ NOT a SATA HDD ] (Renewed)
Capacity3 TB
InterfaceSAS
Warranty3 months
Cost / GB$0.02
$50
$16.66per TB
SASUsedInternal
Seagate ST4000NM0095 4 TB Hard Drive - SAS - 3.5" Drive - Internal - 7200rpm - 128 MB Buffer
Capacity4 TB
InterfaceSAS
Warranty
Cost / GB$0.02
$67
$16.75per TB
SASUsedInternal
MDD MAXDIGITALDATA 2TB 7200RPM 128MB Cache SAS 6Gb/s 3.5inch Internal Enterprise Hard Drive (MD2TSAS12872E) - [NOT a SATA HDD] (Renewed)
Capacity2 TB
InterfaceSAS
Warranty3 months
Cost / GB$0.02
$34
$17per TB
Before you buy

Frequently asked questions

Is RAID a backup?+
No — this is the single most important thing to understand. RAID protects only against drive failure. It does nothing against accidental deletion, ransomware, corruption, a dead controller, theft or fire, all of which it faithfully replicates across every disk. RAID keeps data available through a disk failure; a separate backup keeps it recoverable through everything else. You need both.
RAID 5 or RAID 6 for my NAS?+
RAID 5 is efficient and fine for smaller arrays of three to five drives with good backups. But on large modern drives, rebuilds take so long that a second failure or read error during the rebuild — when RAID 5 has no remaining redundancy — can destroy the array. For bigger arrays or large drives, RAID 6 (double parity) survives a second failure during a rebuild and is the safer default.
How much usable space will I lose to RAID?+
It depends on the level: RAID 1 and RAID 10 keep 50% of raw capacity; RAID 5 loses one drive’s worth to parity; RAID 6 loses two. Mixing capacities wastes the surplus on larger drives, since most parity levels are limited by the smallest member. Model your exact build — drive count, size and level — with the capacity calculator before buying.

See the cheapest terabyte on the market

No account, no email. Filter every drive we track, sort by real cost per terabyte, and jump straight to a current offer.

Open the $/TB rankings →