SectionTechnology
Last reviewed26 July 2026
Reading time9 minutes

What this calculator works out

This calculator gives the usable capacity of an array from the drive count, drive size and RAID level, and rejects combinations that a level cannot support.

Usable capacity is the visible cost of redundancy. The less visible cost is that RAID is not a backup, and treating it as one is the most consequential misunderstanding in this area.

Enter your details

Enter your figures and select Calculate.

Before you choose a level

RAID protects against drive failure and nothing else

It does not protect against deletion, corruption, ransomware, fire, theft, controller failure or a mistake. All of those affect every drive in the array simultaneously. RAID is an availability measure — it keeps a system running through a drive failure — and a backup is a recovery measure. Needing one does not remove the need for the other.

How this calculator works

Usable capacity by level:

RAID 0: drives × size, minimum 2 drives
RAID 1: size, minimum 2
RAID 5: (drives − 1) × size, minimum 3
RAID 6: (drives − 2) × size, minimum 4
RAID 10: drives ÷ 2 × size, minimum 4 and an even number

The minimums are structural rather than advisory — RAID 5 cannot be built on two drives, and RAID 10 cannot be built on an odd number. The calculator rejects those combinations rather than returning a figure that could not exist.

Worked example: four 4 TB drives

Using the default figures — 4 drives of 4 TB each, RAID 0:

All sixteen terabytes, and no protection whatsoever — one drive failure loses the lot, and with four drives the chance of that within a few years is considerably higher than with one. The same drives give 12 TB at RAID 5, 8 TB at RAID 6 and 8 TB at RAID 10. The choice is how much capacity to trade for how much resilience, and RAID 0 trades none of it away because it offers none.

Common mistakes

Frequently asked questions

Which RAID level should I use?

For a small home NAS, RAID 1 or its equivalent is simple and robust. For four or more drives where capacity matters, RAID 6 or a modern equivalent is generally preferred over RAID 5 because it survives a second failure during a rebuild. RAID 10 gives the best performance and the worst capacity efficiency. RAID 0 is for scratch data you can afford to lose.

Why is RAID 5 discouraged with large drives?

Rebuilding an array after a failure means reading every remaining drive completely, which takes many hours on large drives and stresses them at exactly the moment they are least able to take it. A second failure during that window destroys a RAID 5 array. The larger the drives, the longer the window, which is why RAID 6 has largely displaced it.

Do I still need backups with RAID?

Yes, and this is the central point. RAID does not protect against the things that most often destroy data — deletion, corruption, ransomware, fire, theft. It protects against a drive dying. Three copies of the data, on at least two types of media, with one kept off-site. Each part defeats a different failure: drive failure, accidental deletion, and fire, theft or ransomware.

What about ZFS, Btrfs and Synology SHR?

Modern systems offer equivalents with additional benefits: checksumming that detects silent corruption, snapshots, and in SHR's case the ability to mix drive sizes efficiently. The capacity arithmetic broadly follows the classic levels, but the resilience and flexibility can be substantially better. Worth investigating before defaulting to traditional RAID.

Is what I enter stored?

No. Figures are processed in your browser and never transmitted or retained.

Related tools

References

Sources are checked at publication and can change — how I choose and check references.

Back to top