When you need a voltage rating higher than what is commercially practical, you build a capacitance series string. For an 800V DC bus, wiring two 450V, 220µF snap-in electrolytics (like the Cornell Dubilier 381LX series) in series with 50kΩ balancing resistors yields 110µF at a theoretical 900V rating. This avoids the massive physical footprint, long lead times, and $85+ cost of a single 900V can, bringing your BOM cost down to roughly $18 for the capacitors and $2 for the resistors.

This guide walks through the exact physics, failure modes, and bench-testing protocols required to design a reliable series capacitor bank for high-voltage power supplies, motor drives, or solar inverters.

The Series Topology: Node Labels and Core Math

In a series configuration, the components share the same charge current path, but the voltage divides across them. According to HyperPhysics, the total equivalent capacitance drops, while the voltage rating adds up.

Topology Map:
Node A (High Voltage Bus +) → [ Capacitor C1 ] → Node B (Midpoint) → [ Capacitor C2 ] → Node C (Ground / Low Side -)

The governing equations for two identical capacitors are straightforward:

  • Equivalent Capacitance: \( C_{eq} = \frac{C1 \times C2}{C1 + C2} \). Two 220µF caps yield 110µF.
  • Theoretical Voltage Rating: \( V_{total} = V_{C1} + V_{C2} \). Two 450V caps yield 900V.
  • Impedance: The equivalent series resistance (ESR) adds linearly. If each cap has 20mΩ ESR, the string has 40mΩ ESR.

Behavior Matrix: Shifting Elements in the String

Understanding how the circuit reacts to component variations is critical for tolerance analysis. Here is what happens when one element in a two-capacitor string shifts from its nominal value.

Element Changed Effect on Total Capacitance Effect on DC Voltage Division Effect on Ripple Current Handling
C1 increases by 20% Increases slightly (bottlenecked by C2) C1 takes less DC voltage; C2 takes more No change (series current is identical)
C1 ESR increases (aging) No change No change to DC division C1 dissipates more heat (\( I^2R \) loss increases)
C1 leakage current spikes No change C1 voltage drops; C2 voltage rises dangerously No change
Node B trace resistance adds No change No change to DC division Negligible at typical ripple frequencies

Failure Modes at the Extremes: Opens, Shorts, and Leakage

The primary reason engineers avoid series capacitors is the catastrophic failure cascade. All About Circuits notes that unlike resistors, capacitors have highly variable internal leakage currents that ruin ideal voltage division.

Extreme 1: C1 Fails Open

If C1's internal foil fractures and opens, Node B becomes floating. The circuit stops passing AC ripple, and the DC bus loses its filtering. This is a benign failure mode; the power supply will likely shut down on an over-voltage or ripple-fault protection trip.

Extreme 2: C1 Fails Short

If C1 shorts internally, Node A pulls directly to Node B. Capacitor C2 is now exposed to the entire 800V bus. Since C2 is only rated for 450V, its dielectric breaks down within milliseconds. C2 then shorts or vents explosively. This cascade is why series strings without balancing networks are strictly forbidden in commercial designs.

Extreme 3: The Leakage Mismatch (The Silent Killer)

Electrolytic capacitors act like imperfect capacitors with a high-value resistor in parallel. If C1 has 1mA of leakage and C2 has 4mA, their internal resistances form an unbalanced voltage divider. On an 800V bus, C1 might see 600V while C2 sees 200V. C1 slowly degrades from overvoltage, eventually failing short, triggering the Extreme 2 cascade. We solve this with external balancing resistors.

Design Walkthrough: Building an 800V DC Bus Filter

Let's specify real parts for an 800V DC link filter. We need at least 100µF of capacitance.

  1. Select the Capacitors: We choose the Cornell Dubilier 381LX221M450A (220µF, 450V, 35x30mm snap-in). At roughly $8.50 each in 2026 pricing, two in series give us 110µF and a 900V theoretical rating.
  2. Determine Max Leakage Current: The datasheet specifies a leakage current formula of \( I = 0.003 \times C \times V \) or 3mA, whichever is greater. For 220µF at 450V, max leakage is roughly 3mA.
  3. Calculate Balancing Resistor Value: The external bleed current must be at least 3 to 5 times the maximum leakage current to dominate the voltage divider. Target bleed current = 10mA. At 450V per cap, \( R = \frac{450V}{0.01A} = 45,000\Omega \). We select a standard 47kΩ resistor.
  4. Calculate Resistor Power Dissipation: \( P = \frac{V^2}{R} = \frac{450^2}{47000} = 4.3W \). A standard 5W resistor running at 86% capacity will overheat and fail on a dense PCB. Pro bench tip: Use two 100kΩ, 3W metal oxide resistors in parallel per capacitor. This yields 50kΩ (close enough to 47kΩ) with a 6W total power rating, keeping thermal headroom safe.
Safety Caveat: Balancing resistors double as bleed-down resistors. With 50kΩ per cap, the RC time constant to discharge the 110µF string to a safe voltage (<50V) after power-off is roughly 11 seconds. Always verify with a high-voltage probe before touching the bus.

Breadboard Testing Protocol: Low-Voltage Proxy Verification

CRITICAL SAFETY WARNING: Never breadboard 800V DC or any mains-adjacent voltage. Breadboard contacts are rated for ~60V max and will arc, melt, or electrocute you. To verify your balancing network logic, build a scaled-down proxy on the breadboard using low voltage.

  1. Insert Proxy Caps: Place two 100µF, 50V electrolytic capacitors in series on the breadboard. Observe polarity strictly.
  2. Add Balancing Resistors: Insert two 10kΩ, 1/4W resistors in parallel with each capacitor (one across C1, one across C2).
  3. Apply Power: Connect a bench power supply set to 24V DC across the string (Node A to +, Node C to -).
  4. Measure Node B: Use your multimeter to measure the voltage at Node B (the midpoint). It should read exactly 12.0V (±0.2V), proving the resistors are forcing an equal voltage split.
  5. Simulate Leakage Mismatch: Remove the 10kΩ resistor from C1. Watch the multimeter. Node B will immediately drift (often to 16V or 8V) as the natural, unequal leakage currents of the cheap breadboard capacitors take over the voltage division. This visually proves why the balancing resistors are mandatory in the final high-voltage build.

Decision Tree: Series vs. Single vs. Parallel

Use this decision matrix to finalize your topology choice. Do not default to series if a single component can solve the problem, as series strings introduce PCB routing complexity and continuous power loss through the bleeders.

Design Constraint If True, Choose... Concrete Part / Action
Bus voltage is <400V DC Single Capacitor Buy United Chemi-Con EKMH451VSN (400V single can)
Bus voltage is 400V-600V, but height is restricted Parallel String (Lower profile) Parallel multiple 250V SMD polymer caps
Bus voltage is >600V, high ripple current needed Film Capacitor (Single) Buy Cornell Dubilier 942C series (Film handles high dV/dt)
Bus voltage is >600V, cost/size must be minimized Capacitance Series (Electrolytic) Buy 2x CDE 381LX221M450A + 4x 100kΩ 3W resistors

For standard 800V DC link applications in motor drives and off-grid solar inverters, the capacitance series electrolytic string with parallel-bleeder networks remains the undisputed default for balancing cost, physical volume, and ripple-current capability. Always derate your resistor wattage by at least 40% and verify the midpoint voltage on a low-voltage proxy before energizing the final high-voltage assembly.