You're Designing a Filter Circuit and Need to Know the Total Capacitance
Capacitors store electrical charge and energy. In circuits, capacitors are combined in series and parallel, just like resistors. But the rules for combining them are opposite: capacitors in parallel add directly, while capacitors in series combine using a reciprocal formula. Knowing how to calculate total capacitance is essential for filter design, power supply circuits, timing circuits, and many other applications.
What This Calculator Does
This calculator computes total capacitance for capacitors arranged in series, parallel, or combinations. You provide individual capacitor values, and it instantly calculates the total capacitance. It also works in reverse: if you need a specific total capacitance and know some component values, it can find the missing capacitor. It handles multiple units (farads, microfarads, nanofarads, picofarads) and shows practical example combinations.
How to Use This Calculator
Series Capacitors: Enter the values of capacitors connected end-to-end (one after another). The calculator shows the total using the reciprocal formula.
Parallel Capacitors: Enter the values of capacitors connected with their terminals together. The calculator shows the total as a simple sum.
Mixed Series/Parallel: For complex circuits, enter groups of series capacitors (calculating their total), then combine those totals in parallel (or vice versa).
All values can be in farads (F), microfarads (µF), nanofarads (nF), or picofarads (pF). The calculator converts automatically.
The Formula Behind the Math
For capacitors in parallel (like resistors in series):
C_total = C₁ + C₂ + C₃ + ...
Capacitances simply add. This is because the total plate area increases, and capacitance is proportional to plate area.
For capacitors in series (like resistors in parallel):
1 / C_total = 1 / C₁ + 1 / C₂ + 1 / C₃ + ...
Or equivalently:
C_total = 1 / (1/C₁ + 1/C₂ + 1/C₃ + ...)
For two capacitors in series:
C_total = (C₁ × C₂) / (C₁ + C₂)
Worked Example:
Design a circuit with three capacitors: 10 µF, 20 µF, and 30 µF.
Series arrangement:
1/C_total = 1/10 + 1/20 + 1/30
1/C_total = 6/60 + 3/60 + 2/60 = 11/60
C_total = 60/11 ≈ 5.45 µF
The series total is much smaller than any individual capacitor.
Parallel arrangement:
C_total = 10 + 20 + 30 = 60 µF
The parallel total is the sum of all capacitors.
Series-Parallel (two groups in parallel):
Group 1: 10 µF and 20 µF in series = (10 × 20)/(10 + 20) = 200/30 ≈ 6.67 µF
Group 2: 30 µF alone
Total: 6.67 + 30 = 36.67 µF
Our calculator does all of this instantly, but now you understand exactly what it's computing.
Filter Circuits and Frequency Response
Capacitors block DC (direct current) but pass AC (alternating current), with higher frequencies passing more easily. In a simple RC filter, the capacitor and resistor set a cutoff frequency. The cutoff frequency is:
f_c = 1 / (2π × R × C)
A low-pass filter (capacitor to ground) allows low frequencies to pass and blocks high frequencies. A high-pass filter (capacitor in series) allows high frequencies and blocks low frequencies. Audio equipment uses these filters to shape frequency response-removing hum (low frequency), reducing hiss (high frequency), or boosting bass/treble.
Power Supply Filtering
Power supplies use capacitor banks to smooth voltage. Rectifier circuits convert AC to DC but produce ripple (unwanted AC component). Large capacitors (often in parallel for more capacitance) smooth the ripple. The larger the capacitance, the smoother the output voltage. Multiple smaller capacitors in parallel often work better than a single large one because of parasitic effects and current distribution.
Timing Circuits and Oscillators
555 timer circuits and RC oscillators depend on capacitor charging and discharging. The time constant τ = R × C determines how fast the capacitor charges. Larger capacitance means slower charging, so lower frequency output. By selecting R and C values, engineers tune frequency. Parallel capacitors increase frequency; series capacitors decrease it.
Tips and Things to Watch Out For
Series and parallel rules are opposite for capacitors and resistors. For resistors: series adds, parallel uses reciprocals. For capacitors: parallel adds, series uses reciprocals. This is a common source of mistakes.
Capacitors in series share charge but have different voltages. If you apply 100V across two capacitors in series, the voltage divides based on capacitance. The smaller capacitor gets the larger voltage. This is the opposite of resistors.
Leakage current in capacitors. Real capacitors have internal resistance (leakage) that slowly discharges the stored charge. For series capacitors, high leakage in one capacitor can discharge the entire chain. Choose low-leakage capacitors for long-term storage applications.
Voltage ratings must be observed. A 10V rated capacitor shouldn't be used in a 20V circuit, even as part of a series bank where individual voltage is lower. Exceeding voltage rating causes catastrophic failure (short circuit, explosion, fire).
Dielectric absorption. After discharging a capacitor, it slowly "recovers" a small voltage due to the dielectric material. This matters in precision analog circuits but is negligible in most audio and power applications.
Frequently Asked Questions
Why do capacitors in series have smaller total capacitance?
Capacitors in series act like thinner dielectrics in parallel. The same charge accumulates on each plate, but the voltages add. The equivalent single capacitor would have a larger separation (thicker dielectric), reducing capacitance. Mathematically, the reciprocals add, making the total smaller than any individual capacitor.
What's the voltage across each capacitor in series?
The voltage divides inversely with capacitance: V₁ = V_total × (C₂ / (C₁ + C₂)) for two capacitors. The smaller capacitor gets the larger voltage. This is important for preventing over-voltage failure.
Can I replace a 100 µF capacitor with two 50 µF capacitors?
In parallel: yes, 50 + 50 = 100 µF. In series: no, (50 × 50)/(50 + 50) = 25 µF. For identical capacitors in series, total is half each value. For identical capacitors in parallel, total is the sum.
What's the relationship between capacitance and frequency?
In AC circuits, capacitive reactance is X_c = 1 / (2πfC). Lower capacitance or higher frequency means higher reactance (more opposition to current). Capacitors pass high frequencies easily and block low frequencies.
How is capacitance related to energy storage?
Energy stored in a capacitor is E = ½CV². Larger capacitance or higher voltage means more stored energy. This is why large capacitor banks in power supplies store significant energy and can deliver large currents.
What happens if I exceed a capacitor's voltage rating?
The dielectric breaks down, and the capacitor fails catastrophically. It becomes a short circuit, releasing all stored energy instantly. This can cause fires, explosions, or damage to surrounding circuitry. Always derate capacitors (use higher voltage rating than needed) for safety.
Related Calculators
Use our Inductor Calculator to design LC circuits that depend on capacitor and inductor values. The Ohm's Law Calculator helps analyze RC circuits and determine charging/discharging currents. The Resistor Color Code Calculator helps identify components used with capacitors. For more electrical concepts, explore our Decibel and Wavelength Calculators.