Electrical · Passive networks

Capacitor Network Calculator

Combine series strings and parallel branches — the schematic redraws as you type and C_eq lands with a satisfying pop.

Network configuration
Parallel branches with series capacitors inside each path — add branches for parallel paths, capacitors within a branch for series strings.

Parallel branches

Each branch is a series string; branches combine in parallel

Branch 1
C
+C1-1GND

Result

Equivalent capacitance

1/C_eq = Σ(1/C_branch), C_branch = 1/Σ(1/C_series)

C_eq

Build your network branch by branch — series caps inside each path, parallel paths as separate branches.

About capacitor networks

Series, parallel, and branch reduction — the models this calculator uses for C_eq.

Series: 1/C_eq = 1/C₁ + 1/C₂ + … + 1/Cₙ
Parallel: C_eq = C₁ + C₂ + … + Cₙ
Branches: C_branch = series(C…), C_eq = parallel(C_branch…)

This tool uses a branch model: capacitors within a branch are in series; branches themselves are in parallel. That covers pure series, pure parallel, and mixed topologies without drawing a full node matrix.

TopologyExampleC_eqNote
Two in series100 µF + 100 µF50 µFHalf value, doubles voltage rating
Two in parallel100 µF ∥ 100 µF200 µFValues add directly
Three in series10 µF × 33.33 µF1/C = 1/10 + 1/10 + 1/10 µF⁻¹
Mixed branch(10∥10) series 57.5 µFReduce each branch first, then combine
  • Unlike resistors, series capacitors decrease total C — the reciprocal law mirrors parallel resistors.
  • Parallel caps share the same voltage; series strings divide voltage by the cap ratio.
  • Electrolytics in series need balancing resistors — their leakage currents are never matched.
  • Decoupling banks on PCBs are effectively parallel branches at high frequency.
  • Tolerance stack-up in series strings can leave one cap seeing most of the voltage.
  • Film and ceramic caps in parallel at the same node add their values for bulk + HF response.

Not every schematic maps cleanly to “series strings in parallel branches.” Delta–wye transforms, caps tied to intermediate nodes, or bridge networks need nodal analysis instead. For standard power-supply banks, filter ladders, and coupling stacks, the branch model matches how engineers sketch the problem on paper.