Hot Spare vs Cold Spare: Which Reserve Drive Does Your NAS Need?
Keeping a spare drive for emergencies is smart – but should it run alongside the array (hot spare) or sit in a drawer (cold spare)? Both have trade-offs. Here's the honest comparison.
Short version
Hot spare: A drive is connected to the NAS and powered on, but not part of the RAID. On a drive failure, rebuild starts automatically and immediately. Cold spare: A reserve drive sits in a drawer, identical to those installed. On failure you swap manually. For home NAS, cold spare is usually enough; hot spare is enterprise convenience.
How hot spare works
You install an extra drive, the NAS marks it as "spare" and runs it idle (or spun down). On a failure of an active drive:
- Controller flags the failed drive
- Hot spare is automatically integrated into the RAID
- Rebuild starts immediately
- You only need to physically replace the bad drive eventually
Benefit: time between failure and rebuild = 0. In that critical degraded window you're protected again sooner.
How cold spare works
An identical drive (same size, ideally different batch) sits in original packaging. On failure:
- Pull the failed drive
- Install the cold spare
- Start rebuild manually
Time between failure and rebuild: usually 1-24 hours, depending on when you notice and react.
Compared: cost and risk
Hot spare:
- Acquisition: 1× drive (e.g. $280 for 16 TB)
- Power: ~5 W extra = $7/year at $0.15/kWh
- Wear: spinning along, ages with the array. After 5 years possibly unreliable itself
- Bay use: takes a slot in the chassis
Cold spare:
- Acquisition: 1× drive (e.g. $280)
- Power: 0
- Wear: none – drives store fine for 5+ years
- Bay use: none
Over 5 years hot spare costs $35 extra in power plus drive wear. Cold spare is objectively cheaper.
When hot spare brings real value
- You're often away or don't react to notifications within 24h
- RAID 5 with large drives: rebuild takes 12-24h anyway. Every hour started earlier = better odds
- Critical data without separate backup: faster rebuild as second line
- Enterprise setup with SLA: downtime avoidance is mandatory
When cold spare suffices
- RAID 6, RAIDZ2 or Unraid with 2 parity – second parity buys you 24-48h reaction time
- You check NAS notifications daily
- Home NAS with off-site backup
- Limited bays (4-bay chassis) where every slot counts
Special case: pre-burned cold spare
Smart hybrid: burn-in the cold spare for 48h before storing it, write down SMART values. When needed: install, no burn-in required, productive immediately. Saves the critical hours before rebuild start. Storage: cool, dry, anti-static.
Anti-pattern: cold spare from a running system
Some build a cold spare from a decommissioned drive with high power-on hours. Bad idea: drives with 30k+ hours have measurably higher failure rates under rebuild load. Better keep a fresh drive on hand.
Practical recommendation
4-bay home NAS with RAID 6: Cold spare. Two parities buy time, slot stays free for expansion.
6-bay+ NAS with RAID 6 or RAIDZ2: Hot spare worth it, especially if you travel. Slot is there anyway.
RAID 5: Hot spare or upgrade to RAID 6. A cold spare alone is statistically not enough.
Unraid: Cold spare suffices. Unraid can start using a replaced drive immediately because data is per-drive.
Important notes
Set up notifications. Hot or cold, you have to know a drive failed. Synology, QNAP, TrueNAS support email/push.
Spare from a different batch. Same-batch drives often fail around the same time. A spare from a different production lot reduces correlation.
Check SMART status. Inspect spare drives regularly, even in storage. SMR-vs-CMR note: spare on the same type as the original.
Related articles
RAID 5 vs RAID 6 – when one parity is enough
Further reading
Preventing Data Loss: Backup Strategies That Actually Work
Cloud Backup for NAS: Which Provider Actually Pays Off