Contact Sales & After-Sales Service

Contact & Quotation

  • Inquire: Call 0086-755-23203480, or reach out via the form below/your sales contact to discuss our design, manufacturing, and assembly capabilities.
  • Quote: Email your PCB files to Sales@pcbsync.com (Preferred for large files) or submit online. We will contact you promptly. Please ensure your email is correct.
Drag & Drop Files, Choose Files to Upload You can upload up to 3 files.

Notes:
For PCB fabrication, we require PCB design file in Gerber RS-274X format (most preferred), *.PCB/DDB (Protel, inform your program version) format or *.BRD (Eagle) format. For PCB assembly, we require PCB design file in above mentioned format, drilling file and BOM. Click to download BOM template To avoid file missing, please include all files into one folder and compress it into .zip or .rar format.

Capacitors in Series: Calculation, Voltage Division, and Real-World Applications

Capacitors in series come up regularly in PCB design, power electronics, and RF work — sometimes intentionally, sometimes accidentally. I’ve seen engineers spend an hour debugging an unexpected voltage distribution problem across a capacitor bank, only to trace it back to a fundamental misunderstanding of how series capacitors share voltage. And I’ve seen the opposite: a clever engineer who stacked two electrolytic caps in series to hit a voltage rating that didn’t exist as a standard part, saving a two-week lead time on a prototype.

Whether you’re building a high-voltage DC bus filter, tuning an RF matching network, or AC-coupling signal stages, understanding capacitors in series — from the governing formula through the failure modes — is one of those foundational skills that pays off repeatedly. This guide covers the complete picture: the physics, the math, the worked examples, and the practical design traps you need to know.

## What Happens Physically When Capacitors Are Connected in Series

Before getting to the formula, it’s worth understanding the physical reason why series capacitors behave the way they do. When you connect capacitors end-to-end in series and apply a voltage across the chain, you create a situation where the middle nodes — the connections between adjacent capacitors — are electrically isolated from the supply. They can’t accumulate net charge from an external source; any charge that arrives on one side must leave from the other.

The consequence is that every capacitor in the series chain stores exactly the same amount of charge Q. This is charge conservation in action: the charge on the right plate of C1 came from the left plate of C2, the charge on the right plate of C2 came from the left plate of C3, and so on. No charge appears from nowhere and none disappears.

This equal-charge constraint is the key to deriving everything else about series capacitors. Since Q is the same for every capacitor, but each capacitor may have a different capacitance value, the voltage across each capacitor — given by V = Q/C — will differ. A smaller capacitor stores the same charge but at a higher voltage. A larger capacitor stores the same charge at a lower voltage. This inverse relationship between capacitance value and voltage drop is the defining characteristic of capacitors in series, and it drives both the calculation method and the practical design considerations.

## The Capacitors in Series Formula: Derivation and How to Use It

### General Formula for Total Capacitance

Starting from Kirchhoff’s Voltage Law: the total voltage across the series string equals the sum of voltages across each individual capacitor:

V_total = V₁ + V₂ + V₃ + …

Since V = Q/C for each capacitor, and Q is the same for all:

Q/C_total = Q/C₁ + Q/C₂ + Q/C₃ + …

Dividing both sides by Q:

1/C_total = 1/C₁ + 1/C₂ + 1/C₃ + …

The total capacitance equals the reciprocal of the sum of reciprocals. This is the same mathematical form as the formula for resistors in parallel, and it’s important to remember that: the total capacitance of capacitors in series is always less than the smallest individual capacitor in the chain.

### Two-Capacitor Shortcut Formula

For the common case of exactly two capacitors in series, there’s a faster formula that avoids computing reciprocals:

C_total = (C₁ × C₂) / (C₁ + C₂)

This “product over sum” shortcut is worth memorizing. It’s the form you’ll reach for in design reviews and back-of-envelope calculations.

### Equal-Value Special Case

If all capacitors in the series chain have the same value C, the total capacitance simplifies to:

C_total = C / n

Where n is the number of capacitors. Two 100nF caps in series give 50nF. Three 100nF caps in series give 33.3nF. This is a quick way to obtain a precise non-standard value from standard parts, and it’s also how stacking identical capacitors for voltage rating works.

Capacitors in Series — Formula Reference Table:

ScenarioFormulaExample
General (n capacitors)1/C_t = 1/C₁ + 1/C₂ + … + 1/Cₙ1/C_t = 1/10µF + 1/22µF + 1/47µF
Two capacitorsC_t = (C₁ × C₂) / (C₁ + C₂)(10µF × 22µF) / (10 + 22) = 6.875µF
Equal valuesC_t = C / n3 × 100nF = 33.3nF total
n equal capacitorsC_t = C / n5 × 470µF = 94µF total

### Worked Example: Three Capacitors in Series

Calculate the total capacitance of 10µF, 22µF, and 47µF capacitors connected in series.

1/C_total = 1/10 + 1/22 + 1/47 = 0.1 + 0.04545 + 0.02128 = 0.16673

C_total = 1/0.16673 = 5.998µF ≈ 6µF

Note: the result (6µF) is less than the smallest capacitor (10µF). This confirms the calculation is correct. If your answer is ever larger than the smallest value in the chain, you’ve made an error.

## Voltage Division Across Capacitors in Series

Since every capacitor in the series string stores the same charge Q, and V = Q/C, the voltage across each capacitor is inversely proportional to its capacitance. A smaller capacitor gets a larger share of the voltage.

### Voltage Division Formula

For a capacitor Cₓ in a series string with total voltage V_total:

V_x = V_total × (C_total / C_x)

Or equivalently, since all capacitors share the same charge Q = C_total × V_total:

V_x = Q / C_x = (C_total × V_total) / C_x

This inverse relationship is the opposite of a resistive voltage divider, where a larger resistance claims a larger voltage. With capacitors in series, the larger capacitor claims the smaller voltage.

### Worked Voltage Division Example

Two capacitors — 100nF and 220nF — are connected in series across 12V. Find the voltage across each.

Step 1: Find C_total: C_total = (100 × 220) / (100 + 220) = 22,000 / 320 = 68.75nF

Step 2: Find total charge: Q = C_total × V_total = 68.75nF × 12V = 825nC

Step 3: Find individual voltages: V₁ (100nF) = Q / C₁ = 825nC / 100nF = 8.25V V₂ (220nF) = Q / C₂ = 825nC / 220nF = 3.75V

Check: 8.25 + 3.75 = 12V ✓

The smaller 100nF capacitor takes 8.25V — nearly 70% of the total — while the larger 220nF takes only 3.75V. The smaller the capacitor, the bigger its voltage share.

Voltage Division Summary Table (12V source):

CapacitorValueVoltage Across% of Total
C₁100nF8.25V68.75%
C₂220nF3.75V31.25%
Total68.75nF12.00V100%

This voltage division behavior is why the smallest capacitor in any series string sets the worst-case voltage stress. Always check that the smallest capacitor can survive the full supply voltage, not just its proportional share — because tolerance variations and leakage effects can push more voltage onto it than the ideal calculation predicts.

## ESR and ESL Behavior in Series Capacitor Strings

ESR (Equivalent Series Resistance) adds directly in series, just like regular resistors:

ESR_total = ESR₁ + ESR₂ + ESR₃ + …

This matters for power supply designs where ripple current flows through the capacitor string. The total I²R heating is now determined by the sum of all individual ESR values. If you’re stacking two 100µF electrolytics in series to get 50µF at double the voltage, the ESR of the combination doubles. This needs to be within the ripple current rating of the assembly.

ESL (Equivalent Series Inductance) also adds in series, following the same additive rule as ESR. For high-frequency decoupling and bypass applications, stacking capacitors in series increases total ESL and therefore lowers the self-resonant frequency (SRF) of the combination. This is one reason series stacking is more commonly used at power frequencies and lower signal frequencies — at RF, stacking adds enough parasitic inductance to meaningfully degrade performance.

## The Voltage Sharing Problem: Why Identical Specifications Aren’t Enough

Here’s the issue that trips up engineers who haven’t worked with series electrolytic capacitor banks before: even when you put identically rated capacitors in series, the voltage won’t distribute evenly in practice. Two separate mechanisms cause this, and both need to be understood.

### Capacitance Tolerance Creates Unequal Voltage Distribution

From the voltage division formula, any difference in capacitance between two series capacitors means different voltage shares. Aluminum electrolytic capacitors routinely carry ±20% tolerance — one of the widest tolerance specifications of any passive component. If you put two “equal” 470µF 100V electrolytics in series for a 200V bus, one might measure 376µF (−20%) and the other 564µF (+20%). The smaller cap — the 376µF one — takes significantly more than half the bus voltage:

V₁ (376µF) = 200V × [188µF / 376µF] ≈ 107V V₂ (564µF) = 200V × [188µF / 564µF] ≈ 67V (approximately — using simplified ratio)

The cap rated at 100V is already experiencing 107V. A standard 100V part is stressed above its rating before you’ve added any safety margin at all.

### Leakage Current Imbalance Worsens Over Time

Every real capacitor has a small leakage current — current that flows through the dielectric even in steady-state DC conditions. In a series capacitor string, the capacitor with the lowest leakage current (highest effective dielectric resistance) accumulates disproportionately more voltage, because less charge “bleeds off” through it compared to its neighbors. This effect:

  • Is worst in aluminum electrolytic capacitors, which have the highest and most variable leakage
  • Gets worse as capacitors age (leakage increases over time with electrolytics)
  • Can cause a capacitor that started within its voltage rating to drift above it after months or years of operation

### Balancing Resistors: The Solution to Voltage Sharing Problems

The solution to both tolerance-related and leakage-related voltage imbalance is to place a resistor in parallel with each capacitor in the series string. These are called balancing resistors (sometimes incorrectly called bleeder resistors, though they perform different functions).

The balancing resistor provides a deliberate, predictable current path that overwhelms the variation in leakage current between capacitors. When the resistor current dominates the leakage current, each capacitor’s voltage is primarily set by the resistor network, not by leakage variation.

Balancing Resistor Design Rule:

Choose resistor value R such that the current through each resistor is at least 3× to 10× the maximum specified leakage current of the capacitor at operating voltage.

R_balance = V_per_cap / (3 × I_leakage_max)

For a 100V share on an electrolytic with 5mA maximum leakage: R_balance = 100V / (3 × 5mA) = 6,667Ω → use 6.8kΩ

Power dissipation per resistor: P = V²/R = 100²/6,800 = 1.47W → use 2W rated resistors

Each capacitor in the bank needs its own balancing resistor. A single resistor across the full bank does not protect individual capacitors from reaching overvoltage — if any capacitor in the string develops a short-circuit fault, the full bus voltage can appear across the remaining series elements.

Capacitors in Series with Balancing Resistors — Design Summary:

Design DecisionGuideline
Balancing resistor current3–10× max capacitor leakage current
Resistor toleranceMatch to ±1% or better for tight voltage sharing
Resistor power ratingCalculate P = V²/R per cap; derate by 2×
Capacitor voltage deratingUse 80–85% of rated voltage as maximum operating voltage
Minimum number in seriesAdd at least one spare for tolerance/aging margin
Capacitor matchingBuy from same batch to minimize initial tolerance spread

## Capacitors in Series: Applications Across Circuit Design

Understanding when to intentionally connect capacitors in series — and what you gain from it — is where this knowledge becomes a design tool rather than just a calculation exercise.

### High-Voltage DC Bus Filtering: Stacking for Voltage Rating

The most direct application is building a capacitor bank with a higher voltage rating than any single available part. A 600V DC bus filter might be built from three 220µF 200V electrolytic capacitors in series, yielding 73.3µF at an effective 600V rating (with balancing resistors ensuring equal voltage distribution).

This approach is common in industrial motor drives, high-voltage laboratory power supplies, medical imaging equipment, and anywhere the system voltage exceeds what standard single capacitors can handle cost-effectively. Supercapacitor banks for electric vehicles and energy storage often connect dozens of 2.7V cells in series for this same reason — individual cell voltage ratings far below the system bus voltage.

Design checklist for high-voltage series capacitor banks:

  • Install balancing resistors across each capacitor
  • Derate each capacitor’s voltage rating to 80% of maximum
  • Use matched capacitors from the same production batch where possible
  • Provide a discharge path (bleeder) across the entire bank for safety
  • Verify ripple current capability of the series combination (ESR adds up)

### Obtaining Non-Standard Capacitance Values

When your design needs a specific capacitance that doesn’t exist in the standard EIA series (E12, E24), two capacitors in series can give you values between standard parts. Series combination of 10nF and 15nF gives approximately 6nF. Series combination of 22nF and 33nF gives approximately 13.2nF.

This trick is more practically useful at RF frequencies where exact capacitance sets a resonant frequency precisely, and at small capacitance values where the range of available standard parts has wider gaps.

### AC Coupling and DC Blocking

A single capacitor in series with a signal path blocks DC while passing AC — one of the most fundamental circuit functions in analog design. In a transistor amplifier, coupling capacitors isolate the DC operating point of one stage from the DC bias requirements of the next. The input coupling capacitor ensures the signal source sees the amplifier’s input impedance rather than the bias resistor network, and that the signal source’s own DC potential doesn’t disturb the transistor’s quiescent point.

The series coupling capacitor forms a high-pass filter with the input impedance of the receiving stage:

f_cutoff = 1 / (2π × R_input × C)

For an audio amplifier with 10kΩ input impedance that needs flat response to 20Hz:

C = 1 / (2π × 10,000 × 20) = 796nF → use 1µF standard value

For RF amplifier stages, C0G/NP0 ceramic MLCCs are the correct choice for coupling capacitors — their zero DC bias effect and zero aging ensure the cutoff frequency stays where you set it. For audio-frequency coupling, polypropylene film capacitors minimize dielectric absorption and distortion. For general signal coupling at mid-frequencies, X7R ceramic is acceptable but introduces aging and a mild DC bias effect if any DC potential is present.

The AC coupling scenario also appears in two-capacitor back-to-back configurations for bipolar (AC) signals. When you need to connect polarized electrolytic capacitors in a signal path where AC voltage swings both positive and negative, two electrolytic capacitors can be connected back-to-back (negative terminal to negative terminal, or positive to positive, depending on the circuit’s DC bias). This creates a non-polarized effective capacitor at half the individual capacitance — a useful technique for large-value coupling capacitors in audio preamp circuits where film capacitors at those values would be physically enormous.

### Capacitive Voltage Dividers

In AC circuits, the inverse voltage-sharing characteristic of series capacitors creates a capacitive voltage divider. A small capacitor in series with a large capacitor divides the AC voltage with the larger fraction across the smaller component. This is the basis of:

  • Touchscreen sensing circuits, where a finger’s proximity changes the effective capacitance of a series combination
  • High-voltage AC measurement probes, where a precision capacitive divider samples a fraction of line voltage for metering
  • Oscillator circuits, where capacitive dividers in the feedback network set the feedback fraction

Capacitive voltage dividers are only practical for AC signals — DC doesn’t divide meaningfully because capacitors block DC steady-state current, and leakage effects dominate.

### Obtaining a Precise Non-Standard RC Time Constant

Two capacitors in series can create a total capacitance between standard values, which allows an RC timing circuit to be precisely tuned with standard resistors. If an RC timer using a 1kΩ resistor needs a 4.7µF capacitor for an exact 4.7ms time constant, but no standard 4.7µF part is available, combining 10µF and 10µF in series gives 5µF — close enough for most timing applications.

## Series vs. Parallel: Choosing the Right Configuration

Every PCB design decision about capacitor networks comes down to understanding what you want to achieve.

Series capacitors: choose when you need to:

  • Increase effective voltage rating beyond a single part’s limit
  • Reduce capacitance to a specific non-standard lower value
  • Block DC while passing AC (coupling/filtering)
  • Create a capacitive voltage divider for AC signals

Parallel capacitors: choose when you need to:

  • Increase total capacitance
  • Reduce effective ESR (combines in parallel to reduce)
  • Reduce effective ESL (useful for broadband decoupling)
  • Cover a wider frequency range (paralleling different values)

Series vs. Parallel Capacitor Configuration Comparison:

PropertySeriesParallel
Total CapacitanceDecreases (less than smallest)Increases (sum of all)
Effective Voltage RatingIncreases (voltages add)Limited by lowest rated cap
Total ESRIncreases (ESR values add)Decreases (ESR values combine in parallel)
Total ESLIncreasesDecreases
Charge on Each CapSame (Q = constant)Different (Q = C × V, V is same)
Voltage Across Each CapDifferent (V = Q/C)Same (V = constant)
Formula TypeReciprocal sum (like parallel resistors)Simple sum (like series resistors)
Main Use CaseHigher voltage rating, AC couplingHigher capacitance, better decoupling

## Common Design Mistakes with Series Capacitors

Over years of PCB design reviews, a few errors come up repeatedly when engineers work with series capacitor configurations:

Not accounting for voltage derating on the smallest capacitor. In a mixed-value series string, the smallest capacitor sees the highest voltage. If that capacitor is already close to its voltage rating in the ideal case, any tolerance spread puts it over the limit. Always ensure the smallest capacitor in any series string is rated to handle the full supply voltage with margin, not just its calculated proportional share.

Missing balancing resistors on electrolytic series banks. This is the most expensive mistake — it looks fine on the bench at room temperature during initial testing, but fails in the field after temperature cycling degrades capacitor matching and increases leakage variation. If you’re connecting electrolytic capacitors in series for voltage stacking, balancing resistors are not optional.

Ignoring ESR accumulation for ripple current applications. Series capacitors have additive ESR. A bank that looks adequate from a capacitance standpoint may fail thermally because the combined ESR causes excessive heating at the ripple current frequency. Check the total ESR against the application’s ripple current requirement.

Using X7R or X5R ceramics in precision timing with series combinations. Class II MLCCs exhibit aging (capacitance decreases ~2% per decade-hour after last thermal event). In a series timing network, both capacitors age, and the aging rates may differ, causing the time constant to drift unpredictably. Use C0G/NP0 dielectric for any series combination used in timing or oscillator circuits.

Forgetting that back-to-back electrolytics halve the capacitance. Connecting two polarized electrolytics back-to-back to create a non-polar equivalent gives half the capacitance of one capacitor, not double. If you need 100µF non-polar using electrolytic caps back-to-back, you need two 200µF parts.

## Useful Resources for Capacitors in Series Calculations

Calculation Tools and Tutorials

Design Guidance

Parametric Search and Datasheet Resources

## 5 FAQs About Capacitors in Series

Q1: Why is the total capacitance of capacitors in series always less than the smallest individual capacitor?

The physical reason is effective plate separation. When you connect capacitors in series, the isolated middle nodes mean the outer plates of the series string are effectively separated by the sum of all the individual dielectric thicknesses. Since capacitance is inversely proportional to plate separation (C = ε₀εᵣA/d), more total separation means less total capacitance. Mathematically, the reciprocal-sum formula always produces a result smaller than any single term — because 1/C_total is the sum of multiple positive terms, each larger than the value 1/C_total alone would be. The formula behaves identically to parallel resistors; you’ll recognize from circuit fundamentals that parallel resistors also give a result smaller than the smallest individual resistor.

Q2: Do capacitors in series really share voltage equally? My measurements show unequal voltages across my series electrolytic bank.

No, they don’t share equally unless all capacitors are identical — and even then, they won’t in practice due to manufacturing tolerance. The voltage across each capacitor is inversely proportional to its capacitance: V_x = Q/C_x. A smaller capacitor takes a larger voltage share. For aluminum electrolytic capacitors with ±20% tolerance, this can mean a significant difference even for nominally identical parts. Beyond tolerance, leakage current variation between capacitors — which gets worse as parts age — can push voltage distribution further away from equal. The correct solution is balancing resistors across each capacitor in the series string, designed to carry 3–10× the maximum capacitor leakage current. These dominate over the leakage variation and force the voltage to follow the resistor ratio rather than the capacitor leakage ratio.

Q3: I need to connect capacitors in series for a high-voltage application. How do I calculate the balancing resistor value?

First, get the leakage current specification from the datasheet of the capacitor you’re using — this is typically specified in µA or mA at rated voltage and temperature. The balancing resistor across each capacitor should carry at least 3× that maximum leakage current to ensure it dominates:

R_balance = V_per_cap / (3 × I_leakage_max)

For example, a 100V electrolytic with 3mA maximum leakage, sharing 100V in a 200V two-cap series string: R_balance = 100V / (3 × 3mA) = 100/0.009 = 11.1kΩ → use 10kΩ standard value

Power per resistor: P = V²/R = 100²/10,000 = 1W → use at minimum a 2W resistor (derate by 2×)

Use 1% tolerance resistors for tight voltage sharing. Buy capacitors from the same production batch to minimize tolerance spread at assembly. Monitor each capacitor’s voltage during commissioning to confirm distribution is within design limits. For safety-critical applications, derate each capacitor’s voltage to 80–85% of its rated maximum operating voltage.

Q4: Can I use capacitors in series to achieve a non-standard RC time constant?

Yes, and this is a legitimate design technique. Since the total capacitance of series capacitors follows the reciprocal-sum formula, combining two standard E12 or E24 values in series can give you capacitances between standard values. For example, 10nF in series with 22nF gives 6.875nF — a value not in the standard series. Combined with a standard resistor value, this can hit time constants that would otherwise require a custom resistor or a potentiometer.

However, for timing precision, be careful about dielectric choice. If you’re using X7R MLCCs, the series combination will age and drift due to ferroelectric aging — both capacitors lose capacitance at roughly the same rate, so the series combination also drifts proportionally. For any timing application where stability matters over the product lifetime, use C0G (NP0) dielectric in both capacitors. C0G has zero aging and a temperature coefficient within ±30ppm/°C, keeping your RC time constant stable for the life of the product.

Q5: How do series capacitors in an AC coupling application behave differently from a single capacitor?

From a frequency-response standpoint, a series combination of capacitors in an AC coupling application behaves exactly like a single capacitor with the equivalent total capacitance. The cutoff frequency of the resulting high-pass filter is determined by the total series capacitance and the circuit’s load resistance: f_c = 1/(2π × R × C_total). You get the same DC-blocking and AC-passing behavior you’d expect.

The practical differences emerge from voltage rating and tolerance effects. If you’re AC coupling a signal that has a significant DC offset, the series combination splits the DC voltage across the two capacitors inversely proportional to capacitance — the smaller cap takes more DC voltage. This can be relevant when AC coupling at high DC voltage levels, where you might be using two capacitors in series specifically to handle the DC offset without a single high-voltage part. For audio AC coupling with no significant DC offset, a single appropriately-rated film or C0G ceramic capacitor is cleaner than a series pair, because you avoid the tolerance-related effects and the doubled ESR from two parts in series.

## Putting It All Together: Series Capacitor Design in Practice

Capacitors in series give you two primary benefits: a lower effective capacitance and a higher effective voltage rating. The trade-offs are clear — ESR and ESL both increase, voltage distribution becomes unequal unless actively managed, and the design complexity goes up with every additional capacitor in the string.

For straightforward AC coupling and DC blocking, a single well-chosen capacitor usually beats a series combination. For high-voltage DC bus filtering where no single standard part exists at the required voltage, series stacking with balancing resistors is a clean, proven engineering approach. For RF and precision analog work, series combinations can create non-standard capacitance values that hit exact resonant frequencies or cutoff points without custom parts.

The pattern that runs through all these applications is the same: understand the physics (equal charge, inversely proportional voltages), work through the calculations (reciprocal-sum formula, voltage division), and address the real-world complications proactively (tolerance, leakage, ESR, balancing resistors). Get those three things right and series capacitor circuits are a reliable tool in your design toolkit.

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Sales & After-Sales Service

Contact & Quotation

  • Inquire: Call 0086-755-23203480, or reach out via the form below/your sales contact to discuss our design, manufacturing, and assembly capabilities.

  • Quote: Email your PCB files to Sales@pcbsync.com (Preferred for large files) or submit online. We will contact you promptly. Please ensure your email is correct.

Drag & Drop Files, Choose Files to Upload You can upload up to 3 files.

Notes:
For PCB fabrication, we require PCB design file in Gerber RS-274X format (most preferred), *.PCB/DDB (Protel, inform your program version) format or *.BRD (Eagle) format. For PCB assembly, we require PCB design file in above mentioned format, drilling file and BOM. Click to download BOM template To avoid file missing, please include all files into one folder and compress it into .zip or .rar format.