The fundamental voltage on capacitor formula is V = Q / C. In this equation, the voltage (V) across a capacitor's terminals is directly equal to the stored electrical charge (Q) divided by the component's capacitance (C). If you push 1 Coulomb of charge into a 1 Farad capacitor, the voltage across its plates will rise to exactly 1 Volt.
This relationship is the bedrock of DC circuit analysis, timing networks, and energy storage design. Below, we break down the formula, map out the unit conversions that trip up most hobbyists, and run through bench-realistic worked examples.
The Core Equation and Symbol Definitions
The defining equation for a capacitor operating in a DC steady state or at an instantaneous snapshot in time is:
V = Q / C
To use this formula without generating catastrophic math errors on your breadboard or in your PCB design software, you must strictly adhere to the SI base units. Here is the exact definition of every symbol in the equation.
| Symbol | Variable Name | SI Base Unit | Unit Abbreviation | Practical Bench Equivalents |
|---|---|---|---|---|
| V | Voltage (Potential Difference) | Volts | V | mV, kV |
| Q | Electric Charge | Coulombs | C | mC, µC, mAh (battery context) |
| C | Capacitance | Farads | F | mF, µF, nF, pF |
To ground this in reality, let us look at how this formula plays out across four completely different real-world applications, from RF filtering to bulk power storage. Notice how the charge (Q) scales with the physical size and application of the capacitor.
| Application Scenario | Capacitance (C) | Nominal Voltage (V) | Calculated Charge (Q = C × V) | Physical Form Factor |
|---|---|---|---|---|
| MCU Decoupling (0.1µF) | 100 nF (0.1 µF) | 3.3 V | 0.33 µC (3.3 × 10⁻⁷ C) | 0402 or 0603 SMD MLCC |
| Audio Amplifier Bulk Filter | 4,700 µF | 35.0 V | 0.1645 C | 16mm × 25mm Radial Electrolytic |
| Camera Flash Strobe | 330 µF | 330.0 V | 0.1089 C | Large Snap-In Aluminum Electrolytic |
| Dashcam Memory Backup | 0.47 F (Supercap) | 2.5 V | 1.175 C | Cylindrical EDLC (Coin or Radial) |
Rearranged Forms and Unit Pitfalls
Depending on what you are trying to solve for—sizing a capacitor for a specific energy hold-up time, or calculating the charge dumped into a trace during a hot-plug event—you will need to rearrange the formula. Here are the three algebraic forms you must memorize:
- Solving for Voltage: V = Q / C
- Solving for Charge: Q = C × V
- Solving for Capacitance: C = Q / V
The Unit Mistakes That Break Your Math
The most common reason the voltage on capacitor formula yields absurd results on a workbench is prefix mismanagement. The formula only works natively with Farads, Volts, and Coulombs. If you plug '100' into the C variable for a 100µF capacitor, your calculated voltage will be off by a factor of one million.
Here are the specific traps to avoid:
- The Microfarad Trap (µF): A 100µF capacitor is 100 × 10⁻⁶ F (or 0.0001 F). If you are calculating charge and multiply 12V by 100, you get 1200 Coulombs. That is a lethal amount of energy. The correct math is 12 × (100 × 10⁻⁶) = 0.0012 C (1.2 mC).
- The Picofarad Trap (pF): In RF circuits, you deal in picofarads. 10pF is 10 × 10⁻¹² F. Forgetting the 'pico' prefix when calculating the charge on an antenna matching network capacitor will result in theoretical voltages that exceed the dielectric breakdown of air.
- Mixing mAh and Coulombs: Battery folks often think in milliamp-hours (mAh). 1 mAh equals exactly 3.6 Coulombs (since 1 Amp = 1 Coulomb/second, and 1 hour = 3600 seconds). If your charge Q is given in mAh, multiply by 3.6 before plugging it into V = Q / C.
Assumptions, Applicability, and Realistic Magnitudes
When the Formula Applies
The V = Q / C formula is an electrostatic DC relationship. It applies perfectly when a capacitor is fully charged to a DC steady state, or when you are taking an instantaneous 'snapshot' of a circuit at a specific microsecond. It does not directly calculate the voltage over time in an AC circuit or an RC charging curve without the addition of calculus and the time constant (τ = R × C). For time-domain charging, you must use the exponential formula V(t) = V₀(1 - e^(-t/RC)) as detailed in standard DC circuit theory.
Assumptions of the Ideal Model
This formula assumes an ideal capacitor. On a real bench, components deviate from this ideal in three ways:
- Equivalent Series Resistance (ESR): Real capacitors have internal resistance. When current flows, a voltage drop occurs across the ESR (V = I × R_esr), meaning the terminal voltage will be slightly different from the pure electrostatic plate voltage.
- Dielectric Absorption: If you charge a large electrolytic capacitor to 50V, short it out to 0V, and remove the short, the voltage will 'creep' back up to 1V or 2V over the next few minutes. The chemical dipoles in the dielectric relax slowly, releasing trapped charge that V = Q / C doesn't account for in a simple static snapshot.
- Leakage Current: Over time, charge (Q) bleeds through the dielectric. The formula holds at t=0, but Q degrades over time.
Sanity Check: What Does a Realistic Magnitude Look Like?
When you finish a calculation, run a mental sanity check against these common real-world voltage magnitudes:
- Logic & MCU Rails: 1.2V, 3.3V, 5.0V. (If you calculate 45V for an ESP32 decoupling cap, your unit prefixes are wrong).
- Automotive & Solar: 12V to 14.4V (nominal), up to 48V for telecom/solar banks.
- Offline AC-DC Power Supplies: The primary bulk capacitor after a bridge rectifier on a 120VAC mains input will sit at roughly 165V to 170V DC (120 × √2). On 230VAC mains, it will sit at 320V to 340V DC.
- Camera Flashes / Defibrillators: 300V to 400V DC.
Worked Examples with Step-by-Step Unit Tracking
Let us apply the formula to two distinct bench scenarios, paying strict attention to unit conversions and intermediate steps.
Example 1: Sizing a Camera Flash Capacitor (Solving for V)
Scenario: You are repairing a vintage film camera's strobe circuit. The schematic calls for a 330µF capacitor. During a test fire, your diagnostic tool measures that the capacitor dumped exactly 0.1056 Coulombs of charge into the xenon tube to achieve the correct flash luminosity. What was the voltage on the capacitor right before the flash?
Step 1: Identify knowns and target.
- Q = 0.1056 C
- C = 330 µF
- Target: V
Step 2: Convert units to SI base.
- C = 330 × 10⁻⁶ F = 0.00033 F
Step 3: Select the rearranged formula.
- V = Q / C
Step 4: Execute math with units.
- V = 0.1056 C / 0.00033 F
- V = 320 Volts
Sanity Check: 320V is a perfectly realistic magnitude for a camera flash circuit (typically charged via a boost converter from a 1.5V AA battery up to ~300-330V). The math holds up to physical reality.
Example 2: Dashcam Supercapacitor Hold-Up (Solving for Q)
Scenario: You are designing a dashcam that needs to save the last video file to the SD card when the car's ignition cuts out. You are using a 0.47F (470,000µF) Electric Double-Layer Capacitor (EDLC) supercapacitor. The system regulates the supercap to 2.5V. How much charge is available to the system at the moment of power loss?
Step 1: Identify knowns and target.
- C = 0.47 F (Already in SI base units, no micro-prefix conversion needed!)
- V = 2.5 V
- Target: Q
Step 2: Select the rearranged formula.
- Q = C × V
Step 3: Execute math with units.
- Q = 0.47 F × 2.5 V
- Q = 1.175 Coulombs
Step 4: Translate to practical bench terms.
What does 1.175 Coulombs actually mean for your firmware? Since 1 Ampere equals 1 Coulomb per second, we can use the relationship Time = Charge / Current as defined in fundamental charge physics. If your dashcam's save-routine draws a steady 150mA (0.15A) from the backup rail:
- t = 1.175 C / 0.15 A
- t = 7.83 seconds
This gives your microcontroller roughly 7.8 seconds to close the MP4 file and unmount the SD card before the supercapacitor voltage drops below the brownout threshold of your 3.3V LDO. (Note: In reality, because V drops linearly as Q is depleted, your LDO will drop out before the cap hits 0V, but this gives the theoretical maximum charge boundary).
For deeper reading on how dielectric materials influence these calculations and the physical construction of these components, Electronics Tutorials provides an excellent breakdown of capacitor construction and theory.






