A friend called me last spring in a mild panic. He had just spent nearly six hundred dollars on a shiny four-bay Synology, dropped a single 8TB drive into it, copied over his photos, and then read a forum thread that scared him half to death about drive failure.
His question was simple. Did he need to go back and buy three more drives right now?
The honest answer is that it depends on what you are protecting and how much you can lose. So let me walk through the real questions people ask me, in the order they usually ask them.
Do I have to fill every bay on day one?
No. You can run a four-bay NAS with two drives and add more later. The bays are just empty slots waiting for you.
That said, there is a catch that surprises people. On most RAID setups you cannot simply drop a drive into an empty bay and instantly grow your storage without a little planning first.
Synology Hybrid RAID and standard RAID 5 both let you expand by adding drives, but the array has to rebuild each time, and that can take a full day or longer on big disks. So while you do not have to fill every bay, buying your drives in matched pairs or matched sets up front saves you a lot of waiting and fiddling down the road.

What is the real minimum for redundancy?
Two drives. The moment you have two disks in a mirror (RAID 1), one drive can fail completely and your data keeps running.
This is the single most important upgrade you can make over a one-drive setup. The first time I had a drive throw a "Critical" health warning in the Synology dashboard at 2am, the mirror is the only reason I slept fine and swapped the disk the next morning without losing a byte.
Here is the tradeoff with a mirror: you only keep half your raw capacity. Two 8TB drives in RAID 1 give you roughly 8TB of usable space, not 16TB. You are paying for that safety net, and for most home users it is worth every penny.
So how many drives should I actually buy?
It comes down to how much data you have and how you feel about downtime. Here is the breakdown I give people, with rough 2026 pricing for decent NAS-rated drives.
| Setup | Drives | RAID | Usable of 8TB disks | Survives |
|---|---|---|---|---|
| Starter mirror | 2 | RAID 1 | ~8TB | 1 drive failure |
| Balanced | 4 | RAID 5 / SHR | ~24TB | 1 drive failure |
| Safer big pool | 4 | RAID 6 / SHR-2 | ~16TB | 2 drive failures |
| Large media | 6 | RAID 6 | ~32TB | 2 drive failures |
For a typical family storing photos, documents, and a modest movie library, two or three drives is plenty to start. If you are sure you will grow into a big Plex or Jellyfin library, buy four right away so you never have to rebuild the array later.
Why do bigger arrays need two drives of redundancy?
This trips up a lot of first-time builders. With four or more large drives, a single-drive-failure setup like RAID 5 starts to feel risky.
The reason is the rebuild. When one drive dies and you replace it, the NAS has to read every single block on the surviving drives to reconstruct the missing one. On 16TB or 20TB disks that read can run 12 to 30 hours, and it hammers the remaining drives the whole time.
If a second drive stumbles during that stressful rebuild, a RAID 5 array is toast. That is precisely why RAID 6 and Synology SHR-2, which tolerate two failures, become the sensible choice once your drives get large. Backblaze publishes annual failure statistics that are worth a look if you like real numbers behind this.
You can read their drive stats at the Backblaze drive test data page, and Synology explains its flexible RAID approach in the Synology RAID knowledge base.
Does more drives mean more speed?
Sometimes, but do not buy extra drives chasing speed for a home NAS. Striped arrays like RAID 5 do read a bit faster, but your gigabit network connection caps you at around 110 MB/s long before the drives break a sweat.
If speed is your real goal, upgrading to 2.5 gigabit networking or adding an SSD cache does far more than an extra spinning disk ever will.
How much usable space do I really end up with?
This is where a lot of buyers feel cheated, so it helps to see the math before you order. Redundancy always eats capacity, and the formula is simple once you know it.
In a mirror you lose exactly half. In RAID 5 you lose the equivalent of one drive across the whole array, and in RAID 6 you lose two. So four 8TB drives in RAID 5 give you about 24TB usable, while the same four drives in RAID 6 drop you to about 16TB.
Then subtract a little more for formatting and filesystem overhead, usually five to ten percent. A drive labeled 8TB shows up as roughly 7.3TB usable once the NAS formats it, which is normal and not a defect.
What about a spare and a real backup?
Two things people forget. First, keep one cold spare drive on a shelf if you can afford it, because when a disk fails you want to swap it that same day, not wait a week for shipping.
Second, and I cannot say this loudly enough, RAID is not a backup. Redundancy protects you from a dead drive. It does nothing against ransomware, an accidental delete, a fried power supply, or a house fire.
A simple way to decide
Run through this quick list before you open your wallet:
- Under 6TB of data, tight budget: start with two drives in a mirror.
- Growing library, want room to expand: buy four drives in RAID 5 or SHR.
- Drives 12TB or larger, or data you truly cannot lose: go four to six drives with RAID 6 or SHR-2.
- Any setup at all: add one off-site or cloud backup, no exceptions.
My friend with the four-bay Synology ended up buying two more matched 8TB drives and running SHR with one-drive protection, which gave him about 16TB usable and room to add the fourth disk later. Total extra spend was around three hundred dollars, and he set up a nightly cloud sync the same evening.
Start with the redundancy you can afford, size your bays for where you are headed, and treat that backup line as non-negotiable. Get those three things right and the exact drive count sorts itself out.
Frequently asked questions
Can I start with one drive and add more later?
Yes, most NAS units run fine with a single drive, but you get zero redundancy, so a single failure means total loss. If you start with one, add a second matched drive as soon as you can and convert to a mirror. Just know the conversion triggers a rebuild that can take many hours.
Is a 2-bay NAS enough for a family?
For most families storing photos, documents, and a modest media collection, a 2-bay NAS in RAID 1 is genuinely enough. You get one-drive-failure protection and roughly one drive's worth of usable capacity. If you plan a large 4K movie library or want room to grow past about 16TB, step up to a 4-bay unit.
Do all the drives in a NAS have to be the same size?
With standard RAID they should match, because the array sizes itself to the smallest drive and wastes the rest. Synology Hybrid RAID (SHR) is more forgiving and can use extra space from mismatched drives. Even so, matched drives keep the math simple and performance even.
How many drives can fail before I lose data?
It depends on the RAID level, not the number of bays. RAID 1 and RAID 5 survive one failed drive, while RAID 6 and SHR-2 survive two. Anything beyond that number failing at once means the array is lost, which is exactly why an external backup still matters.
Should I fill a 4-bay NAS with four small drives or two big ones?
Two larger drives usually win for home use. Fewer drives means less power draw, less heat, less noise, and free bays for painless expansion later. Four small drives only make sense if you specifically want more redundancy or a bit more speed from striping.