The Q CV formula (expressed as Q = C × V) is the foundational equation for calculating the electrical charge stored in a capacitor. Whether you are sizing a bulk filter capacitor for a linear power supply, calculating the hold-up time for a microcontroller brownout circuit, or debugging a switched-capacitor voltage converter, this equation dictates the relationship between stored charge (Q), physical capacitance (C), and applied voltage (V). Below is a complete breakdown of the formula, its algebraic rearrangements, and bench-level worked examples with strict unit tracking.
The Core Equation and Symbol Definitions
At its core, the equation defines a linear relationship for an ideal capacitor. The formula is written as:
Q = C × V
To use this formula correctly on the bench, you must map your physical measurements to the correct SI base units before multiplying. Failing to convert practical bench units into SI base units is the primary cause of calculation errors in capacitor sizing.
| Symbol | Property | SI Base Unit | Common Bench Prefixes |
|---|---|---|---|
| Q | Electrical Charge | Coulombs (C) | millicoulombs (mC), microcoulombs (μC) |
| C | Capacitance | Farads (F) | microfarads (μF), nanofarads (nF), picofarads (pF) |
| V | Voltage (Potential Difference) | Volts (V) | millivolts (mV), kilovolts (kV) |
For deeper theoretical context on how the physical geometry of the capacitor plates dictates the value of C, refer to the Georgia State University HyperPhysics capacitor module.
Rearranged Forms for Circuit Debugging
On the bench, you rarely solve for Q in isolation. More often, you know the charge requirement of a load and the available voltage rail, and you need to find C. Alternatively, you might be measuring a pre-charged capacitor and need to find V. The Q CV formula rearranges cleanly into two other forms:
- Solving for Capacitance: C = Q / V
Use case: Sizing a supercapacitor to keep an RTC (Real Time Clock) alive for 48 hours during a power outage, given the RTC's current draw (which gives Q over time) and the minimum operating voltage. - Solving for Voltage: V = Q / C
Use case: Determining the voltage spike that will occur on a DC bus when a known quantity of inductive flyback charge is dumped into a snubber capacitor.
Worked Examples with Strict Unit Tracking
The most common mistake when using the Q CV formula is multiplying microfarads directly by volts and assuming the result is in Coulombs. It is not. You must track your powers of ten. Here are two real-world scenarios.
Problem 1: Finding Charge (Q) in a Bulk Filter Capacitor
Scenario: You have a Panasonic FR-series electrolytic capacitor rated at 2,200 μF. It is connected across a 35V DC rectified rail. How much charge is stored when fully charged?
- Identify given values: C = 2,200 μF, V = 35 V.
- Convert to SI base units: C = 2,200 × 10-6 F (or 0.0022 F).
- Apply the formula: Q = C × V
- Substitute and solve: Q = 0.0022 F × 35 V = 0.077 Coulombs.
- Convert to practical units: 0.077 C is equivalent to 77 mC (millicoulombs).
Problem 2: Finding Voltage (V) on a Supercapacitor
Scenario: A 10F Eaton/Vishay supercapacitor is being used in a memory backup circuit. A constant current source has pumped exactly 15 Coulombs of charge into the device. What is the voltage across its terminals?
- Identify given values: C = 10 F, Q = 15 C.
- Verify SI base units: Both are already in base units (Farads and Coulombs).
- Apply the rearranged formula: V = Q / C
- Substitute and solve: V = 15 C / 10 F = 1.5 Volts.
Bench Note: Because this is a 10F supercapacitor, a 1.5V result is well within its typical 2.7V maximum rating. If the calculation had yielded 3.2V, the capacitor's internal dielectric would be breaking down, potentially leading to catastrophic venting.
Assumptions, Limitations, and Realistic Magnitudes
The Q CV formula is not a universal law that applies perfectly to every physical component on your PCB. It relies on specific assumptions that break down under certain conditions.
When the formula applies: The equation assumes an ideal, linear capacitor. It is perfectly accurate for DC steady-state conditions, or as an instantaneous snapshot in an AC circuit (where q(t) = C × v(t)). It assumes the dielectric material has a constant permittivity regardless of the applied electric field.
The DC Bias Trap (Class II Ceramics): If you are using X7R or X5R multilayer ceramic capacitors (MLCCs), the Q CV formula will lie to you. These materials exhibit a massive voltage coefficient. A 10 μF 0805 X7R capacitor might only exhibit 3 μF of actual capacitance when 5V is applied across it. Therefore, the actual Q stored is significantly lower than the nominal C multiplied by V. Always check the manufacturer's DC bias curves (from vendors like Murata or TDK) before relying on the formula for MLCCs.
Realistic Answer Magnitudes: Knowing what a "normal" answer looks like prevents decimal-place errors.
- Parasitic PCB Trace: ~2 pF at 5V = 10 pC (picocoulombs).
- Standard Decoupling Cap (100 nF at 3.3V): = 0.33 μC (microcoulombs).
- Bulk Audio Filter (10,000 μF at 50V): = 0.5 C (Coulombs).
- EDLC Supercapacitor (3,000 F at 2.7V): = 8,100 C (Coulombs).
Common Unit Mistakes That Break the Math
When debugging a circuit where the calculated hold-up time doesn't match the oscilloscope trace, check these three unit traps:
- The Microfarad Multiplier: Forgetting to apply the 10-6 multiplier to μF. If you multiply 100 μF by 12V and get 1200 Coulombs, you are off by a factor of one million. The correct answer is 0.0012 C (or 1.2 mC).
- Confusing mC and μC: The prefix 'm' is milli (10-3), while 'μ' is micro (10-6). A 1 mC charge is 1,000 times larger than a 1 μC charge. In low-power IoT sensor nodes, this difference dictates whether your device survives a 50ms brownout or resets.
- Mixing Energy and Charge: The Q CV formula calculates charge (Coulombs). It does not calculate energy (Joules). If you need to know how much work the capacitor can do, you must use the energy formula: E = ½ C V2. See the Electronics Tutorials capacitor guide for a detailed breakdown of the distinction between stored charge and stored energy.
Frequently Asked Questions About the Q CV Formula
Does the Q CV formula work for AC circuits and RMS voltage?
Yes, but only on an instantaneous basis. In an AC circuit, both voltage and charge are constantly changing. The formula becomes q(t) = C × v(t). You cannot plug an RMS voltage value (like 120V AC) directly into the basic Q = C × V formula to find the peak charge. To find the maximum charge stored during an AC cycle, you must first convert the RMS voltage to peak voltage (V_peak = V_RMS × √2), and then multiply by C.
Why does the Q CV formula not calculate battery capacity in mAh?
Because batteries and capacitors store energy through fundamentally different physical mechanisms. The Q CV formula calculates electrostatic charge separation (measured in Coulombs). Batteries store energy via electrochemical reactions. While you can convert Coulombs to Amp-hours (1 Ah = 3,600 Coulombs), a 100F supercapacitor charged to 2.7V holds 270 Coulombs (0.075 Ah). However, because the capacitor's voltage drops linearly as charge is removed (V = Q/C), it cannot deliver that full 0.075 Ah to a load that requires a constant 2.7V, unlike a battery which maintains a relatively flat discharge curve.
How does dielectric absorption affect the Q CV formula calculation?
Dielectric absorption (or "soakage") is a non-ideal effect where the dielectric material absorbs some of the charge into its molecular structure rather than storing it purely on the plates. The basic Q CV formula assumes all charge is instantly available. In reality, if you charge a high-value electrolytic capacitor, short it out for a few seconds, and then remove the short, a "ghost voltage" will slowly reappear across the terminals minutes later. This means the effective, instantly extractable Q is slightly lower than the theoretical Q calculated by the formula, an effect that is critical in high-precision sample-and-hold analog circuits.






