Here’s the math that justifies redundant power supplies. An automotive assembly line runs at a throughput worth roughly $20,000 per hour. The line’s control system runs on a single 24V DIN-rail power supply — a $60 component. One day, that $60 power supply fails. The control system goes down. The line stops. By the time a technician diagnoses the problem, locates a replacement, and gets the line running again, four hours have passed. That $60 component failure just cost $80,000 in lost production.
This is the single-point-of-failure problem, and it’s why critical systems use redundant power supplies. The fix is simple in concept: instead of one power supply, use two (or more), connected so that any single unit can fail while the others continue powering the load without interruption. The failed unit can be replaced without stopping the system. The $60 power supply is no longer a single point of failure that can stop an $80,000-per-hour operation.
But redundancy isn’t free, and it’s not always justified. It adds cost (extra supplies plus a redundancy module), space, and complexity. The engineering decision is knowing when redundancy is justified by the cost of downtime, and how to implement it correctly. This guide covers N+1 redundancy architecture, how redundancy modules and decoupling diodes work, sizing redundant systems, the difference between redundancy and battery backup, and the cost-justification framework for deciding when critical systems warrant redundant power.
What is N+1 redundancy for power supplies?
N+1 redundancy is a configuration where you use one more power supply than the minimum needed (N) to power the load, so that if any single supply fails, the remaining supplies continue powering the load without interruption. For example, if a load needs one power supply (N=1), an N+1 configuration uses two supplies — either one can fail and the other carries the full load. The “+1” is the redundant unit that provides fault tolerance. A redundancy module (or decoupling diodes) connects the parallel supplies and isolates a failed unit so it doesn’t drag down the others.
Understanding N+1
The terminology:
- N = the number of power supplies needed to carry the load
- +1 = one additional supply for redundancy
- N+1 = enough supplies that one can fail without losing the load
Examples:
- Load needs 1 supply → N+1 = 2 supplies (one redundant)
- Load needs 2 supplies → N+1 = 3 supplies (one redundant)
- Load needs 3 supplies → N+1 = 4 supplies (one redundant)
In N+1, any single supply can fail and the remaining N supplies carry the full load.
Why N+1 (not just doubling)
N+1 provides fault tolerance efficiently:
- For a single-supply load, N+1 means 2 supplies (one redundant)
- This tolerates any single supply failure
- More efficient than full duplication for multi-supply loads
For higher reliability, N+2 (two redundant) tolerates two simultaneous failures, but N+1 is the common standard for most critical applications.
The redundancy principle
The key principle: each supply must be capable of carrying the full load (in N=1 cases) or the load must be distributed so remaining supplies handle it (in N>1 cases). When a supply fails, the others must seamlessly take over without the load experiencing interruption.
How does a redundancy module work?
A redundancy module connects parallel power supplies to a common output while isolating any failed supply so it doesn’t drag down the others. It uses either diodes (decoupling diodes) or active MOSFETs to allow current to flow from each healthy supply to the load while blocking reverse current into a failed supply. When one supply fails (output drops), the redundancy module prevents the failed supply from loading the healthy ones, and the healthy supplies continue powering the load seamlessly.
The problem redundancy modules solve
If you simply connected two power supplies in parallel without a redundancy module:
- A failed supply (internal short) could become a load on the healthy supply
- The healthy supply would try to power both the load AND the failed supply
- This could overload the healthy supply
- The redundancy would fail
The redundancy module prevents this by isolating a failed supply.
Diode-based redundancy modules
Simple redundancy modules use decoupling diodes:
- Each supply connects to the common output through a diode
- The diode allows current from supply to load
- The diode blocks reverse current into a failed supply
- If a supply fails, its diode blocks the fault
Diode redundancy is simple and reliable but has a drawback: the diode drops voltage (typically 0.3-0.7V), reducing efficiency and output voltage slightly.
MOSFET-based redundancy modules
Active redundancy modules use MOSFETs (ORing controllers):
- MOSFETs replace diodes for lower voltage drop
- Active control switches MOSFETs based on supply status
- Much lower voltage drop than diodes (millivolts)
- Higher efficiency
MOSFET redundancy modules are more efficient but more complex and expensive than diode types.
Redundancy module features
Quality redundancy modules provide:
- Fault isolation (failed supply blocked)
- Status indication (which supply is active/failed)
- Low voltage drop (MOSFET types)
- DC OK signaling (alerts to supply failure)
The status and signaling features are important — they alert maintenance to a failed supply so it can be replaced before the redundant unit also fails.
Why monitoring matters
A critical aspect of redundancy: you must know when a supply fails. If a supply fails silently and you don’t replace it, you’ve lost your redundancy — the next failure takes down the system. Redundancy modules with DC OK signaling alert maintenance to replace the failed unit, maintaining redundancy.
When do I need redundant power supplies?
You need redundant power supplies when the cost of power supply failure (downtime, safety, data loss) exceeds the cost of redundancy. This includes continuous production where downtime costs thousands per hour, safety-critical systems where failure creates hazards, process control where interruption ruins batches, critical infrastructure (telecom, data centers), and any system where unplanned downtime is unacceptable. For non-critical applications where occasional downtime is tolerable and inexpensive, redundancy isn’t justified.
Applications justifying redundancy
The downtime cost calculation
To justify redundancy, calculate downtime cost:
- Lost production value per hour
- Typical repair time (diagnosis + replacement)
- Probability of failure
- Cost of redundancy
If (downtime cost × failure probability) exceeds redundancy cost over the system life, redundancy is justified.
When redundancy isn’t justified
For non-critical applications:
- Downtime is tolerable (no production loss)
- Repair is quick and cheap
- No safety implications
- Occasional interruption acceptable
Examples: non-critical building automation, low-value processes, systems with acceptable downtime. For these, a single quality supply is cost-effective.
The risk-based decision
Redundancy is a risk-management decision:
- High downtime cost + critical operation → redundancy justified
- Low downtime cost + non-critical → single supply adequate
Match the redundancy investment to the actual risk and cost of failure.
How do I size redundant power supplies?
Size redundant power supplies so that each supply (in N+1 with N=1) can carry the full load independently, or so that N supplies carry the full load with the +1 providing redundancy (in N>1 cases). For a single-supply load, use two supplies each rated for the full load plus headroom. The redundancy module must also be rated for the full load current. Don’t undersize on the assumption that supplies share load — in a failure, the remaining supplies must carry everything.
Sizing for N+1 with N=1
For a load needing one supply:
- Calculate the load (with headroom): e.g., 100W
- Use two supplies, EACH rated for full load: 2× 150W supplies
- Each supply alone can carry the 100W load
- Redundancy module rated for full load current
- If one fails, the other carries 100W (within its 150W rating)
The key: each supply must independently handle the full load.
Sizing for N+1 with N>1
For larger loads needing multiple supplies:
- Calculate total load: e.g., 250W
- Determine N: if each supply is 150W, N=2 (300W capacity for 250W load)
- Add +1: total 3 supplies
- In normal operation, load shares across 3 supplies
- If one fails, remaining 2 (300W) carry the 250W load
The remaining N supplies after one failure must carry the full load.
Load sharing considerations
In parallel redundant operation:
- Supplies may share load (active current sharing) or
- One supply carries most load, others standby (depends on design)
For proper redundancy, ensure that after any single failure, the remaining supplies can carry the full load without overload.
Redundancy module sizing
The redundancy module must handle:
- Full load current (all of it could flow through one path)
- The combined supply current in normal operation
- Appropriate voltage rating
Size the redundancy module for the full system current, not a fraction.
Worked example
For a critical control system:
- Load: 80W at 24V (3.3A)
- With headroom: size for 100W
- N+1 with N=1: two 150W (6.25A) supplies
- Redundancy module: rated for 6.25A+
- Result: either supply alone carries the 80W load; one can fail without downtime
What’s the difference between redundancy and backup?
Redundancy (N+1) protects against power supply failure by using parallel supplies, but doesn’t protect against AC mains failure (if mains fails, all supplies lose input). Battery backup (DC-UPS) protects against AC mains failure by providing battery power during outages, but doesn’t protect against power supply failure. They address different failure modes: redundancy for supply hardware failure, backup for input power loss. Critical systems often use both — redundant supplies plus DC-UPS — for protection against both failure modes.
What redundancy protects against
N+1 redundancy protects against:
- Power supply hardware failure (internal fault)
- Single supply degradation
- Allows hot-swap replacement of failed supply
Redundancy does NOT protect against:
- AC mains failure (all supplies lose input)
- Upstream electrical faults
What backup protects against
DC-UPS battery backup protects against:
- AC mains failure or interruption
- Brief power dips and sags
- Allows ride-through or controlled shutdown
Backup does NOT protect against:
- Power supply hardware failure (if the supply fails, backup downstream still loses power)
Combining redundancy and backup
For maximum protection, critical systems combine both:
- Redundant supplies (N+1) for supply failure protection
- DC-UPS for AC mains failure protection
- Together: protection against both failure modes
This combination is used in the most critical applications (data centers, critical infrastructure).
Choosing protection level
Match the protection to the failure modes that matter for your application.
How do I install a redundant power supply system?
Install a redundant power supply system by mounting the power supplies and redundancy module on the DIN rail, connecting each supply’s output to the redundancy module inputs, connecting the redundancy module output to the load, wiring AC input to each supply (ideally from separate circuits for additional protection), and connecting status/DC OK signals to monitoring. Proper installation ensures the redundancy functions correctly and failures are detected.
Installation steps
- Mount components — Power supplies and redundancy module on DIN rail
- Wire supply outputs — Each supply output to redundancy module inputs
- Wire module output — Redundancy module output to the load
- Wire AC inputs — AC to each supply (separate circuits if possible)
- Connect monitoring — DC OK / status signals to PLC or alarm
- Verify operation — Test that each supply works and redundancy functions
Separate AC circuits for added protection
For additional protection, feed each supply from a separate AC circuit:
- If one AC circuit fails, the other supply (on a different circuit) continues
- This protects against single-circuit failures
- Combined with N+1, protects against both supply and circuit failures
This is a best practice for critical redundant systems.
Monitoring and maintenance
Critical for redundancy:
- Connect DC OK signals to monitoring (PLC, alarm, SCADA)
- Alert maintenance when a supply fails
- Replace failed supplies promptly (restore redundancy)
- Test redundancy periodically
Without monitoring, a silent failure leaves you unknowingly without redundancy.
Testing the redundancy
Verify redundancy works:
- Simulate a supply failure (disconnect one supply)
- Confirm the load continues without interruption
- Confirm the failure is detected and alerted
- Restore the supply and confirm normal operation
Periodic testing ensures the redundancy will work when needed.
What about redundancy for different reliability levels?
Different reliability requirements call for different redundancy levels: N+1 (one redundant supply) tolerates a single failure and suits most critical applications; N+2 (two redundant) tolerates two simultaneous failures for ultra-critical systems; and 2N (full duplication) provides complete independent redundancy for the highest reliability. The redundancy level should match the criticality and the consequences of failure.
N+1 redundancy
The common standard:
- One redundant supply
- Tolerates single failure
- Cost-effective fault tolerance
- Suits most critical applications
N+1 is the typical choice for critical industrial systems.
N+2 redundancy
Higher reliability:
- Two redundant supplies
- Tolerates two simultaneous failures
- For ultra-critical systems
- Higher cost
N+2 is used where even a single failure during maintenance (when redundancy is temporarily reduced) is unacceptable.
2N redundancy
Full duplication:
- Complete independent redundant system
- Two full systems, either can carry load
- Highest reliability
- Highest cost
2N is used in the most critical applications (tier-4 data centers, life-critical systems).
Matching redundancy to criticality
Choose redundancy level by criticality:
- Standard critical → N+1
- Ultra-critical → N+2
- Maximum reliability → 2N
For most industrial critical applications, N+1 provides cost-effective fault tolerance.
Common redundancy mistakes
Five mistakes that undermine redundant power systems:
Mistake 1 — Undersizing supplies assuming load sharing
Engineer sizes each supply for half the load (assuming they share). When one fails, the remaining supply can’t carry the full load and also fails.
Fix: In N+1 with N=1, each supply must carry the FULL load independently. Size accordingly.
Mistake 2 — No failure monitoring
Redundant supplies installed without monitoring. One supply fails silently. Nobody knows. The next failure takes down the system because redundancy was already lost.
Fix: Always connect DC OK / status monitoring. Alert maintenance to failures so failed supplies are replaced, maintaining redundancy.
Mistake 3 — Connecting supplies in parallel without a redundancy module
Engineer connects supplies directly in parallel without a redundancy module. A failed supply becomes a load on the healthy supply, defeating redundancy.
Fix: Always use a redundancy module (diode or MOSFET) to isolate failed supplies.
Mistake 4 — Undersizing the redundancy module
Engineer sizes the redundancy module for partial current. Under full load through one path, the module overloads.
Fix: Size the redundancy module for full system current.
Mistake 5 — Confusing redundancy with backup
Engineer installs redundancy expecting protection against power outages. But redundancy doesn’t protect against AC mains failure — when mains fails, all supplies lose input.
Fix: For mains failure protection, use DC-UPS backup. For supply failure protection, use redundancy. For both, use both.
FAQs
What does N+1 redundancy mean?
N+1 means using one more power supply than the minimum needed (N) to carry the load. If a load needs one supply (N=1), N+1 uses two — either can fail while the other carries the full load. The “+1” provides fault tolerance against single supply failure.
Do I really need redundant power supplies?
Only if the cost of power supply failure (downtime, safety, data loss) exceeds the cost of redundancy. For critical systems where downtime costs thousands per hour, yes. For non-critical applications where occasional downtime is tolerable, a single quality supply is cost-effective.
How does a redundancy module work?
It connects parallel supplies to a common output while isolating any failed supply. Using diodes or MOSFETs, it allows current from healthy supplies to the load while blocking reverse current into a failed supply, preventing a failed unit from dragging down the healthy ones.
Can I just connect two power supplies in parallel?
Not safely without a redundancy module. Directly paralleled supplies can have one failed unit become a load on the healthy unit, defeating redundancy. Always use a redundancy module (diode or MOSFET ORing) to isolate failed supplies.
What’s the difference between redundancy and UPS backup?
Redundancy (N+1) protects against power supply hardware failure. UPS/DC-UPS backup protects against AC mains failure. They address different failure modes. Critical systems often use both for complete protection.
How do I size redundant power supplies?
In N+1 with N=1, each supply must carry the full load independently (don’t assume load sharing). Size each supply for full load plus headroom. The redundancy module must handle full system current.
What’s the difference between diode and MOSFET redundancy modules?
Diode modules are simpler and cheaper but drop voltage (0.3-0.7V), reducing efficiency. MOSFET (active ORing) modules have much lower voltage drop (millivolts) and higher efficiency, but are more complex and expensive.
Why do I need to monitor redundant supplies?
Because a silent failure leaves you unknowingly without redundancy. If one supply fails and you don’t know, the next failure takes down the system. DC OK / status monitoring alerts maintenance to replace failed supplies, maintaining redundancy.
Can I replace a failed supply without downtime?
Yes, that’s a key benefit of redundancy. In an N+1 system, when one supply fails, the others carry the load. You can hot-swap the failed supply (with proper procedures) without interrupting the load.
Should I feed redundant supplies from separate circuits?
For maximum protection, yes. Feeding each supply from a separate AC circuit protects against single-circuit failures. Combined with N+1 redundancy, this protects against both supply failures and circuit failures.
What’s N+2 or 2N redundancy?
N+2 uses two redundant supplies (tolerates two simultaneous failures) for ultra-critical systems. 2N is full duplication (two complete independent systems) for maximum reliability. N+1 is the common standard; N+2 and 2N are for higher criticality.
How much does redundancy add to cost?
Roughly the cost of the extra supply plus the redundancy module — for N+1 with N=1, approximately double the power supply cost plus the module. This is justified when downtime costs far exceed this, which is common for critical production systems.
Related guides
- DIN-Rail Power Supply: The Complete Guide for Industrial Control Panels Pillar guide covering DIN-rail fundamentals.
- DIN-Rail Power Supply with Battery Backup (DC-UPS) Backup power for AC mains failure protection.
- How to Size a DIN-Rail Power Supply for a PLC Control Panel Sizing supplies including for redundancy.
- How to Wire a DIN-Rail Power Supply Step by Step Installation including redundant systems.
- DIN-Rail for Machine Builders OEM Redundancy in machine building applications.
- MEAN WELL vs Phoenix Contact vs PULS vs Chinese DIN-Rail Brand selection for redundant systems.
- Why 24V DC is the Industrial Standard The voltage standard for redundant systems.
- DIN-Rail EMC and EMI Compliance Compliance for critical systems.
References and further reading
- IEC 62368-1 — Audio/Video, Information and Communication Technology Equipment Safety.
- UL 508A — Standard for Industrial Control Panels.
- IEC 61131 — Programmable Controllers.
- IEEE 493 — Recommended Practice for Design of Reliable Industrial and Commercial Power Systems (Gold Book).
- Uptime Institute — Data center redundancy tier standards (N+1, N+2, 2N).
- NEC Article 409 — Industrial Control Panels.
- NEMA — Industrial control and reliability standards.
4 Responses