Capacitor in Series vs Parallel: Formulas & Practical Guide

“Weโ€™ve trusted Rayming with multiple PCB orders, and theyโ€™ve never disappointed. Their manufacturing process is top-tier, and their team is always helpful. A+ service!”

I have had excellent service from RayMing PCB over 10 years. Your engineers have helped me and saved me many times.

Rayming provides top-notch PCB assembly services at competitive prices. Their customer support is excellent, and they always go the extra mile to ensure satisfaction. A trusted partner!

Learn how capacitors in series and parallel work โ€” formulas, voltage distribution, worked examples, and practical PCB applications. Includes comparison tables and FAQs.

Walk through any PCB schematic and you’ll find capacitors stacked in parallel on every power rail and occasionally chained in series across high-voltage nodes. Both configurations are everywhere, but a surprising number of engineers apply them by habit rather than by calculation. Understanding capacitors in series and in parallel โ€” the formulas, the trade-offs, and the real-world reasons for choosing one over the other โ€” is foundational knowledge that pays dividends every time you sit down to design or debug a board.

This guide covers the math, the physical reasoning behind it, worked examples, and the practical scenarios where each configuration actually makes sense.

Why Capacitor Configuration Matters on a Real PCB

Before diving into formulas, it’s worth framing why this matters beyond textbook theory. When you place capacitors on a PCB, you’re making deliberate choices about total capacitance, voltage handling, energy storage, and impedance behavior across frequency. Getting the configuration wrong doesn’t just mean slightly off filtering โ€” it can mean a regulator that oscillates, a high-voltage rail that destroys components, or decoupling that works at DC but fails completely at the switching frequency where it’s needed most.

Capacitors in Parallel: Formula, Behavior, and When to Use It

H3: The Parallel Capacitance Formula

When capacitors are connected in parallel โ€” all positive terminals tied together, all negative terminals tied together โ€” the total capacitance is simply the sum of each individual capacitance:

C_total = Cโ‚ + Cโ‚‚ + Cโ‚ƒ + … + Cโ‚™

This is the intuitive one. Parallel capacitors add together the same way parallel resistors do not. The reason is physical: placing capacitors in parallel effectively increases the total plate area while keeping the plate separation constant. More plate area means more charge storage โ€” more capacitance.

Worked Example:

Three capacitors in parallel: 100ยตF, 47ยตF, and 10ยตF.

C_total = 100 + 47 + 10 = 157ยตF

That’s it. No reciprocals, no complex algebra.

H3: Voltage Rating in a Parallel Configuration

This is where engineers sometimes get complacent. When capacitors are in parallel, the voltage across every capacitor is identical โ€” it equals the supply voltage. This means:

  • Each capacitor must individually be rated for the full supply voltage
  • The parallel configuration does NOT increase the voltage rating
  • Using a 16V capacitor in parallel with a 50V capacitor on a 24V rail will destroy the 16V cap

The total charge storage increases, and the total energy stored increases, but the voltage limit is set by the weakest component in the group.

ParameterParallel Configuration
Total CapacitanceCโ‚ + Cโ‚‚ + Cโ‚ƒ
Voltage RatingEquals the lowest-rated individual cap
Total ChargeQ_total = Qโ‚ + Qโ‚‚ + Qโ‚ƒ
Total EnergyE = ยฝ ร— C_total ร— Vยฒ
Impedance at frequencyLower (capacitors in parallel reduce ESR too)

H3: Why Engineers Put Capacitors in Parallel

The most common reason is to hit a target capacitance when a single large capacitor isn’t available, isn’t cost-effective, or doesn’t fit the footprint. But there are more nuanced reasons:

Broadband decoupling: Different capacitor types have different self-resonant frequencies (SRF). A 100ยตF bulk electrolytic has good low-frequency impedance but poor high-frequency performance. A 100nF MLCC has a high SRF and handles high-frequency noise. Place them in parallel and the combination handles both frequency ranges. This is why you see a large electrolytic and several small ceramics on every power rail in a well-designed board.

ESR reduction: Parallel capacitors combine their ESR in parallel, reducing the total series resistance. If you need very low ESR for a high-ripple-current application, paralleling multiple standard electrolytics is often cheaper than buying a single premium low-ESR unit.

Reliability / redundancy: In high-reliability designs, spreading capacitance across multiple smaller units reduces the impact of any single component failure.

Capacitors in Series: Formula, Behavior, and When to Use It

H3: The Series Capacitance Formula

Capacitors in series follow the reciprocal sum formula โ€” the same structure as parallel resistors:

1/C_total = 1/Cโ‚ + 1/Cโ‚‚ + 1/Cโ‚ƒ + … + 1/Cโ‚™

Or in the simplified two-capacitor case:

C_total = (Cโ‚ ร— Cโ‚‚) / (Cโ‚ + Cโ‚‚)

The total capacitance of capacitors in series is always less than the smallest individual capacitor. This seems counterintuitive until you understand the physics: series capacitors effectively increase the total plate separation while keeping the plate area constant. Greater separation means lower capacitance.

Worked Example 1 โ€” Two equal capacitors in series:

Cโ‚ = Cโ‚‚ = 100ยตF

C_total = (100 ร— 100) / (100 + 100) = 10000 / 200 = 50ยตF

Two equal capacitors in series always give exactly half the individual capacitance.

Worked Example 2 โ€” Two unequal capacitors in series:

Cโ‚ = 100ยตF, Cโ‚‚ = 22ยตF

C_total = (100 ร— 22) / (100 + 22) = 2200 / 122 = 18.03ยตF

Notice how the result is dominated by the smaller capacitor. In series configurations, the smallest capacitor has the most influence on the total โ€” the opposite of a chain of parallel capacitors.

Worked Example 3 โ€” Three capacitors in series:

Cโ‚ = 10ยตF, Cโ‚‚ = 47ยตF, Cโ‚ƒ = 100ยตF

1/C_total = 1/10 + 1/47 + 1/100 = 0.1 + 0.02128 + 0.01 = 0.13128

C_total = 1 / 0.13128 = 7.62ยตF

H3: Voltage Distribution in Series Capacitors

This is the critical behavior that makes series configurations useful. When capacitors are connected in series, the supply voltage divides across the capacitors in inverse proportion to their capacitance:

Vโ‚ = V_total ร— (C_total / Cโ‚)

Or equivalently, since charge is equal on all series capacitors:

Vโ‚ / Vโ‚‚ = Cโ‚‚ / Cโ‚

A smaller capacitor takes a larger share of the voltage. A larger capacitor takes a smaller share.

Voltage distribution example:

Two capacitors in series across a 100V supply: Cโ‚ = 100ยตF, Cโ‚‚ = 100ยตF

Vโ‚ = Vโ‚‚ = 50V each โ€” equal split for equal capacitances.

Now with Cโ‚ = 100ยตF, Cโ‚‚ = 10ยตF:

C_total = (100 ร— 10) / 110 = 9.09ยตF Vโ‚ = 100 ร— (9.09 / 100) = 9.09V across the 100ยตF cap Vโ‚‚ = 100 ร— (9.09 / 10) = 90.9V across the 10ยตF cap

The smaller capacitor takes the majority of the voltage. This is why unmatched capacitors in series without voltage-balancing resistors are dangerous.

ParameterSeries Configuration
Total CapacitanceLess than smallest individual cap
Voltage RatingSum of individual voltage ratings (with caveats)
Voltage DistributionInversely proportional to capacitance
ChargeEqual on all capacitors (Q = C_total ร— V_total)
Primary Use CaseVoltage rating extension, AC coupling, charge pumps

H3: Voltage Balancing Resistors in Series Capacitor Strings

If you’re putting electrolytic capacitors in series to handle a higher voltage than a single unit supports, you must add balancing resistors in parallel with each capacitor. Without them, manufacturing tolerances and leakage current differences will cause the voltage to distribute unevenly, potentially over-stressing one capacitor in the string.

The balancing resistor value is typically chosen so that the bleed current (V/R) is roughly 3โ€“5ร— the maximum expected capacitor leakage current. A common starting point is 100kฮฉ for capacitors rated below 100V, but always verify against the specific capacitor’s leakage spec in the datasheet.

Series vs Parallel: Direct Comparison

PropertyCapacitors in SeriesCapacitors in Parallel
Total CapacitanceLess than smallest capSum of all caps
Voltage HandlingHigher (sum of ratings*)Same as individual rating
Formula1/C_t = 1/Cโ‚ + 1/Cโ‚‚…C_t = Cโ‚ + Cโ‚‚ + Cโ‚ƒ…
Charge StoredSame on each capDivides among caps
ESRAdds (higher total ESR)Reduces (lower total ESR)
Main ApplicationVoltage extension, AC couplingIncreased capacitance, broadband filtering
Risk FactorUnequal voltage sharingIndividual cap voltage ratings

*Only achievable reliably with matched capacitors or balancing resistors.


Practical PCB Applications: When to Use Series or Parallel

H3: Parallel Capacitors for Power Supply Decoupling

The textbook example: on a 3.3V rail, you’ll commonly see a 10ยตF X5R MLCC in parallel with a 100nF C0G MLCC. The 10ยตF handles mid-frequency bulk charge storage, the 100nF handles high-frequency transient decoupling near its self-resonant frequency. The combination gives flat, low-impedance coverage across a decade or more of frequency.

This is not just parallel capacitance addition โ€” it’s strategic impedance engineering across frequency. When you’re laying out the board, the 100nF decoupling cap should be as close as physically possible to the IC power pin, with the 10ยตF cap slightly further out toward the power plane. The placement reinforces the frequency-domain division of labor between the two.

H3: Parallel Capacitors to Meet Bulk Capacitance Targets

On a 12V input switching converter that calls for 470ยตF of input capacitance, you have choices: one large 470ยตF/25V unit, two 220ยตF/25V units in parallel, or four 100ยตF/25V units in parallel. In high-ripple-current designs, the multiple-unit approach distributes thermal load and can be mechanically more reliable. The total ESR of four paralleled caps is one-quarter the individual ESR, which matters when you’re calculating power dissipation in the capacitor bank.

H3: Series Capacitors for Voltage Rating Extension

A common scenario in industrial or automotive electronics: you need 200ยตF at 100V, but your approved component list only has 63V-rated electrolytics in the right footprint. Two 470ยตF/63V caps in series give you approximately 235ยตF at an effective 126V rating (with balancing resistors). This is a real solution used in production hardware when lead times or cost constraints make single high-voltage units impractical.

H3: Series Capacitors for AC Coupling

AC coupling capacitors โ€” used to block DC while passing AC signals โ€” are almost always single capacitors, but the principle of series capacitance applies when you need a specific coupling capacitance in an unusual value. More relevantly, the series capacitor in an AC coupling application must be chosen with regard to the RC time constant it forms with the load resistance, which defines the low-frequency cutoff of the coupling network.

H3: Series-Parallel Combinations for Custom Requirements

Real designs sometimes call for series-parallel combinations. For example, a 4-capacitor array might be arranged as two parallel groups of two series capacitors each. The calculation proceeds in stages: resolve the series groups first to get their equivalent capacitance, then sum the parallel results.

Example:

Group A: 100ยตF and 100ยตF in series โ†’ 50ยตF Group B: 100ยตF and 100ยตF in series โ†’ 50ยตF Group A in parallel with Group B โ†’ 100ยตF at 2ร— the individual voltage rating

This configuration doubles the voltage handling compared to all four in parallel, while maintaining 100ยตF total capacitance โ€” a useful trade-off when board space is fixed but voltage headroom is needed.

Capacitance, Energy, and Charge: The Supporting Equations

For completeness, here are the core capacitor equations that apply in both configurations:

FormulaDescription
Q = C ร— VCharge stored (Coulombs)
E = ยฝ ร— C ร— VยฒEnergy stored (Joules)
I = C ร— (dV/dt)Current in response to voltage change
X_C = 1 / (2ฯ€ ร— f ร— C)Capacitive reactance at frequency f
f_SRF = 1 / (2ฯ€ ร— โˆš(LC))Self-resonant frequency (L = parasitic inductance)

The reactance formula is particularly important for decoupling design. A 100nF capacitor has a reactance of about 1.6ฮฉ at 1MHz and 0.16ฮฉ at 10MHz. Doubling the capacitance (two in parallel) halves the reactance โ€” directly reducing AC impedance at every frequency.

Common Mistakes When Combining Capacitors

Using mismatched caps in series without balancing resistors. Manufacturing tolerance alone can cause significant voltage imbalance. In a 100V system, a 20% capacitance mismatch could result in one capacitor seeing 60V while the other sees 40V โ€” fine if both are rated for 100V, catastrophic if you chose 50V-rated parts.

Assuming series capacitors double the voltage rating. They can, but only with proper balancing. Unbalanced series capacitors in a real circuit will not split voltage evenly, and the component with lower capacitance (which takes more voltage due to Q = CV) may exceed its rating.

Ignoring ESR when paralleling capacitors. Two capacitors in parallel have lower combined ESR only if they’re of similar types. Paralleling a low-ESR MLCC with a high-ESR general-purpose electrolytic creates a complex interaction at resonance. At certain frequencies the circuit can actually exhibit higher impedance than either component alone โ€” a phenomenon called anti-resonance. Simulation in SPICE before layout is good practice on sensitive rails.

Over-decoupling with too many parallel ceramics. More parallel capacitance isn’t always better. Dense MLCC arrays on high-speed power rails can create low-impedance paths that cause instability in some voltage regulator topologies. Check the regulator’s stability requirements and output impedance specifications before stacking caps indiscriminately.

Useful Resources

  • Murata SimSurfingย โ€” product.murata.comย โ€” Simulate capacitance vs. DC bias, temperature, and frequency for Murata MLCCs; essential for parallel decoupling design
  • KEMET SPICE Modelsย โ€” kemet.comย โ€” Downloadable SPICE models including parasitic inductance and ESR for accurate series/parallel simulation
  • TDK Capacitor Selection Toolย โ€” product.tdk.comย โ€” Filter by capacitance, voltage, ESR, and temperature coefficient
  • Texas Instruments Power Supply Decoupling Application Note SLVA630ย โ€” Practical guidance on parallel capacitor selection for IC power pins
  • Digi-Key Capacitor Parametric Searchย โ€” digikey.comย โ€” Filter and compare by series, value, voltage, and ESR
  • EEVblog Capacitor Seriesย โ€” YouTube โ€” David Jones’ practical video series covering capacitor behavior in real circuits
  • All About Circuits โ€” Capacitors Chapterย โ€” allaboutcircuits.comย โ€” Free textbook-quality reference with worked examples

FAQs: Capacitors in Series and Parallel

Q1: Do capacitors in series increase or decrease total capacitance? They decrease it. The total capacitance of capacitors in series is always less than the smallest individual capacitor in the string. The formula is 1/C_total = 1/Cโ‚ + 1/Cโ‚‚ + 1/Cโ‚ƒ. This is the opposite behavior from resistors โ€” series capacitors behave like parallel resistors mathematically.

Q2: Can I simply put two capacitors in series to double the voltage rating? In theory, yes โ€” if both capacitors are identical and matched. In practice, manufacturing tolerances mean the voltage will not split exactly equally, and the capacitor with slightly lower capacitance will carry a higher voltage. For any serious high-voltage application, always add balancing resistors in parallel with each capacitor in the series string to enforce equal voltage sharing.

Q3: Why do PCB designers put a small ceramic capacitor in parallel with a large electrolytic? It’s not just for extra capacitance โ€” it’s for broadband impedance control. A large electrolytic has good low-frequency capacitance but poor high-frequency performance due to its internal inductance and ESR. A small MLCC has a high self-resonant frequency and handles GHz-range noise. Together, the parallel combination gives low impedance across a much wider frequency range than either could achieve alone.

Q4: What happens to the voltage across capacitors when they are connected in parallel? All capacitors in parallel share the same voltage โ€” the voltage across the parallel combination. Each capacitor must be individually rated to handle that full voltage. Connecting a lower-voltage capacitor in parallel with a higher-rated one on a rail that exceeds the lower rating will damage or destroy the underrated component.

Q5: How do I calculate total capacitance for a mixed series-parallel network? Work from the inside out. Resolve any series groups to their equivalent single capacitance using the reciprocal formula. Then treat those equivalent values as single components and resolve the parallel combinations by addition. Repeat until you have a single equivalent capacitance. Drawing the circuit as a simplified schematic at each stage helps avoid errors in complex networks.

Final Thoughts

Whether you’re designing a decoupling network, extending voltage headroom, or just trying to hit a target capacitance from stock components, knowing the series and parallel capacitor formulas cold is non-negotiable. The math for capacitors in series is exactly where engineers expect the opposite โ€” less capacitance, higher voltage handling โ€” while parallel combinations give you the intuitive result of summed capacitance with shared voltage stress.

The formulas are just the entry point. The real engineering judgment is knowing when each configuration serves the circuit, how ESR and self-resonance interact in parallel arrays, and when a series string needs balancing resistors to stay safe. Get those right, and your capacitor selection choices will hold up from simulation through production.