🔋 Capacitor Energy & Charge Calculator

Last updated: June 1, 2026

Capacitor Energy & Charge Calculator

Compute Q, E, and equivalent capacitance for series/parallel networks

Capacitor Parameters
Please enter valid positive values for both fields.
Stored Charge (Q)
Stored Energy (E)
Raw Values
Network Type
Capacitor Values
Voltage Across Network
Please enter valid positive values for all capacitors and voltage.
Equivalent Capacitance (Ceq)
Total Charge (Q)
Total Energy (E)
Individual Capacitor Details

How Capacitors Store Energy and Charge — The Physics Behind the Numbers

A capacitor is one of the most elemental components in electronics, yet the way it stores energy is fundamentally different from any other passive component. A resistor dissipates energy as heat; an inductor stores it in a magnetic field. A capacitor stores energy electrostatically — in the electric field that forms between two conducting plates separated by a dielectric. Understanding exactly how much charge and energy a capacitor holds, and how that changes when you combine capacitors into networks, is a daily necessity for PCB designers, power electronics engineers, and embedded developers alike.

The Charge Equation: Q = CV

The most fundamental relationship in capacitor theory is deceptively simple: Q = C × V, where Q is the charge in coulombs, C is capacitance in farads, and V is the voltage across the capacitor terminals. This equation tells you that a capacitor is a linear charge-to-voltage converter. Double the voltage and you double the stored charge; halve the capacitance at the same voltage and you halve the charge.

To put scale on this: a 100 µF electrolytic capacitor charged to 12 V holds Q = 100 × 10⁻⁶ × 12 = 1.2 × 10⁻³ coulombs, or 1.2 mC. That sounds modest, but coulombs are enormous units — 1 C represents approximately 6.24 × 10¹⁸ electrons. Your 1.2 mC capacitor has a genuine surplus of roughly 7.49 × 10¹⁵ electrons piled up on one plate, balanced by an equal deficit on the other.

The constant C in that equation encodes the geometry and material properties of the capacitor: C = ε₀ε_r × A/d, where A is plate area, d is plate separation, and ε_r is the relative permittivity of the dielectric. For a practical designer, these internals are invisible — you work with the stamped value. But the geometry equation explains why ceramic capacitors shrink when rated for higher voltage: increasing d to handle higher field strength reduces C for the same footprint, which is why a 10 µF, 100 V ceramic X7R cap is physically larger than a 10 µF, 10 V version.

The Energy Equation: E = ½CV²

The energy stored in a capacitor is E = ½CV². The ½ factor is crucial and is often the source of confusion. People expect E = CV² by analogy with E = QV, but that would be wrong. The reason for the factor of ½ lies in the charging process itself.

When you begin charging a capacitor, the first increment of charge flows in against zero volts — essentially for free. As charge accumulates, the voltage rises, and each subsequent increment of charge must be pushed in against that increasing back-EMF. The voltage ramps linearly from 0 to V as charge builds from 0 to Q. The work done is the integral of V(q) dq from 0 to Q, which equals ½QV = ½CV². It is the triangular area under the V–Q curve, not the rectangular area, and that triangle has exactly half the area of the rectangle.

This factor of ½ also explains a famous paradox: if you connect a charged capacitor to an identical uncharged one, the final voltage settles at V/2, but the total energy stored is only half the original. The missing energy is dissipated in the resistance of the connecting wires and the arc at the instant of connection — even if those resistances seem negligible. Energy is conserved globally, but capacitor energy is not.

Practical energy magnitudes: that same 100 µF cap at 12 V stores E = 0.5 × 100 × 10⁻⁶ × 144 = 7.2 mJ. Scale up to a supercapacitor — say 10 F at 2.7 V — and you get E = 0.5 × 10 × 7.29 = 36.45 J, enough to power a small IoT sensor for several minutes. Note that the V² term dominates: quadrupling voltage multiplies stored energy by 16, which is why high-voltage capacitor banks in power supplies, motor drives, and camera flash circuits pack enormous punch in a small volume.

Capacitors in Series: Reciprocal Addition

When capacitors are connected in series — end to end, sharing no direct parallel path — the equivalent capacitance is found by summing the reciprocals: 1/C_eq = 1/C₁ + 1/C₂ + ... + 1/Cₙ. The result is always smaller than the smallest individual capacitor. For two equal capacitors in series, C_eq = C/2.

The physical reasoning: in series, the same charge Q appears on every capacitor (the interior nodes between capacitors are isolated — charge that flows onto one plate of C₁ induces an equal charge displacement through C₁, which charges C₂, and so on). Since Q is constant and V = Q/C, the voltages add: V_total = V₁ + V₂ + ... The effect is as if you've increased the plate separation across the whole chain, reducing total capacitance.

This has a practical use: placing capacitors in series raises the effective voltage rating of the combination. If each capacitor is rated at 50 V and you have two in series, the network can handle up to 100 V (assuming capacitances are matched — mismatched capacitors share voltage unequally, which is why voltage-balancing resistors are placed across series capacitor banks in high-voltage applications).

Capacitors in Parallel: Direct Addition

Capacitors in parallel — all positives connected together, all negatives connected together — combine as C_eq = C₁ + C₂ + ... + Cₙ. The equivalent capacitance is simply the sum. Again, the geometry is illuminating: connecting plates in parallel effectively increases total plate area A in the equation C = ε₀ε_rA/d, so C_eq grows.

Every capacitor in a parallel bank sees the same voltage V, so the charges add: Q_total = C₁V + C₂V + ... = C_eq × V. The total energy is E_total = ½C_eq V², and crucially, this equals the sum of individual energies ½C₁V² + ½C₂V² + ..., since voltage is shared equally. There is no energy paradox in a parallel connection — energy is conserved because no redistribution of charge occurs.

Parallel capacitor banks appear everywhere: decoupling capacitors on power rails (multiple values in parallel to cover different frequency ranges, since a 100 µF electrolytic has high impedance at MHz frequencies while a 100 nF ceramic handles the high-frequency noise), bulk capacitance in switch-mode power supplies, and energy storage banks in electric vehicles and UPS systems.

Voltage Distribution in Series Networks

One subtlety that catches engineers off-guard: in a series string, the voltage is not split equally unless the capacitances are equal. The voltage across each capacitor is V_i = Q/C_i = C_eq × V_total / C_i. Smaller capacitors take larger voltage shares. If you have C₁ = 100 µF and C₂ = 47 µF in series at 50 V, then C_eq ≈ 31.97 µF, Q = 31.97 µF × 50 V ≈ 1.6 mC, and the voltages work out as V₁ ≈ 16 V and V₂ ≈ 34 V. The smaller capacitor gets the lion's share of the voltage — a critical consideration when selecting voltage ratings.

Real-World Applications of These Calculations

These formulas are not textbook abstractions. In a camera flash circuit, a 1000 µF capacitor charged to 300 V stores E = ½ × 1000 × 10⁻⁶ × 90000 = 45 J, which is discharged in microseconds to fire a xenon tube — the power density during that discharge is staggering. In a switched-mode power supply, the output bulk capacitor must store enough energy to ride through a half-cycle (8.3 ms at 60 Hz) without the output voltage drooping beyond specification; the designer solves for C from the energy deficit during that interval. In an audio crossover, capacitors in series or parallel are used to hit precise reactance targets at specific frequencies.

Whether you're sizing a decoupling network, designing a charge pump, estimating hold-up time in a power supply, or simply checking that your capacitor bank can handle peak discharge current, Q = CV and E = ½CV² are the entry points — and this calculator gives you those answers instantly, with correct unit scaling across the picofarad-to-farad range.

FAQ

Why does capacitor energy use ½CV² and not CV²?
Because the voltage across a capacitor rises linearly from 0 to V as it charges, so the average voltage during charging is V/2. The work done — and therefore the energy stored — is the integral of v·dq over the charging process, which equals ½QV = ½CV². Using CV² would overestimate the stored energy by exactly a factor of 2.
Why is series equivalent capacitance always smaller than the smallest capacitor in the string?
In a series connection, the same charge Q must flow through every capacitor. Each capacitor contributes its own voltage drop V = Q/C, and those drops add up. The combined effect looks electrically identical to a single capacitor with increased plate separation — and wider separation means lower capacitance. Mathematically, since 1/C_eq = Σ(1/Cᵢ), adding any positive term to the right side always increases 1/C_eq, which means C_eq decreases.
In a series capacitor bank, how do I find the voltage across each individual capacitor?
First calculate the equivalent capacitance C_eq = 1/(Σ 1/Cᵢ), then find the total charge Q = C_eq × V_total. Since the same charge Q sits on every capacitor in series, the voltage across capacitor i is simply V_i = Q / Cᵢ. Smaller capacitors will have larger voltage drops — always check that each individual capacitor's voltage rating exceeds its V_i.
Can I mix units — for example, some capacitors in µF and others in nF — when calculating a network?
Yes, but you must convert everything to the same unit before applying any formula. The safest approach is to convert all values to farads (the SI base unit), compute C_eq, Q, and E in SI units, then convert the results to a convenient display unit. This calculator handles that conversion automatically using the unit selector next to each input.
What is the practical difference between series and parallel capacitor banks?
Parallel banks increase total capacitance and therefore stored charge and energy at a given voltage — useful for bulk energy storage, decoupling, and hold-up time. Series banks decrease equivalent capacitance but increase the effective voltage rating of the combination — useful when the supply voltage exceeds the rating of any single available capacitor. In both cases, total energy stored equals ½C_eq × V².
Why does connecting two identical charged capacitors together lose half the energy?
If a capacitor charged to V is connected to an identical uncharged one, charge redistributes until both reach V/2. Original energy: ½CV². Final energy in both: 2 × ½C(V/2)² = ¼CV². Half the energy is gone. It is not a violation of conservation — the missing energy is dissipated as heat (and sometimes a spark) in the resistance of the connecting conductors, no matter how small that resistance is. The instantaneous current at connection is theoretically infinite in a zero-resistance circuit, which is unphysical; in reality some resistance always exists to dissipate the energy.