What a Capacitor Does and Why the Math Is Inverted
A capacitor stores electrical energy in an electric field between two conductive plates separated by a dielectric. When you apply voltage, charge accumulates on the plates. The amount of charge a capacitor can hold at a given voltage is its capacitance, measured in farads (F). One farad is a very large unit, so most practical capacitors are in microfarads (uF), nanofarads (nF), or picofarads (pF). A 1 F capacitor is roughly the size of a soda can, while a 100 uF capacitor is the size of a pencil eraser.
Here is the part that trips up many students: capacitors combine in the opposite way from resistors. In parallel, capacitance adds up directly, just like series resistance. In series, the reciprocal formula applies, just like parallel resistance. This happens because capacitance is proportional to plate area (parallel increases area) and inversely proportional to plate separation (series increases effective separation). The National Institute of Standards and Technology (NIST) maintains the farad as part of the SI system, realized through calculable capacitors and the quantum Hall effect to high precision.
What This Calculator Does
This tool has two modes. The first calculates the equivalent capacitance of any number of capacitors in series or parallel. The second computes the charge and energy stored in a single capacitor at a given voltage. You enter the capacitance (in any unit from pF to F) and the voltage, and the calculator returns charge in coulombs and energy in joules.
- Equivalent mode inputs: Two or more capacitor values in microfarads, connection type (series or parallel)
- Charge mode inputs: Capacitance (with unit selector from pF to F), voltage across the capacitor
- Outputs: Equivalent capacitance, charge (Q), energy (E), formula breakdown
How the Calculation Works
Parallel: C_total = C1 + C2 + ... + Cn
Series: 1/C_total = 1/C1 + 1/C2 + ... + 1/Cn
Two series: C = (C1 x C2) / (C1 + C2)
Charge: Q = C x V
Energy: E = 1/2 x C x V^2
- C (Capacitance): Measured in farads (F). One farad means one coulomb of charge is stored per volt applied. Most capacitors are rated in microfarads (1 uF = 10^-6 F) or picofarads (1 pF = 10^-12 F)
- V (Voltage): The voltage across the capacitor plates. This determines how much charge is stored and how much energy is in the electric field
- Q (Charge): The total electric charge stored on the plates, in coulombs (C). One coulomb is about 6.24 x 10^18 electrons
- E (Energy): The energy stored in the electric field, in joules (J). Only half the energy supplied by the source ends up stored in the capacitor. The other half is dissipated in the circuit resistance during charging
For parallel capacitors, the total capacitance is the sum of all individual values. This is because parallel connection effectively increases the plate area, and capacitance is proportional to area. For series capacitors, the reciprocal formula applies because series connection effectively increases the gap between plates, and capacitance is inversely proportional to gap distance. For analyzing the resistive part of a circuit alongside capacitors, use our Parallel / Series Resistance Calculator.
How to Use the Calculator
- Choose the mode: Series / Parallel Equivalent or Charge and Energy
- For equivalent mode: enter capacitor values in uF, select series or parallel, and click Calculate
- For charge mode: enter the capacitance with the correct unit, enter the voltage, and click Calculate
- Review the results, formula breakdown, and individual component values
Example Calculations
Example 1: Power Supply Filter Capacitors in Parallel
Anna, an electrical engineering student at Georgia Tech, is designing a power supply filter. She needs 200 uF of smoothing capacitance but only has 100 uF capacitors. She puts two in parallel: C_total = 100 + 100 = 200 uF. At 12 V, the charge stored is Q = C x V = 200 x 10^-6 x 12 = 2.4 mC. The energy stored is E = 0.5 x 200 x 10^-6 x 12^2 = 14.4 mJ. This is a common approach in power supply design because electrolytic capacitors in parallel increase total capacitance and reduce equivalent series resistance (ESR), improving ripple filtering.
Example 2: Series Capacitors for High Voltage
David, a high-voltage hobbyist in Phoenix, is building a voltage multiplier that needs to handle 600 V. He has 10 uF capacitors rated at 250 V each. A single capacitor would be overvolted. He puts three in series: 1/C = 3 x (1/10) = 0.3, so C_total = 3.33 uF. Each capacitor sees 600 / 3 = 200 V, which is below the 250 V rating. The total energy stored at 600 V is E = 0.5 x 3.33 x 10^-6 x 600^2 = 0.6 J. Series connection trades capacitance for voltage handling, which is exactly what he needs. In practice, he should add balancing resistors across each capacitor to ensure equal voltage distribution.
Example 3: Camera Flash Energy
Marcus, a photographer in Chicago, wants to understand how much energy his camera flash stores. The flash capacitor is 1500 uF charged to 300 V. Energy = 0.5 x 1500 x 10^-6 x 300^2 = 67.5 J. This is enough energy to produce a bright flash for about 1/1000 second, delivering an instantaneous power of 67.5 / 0.001 = 67,500 W (67.5 kW). The charge stored is Q = 1500 x 10^-6 x 300 = 0.45 C. This explains why camera flash capacitors can deliver a dangerous shock even after the camera is turned off. The energy is stored in the electric field and discharges rapidly through any conductive path.
Real-World Scenarios
RC Timing Circuit
Sarah, an embedded systems engineer in San Francisco, is designing a debounce circuit for a push button. She uses a 10 uF capacitor and a 10 kOhm resistor. The RC time constant is tau = R x C = 10,000 x 10 x 10^-6 = 0.1 seconds. The capacitor charges to 63.2% of the supply voltage in one time constant and to 99.3% in five time constants (0.5 seconds). This filters out button bounce, which typically lasts less than 10 ms. She could also use two 4.7 uF capacitors in parallel to get 9.4 uF, close enough to 10 uF for a debounce timer. For the resistor side of this circuit, see our Ohm's Law Calculator.
Motor Start Capacitor
Robert, an HVAC technician in Houston, is replacing a start capacitor on a 1/2 HP motor. The original is 30 uF at 370 V. He has a 20 uF and a 10 uF capacitor. In parallel: 20 + 10 = 30 uF. At 370 V, the energy stored is E = 0.5 x 30 x 10^-6 x 370^2 = 2.05 J. Both capacitors need to be rated for at least 370 V. If he only had 60 uF capacitors, he could put two in series: 1/C = 2 x (1/60) = 0.033, so C = 30 uF. But each capacitor would see 370 / 2 = 185 V, so 250 V rated parts would work. Motor start capacitors are electrolytic and designed for short-duty cycling, not continuous operation.
Supercapacitor Backup Power
Lisa, a product designer in Seattle, is building a backup power circuit for an IoT device. She uses a 5 F supercapacitor charged to 5 V. Energy = 0.5 x 5 x 5^2 = 62.5 J. Her device draws 50 mA at 3.3 V (0.165 W). The usable energy (from 5 V down to 3.3 V through a buck converter at 90% efficiency) is 0.5 x 5 x (5^2 - 3.3^2) x 0.9 = 0.5 x 5 x 14.11 x 0.9 = 31.7 J. Backup time = 31.7 / 0.165 = 192 seconds, about 3.2 minutes. This gives enough time for the device to save its state and send an alert before shutting down. For estimating battery-powered runtime, see our Battery Life Calculator.
Common Mistakes to Avoid
- Using resistor formulas for capacitors: Capacitors are the mirror image of resistors. Parallel capacitance adds directly (like series resistance). Series capacitance uses the reciprocal formula (like parallel resistance). Mixing these up gives wildly wrong results. A 10 uF and 20 uF in parallel give 30 uF, not 6.67 uF
- Exceeding the voltage rating: Every capacitor has a maximum voltage rating. Exceeding it causes dielectric breakdown, which can short the capacitor, vent electrolyte, or cause it to explode. Always use a capacitor rated at least 20% above the maximum expected voltage. A 16 V capacitor on a 12 V circuit is fine. A 10 V capacitor on a 12 V circuit is not
- Forgetting about capacitor polarity: Electrolytic and tantalum capacitors are polarized. Connecting them backwards causes reverse breakdown, internal heating, and potential explosion. The negative lead is marked with a stripe. Ceramic and film capacitors are non-polarized and can go either way
- Ignoring ESR and leakage: Real capacitors are not ideal. Equivalent series resistance (ESR) causes heating in high-ripple applications like switching power supplies. Leakage current slowly drains stored charge. In precision timing circuits, leakage can cause the capacitor to never fully charge or to drift. Low-ESR capacitors are needed for switch-mode power supplies
- Not balancing series capacitors: When capacitors are in series, the voltage does not divide equally because of tolerance and leakage differences. One capacitor may see more than its rated voltage and fail. Always add high-value balancing resistors (typically 100 kOhm to 1 MOhm) in parallel with each series capacitor to force equal voltage distribution
Limitations of This Calculator
This calculator assumes ideal capacitors with no ESR, no leakage, and no temperature dependence. Real capacitors have tolerance (typically 5% to 20% for electrolytics), temperature coefficients, and frequency-dependent behavior. The charge and energy calculations assume DC voltage. For AC circuits, capacitive reactance (Xc = 1 / (2 x pi x f x C)) determines the current flow, and the phase relationship between voltage and current must be considered. This tool does not handle AC impedance, transient response, or RC time constant calculations. For AC analysis, use a circuit simulator like SPICE.
Authoritative Research and Resources
- NIST: SI Units for Electric Current - The National Institute of Standards and Technology maintains the official definition of the farad as part of the SI system. NIST realizes the farad through calculable capacitors and the quantum Hall effect, providing the reference standard for all capacitance measurements.
- All About Circuits: Electric Fields and Capacitance - A detailed textbook chapter covering the physics of capacitors, including how dielectric materials affect capacitance, how charge and energy are stored, and how series and parallel combinations work. Widely used in university electrical engineering programs.
- PhET Capacitor Lab - The University of Colorado Boulder provides a free interactive simulation that lets you manipulate plate area, separation distance, and voltage to see how capacitance, charge, and energy change in real time. Useful for building intuition about the physics behind the formulas.