Loading header...

Capacitors in Series and Parallel

Capacitors combine opposite to resistors and inductors in one important way: parallel capacitance adds, while series capacitance decreases. That rule is easy to memorize, but useful design requires knowing voltage rating, leakage, ESR, tolerance, and placement.

Learning Objectives

By the end of this lesson, you should be able to:

  • calculate equivalent capacitance for series and parallel networks;
  • explain why series capacitors need voltage-balancing care;
  • choose parallel capacitors for energy storage and decoupling;
  • identify common mistakes in capacitor-bank design.

Capacitors in Series

For ideal capacitors in series:

$$
\frac{1}{C_\text{total}}=\frac{1}{C_1}+\frac{1}{C_2}+\frac{1}{C_3}+\dots
$$

For two capacitors:

$$
C_\text{total}=\frac{C_1C_2}{C_1+C_2}
$$

Worked Example

Two 100 uF capacitors in series give:

$$
C_\text{total}=\frac{100\times100}{100+100}=50\ \text{uF}
$$

Series connection is usually chosen for voltage handling or AC coupling, not for maximizing capacitance.

Voltage Division in Series Capacitors

Ideal capacitors divide voltage inversely proportional to capacitance. In real circuits, leakage current can dominate the final DC voltage sharing. That means one capacitor may see more voltage than expected.

Capacitors in Parallel

For ideal capacitors in parallel:

$$
C_\text{total}=C_1+C_2+C_3+\dots
$$

Worked Example

Capacitors of 10 uF, 22 uF, and 100 uF in parallel give:

$$
C_\text{total}=10+22+100=132\ \text{uF}
$$

All parallel capacitors see the same voltage. The voltage rating of the bank is therefore limited by the lowest-rated capacitor.

Try It: Series/Parallel Capacitor Calculator

Select series or parallel mode and enter two to five capacitor values in microfarads.

Processing...

Series vs Parallel Summary

Feature Series Parallel
Total capacitance decreases increases
Voltage sharing divided across capacitors same across each capacitor
Typical reason higher voltage handling, coupling decoupling, bulk storage, lower ESR
Main risk uneven voltage stress inrush current, resonance, low-rated part

Decoupling Uses Parallel Capacitors

Power pins often use a group of parallel capacitors:

  • 100 nF ceramic near the IC pin for fast transient current;
  • 1 uF to 10 uF ceramic nearby for local rail stability;
  • larger bulk capacitance near regulators or connectors.
flowchart LR REG["Regulator"] --> BULK["Bulk capacitor"] BULK --> LOCAL["Local ceramic capacitor"] LOCAL --> IC["IC power pin"] IC --> GND["Return path"]

The physical loop area matters. A perfect value placed far away is often less effective than a smaller capacitor placed correctly.

Real Capacitor Limits

Check these properties before combining parts:

  • voltage rating and derating;
  • polarity for electrolytic and tantalum capacitors;
  • ESR and ripple-current rating;
  • DC bias loss in high-K ceramic capacitors;
  • temperature coefficient;
  • leakage current, especially in series strings.

Common Mistakes

  • Saying series capacitors increase capacitance.
  • Forgetting that series voltage sharing is not reliable without balancing.
  • Placing decoupling capacitors far from the load pins.
  • Ignoring ceramic capacitance loss under DC bias.
  • Assuming one large bulk capacitor replaces local high-frequency decoupling.

Summary

Series capacitors reduce total capacitance and may increase voltage withstand only when voltage sharing is controlled. Parallel capacitors increase total capacitance, reduce effective impedance over useful frequency ranges, and are central to decoupling and bulk energy storage. In real hardware, placement and non-ideal behavior matter as much as the arithmetic.

Further Reading