Parallel Capacitor Calculator: Total Capacitance in Parallel Circuits
Enter the value and unit for each capacitor and this tool instantly adds them up to give you the total parallel capacitance. Supports up to 10 capacitors and any mix of pF, nF, uF, mF, and F. The show-your-work panel reveals each step of the calculation, and the bars chart lets you see how much each capacitor contributes to the total.
Formula
Worked example
Three capacitors: C1 = 10 uF, C2 = 22 uF, C3 = 47 uF. Total = 10 + 22 + 47 = 79 uF. If mixed units are used, convert to a common unit first: 100 nF = 0.1 uF, so 10 uF + 22 uF + 0.1 uF = 32.1 uF.
How parallel capacitance works
When capacitors are connected in parallel they share the same two nodes, so every capacitor sees the same voltage. Adding capacitors in parallel simply increases the total plate area available to store charge, which means the total capacitance is the plain arithmetic sum of the individual values: C_total = C1 + C2 + ... + Cn. This is the opposite of parallel resistors, where adding more components lowers the total. The result is always larger than the largest single capacitor in the group.
Why engineers combine capacitors in parallel
Combining capacitors in parallel is one of the most common techniques in electronics design. The most frequent reasons are: (1) achieving a non-standard capacitance value that is not available as a single component, for example paralleling 47 uF and 33 uF to get 80 uF; (2) reducing effective equivalent series resistance (ESR) because the ESRs combine in parallel just like resistors, which improves high-frequency filtering; (3) distributing ripple current across multiple capacitors so no single unit carries all the stress; and (4) increasing total energy storage (E = 0.5 C V squared) for applications such as camera flashes or motor start circuits.
Units and unit conversion
Capacitance is measured in farads (F), but practical capacitors span a range of about 15 orders of magnitude, so several sub-units are in everyday use:
- pF (picofarad) = 10^-12 F, typical for RF and small ceramic capacitors
- nF (nanofarad) = 10^-9 F, common in timing and audio circuits
- uF (microfarad) = 10^-6 F, general-purpose decoupling and filtering
- mF (millifarad) = 10^-3 F, large electrolytics
- F (farad), supercapacitors
Voltage ratings and polarity
Connecting capacitors in parallel does NOT increase the voltage rating of the bank. Each capacitor must individually be rated for at least the full supply voltage. For polarised types (aluminium electrolytic, tantalum) make sure all capacitors are oriented with the positive terminal facing the same high-voltage node. A reverse-biased electrolytic can fail violently. If you need both higher capacitance AND higher voltage, you need series-parallel combinations instead.
Tolerances and real-world effects
Standard capacitors carry tolerances of +-5 % (film), +-10 % or +-20 % (electrolytic), and ceramic capacitors with a Y5V or X7R dielectric can lose 30-80 % of their marked value at rated voltage or elevated temperature. When you need a precise parallel total, measure each capacitor with an LCR meter before assembly. For decoupling applications, exact values rarely matter: the goal is to provide a low-impedance path to ground for a range of frequencies, and a mix of values (e.g. 100 nF ceramic in parallel with 10 uF electrolytic) covers a wider frequency range than a single large capacitor would.
Common capacitor types and typical value ranges
| Type | Typical range | Voltage tolerance | Best for |
|---|---|---|---|
| Ceramic (MLCC) | 1 pF - 100 uF | Low to high | Decoupling, filtering, high-frequency |
| Film (polyester) | 1 nF - 10 uF | Stable | Audio, timing, precision circuits |
| Electrolytic (Al) | 1 uF - 100,000 uF | Polarity-sensitive | Power supply bulk storage |
| Tantalum | 0.1 uF - 1,000 uF | Polarity-sensitive | Compact bulk storage, low ESR |
| Supercapacitor | 0.1 F - 3,000 F | Very low (2-3 V) | Energy harvesting, backup power |
| Mica | 1 pF - 10 nF | Very stable | RF tuning, high-Q resonant circuits |
| Glass | 1 pF - 1,000 pF | Military-grade | Extreme temperature / RF |
Typical nominal capacitance ranges for common capacitor technologies.
Frequently asked questions
Why does capacitance add in parallel but resistance divides?
In a parallel circuit, all components share the same voltage across their terminals. For a capacitor, charge Q = C x V, so each capacitor stores charge proportional to its capacitance. The total charge delivered by the source is the sum of all individual charges, giving Q_total = (C1 + C2 + ...) x V, which means C_total = C1 + C2 + .... For resistors the argument runs on current rather than charge, and the math produces a reciprocal sum instead.
Does adding capacitors in parallel change the voltage rating?
No. Every capacitor in a parallel bank sees the full applied voltage, so each one must be individually rated at or above the supply voltage. Paralleling capacitors increases total capacitance and total current-handling ability, but it does not raise the maximum safe working voltage. To raise voltage capability you need to connect capacitors in series (which divides the voltage and reduces capacitance).
Can I mix different capacitor types in parallel?
Yes, and it is often a deliberate design choice. A common technique is to place a small ceramic capacitor (such as 100 nF) in parallel with a large electrolytic (such as 100 uF). The electrolytic provides bulk energy storage at low frequencies, while the ceramic handles high-frequency noise because it has a much lower ESR and self-resonates at a higher frequency. The combined impedance is lower than either capacitor alone across a wide range of frequencies.
How do I calculate the total energy stored in a parallel capacitor bank?
Energy stored in a capacitor is E = 0.5 x C x V squared, in joules when C is in farads and V is in volts. For a parallel bank, just use the total combined capacitance and the applied voltage. For example, 1,000 uF (0.001 F) charged to 50 V stores 0.5 x 0.001 x 2500 = 1.25 joules.
What is the effect of paralleling capacitors on ESR and ripple current?
Equivalent series resistance (ESR) combines in parallel, just like resistors: two identical capacitors in parallel halve the ESR. Lower ESR means lower power dissipation and less voltage ripple under high-frequency switching loads. Ripple current capacity also adds, so a bank of four capacitors each rated 2 A ripple can handle up to 8 A ripple collectively, which is why power-supply filter banks use many capacitors rather than one very large one.
Why does the calculator show values in different units?
Capacitors span roughly 15 orders of magnitude, from a few picofarads in RF circuits to thousands of farads in supercapacitors. To keep numbers readable the tool stores everything in picofarads internally, then automatically selects the most human-friendly unit for the result. For example, 79,000,000 pF is displayed as 79 uF. You can also read off the exact pF, nF, and uF equivalents in the secondary outputs.
Is it ever better to use one large capacitor than several in parallel?
One large capacitor is simpler and cheaper when a standard value matches your need. But multiple smaller capacitors in parallel can be better when you need: a non-standard total value, lower ESR, improved ripple handling, or a mix of frequency responses. In surface-mount PCB design, space is often the deciding factor, and an array of small MLCC capacitors may occupy less height than a single tall electrolytic.