Capacitors — Charge and Energy Storage, The Complete Guide
A capacitor is one of the three fundamental passive electronic components (alongside resistors and inductors), designed specifically to store electrical energy in an electric field. In its simplest form, a capacitor is just two conductive plates separated by an insulating gap (the dielectric) — connect it to a voltage source and charge accumulates on the plates, positive on one and negative on the other, creating a field between them that stores energy, ready to be released the instant it's needed.
Capacitors appear in essentially every piece of electronic equipment ever built, from the smoothing capacitors inside a phone charger to the massive banks of capacitors that power a camera's flash or a defibrillator's life-saving shock — each application exploiting the same fundamental relationship between charge, voltage, and stored energy.
What is Capacitance?
Capacitance (C) measures a capacitor's ability to store charge for a given voltage: C = Q/V, measured in farads (F) — though because one farad is an enormous amount of capacitance, real components are almost always specified in microfarads (μF, 10⁻⁶ F), nanofarads (nF, 10⁻⁹ F), or picofarads (pF, 10⁻¹² F). A capacitor with high capacitance stores much more charge for the same applied voltage than one with low capacitance — it's a purely geometric property, determined by the plate area, the plate separation, and the dielectric material between them, entirely independent of the charge or voltage actually present at any given moment.
The relationship Q = CV means capacitance acts like a "constant of proportionality" connecting charge and voltage, in exactly the same conceptual role that Young's modulus connects stress and strain, or that mass connects force and acceleration — a fixed material/geometric property linking two related physical quantities.
The Formulas Explained
Q is the charge stored on each plate (equal and opposite on the two plates). C is the capacitance. V is the voltage (potential difference) across the capacitor. The energy formula E = ½CV² carries a factor of ½ that surprises many students first encountering it — it arises because, unlike a battery which maintains constant voltage, a capacitor's voltage rises progressively from zero as it charges. The first charge added experiences almost no opposing voltage; the last charge added must be forced on against nearly the full final voltage. Integrating this gradually increasing "cost" over the whole charging process is what produces the factor of ½, exactly analogous to the ½mv² in kinetic energy (which also arises from integrating a quantity that builds up gradually) or ½kx² in spring potential energy.
The three equivalent forms of the energy formula are useful in different situations: use ½CV² when voltage is known, ½QV when both charge and voltage are known, and Q²/2C when only charge is known (common when analysing a capacitor being discharged into a fixed external circuit).
How to Use This Calculator
Use "C & V" — the most common scenario — when you know a capacitor's rated capacitance and the voltage it's charged to, to find both the charge and energy stored. Use "Q & V" when you've measured or calculated the charge and voltage directly, to determine the capacitance. Use "Q & C" to find the voltage across a capacitor given its capacitance and stored charge.
Worked Example 1 — Charge and Energy in a Smoothing Capacitor
Problem: A 100 μF capacitor is charged to 12 V. Find the charge and energy stored.
Q = CV = (100×10⁻⁶)(12) = 1.2×10⁻³ C = 1.2 mC
E = ½CV² = ½(100×10⁻⁶)(12)² = 7.2×10⁻³ J = 7.2 mJ
Worked Example 2 — Camera Flash Capacitor
Problem: A camera flash capacitor stores 1.25 J of energy when charged to 300 V. Find its capacitance.
From E = ½CV²: C = 2E/V² = 2(1.25)/(300)²
C = 2.78×10⁻⁵ F = 27.8 μF
Worked Example 3 — Finding Voltage from Stored Charge
Problem: A 470 μF capacitor holds 2.35 mC of charge. Find the voltage across it and the energy stored.
V = Q/C = (2.35×10⁻³)/(470×10⁻⁶) = 5.0 V
E = ½QV = ½(2.35×10⁻³)(5.0) = 5.875×10⁻³ J
The Role of the Dielectric
The insulating material between a capacitor's plates — the dielectric — plays a crucial role beyond simply preventing the plates from touching. Inserting a dielectric material increases capacitance by a factor called the relative permittivity (or dielectric constant) εᵣ, since the dielectric's molecules polarise in response to the field, partially cancelling it and allowing more charge to accumulate for the same voltage. Common dielectrics range from air (εᵣ ≈ 1) to ceramic (εᵣ up to several thousand for specialised formulations), which is why real capacitors can achieve far higher capacitance in a compact size than a simple air-gap design ever could.
Every dielectric also has a maximum electric field it can withstand before breaking down and conducting — the dielectric strength — which sets the maximum safe voltage rating for a given capacitor design. Exceeding this rating can cause catastrophic and sometimes dangerous failure, which is why capacitor voltage ratings must always be respected with a safety margin in circuit design.
Common Mistakes
Forgetting the factor of ½ in the energy formula: confusing E = ½CV² with the simpler-looking (but incorrect) E = CV² is one of the most frequent errors, giving an answer exactly double the correct value.
Mixing up units: capacitance is almost always given in μF, nF, or pF in real components — forgetting to convert to farads before substituting into formulas produces answers wrong by many orders of magnitude.
Confusing capacitor energy with capacitor power: E = ½CV² gives total stored energy in joules, not power in watts. How quickly that energy can be released depends on the circuit's resistance and forms a separate calculation entirely (an RC discharge curve).
Real-World Applications
Camera flashes: charge a capacitor slowly from a battery over a second or two, then release the stored energy almost instantaneously through the flash tube — a rate of energy delivery a battery alone could never achieve directly.
Power supply smoothing: capacitors filter out ripples and noise in DC power supplies, storing charge during voltage peaks and releasing it during dips to maintain a steady voltage.
Defibrillators: charge large capacitors over several seconds, then discharge that stored energy through the patient's chest in a fraction of a second — precisely the same physics as a camera flash, applied to save lives by delivering a controlled, life-restoring shock to a heart in cardiac arrest.
Touchscreens: capacitive touchscreens detect your finger by measuring the tiny change in local capacitance your finger's conductivity causes when it approaches the screen's surface, allowing the device to precisely triangulate touch location from a grid of capacitance sensors beneath the glass.
Capacitors in Series and Parallel
Just like resistors, capacitors can be combined in series or parallel, but — notably — the combination rules are reversed compared to resistors. Capacitors in parallel simply add: C_T = C₁ + C₂ + …, since connecting capacitors in parallel effectively increases the total plate area available to store charge. Capacitors in series combine reciprocally: 1/C_T = 1/C₁ + 1/C₂ + …, since series capacitors effectively increase the total gap the field must span, reducing overall capacitance.
This is the exact opposite pattern to resistors (which add directly in series and reciprocally in parallel), a distinction that trips up many students moving between the two topics. Remembering the underlying physics — parallel capacitors share plate area, series capacitors share the voltage across an effectively thicker gap — helps keep the two rules straight without simply memorising them.
Charging and Discharging — The RC Time Constant
A capacitor doesn't charge or discharge instantaneously — connected to a voltage source through a resistor, it charges along a smooth exponential curve, characterised by the RC time constant τ = RC (in seconds, with R in ohms and C in farads). After one time constant, the capacitor reaches about 63.2% of its final charge; after five time constants, it's considered essentially fully charged (over 99%). This exponential charging behaviour follows exactly the same mathematical form as radioactive decay, just running "forwards" (approaching a final value) rather than "backwards" (decaying toward zero).
The RC time constant is a critical design parameter throughout electronics — it sets the response speed of filters, timing circuits, and debounce circuits, and determines how quickly a camera flash capacitor can be recharged between shots or how a smoothing capacitor responds to sudden changes in load current.