Skip to content
HomeServerCalc
Menu

SHR vs RAID 5: When Synology Hybrid RAID Actually Wins

Updated 2026-08-15 Researched, not tested in person Vendor neutral
Quick answer

With identical drives, Synology SHR is exactly RAID 5: same usable capacity, same fault tolerance, no advantage whatsoever. SHR wins only on mixed drive sizes, and then it wins by a lot. On 4, 8, 12 and 12 TB drives SHR returns 24 TB usable against 12 TB for RAID 5, because SHR protects each horizontal band separately while RAID 5 truncates every drive to the smallest and strands 20 TB.

This is the comparison neither side will make honestly, and it cuts in both directions. With four identical drives, SHR is exactly RAID 5. Not approximately, exactly. Same usable capacity, same fault tolerance, same everything, because SHR on a matched set collapses into a single parity group. Anyone selling you SHR as free capacity on matched drives is wrong. And on a mismatched set the picture inverts completely: SHR can return double the usable space at the same fault tolerance, which no vendor calculator on the other side will show you.

What is the difference between SHR and RAID 5?

RAID 5 truncates every member to the size of the smallest drive, stripes data across them, and dedicates one drive worth of space to parity. Usable capacity is (n minus 1) times the smallest drive. Anything above that smallest size on the larger drives is unreachable, and it does not appear anywhere in the interface. You paid for it and the array cannot use it.

SHR slices the same drives horizontally at every distinct drive size and gives each horizontal band its own parity group. A band present on k drives with p drives of parity yields (k minus p) times the band height in usable capacity when k is greater than p, and is stranded entirely when it is not, because there are not enough drives in that band to protect it.

That is the whole mechanism. Everything below follows from it arithmetically.

How does the band algorithm work in practice?

Take 4, 8, 12, 12 TB, which is a realistic set for anyone who has upgraded drives over a few years. Here is what SHR does with it, band by band.

Band Height Drives reaching it Usable Parity Stranded Why
0 to 4 TB 4 TB 4 12 TB 4 TB 0 TB 4 drives reach this band, so 4 minus 1 of them carry data
4 to 8 TB 4 TB 3 8 TB 4 TB 0 TB 3 drives reach this band, so 3 minus 1 of them carry data
8 to 12 TB 4 TB 2 4 TB 4 TB 0 TB 2 drives reach this band, so 2 minus 1 of them carry data
SHR total 24 TB 12 TB 0 TB Every band protected independently
RAID 5 on the same drives 12 TB 4 TB 20 TB Every drive truncated to the smallest, which is 4 TB

Computed with the same band algorithm behind the RAID capacity calculator. Figures are decimal TB as printed on the drive label. Your NAS reports 24 TB usable as 21.83 TiB, which is the same bytes counted in binary, explained on the TB against TiB chart.

SHR returns 12 TB more usable capacity on drives you have already bought, at exactly the same single-drive fault tolerance. The 20 TB that RAID 5 strands is roughly $730 of drive at current 12 TB pricing, thrown away for no protection benefit at all.

When are SHR and RAID 5 identical?

Whenever every drive is the same size. With four matched drives there is only one band, that band sits on all four drives, and (4 minus 1) times the drive size is precisely the RAID 5 formula. There is no clever allocation left to do.

The table below runs both schemes across a range of real drive sets so the pattern is visible. Read the top two rows first, then watch the gain open up as the drives diverge.

Drive set Raw RAID 5 usable RAID 5 stranded SHR usable SHR stranded Gain Verdict
Four matched 4 TB 16 TB 12 TB 0 TB 12 TB 0 TB 0 TB Identical
Four matched 8 TB 32 TB 24 TB 0 TB 24 TB 0 TB 0 TB Identical
Two 4 TB, two 8 TB 24 TB 12 TB 8 TB 16 TB 0 TB 4 TB SHR wins by 4 TB
One 4 TB, three 8 TB 28 TB 12 TB 12 TB 20 TB 0 TB 8 TB SHR wins by 8 TB
4, 8, 12, 12 TB 36 TB 12 TB 20 TB 24 TB 0 TB 12 TB SHR wins by 12 TB
8, 8, 12, 16 TB 44 TB 24 TB 12 TB 28 TB 4 TB 4 TB SHR wins by 4 TB
8, 12, 16, 20 TB 56 TB 24 TB 24 TB 36 TB 4 TB 12 TB SHR wins by 12 TB
Three drives: 2, 3, 4 TB 9 TB 4 TB 3 TB 5 TB 1 TB 1 TB SHR wins by 1 TB
Five drives: 4, 6, 8, 10, 12 TB 40 TB 16 TB 20 TB 28 TB 2 TB 12 TB SHR wins by 12 TB

Stranded capacity is space you paid for that the array cannot address. Both schemes tolerate exactly one drive failure in every row. The three-drive row shows SHR still working below four bays, which is where the two-bay and three-bay Synology units live.

Two things stand out. The gain scales with how far apart the drives are, not with how many you have. And SHR strands capacity too, in the rows where one drive is much larger than every other, because a band that only one drive reaches has nothing to pair with for parity. SHR is better arithmetic, not magic.

Where does SHR pay you a second time?

On the upgrade path, and this is the part that matters most to someone choosing a platform today rather than choosing a layout for drives already in hand.

Under RAID 5, replacing drives one at a time gains you nothing at all until the last one is replaced, because the array is still truncated to whatever the smallest remaining drive is. Under SHR each replacement adds a new band, and the second replacement already returns capacity.

Upgrade step RAID 5 usable SHR usable Difference
Starting point, four 4 TB 12 TB 12 TB 0 TB
Replace one with a 12 TB 12 TB 12 TB 0 TB
Replace a second with a 12 TB 12 TB 20 TB 8 TB
Replace a third with a 12 TB 12 TB 28 TB 16 TB
Replace the fourth with a 12 TB 36 TB 36 TB 0 TB

Each step is one drive swapped and one full rebuild, which is why an upgrade path is a real cost in exposure as well as money. See the rebuild time chart for what each of those rebuilds costs in hours.

Read the middle rows. After two of four drives are replaced, RAID 5 still gives you the same 12 TB it gave you at the start, and SHR gives you 20. That is a year or two of usable capacity you get earlier, purchased with the same money. It is the single strongest practical argument for the platform, and it is invisible on any comparison that only looks at a freshly built array.

What does SHR cost you?

Three things, and they are worth stating plainly because the rest of this page is favourable.

  • Vendor lock-in on the enclosure. SHR runs on Synology hardware. If you later want TrueNAS, Unraid or a QNAP, the pool does not move across, and the migration is a full copy out and back.
  • No in-place conversion. Choosing RAID 5 now and wanting SHR later means recreating the volume, so the decision is effectively permanent at pool creation.
  • Complexity when things go wrong. A single-band array is easy to reason about. A five-band array with different drive counts per band is harder to picture during a recovery, though the underlying tools are the same standard Linux ones.

That last point deserves a correction to a common fear. SHR is not a proprietary on-disk format. It is built from standard Linux software RAID and the Logical Volume Manager, with Btrfs or ext4 on top, so a set of drives can be assembled on an ordinary Linux machine with the standard tools if the enclosure dies. That is a genuinely better position than a proprietary hardware RAID card, where a dead controller can mean a dead array.

Which should you actually choose?

Four cases, and the answer is different in each.

  • You are buying four identical drives today and will replace them all at once in five years. Choose either. They are the same thing. Buy on price, on the software you prefer, and on whether the box has the processor you need.
  • You expect to upgrade drives one at a time. Choose SHR, and choose Synology to get it. This is most home users, and the upgrade table above is the reason.
  • You already own mismatched drives. Choose SHR. The gain column is real capacity in drives you have already paid for.
  • You want ZFS features such as checksums, snapshots and send or receive. Choose neither. RAIDZ truncates to the smallest drive exactly as RAID 5 does, so it loses the mixed-drive argument outright, and you are choosing it for data integrity rather than for capacity.

One decision sits above all of these and is not about SHR at all. At four or more drives with capacities past roughly 8 to 10 TB, the parity count matters more than the parity scheme. SHR-2 and RAID 6 both tolerate two failures, and the reason to want that is rebuild exposure rather than capacity, which is worked through in RAID 5 against RAID 6.

How do you check this for your own drives?

Run your exact set through the RAID capacity calculator, which evaluates every layout at once, including SHR, SHR-2, RAIDZ1, RAIDZ2, RAIDZ3 and the standard levels, and shows usable, parity and stranded capacity for each. It is the only calculator we know of that is not owned by a hardware vendor, which is why it will happily tell you that SHR gains you nothing on the drives you described.

The arithmetic is simple enough to verify by hand, which is the point of publishing it. Sort the drives, take each distinct size as a boundary, and for each band multiply the height by the number of drives that reach it minus the parity count. Add the bands. If your NAS reports a figure roughly 9 percent below what you compute, that is binary against decimal units and not a fault.

Related reading

Deciding on a specific model? We review the Synology DS1825+ review and Synology DS925+ review in full.

Frequently asked questions

Is SHR better than RAID 5?

Only when the drives are different sizes. With four identical drives SHR is exactly RAID 5, not approximately, because SHR collapses to a single parity group and produces the same usable capacity and the same fault tolerance. On a mismatched set it wins outright: on 4, 8, 12 and 12 TB drives SHR returns 24 TB usable against 12 TB for RAID 5, at the same single-drive fault tolerance.

How does SHR actually work?

SHR slices the drives horizontally at every distinct drive size and treats each horizontal band as its own parity group. A band present on k drives with one drive of parity yields k minus 1 times the band height in usable space when k is greater than one, and is stranded when only a single drive reaches it. Standard RAID 5 instead truncates every member to the smallest drive and discards the rest.

Can I convert RAID 5 to SHR without losing data?

Not in place on current Synology systems. The volume has to be recreated, which means moving the data off, rebuilding the storage pool in the new mode, and moving it back. Plan for a full copy to an external target and a restore, and treat it as a migration rather than a setting change. Choosing the right mode when the pool is first created avoids the whole exercise.

Is SHR proprietary and can I recover data without a Synology?

The layout is Synology-specific but the building blocks are not. SHR is implemented with standard Linux software RAID and the Logical Volume Manager, with Btrfs or ext4 on top, so a volume can be assembled on an ordinary Linux machine with the standard tools. That matters for the failure mode people worry about, which is the enclosure dying rather than the drives.

Does SHR make an array slower than RAID 5?

On a matched set there is no difference at all, because the layout is identical. On a mismatched set the bands are separate parity groups, so a read that spans bands touches different drive counts, and the array can behave less evenly than a single wide stripe. On a home network that difference is invisible, because a gigabit link is already the limit long before the array is.

Should I buy Synology just for SHR?

Buy it for the upgrade path rather than for today. If you buy four matched drives now, every vendor gives you the same capacity. The value appears in year three when you replace one drive with a larger one, because SHR is the only consumer scheme that returns anything before the last drive is replaced. If you always buy drives in matched sets, SHR is worth nothing to you.

How we choose: we compare published manufacturer specifications, drive datasheets, published reliability statistics and verified owner reviews. We do not test hardware in person, and we are not tied to any NAS vendor. Capacity and power figures here are researched guidance, not a warranty. RAID protects against drive failure, not against deletion, ransomware, fire or theft, so keep verified backups regardless of what any calculator tells you.

Working out your own cost per usable terabyte? The Home Server Build Planner is the paid version of these pages: 8 printable worksheets you fill in with your own numbers, plus the full PDF, $29.