If you are asking do capacitors in series have the same voltage, the direct answer is no. Unless the capacitors have perfectly identical capacitance values and exactly matching internal leakage currents, the applied voltage will not divide equally. Instead, voltage in a series capacitor string divides inversely proportional to each component's capacitance. The smallest capacitor in the chain will absorb the largest voltage drop.
To visualize this, consider a standard series topology with three capacitors. Current flows from the positive terminal of a DC source into Node A, through Capacitor 1 to Node B, through Capacitor 2 to Node C, through Capacitor 3 to Node D, and finally back to the source ground. Because the same charging current flows through all components for the same amount of time, every capacitor stores the exact same electrical charge ($Q$). Since $V = Q / C$, a smaller $C$ mathematically forces a larger $V$.
The Inverse Voltage Division Rule in Practice
Theoretical physics textbooks often assume ideal components, but on the workbench, parasitic elements like Equivalent Series Resistance (ESR) and dielectric leakage dictate real-world behavior. According to standard circuit theory detailed in OpenStax University Physics, the total series capacitance ($C_{eq}$) is calculated using the reciprocal sum formula: $1/C_{eq} = 1/C_1 + 1/C_2 + 1/C_3$.
Let us run a concrete numeric example. Assume a 12.0V DC source applied to our Node A-to-Node D topology using three real-world electrolytic capacitors: a 10µF, a 22µF, and a 47µF.
| Component | Capacitance (µF) | Share of Total Charge (µC) | Theoretical Voltage Drop (V) | Voltage Rating Required |
|---|---|---|---|---|
| C1 (Node A-B) | 10µF | 72.0 µC | 7.20V | ≥ 10V (Use 16V) |
| C2 (Node B-C) | 22µF | 72.0 µC | 3.27V | ≥ 6.3V |
| C3 (Node C-D) | 47µF | 72.0 µC | 1.53V | ≥ 6.3V |
| Total / Equivalent | 6.0µF | 72.0 µC | 12.00V | N/A |
Notice how the 10µF capacitor drops 7.2V—more than half the total supply voltage—despite being part of a three-capacitor chain. If you mistakenly used identical 6.3V rated capacitors for this entire string, C1 would rapidly exceed its dielectric breakdown limit, vent its electrolyte, and fail.
Why Choose Series Over Parallel? (And What Breaks)
Why use a series topology at all? You wire capacitors in series to increase the overall voltage rating of the bank, while wiring them in parallel increases the overall capacitance. If you are designing an input filter for a 48V solar charge controller but only have 25V-rated capacitors in your bin, series wiring is mandatory. However, this introduces severe failure-mode risks that parallel circuits do not share.
When analyzing circuit reliability, we must look at the extremes. What breaks when a single element fails?
| Failure Event | Series Topology Result | Parallel Topology Result |
|---|---|---|
| One Capacitor Shorts | The shorted cap drops to 0V. The full source voltage instantly shifts to the remaining caps, overvolting them and causing a cascading thermal runaway failure. | The entire bank shorts to ground. The main circuit breaker or fuse trips immediately, protecting the rest of the capacitors. |
| One Capacitor Opens | The circuit path is broken. Total capacitance drops to zero. No DC current flows. The open capacitor retains its last charged voltage indefinitely. | Total capacitance decreases slightly, but the bank continues to function normally. No overvoltage occurs. |
| Leakage Current Mismatch | The capacitor with the lowest internal leakage current charges to a disproportionately high voltage, slowly exceeding its rated limit over hours of operation. | Leakage currents simply add together. Voltage remains equal across all parallel branches. |
Design Walkthrough: Building a 50V Snubber from 25V Parts
Let us design a real-world DC bus filter. We need roughly 100µF of capacitance to smooth a 48V nominal (54V peak) DC rail. We will use two standard 220µF, 25V aluminum electrolytic capacitors (such as the Panasonic EEU-FR1E221L) wired in series.
- Total Capacitance: $220µF / 2 = 110µF$ (Meets our 100µF requirement).
- Theoretical Voltage Rating: $25V + 25V = 50V$.
The Fix: Bleeder / Balancing Resistors
To force the voltage to divide equally regardless of internal leakage, we place high-value resistors in parallel with each capacitor. The current flowing through these resistors must be significantly higher (typically 5x to 10x) than the maximum expected leakage current of the capacitors, effectively swamping out the internal parasitic differences.
- Select Resistor Value: A standard rule of thumb for 25V caps is to use 10kΩ resistors. At 25V, a 10kΩ resistor draws 2.5mA. Typical leakage for a 220µF cap is around 0.01mA to 0.05mA. The 2.5mA bleeder current easily dominates the leakage variance.
- Calculate Power Dissipation: $P = V^2 / R = 25^2 / 10,000 = 0.0625W$. A standard 1/4W or 1/2W through-hole resistor is perfectly safe and will not overheat.
- Wiring: Solder one 10kΩ resistor directly across the legs of C1, and another 10kΩ resistor across the legs of C2. This creates a rigid resistive voltage divider that forces Node B to sit at exactly half the total supply voltage, guaranteeing neither capacitor exceeds 27V even at peak rail voltage.
Step-by-Step Breadboard Testing and Verification
Before soldering this design into a permanent PCB, you should validate the voltage division and the balancing resistor network on a solderless breadboard. Do not use mains voltage or high-current supplies for this test; a standard benchtop power supply or a 9V battery is sufficient to prove the math.
- De-energize and Discharge: Ensure your power supply is off. Short the leads of your capacitors with a 100Ω power resistor to safely drain any stored charge before handling them. Never short large capacitors with a bare screwdriver, as the instantaneous current spike can damage the internal foil and weld your tool to the terminals.
- Wire the Topology: Insert C1 and C2 into the breadboard. Connect the positive rail to C1's anode. Connect C1's cathode to C2's anode (this is your measurement Node B). Connect C2's cathode to the ground rail.
- Add Balancing Resistors: Insert the 10kΩ resistors so they bridge the exact same rows as the capacitor legs. C1's resistor spans from the positive rail to Node B. C2's resistor spans from Node B to ground.
- Apply Low Voltage: Set your bench power supply to 9.0V DC with a current limit of 50mA. Connect it to the breadboard rails. According to our series capacitor tutorials, the voltage should stabilize almost instantly due to the low RC time constant of the bleeder network.
- Measure and Verify: Set your digital multimeter to DC Voltage. Place the black probe on the ground rail. Place the red probe on Node B. You should read exactly 4.5V (±0.1V). If you read 4.5V, move the red probe to the positive rail to verify the full 9.0V is present.
- Test the Failure Mode: Carefully remove C2 from the circuit while power is applied (using insulated tweezers). Measure Node B again. It will immediately drop to 0V relative to ground, as the resistive divider now pulls Node B directly to ground through the 10kΩ resistor, proving the open-circuit failure mode outlined in Table 2.
By understanding that series capacitors divide voltage inversely to their capacitance—and by actively engineering around leakage current mismatches with balancing resistors—you can safely stack low-voltage components to handle high-voltage DC rails without risking catastrophic dielectric failure.






