When we talk about the voltage across a capacitor in textbook circuit theory, we usually mean the instantaneous potential difference defined by $V = Q/C$. But on the workbench, that definition is practically useless for component selection. In real-world design and repair, the voltage across a capacitor refers to the maximum steady-state DC bias, combined with AC ripple and transient spikes, that the dielectric material must survive without breaking down. This is quantified by the Working Voltage DC (WVDC) rating.
The single most common mistake hobbyists and junior engineers make is sizing a capacitor's voltage rating exactly to the nominal supply voltage. A 12V circuit does not use a 12V capacitor; it uses a 16V or 25V capacitor. Derating—intentionally selecting a component with a higher voltage rating than the circuit strictly requires—is mandatory for reliability. For aluminum electrolytics, a 20% derating is standard; for tantalums, you must derate by 50% or more to prevent catastrophic thermal runaway.
The Real-World Scenario: When 50V Rated Meets 48V Nominal
To understand why calculating the true peak voltage across a capacitor matters, let's look at a failure I diagnosed on an e-bike motor controller input filter.
The Setup: A maker was building a custom 48V e-bike battery monitor and motor controller interface. The input filter bank consisted of three 63V, 1000µF aluminum electrolytic capacitors in parallel to smooth the DC bus. The nominal battery voltage was 48V.
The Numbers: The fully charged 14S NMC battery pack output 58.8V DC. The motor controller's switching frequency introduced an AC ripple of 4V peak-to-peak. During hard regenerative braking, the back-EMF from the motor pushed transient voltage spikes of +12V onto the DC bus.
The Outcome: The total peak voltage across the capacitor during braking was $58.8V + (4V / 2) + 12V = 72.8V$. This exceeded the 63V WVDC rating by nearly 15%. After three test rides, one of the capacitors violently vented, spraying alkaline electrolyte across the PCB and shorting out a gate driver IC.
What Went Wrong: The designer looked only at the nominal 48V and assumed a 63V cap provided a comfortable 31% buffer. They failed to account for the fully charged state, the AC ripple, and the inductive transients. A proper design would have used 100V rated capacitors, or at minimum, added a transient voltage suppression (TVS) diode and an RC snubber across the motor phases.
Decoding Capacitor Markings and Voltage Ratings
Before you can derate, you need to know what the part is actually rated for. Physical space on components is limited, so manufacturers use standardized shorthand codes.
Ceramic Capacitors (MLCC)
Through-hole and small SMD ceramics use a three-digit EIA code for capacitance and a letter/number code for voltage.
- Capacitance:
104means $10 \times 10^4$ picofarads = 100,000 pF = 100 nF = 0.1 µF. - Voltage Codes: Look for a single letter or letter-number combo.
1E= 25V,1H= 50V,1J= 63V,2A= 100V. If you see just a letter likeJ, it usually implies 6.3V or 16V depending on the manufacturer's specific sub-series, which is why checking the datasheet is critical for SMD parts.
Aluminum Electrolytic Capacitors
These are straightforward. The sleeve will explicitly print the capacitance (e.g., 470µF) and the WVDC (e.g., 35V).
Polarity marker: The negative lead is indicated by a contrasting stripe on the sleeve, often filled with minus (-) symbols. The PCB silkscreen usually marks the positive lead with a plus (+) or a shaded half-circle for the negative. Reversing polarity on an electrolytic capacitor causes internal gas generation and eventual explosion.
Dielectric Showdown: Which Type for Which Job?
The dielectric material inside the capacitor dictates not just the voltage rating, but how the capacitance value shifts when voltage is applied (DC bias effect) and how it reacts to temperature. Here is how to select the right chemistry for your circuit.
| Type / Dielectric | Construction | Tolerance | Tempco (Temp Stability) | Typical Voltage Range | Best Use Case |
|---|---|---|---|---|---|
| MLCC (C0G / NP0) | Ceramic (Class I) | ±5% | ±30 ppm/°C (Near zero) | 10V - 500V | RF filters, precision timing, high-Q resonant circuits. |
| MLCC (X7R / X5R) | Ceramic (Class II) | ±15% to ±22% | ±15% over temp range | 6.3V - 100V | General decoupling, bypassing. Warning: Loses up to 50% capacitance at rated DC bias. |
| Aluminum Electrolytic | Etched foil, liquid electrolyte | -20% to +50% | Poor (High ESR drift at cold) | 6.3V - 500V | Bulk energy storage, low-frequency power supply filtering. |
| Tantalum (MnO2) | Porous tantalum pellet | ±10% to ±20% | Stable | 2V - 50V | Space-constrained bulk decoupling. Requires 50% voltage derating; fails as a dead short. |
| Film (Polypropylene) | Metallized plastic film | ±1% to ±5% | Excellent | 50V - 2000V+ | AC line filtering, high-current snubbers, audio crossovers, motor run caps. |
Calculating the Actual Voltage Across the Component
To ensure your chosen capacitor won't fail, you must calculate the absolute maximum instantaneous voltage it will experience. Use this formula for power supply and switching node applications:
$V_{peak} = V_{DC(max)} + \frac{V_{ripple(p-p)}}{2} + V_{transient}$
- Identify $V_{DC(max)}$: Do not use the nominal voltage. Use the maximum output of your regulator, or the fully-charged open-circuit voltage of your battery chemistry.
- Measure or Calculate Ripple: For a buck converter, ripple is determined by the inductor value and output capacitance. Use an oscilloscope with a tip-and-barrel probe (not a long ground lead) to measure the true peak-to-peak AC ripple directly across the capacitor terminals.
- Estimate Transients: Inductive loads (motors, relays) will generate flyback spikes. If you lack a TVS diode, assume transient spikes can be 1.5x to 2x the nominal DC voltage.
- Apply the Derating Factor: Take your calculated $V_{peak}$ and multiply by 1.25 for ceramics/film, or 1.50 for aluminum electrolytics. This final number is the minimum WVDC rating you must specify when sourcing the part.
For a deeper look into how Class II ceramics (X7R/X5R) lose capacitance as the DC voltage across them increases, refer to the extensive testing data published in KEMET's technical guide on MLCC DC bias. A 10µF X7R capacitor with 25V applied across it might only provide 4µF of actual capacitance in-circuit.
Failure Modes and Visual Symptoms of Overvoltage
When the voltage across a capacitor exceeds its dielectric breakdown threshold, the failure mode depends entirely on the chemistry. Recognizing these symptoms on the bench will save you hours of troubleshooting.
Aluminum Electrolytic: Venting and Bulging
Visual Symptom: The top aluminum can domes upward. The scored 'X' or 'K' vent on the top ruptures, leaving a crusty, brownish or clear residue. You may notice a distinct, sharp "fishy" or ammonia-like odor. Electrical Symptom: Usually an open circuit (the internal foil melts and severs to prevent explosion) or a massive drop in capacitance with high ESR.
Tantalum: Thermal Runaway
Visual Symptom: The small tan or black rectangular body cracks, chars the PCB, and may leave a black soot mark. In severe cases, it catches fire. Electrical Symptom: A dead short. Tantalum capacitors fail short-circuit. If your power supply doesn't have current limiting, the PCB traces will vaporize. For comprehensive failure analysis of tantalum parts, see the All About Circuits capacitor textbook chapter.
MLCC (Ceramic): Piezoelectric Cracking
Visual Symptom: Often invisible to the naked eye. Under a microscope, you will see micro-fractures running from the terminal edges inward. Sometimes the component physically snaps in half if the board flexes. Electrical Symptom: Can be a dead short, or a "soft" short that causes parametric shifts, leaking DC current and draining batteries in sleep-mode circuits.
Safe Substitution Rules When the Exact Part is Missing
You're repairing a board or building a prototype, and the exact BOM capacitor is out of stock. Here is the decision framework for safe substitution.
- Voltage Rating Can Always Go UP: If the BOM calls for a 16V capacitor, a 25V, 35V, or 50V part is electrically safe to use. The only penalties are physical size and potentially higher Equivalent Series Resistance (ESR) or lower resonant frequency.
- Capacitance Can Usually Go UP (With Caveats): In power supply filtering and decoupling, replacing a 10µF with a 22µF is fine. Exception: In switching regulator feedback loops or precision timing circuits (like a 555 timer), changing capacitance alters the loop compensation or frequency. Keep it within 10% of the original value in these cases.
- Watch the ESR in Switching Regulators: If you are substituting an aluminum electrolytic on the output of a buck converter, you must match the ESR. If the original spec was a "low-ESR" polymer or specialty electrolytic, swapping in a standard, cheap electrolytic will cause the output voltage ripple to spike and the regulator to overheat.
- Never Substitute Polarized for Non-Polarized Blindly: If a circuit uses a non-polarized film or ceramic capacitor (like in an audio crossover or AC line filter), there is no DC bias. You cannot use a polarized electrolytic here, as the AC waveform will drive the voltage across the capacitor negative, destroying the dielectric oxide layer.
- Beware of Inrush Current: If you substitute a massive bank of high-capacitance ceramics for a single electrolytic at the input of a hot-swap circuit, the near-zero ESR of the ceramics will cause a massive inrush current spike that can trip breakers or weld switch contacts. Add a small series resistor or NTC thermistor if making this swap.
Understanding the true voltage across a capacitor—and respecting the physics of the dielectric inside it—is what separates a circuit that works on the bench for five minutes from one that survives years in the field. Always measure your ripple, derate your WVDC, and match your chemistry to the application.






