Engineering · Electrical Engineering · Circuit Analysis
Capacitors in Series and Parallel Calculator
Calculates the total equivalent capacitance for capacitors connected in series, parallel, or a mixed combination.
Calculator
Formula
For parallel connections, the total capacitance C_parallel is the direct sum of all individual capacitances C_1 through C_n. For series connections, the reciprocal of the total capacitance C_series equals the sum of the reciprocals of each individual capacitance. C_1, C_2, C_3 are the individual capacitor values in farads (F), microfarads (µF), or nanofarads (nF). The total equivalent capacitance represents the single capacitor that could replace the entire network without altering circuit behaviour.
Source: Hayt, W. H., Kemmerly, J. E., & Durbin, S. M. — Engineering Circuit Analysis, 8th Edition. McGraw-Hill. Also: IEC 60384 series standards for fixed capacitors.
How it works
Capacitors are passive energy-storage components that accumulate electric charge across two conductive plates separated by a dielectric. When capacitors are combined in a circuit, the total effective capacitance depends entirely on how they are connected. The two fundamental configurations — series and parallel — produce opposite effects on total capacitance, which has important practical implications for circuit design, energy storage, and voltage handling.
When capacitors are connected in parallel, they share the same voltage across their terminals, and the total capacitance is simply the arithmetic sum of all individual values: Cparallel = C1 + C2 + ... + Cn. This configuration increases total capacitance, making it useful when you need more storage than a single component provides. Conversely, when capacitors are connected in series, the same charge accumulates on each capacitor, but the voltage is divided across them. The total capacitance is found via the reciprocal sum formula: 1/Cseries = 1/C1 + 1/C2 + ... + 1/Cn. Series connection always produces a total capacitance smaller than the smallest individual value, but increases the effective voltage rating of the network. This calculator also displays the charge stored (Q = C × V) and energy stored (E = ½CV²) at a reference voltage of 12 V to give additional practical context for the resulting equivalent capacitance.
Practical applications of these formulas appear throughout electronics engineering. Parallel capacitor banks are used in power supply decoupling, motor start circuits, and audio crossover filters to achieve capacitance values not available in standard component ranges. Series capacitors are used in high-voltage AC circuits, capacitive voltage dividers, and RF tuning circuits where reduced capacitance and elevated voltage tolerance are both required. Mixed (series-parallel) networks are broken down into sub-groups and solved hierarchically, combining the series and parallel rules step by step.
Worked example
Example: Three capacitors in parallel — C₁ = 10 µF, C₂ = 22 µF, C₃ = 47 µF
Step 1 — Apply the parallel formula:
Ctotal = C1 + C2 + C3 = 10 + 22 + 47 = 79 µF
Step 2 — Calculate charge stored at 12 V:
Q = C × V = 79 µF × 12 V = 948 µC
Step 3 — Calculate energy stored at 12 V:
E = ½ × C × V² = 0.5 × 79 × 10⁻⁶ × 144 = 5,688 µJ ≈ 5.69 mJ
Example: Same three capacitors in series — C₁ = 10 µF, C₂ = 22 µF, C₃ = 47 µF
Step 1 — Apply the series reciprocal formula:
1/Ctotal = 1/10 + 1/22 + 1/47 = 0.1000 + 0.04545 + 0.02128 = 0.16673 µF⁻¹
Step 2 — Invert to find total capacitance:
Ctotal = 1 ÷ 0.16673 = 5.998 µF ≈ 6.0 µF
Step 3 — Notice that the series result (≈6 µF) is smaller than the smallest individual capacitor (10 µF), confirming the formula is working correctly. The energy stored at 12 V is just 0.5 × 6 × 10⁻⁶ × 144 = 432 µJ — far less than the parallel configuration, reflecting the much lower total capacitance.
Limitations & notes
This calculator assumes ideal capacitors with no equivalent series resistance (ESR), no equivalent series inductance (ESL), and no leakage current. Real capacitors — especially electrolytic types — exhibit frequency-dependent impedance and significant ESR that affects performance at high frequencies. The calculator supports up to five capacitors; more complex networks with mixed series-parallel topologies must be broken down manually into sub-groups and solved in stages. Temperature coefficients and tolerance variations (which can be ±5% to ±20% for common capacitors) are not accounted for. The voltage rating of a series network is approximately the sum of individual voltage ratings, but only if charge distributes evenly — in practice, voltage-balancing resistors may be required for series electrolytic banks. The energy and charge outputs reference a fixed 12 V supply and should be recalculated for other operating voltages.
Frequently asked questions
Why does connecting capacitors in parallel increase total capacitance?
In a parallel connection, all capacitors share the same voltage but each stores charge independently. The effective plate area available for charge storage increases with each additional capacitor added, which directly increases total capacitance. This is analogous to widening a pipe to allow more flow — the combined system can store proportionally more charge at the same voltage.
Why is the total capacitance in series always less than the smallest capacitor?
In a series connection, the same charge must pass through every capacitor, but the voltage divides across them. The smallest capacitor dominates the voltage drop and constrains the overall charge storage. Mathematically, because you are summing reciprocals, the total reciprocal is always larger than any individual reciprocal, meaning the total capacitance is always smaller than the minimum individual value.
What is the formula for two capacitors in series?
For exactly two capacitors in series, the formula simplifies to C_total = (C1 × C2) / (C1 + C2), often called the product-over-sum formula. This is equivalent to the general reciprocal formula but is faster to compute for two-component networks. It is the capacitor equivalent of the parallel resistance formula.
How do I handle a mixed series-parallel capacitor network?
Break the network into identifiable sub-groups. First reduce all purely parallel sub-groups to their equivalent single capacitance using the sum formula, then reduce all purely series sub-groups using the reciprocal formula. Repeat this hierarchical reduction until one equivalent capacitance remains. This step-by-step approach works for any combination network, no matter how complex.
Does connecting capacitors in series increase the voltage rating?
Yes. When identical capacitors are placed in series, the working voltage of the combination is approximately the sum of the individual voltage ratings, because the total voltage is shared across each component. However, for non-identical capacitors, voltage does not divide equally — the smallest capacitance receives the highest share of voltage. Voltage-balancing resistors are sometimes used in series electrolytic banks to ensure safe operation.
Last updated: 2025-01-15 · Formula verified against primary sources.