Voltage capacitance refers to the phenomenon where a capacitor's actual effective capacitance drops significantly when a DC voltage is applied across its terminals, combined with the strict maximum voltage rating the component can withstand before dielectric breakdown. In a real circuit, this interaction changes your carefully calculated filter cutoff frequencies and decoupling impedance, often turning a nominal 10µF component into a 2µF component under operating conditions. Beginners and even intermediate designers commonly confuse a capacitor's Working Voltage DC (WVDC) rating—the absolute maximum voltage before catastrophic dielectric failure—with its DC bias characteristic, which is the silent, non-destructive loss of capacitance as voltage increases.
The Physics of DC Bias and Voltage Ratings
To understand voltage capacitance, we have to look at the dielectric material inside Multi-Layer Ceramic Capacitors (MLCCs). Class II dielectrics like X5R and X7R are made from barium titanate, a ferroelectric material. When you apply a DC voltage across the capacitor, the internal electrical domains align with the field. As the voltage approaches the rated maximum, these domains become 'locked' in place.
This means the capacitance value printed on the reel is only valid at 0V DC bias. As soon as you power up your board, the effective capacitance shrinks. This is entirely separate from the voltage rating (e.g., 16V), which simply dictates the threshold where the dielectric physically punctures and shorts out.
Worked Numeric Example: Sizing a Buck Converter Output Capacitor
Let's look at a concrete bench scenario. You are designing a 5V output buck converter with a 100kHz switching frequency. Your calculations dictate you need an effective 20µF of output capacitance to keep the output voltage ripple under 30mV.
The Naive Choice: You select a single 22µF, 6.3V, 0805-package X5R MLCC. On paper, 22µF > 20µF, and 5V is safely below the 6.3V maximum rating.
The Reality: According to manufacturer datasheets, a 6.3V X5R 0805 part loses approximately 70% of its capacitance when biased at 5V (which is ~80% of its rated voltage).
- Nominal Capacitance: 22µF
- DC Bias Derating Factor at 5V: 0.30 (30% remaining)
- Effective Capacitance: 22µF × 0.30 = 6.6µF
The Outcome: Your 6.6µF effective capacitance is far below the 20µF requirement. The output ripple spikes to over 100mV, potentially causing logic errors in downstream ICs. To fix this, you must either step up to a 1210 package size (which has more dielectric volume and better DC bias curves), use a 10V or 16V rated part, or place multiple capacitors in parallel.
Where You Meet Voltage Capacitance in Practice
You will encounter DC bias derating in almost every modern power delivery network. It is most critical in:
- DC-DC Converter Output Filtering: Where low effective capacitance leads to high output ripple and poor transient response.
- LDO Input/Output Decoupling: Many Low Dropout Regulators require a specific minimum effective capacitance with low ESR to maintain internal phase margin and prevent oscillation.
- Audio AC Coupling: If an audio signal has a DC offset, the coupling capacitor's value will drop, altering the high-pass filter cutoff frequency and thinning out the bass response.
- High-Voltage Snubber Circuits: In flyback converters, snubber capacitors see high DC bus voltages; ignoring voltage capacitance results in voltage spikes that destroy the switching MOSFET.
Real-World Scenario Walkthrough: The Melted ESP32 Power Rail
To see how ignoring voltage capacitance destroys hardware, let's walk through a real-world failure from a custom carrier board design.
Setup: A designer built a custom board for an ESP32-WROOM-32 module. The 3.3V rail was powered by a standard AMS1117-3.3 linear regulator. The AMS1117 datasheet specifies a 10µF output capacitor for stability.
Numbers: The designer placed a single 10µF, 6.3V, 0603-package X5R MLCC on the output. During WiFi transmission, the ESP32 draws current spikes exceeding 300mA.
Outcome: When the board was powered, the LDO output oscillated at roughly 15kHz. The ESP32 entered a continuous brownout reset loop whenever the WiFi radio spun up. Eventually, the AMS1117 overheated, failed in a short-circuit state, and passed the 5V USB input directly to the 3.3V rail, permanently bricking the ESP32 module.
What Went Wrong: At 3.3V DC bias, the 6.3V 0603 X5R capacitor lost roughly 65% of its capacitance, dropping to an effective 3.5µF. The AMS1117 requires >8µF effective capacitance to maintain phase margin under transient loads. The regulator lost stability, oscillated, and destroyed itself. The fix was replacing the 0603 part with a 10µF 10V 1210 X7R capacitor, which maintained 8.5µF effective capacitance at 3.3V.
Voltage Derating Rules and Selection Matrix
Not all capacitors suffer from DC bias effects equally. Use this matrix to select the right chemistry for your application. For precise MLCC modeling, always verify your choices using Murata's SimSurfing tool, which graphs exact DC bias curves for specific part numbers.
| Dielectric / Chemistry | Typical DC Bias Loss at 80% Rated V | Voltage Derating Rule of Thumb | Best Application |
|---|---|---|---|
| C0G / NP0 (Class I Ceramic) | 0% (No piezoelectric effect) | None required (just stay under WVDC) | RF filters, precision timing, audio |
| X7R (Class II Ceramic) | 40% - 60% | Derate voltage by 50% (e.g., use 10V cap for 5V rail) | General decoupling, power filtering |
| X5R (Class II Ceramic) | 50% - 80% | Derate voltage by 60-70% | Space-constrained bulk capacitance |
| Tantalum (Solid) | 0% (No DC bias capacitance drop) | Derate voltage by 50% for reliability/surge survival | High-density bulk filtering (low ripple) |
| Aluminum Electrolytic | 0% (Slight increase at high DC) | None required (just stay under WVDC) | High-capacitance, low-frequency bulk storage |
For a deeper look into the material science driving these losses, the All About Circuits guide on MLCC DC bias provides excellent cross-sectional microscopy of the dielectric layers.
Numbered Steps for Sizing MLCCs
- Identify the maximum DC voltage the capacitor will see in normal operation, plus a 10% margin for transients.
- Calculate the required effective capacitance based on your ripple or stability equations.
- Select a nominal capacitance and voltage rating from a distributor, then look up the manufacturer's DC bias graph for that exact part number.
- Read the graph at your operating voltage. If the remaining capacitance is lower than your requirement from Step 2, increase the voltage rating or the physical package size (e.g., move from 0805 to 1206) and repeat.
Frequently Asked Questions
What is voltage capacitance in one sentence?
Voltage capacitance is the dual concept describing how a capacitor's effective capacitance shrinks under an applied DC voltage, alongside the absolute maximum voltage threshold the component can endure before physical breakdown.
What does it change in a real circuit or installation?
It changes the actual impedance and energy storage of your power delivery network, altering filter cutoff frequencies, increasing power supply ripple, and potentially causing linear regulators or switching converters to become unstable and oscillate.
What do people commonly confuse it with?
Designers frequently confuse the DC bias capacitance drop (a reversible, non-destructive loss of performance) with the Working Voltage DC or WVDC rating (the hard physical limit where the dielectric punctures and the component is permanently destroyed).






