When you need to filter a high-voltage DC bus or divide an AC signal, a single off-the-shelf component often falls short. Putting a capacitor connected in series with another is the standard bench solution for voltage stacking, but it introduces asymmetric failure modes and leakage-current imbalances that can destroy your circuit if ignored. This guide provides the exact topology, failure contrasts, and a real-world 400V design walkthrough so you can build and test series capacitor banks safely.

The Series Capacitor Topology: Nodes, Math, and Behavior

A basic series capacitor network consists of two components daisy-chained between a voltage source and ground. To analyze it, we label three critical nodes:

  • Node A (Vin): The high-side input connected to the first plate of C1.
  • Node B (Midpoint): The floating junction connecting the second plate of C1 to the first plate of C2.
  • Node C (GND): The low-side return connected to the second plate of C2.

Unlike resistors in series (which add up), the total capacitance ($C_{total}$) of a series network decreases, governed by the reciprocal formula:

$C_{total} = \frac{1}{\frac{1}{C_1} + \frac{1}{C_2}}$

For two identical capacitors, the total capacitance is exactly half of one unit's value. More importantly, the DC or AC voltage divides across the capacitors inversely to their capacitance values. The voltage at Node B relative to ground is calculated as:

$V_{NodeB} = V_{in} \times \frac{C_1}{C_1 + C_2}$

Behavior Table: What Changes When One Element Shifts?

Understanding how Node B reacts to component drift or substitution is critical for tuning capacitive voltage dividers and AC dropper circuits.

Parameter ChangedEffect on Total CapacitanceEffect on Midpoint Voltage (Node B to GND)Effect on Voltage Across C1
Increase C1IncreasesIncreases (Node B moves closer to Vin)Decreases
Decrease C1DecreasesDecreases (Node B moves closer to GND)Increases
Increase C2IncreasesDecreases (Node B moves closer to GND)Increases
Decrease C2DecreasesIncreases (Node B moves closer to Vin)Decreases

Why Series Over Parallel? The Decision Matrix

Makers often default to parallel configurations to increase bulk capacitance, but series topologies solve entirely different physical problems. Use the decision tree below to lock in your topology choice before opening your component drawer.

Design RequirementTopology PickConcrete Component Example
Bus voltage exceeds maximum single-cap ratingSeries2x 250V caps in series for a 400V DC bus
Need high ripple current handling / bulk storageParallel4x 1000µF 50V caps in parallel
Need exact non-standard low capacitance valueSeries2x 10nF in series to yield 5nF for a filter
Need to drop AC mains voltage without heatSeries (Dropper)1x X2 rated 1µF film cap in series with AC line
Default Recommendation: If your DC bus voltage exceeds 80% of the highest available single capacitor voltage rating (e.g., you have a 380V PFC bus but can only source 450V caps), do not risk the margin. Switch to a capacitor connected in series topology using two lower-voltage (e.g., 250V) caps. This provides a 500V combined rating, giving you a robust 20%+ safety margin while often costing less than a single specialized high-voltage unit.

Extreme Failure Modes: What Breaks When a Cap Fails?

The most dangerous aspect of series capacitors is the asymmetric failure cascade. If you are designing for reliability, you must contrast what happens when a component fails short versus when it fails open. According to All About Circuits, series networks lack the redundancy of parallel banks.

Scenario 1: C1 Fails Short

If C1 develops an internal dielectric short, Node A (Vin) is effectively connected directly to Node B. The Result: C2 is instantly subjected to the full $V_{in}$. If your design relied on two 250V caps to handle a 400V bus, C2 is now seeing 400V across a 250V-rated dielectric. C2 will rapidly overheat, vent electrolyte, and potentially explode. This is why overvoltage protection (like varistors or zener clamps) across each individual series cap is mandatory in high-reliability designs.

Scenario 2: C1 Fails Open

If C1's internal foil fractures or a lead breaks, the circuit path is severed. The Result: DC current flow stops completely. Node B becomes high-impedance and floats. In an AC signal path, the signal is entirely blocked. While this fails 'safe' (no explosion), it causes a total loss of function, which is critical in timing circuits or AC coupling networks.

The Hidden Killer: DC Leakage Mismatch

Even if neither cap fails, electrolytic capacitors have internal DC leakage currents that vary wildly from part to part, even from the same manufacturing batch. In a DC series circuit, the capacitor with the lowest leakage current will charge to a disproportionately high voltage, potentially exceeding its rating over time. This is why balancing resistors are non-negotiable in DC series applications.

Design Walkthrough: Building a 400V DC Bus Filter

Let's build a practical filter for a 400V DC motor drive bus. We need at least 400µF of bulk capacitance, but our inventory only holds standard 250V aluminum electrolytics.

1. Selecting the Capacitors

We will use two Cornell Dubilier (CDE) 380LX102M250A snap-in capacitors.

  • Rated Capacitance: 1000µF each.
  • Rated Voltage: 250V each.
  • Series Result: 500µF total capacitance (meets our >400µF requirement) and a 500V combined voltage rating (safely covers the 400V bus).

2. Calculating Balancing Resistors

To prevent leakage mismatch from overvolting one cap, we place a high-value resistor in parallel with each capacitor. A standard industry rule of thumb for balancing resistor sizing is to draw a current roughly 10 to 20 times the expected worst-case leakage current of the capacitor. For a 1000µF cap, leakage might be around 1mA. We want the resistor to draw at least 10mA to dominate the voltage division. Using Ohm's law for a 200V drop per resistor: $R = \frac{200V}{0.01A} = 20,000\Omega$. However, 20kΩ would dissipate $P = \frac{V^2}{R} = \frac{200^2}{20000} = 2W$ of continuous heat per resistor. To reduce thermal load while still providing adequate balancing for modern low-leakage caps, we step up to 220kΩ. We select the Vishay PR02 220kΩ 2W metal film resistor. At 200V, it dissipates a very manageable 0.18W, and the 2W rating ensures it runs cool, preventing thermal drift.

3. Final Bill of Materials (BOM)

  • 2x CDE 380LX102M250A (1000µF, 250V Snap-in Caps) - ~$4.50 each
  • 2x Vishay PR02 220kΩ 2W Metal Film Resistors - ~$0.15 each
  • 1x 400V TVS Diode (e.g., Littelfuse 1.5KE400A) across the entire bank for transient clamping.
Safety Caveat: A 400V DC bus stores lethal energy. Even after power is removed, this 500µF bank will hold a dangerous charge for minutes. You must design a physical bleed resistor (e.g., 100kΩ 5W wirewound) across the entire series bank to discharge it to <50V within 60 seconds of power-off, per standard IEC 61010 safety practices.

Step-by-Step Breadboard Testing Protocol

Never apply 400V to a newly wired series network on the first try. You must validate the Node B voltage division at a safe, low voltage first. For detailed safety and testing procedures, refer to the Electronics Tutorials capacitor guides.

  1. Wire the Low-Voltage Test: Connect your two 1000µF caps in series on a breadboard (use thick jumper wires for the leads). Solder the 220kΩ balancing resistors directly across the legs of each capacitor. Connect Node C to your bench power supply ground, and Node A to the positive terminal.
  2. Set Supply to 24V DC: Turn on your bench supply and set the current limit to 100mA. Ramp the voltage to 24V DC.
  3. Measure Node B: Using a calibrated multimeter, measure the voltage between Node B (the midpoint) and Node C (GND). Expected Result: You should read exactly 12.0V (±0.5V). This proves your balancing resistors are functioning and forcing a 50/50 voltage split despite any minor capacitance or leakage mismatches.
  4. Introduce Asymmetry: Power down and discharge Node B to GND using a 1kΩ power resistor (never short it with a screwdriver). Swap C2 out for a 470µF capacitor. Power back up to 24V.
  5. Verify the Math: Measure Node B again. Because C2 is now smaller, its impedance is higher, meaning it will take a larger share of the voltage. Node B (voltage across C2) should rise to approximately 17.5V. If it does, your physical circuit matches the theoretical behavior table.
  6. Scale to High Voltage: Once the low-voltage division is verified, move the assembly to a high-voltage PCB or terminal strip (breadboards are not rated for >400V creepage/clearance). Apply the 400V bus through a variac or current-limited high-voltage supply, monitoring Node B with a high-voltage differential probe to ensure it settles at exactly 200V.

By treating a capacitor connected in series not just as a math equation, but as a system of mismatched leakages and asymmetric failure risks, you can reliably design high-voltage filters that survive the real world. Always balance your DC stacks, clamp your transients, and test at 24V before you touch 400V.