# [Capacitors in Series Calculator](https://blog.hirnschall.net/tools/capacitors-in-series/)

author: [Sebastian Hirnschall](https://blog.hirnschall.net/about/)

meta description: Calculate the total capacitance of capacitors in series. Add as many capacitors as needed. Includes formula explanation and special cases.

meta title: Capacitors in Series Calculator — Total Capacitance

date published: 01.04.2025 (DD.MM.YYYY format)
date last modified: 22.04.2025 (DD.MM.YYYY format)

---

Calculator
----------

Enter the capacitance of each capacitor in series. Add more capacitors with the button below. The total capacitance is calculated from all filled fields.

* Capacitor 1 (C1):
* F
  mF
  µF
  nF
  pF

* Capacitor 2 (C2):
* F
  mF
  µF
  nF
  pF

Enter at least two capacitance values.

Add Capacitor
Calculate



Capacitors in Series — Explanation
----------------------------------

When capacitors are connected in series, the total capacitance is always less than the smallest individual capacitor. Each capacitor adds an additional gap for the electric field to cross, which reduces the overall ability to store charge. The formula for \( n \) capacitors in series is:
\[
\frac{1}{C\_{\text{total}}} = \frac{1}{C\_1} + \frac{1}{C\_2} + \cdots + \frac{1}{C\_n}
\]
Or equivalently:
\[
C\_{\text{total}} = \frac{1}{\dfrac{1}{C\_1} + \dfrac{1}{C\_2} + \cdots + \dfrac{1}{C\_n}}
\]

This is the same form as resistors in parallel, which is a useful analogy if you already have that formula memorized. The reason for the reciprocal relationship is that in series, all capacitors carry the same charge \( Q \), so the total voltage is the sum of the individual voltages:
\[
V\_{\text{total}} = V\_1 + V\_2 + \cdots + V\_n = \frac{Q}{C\_1} + \frac{Q}{C\_2} + \cdots + \frac{Q}{C\_n}
\]
Dividing both sides by \( Q \) gives the series formula directly.

Special Case: Two Capacitors
----------------------------

For exactly two capacitors in series the formula simplifies to the product-over-sum form, which is often faster to compute by hand:
\[
C\_{\text{total}} = \frac{C\_1 \cdot C\_2}{C\_1 + C\_2}
\]

Special Case: Equal Capacitors
------------------------------

When all \( n \) capacitors have the same value \( C \), the total simplifies further:
\[
C\_{\text{total}} = \frac{C}{n}
\]
For example, three 30 µF capacitors in series give a total of 10 µF.

More info
---------

Looking for more helpful tools and calculators? Explore a wide range of resources to simplify your engineering projects and calculations. Head over to our [tools section](https://blog.hirnschall.net/tools/) to find our free online calculators.  
For actual projects and informational articles head over to [blog.hirnschall.net](https://blog.hirnschall.net/).