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:

  1. Controller flags the failed drive
  2. Hot spare is automatically integrated into the RAID
  3. Rebuild starts immediately
  4. 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:

  1. Pull the failed drive
  2. Install the cold spare
  3. 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:

Cold spare:

Over 5 years hot spare costs $35 extra in power plus drive wear. Cold spare is objectively cheaper.

When hot spare brings real value

When cold spare suffices

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

What happens when RAID fails?

RAID Complete Guide

Refurbished NAS Drives

Further reading

Preventing Data Loss: Backup Strategies That Actually Work

Cloud Backup for NAS: Which Provider Actually Pays Off

RAID Is Not a Backup – Why You Still Need a Backup Strategy

HDD vs SSD in NAS: When Does Each Actually Pay Off?