When you wire capacitors in series, the total voltage rating adds up linearly ($V_{total} = V_1 + V_2 + ... + V_n$), but the total capacitance drops according to the reciprocal sum ($1/C_{eq} = 1/C_1 + 1/C_2 + ... + 1/C_n$). More critically, the applied voltage divides inversely proportional to the capacitance of each element. If you apply 600V across two identical 100µF capacitors in series, each sees 300V. But if one is 100µF and the other is 50µF, the 50µF capacitor will block 400V while the 100µF blocks only 200V. Understanding this inverse voltage division is the difference between a reliable high-voltage bus and a catastrophic component explosion.

The Series Topology: Node Labels and Voltage Division

To analyze a series string, we must define our nodes. Consider a three-capacitor string connected across a DC bus:

  • Node A: Input Voltage (Vin+) connected to the positive terminal of C1.
  • Node B: Junction 1, connecting the negative terminal of C1 to the positive terminal of C2.
  • Node C: Junction 2, connecting the negative terminal of C2 to the positive terminal of C3.
  • Node D: Ground (GND), connected to the negative terminal of C3.

The voltage at any junction relative to ground is determined by the capacitive voltage divider rule. The voltage across a specific capacitor $C_x$ is calculated as:

$V_{Cx} = V_{total} \times (C_{eq} / C_x)$

Callout Tip: The Leakage Current Trap
In theory, identical capacitors divide voltage equally. In reality, electrolytic capacitors have internal leakage currents that vary wildly from part to part, even within the same manufacturing batch. A capacitor with higher leakage acts like a lower-value resistor in parallel with itself, dropping less voltage and forcing the remaining voltage onto its neighbors. This is why high-voltage series strings require parallel bleeder resistors to force equal voltage distribution, overriding the natural leakage imbalances.

Behavior Table: How the Circuit Reacts to Element Changes

When designing or troubleshooting, you need to know how a shift in one component affects the whole string. Here is the behavior matrix for a series capacitor bank:

Change in One Element Effect on Total Capacitance ($C_{eq}$) Effect on Total Voltage Rating Effect on Voltage Distribution
One $C$ value increases $C_{eq}$ increases slightly Unchanged Voltage across the increased $C$ drops; voltage across others rises.
One $C$ value decreases (aging/drying) $C_{eq}$ decreases Unchanged Voltage across the degraded $C$ spikes, risking overvoltage failure.
One $C$ fails OPEN $C_{eq}$ drops to 0 Circuit is broken Full bus voltage appears across the open component's terminals.
One $C$ fails SHORT $C_{eq}$ increases (fewer elements in series) Total rating drops by $V_{rated}$ of shorted part Remaining capacitors must block the full bus voltage, leading to cascading overvoltage.

Design Walkthrough: Building a 1200V DC Bus Snubber

Let us design a practical circuit. You are building a snubber for a variable frequency drive (VFD) and need a 33µF capacitor bank rated for 1200V DC. High-voltage film capacitors at this value are massive and cost upwards of $150 each. Instead, we will use standard, readily available 400V electrolytics.

Component Selection: We choose the Nichicon UHE2G101MHD (100µF, 400V, radial electrolytic). At roughly $4 each, we need three in series.

Capacitance Math:
$1/C_{eq} = 1/100 + 1/100 + 1/100 = 3/100$
$C_{eq} = 33.33\mu F$ (Meets the 33µF requirement).

Voltage Rating Math:
$V_{total} = 400V + 400V + 400V = 1200V$ (Meets the 1200V requirement).

Bleeder Resistor Sizing:
We must balance the leakage current. The datasheet specifies max leakage as $I = 0.01CV$ or 3mA, whichever is greater. For 100µF at 400V, $I = 0.01 \times 100 \times 10^{-6} \times 400 = 0.0004A$ (400µA). Since 3mA is greater, we use 3mA as our worst-case leakage.
Rule of thumb: Bleeder current should be at least 10 times the max leakage current to dominate the voltage division. Target bleeder current = 30mA.
$R = V / I = 400V / 0.03A = 13,333\Omega$.
Let us select a standard 15kΩ resistor.
Power dissipation: $P = V^2 / R = 400^2 / 15,000 = 10.6W$. This requires a massive, expensive wirewound resistor.
Design pivot: 30mA is overly conservative for modern low-leakage caps. If we relax to 5x leakage (15mA), $R = 27k\Omega$ (5.9W). If we relax to a standard 220kΩ bleeder (drawing 1.8mA), we are slightly under the 10x rule, but acceptable if we bin-match the capacitors. Let us use 150kΩ 2W metal oxide resistors (drawing 2.66mA, dissipating 1.06W). This is the optimal real-world compromise between power waste and balancing stability.

Series vs. Parallel: Why Choose This Topology?

Why wire in series when parallel is so much simpler? The decision comes down to the voltage bottleneck.

Criteria Series Topology Parallel Topology
Primary Goal Increase voltage handling capability. Increase total energy storage (capacitance).
Total Capacitance Decreases ($C_{eq} < $ smallest individual $C$). Increases ($C_{eq} = C_1 + C_2 + ...$).
Total Voltage Rating Increases ($V_{total} = V_1 + V_2 + ...$). Remains limited by the lowest rated capacitor.
Balancing Resistors Mandatory for electrolytics to prevent overvoltage. Not required (voltage is identical across all).
When to Choose When bus voltage exceeds the maximum rating of commercially available single capacitors (e.g., >500V for standard electrolytics). When you need massive ripple current handling or high energy storage at low voltages (e.g., 12V/24V audio or automotive).

Failure Modes: What Breaks at the Extremes?

Series strings introduce unique, often destructive failure cascades that do not exist in parallel banks.

The Short-Circuit Cascade:
Imagine our 1200V string (three 400V caps). If C2 suffers a dielectric breakdown and fails short, Node B and Node C merge. The total capacitance jumps to 50µF (two 100µF caps in series). However, the full 1200V DC bus is now applied across only C1 and C3. Each capacitor is rated for 400V but is now being forced to block 600V. Within milliseconds, the overvoltage causes C1 and C3 to vent or explode. This is why fast-acting fuses or active voltage clamping are used in mission-critical series strings.

The Open-Circuit Failure:
If a capacitor fails open (or a solder joint cracks at Node B), the series path is broken. Total capacitance drops to zero. In a snubber application, this removes the high-frequency bypass path, leading to massive voltage spikes that will destroy the IGBTs or MOSFETs in your power stage. The open capacitor itself will eventually break down, as the full 1200V bus will appear across its single open terminals.

Step-by-Step Breadboard Testing and Verification

Never apply full high voltage to an untested series string. Use this bench procedure to verify your voltage division and bleeder resistor math safely.

Safety Warning: High-voltage DC buses store lethal energy. Always de-energize the circuit, lock out the supply, and verify the bus is dead using a tested CAT III/IV multimeter before touching any nodes. For this bench test, we use a low-voltage supply to prove the topology safely.
  1. Assemble the String: Insert the three 100µF capacitors into a solderless breadboard. Wire them in series (negative of C1 to positive of C2, etc.).
  2. Install Bleeder Resistors: Place a 150kΩ resistor in parallel with each capacitor. Ensure the resistor leads span the exact same nodes as the capacitor leads.
  3. Apply Low Test Voltage: Connect a variable bench DC power supply across Node A and Node D. Set the current limit to 50mA. Dial the voltage to exactly 30V DC.
  4. Measure Node Voltages: Using a digital multimeter, measure the voltage from Node D (Ground) to Node C, then Node B, then Node A. With 30V applied, you should read approximately 10V, 20V, and 30V respectively.
  5. Simulate Imbalance: To prove the bleeder resistors are doing their job, temporarily parallel a 10kΩ resistor across C3. This simulates massive leakage. Re-measure the nodes. Because the 150kΩ bleeders are still dominating the 10kΩ load slightly, you will see a shift, but the 150kΩ network prevents C1 and C2 from seeing the full 30V.
  6. Discharge and Verify: Turn off the power supply. Watch the multimeter read the voltage drop across Node A and D. The bleeder resistors should discharge the 30V down to near zero within a few seconds ($\tau = R_{eq} \times C_{eq}$).

Frequently Asked Questions

Do capacitors in series increase voltage rating?

Yes. Wiring capacitors in series adds their individual voltage ratings together, allowing the bank to withstand a higher total potential difference. However, this only holds true if the voltage is evenly distributed across each component. Without balancing resistors or active clamping, manufacturing tolerances and leakage current variations will cause one capacitor to absorb more than its rated share of the voltage, leading to failure.

Why do capacitors in series decrease total capacitance?

Capacitance is inversely proportional to the distance between the conductive plates ($C = \varepsilon A / d$). When you wire capacitors in series, you are effectively stacking their dielectric layers, which increases the total distance ($d$) between the outermost plates. This increased separation reduces the overall ability of the structure to store an electric field, resulting in a lower equivalent capacitance than even the smallest individual capacitor in the string.

What happens if one capacitor in a series string fails short?

If a capacitor fails short, it essentially becomes a wire. The total number of capacitors in the series string decreases, which increases the total capacitance but drastically reduces the total voltage rating. The remaining capacitors are suddenly forced to block the entire bus voltage. Because the bus voltage now exceeds the combined rating of the surviving capacitors, they will experience severe overvoltage, usually resulting in a rapid, cascading thermal runaway and physical venting of the entire bank.

Do I need balancing resistors for ceramic capacitors in series?

Generally, no. Balancing (bleeder) resistors are required for electrolytic and tantalum capacitors because they have significant, highly variable DC leakage currents. Class I and Class II ceramic capacitors (like C0G/NP0 or X7R) have exceptionally high insulation resistance and negligible DC leakage. If you are putting high-voltage ceramic capacitors in series for an RF or high-frequency snubber application, the AC impedance dominates, and the voltage will divide predictably based on the capacitance values without the need for power-wasting bleeder resistors.