← Back to RAID Calculator

Why Your NAS Has Less Storage Than Advertised

You buy four 4TB drives expecting 16TB. Your NAS reports roughly 10-11TB usable. That gap is not a defect. It is the result of six distinct deductions, each with a documented reason.

Try the RAID Calculator

See exactly how much usable storage your configuration delivers.

Open Calculator →

Layer 1: Binary vs Decimal Conversion (Always ~6.8% Loss)

Hard drive manufacturers advertise capacity in decimal terabytes: 1 TB = 1,000,000,000,000 bytes. Your operating system measures in binary tebibytes: 1 TiB = 1,099,511,627,776 bytes. That 9.95% difference means every "4TB" drive is actually 3.64 TiB as your NAS will report it.

AdvertisedActual (TiB)Loss
2 TB1.82 TiB−6.8%
4 TB3.64 TiB−6.8%
8 TB7.28 TiB−6.8%
12 TB10.91 TiB−6.8%
16 TB14.55 TiB−6.8%
20 TB18.19 TiB−6.8%

This is unavoidable and applies to every drive in every NAS regardless of brand.

Layer 2: RAID Parity Overhead

RAID configurations trade raw capacity for redundancy. The formula depends on the RAID type:

Layer 3: System Partitions and OS Overhead

Every NAS operating system reserves disk space for its own use. This varies by brand and is the most significant source of confusion because vendors do not always show it clearly in their own specifications.

Layer 4: Filesystem Metadata

After RAID and system overhead, the filesystem itself reserves space for its internal data structures. These are estimated values (no filesystem publishes an exact per-volume figure):

Layer 5: Snapshot Reserve

Some NAS operating systems reserve additional capacity for point-in-time snapshots. QNAP is the most significant: QTS defaults to reserving 20% of a storage pool for snapshots. This is adjustable in Storage Manager but is enabled by default on every new QNAP pool.

Other brands (Synology, UGREEN, TerraMaster) default to 0% snapshot reserve, though you can enable snapshots and they will consume available space.

Layer 6: Recommended Headroom

This is not a hard deduction. No space is actually reserved. But running a NAS near full capacity degrades performance and can prevent system operations (snapshot creation, indexing, app installations). The standard recommendation is to keep at least 10% free at all times. ZFS-based systems (TrueNAS) are more sensitive and perform best below 80% utilisation.

Putting It Together: A Real Example

Synology 4-bay, four 4TB drives, SHR, Btrfs:

That is 58.7% of advertised capacity. And every deduction is documented and expected.

Frequently Asked Questions

Is there any way to get more of the advertised capacity?

Switching to ext4 instead of Btrfs saves ~2% metadata overhead. Reducing QNAP's snapshot reserve from 20% to 0% recovers significant space. Beyond that, the binary conversion and RAID parity losses are fixed. The RAID calculator's Exact Mode lets you input your actual overhead values if you know them from your NAS's Storage Manager.

Which RAID type gives the best usable capacity?

RAID 5 (or SHR with identical drives) gives the best balance of redundancy and usable capacity for most 4-bay NAS setups. RAID 6 uses two parity drives instead of one, giving more protection at the cost of ~25% less usable space. JBOD/RAID 0 give 100% capacity but with no redundancy. A single drive failure loses everything.

Why does my NAS show a different number than the calculator?

The calculator uses typical published values. Your NAS may have different firmware-level system overhead, use a different filesystem, or have snapshot reserves enabled. Use the calculator's Exact Mode and enter the values your NAS's Storage Manager actually reports.

Last reviewed: 20 March 2026 | Back to RAID Calculator