The Core Rule: Voltage and Capacitors in DC vs. AC Circuits
The voltage rating printed on a capacitor is its maximum continuous DC working voltage (WVDC). Exceeding this threshold breaks down the internal dielectric, turning your component into a dead short. But the relationship between voltage and capacitors is rarely as simple as reading the label. The dielectric material, the physical case size, and the presence of AC ripple all drastically alter how much voltage a part can actually handle in practice.
In pure DC circuits, the golden rule is derating. You never run a capacitor at its absolute maximum rating. For ceramic capacitors, you must account for DC bias derating—a phenomenon where the capacitance value physically drops as the applied DC voltage increases. For aluminum electrolytics, you generally derate by 20% to ensure longevity and prevent internal gas generation.
Rule of Thumb: Derate ceramic DC voltage by 50% for X7R/X5R dielectrics, and 20% for C0G/NP0. Derate aluminum electrolytics by 20-30% for high-temperature environments.
Decoding the Case: How to Read Capacitor Markings and Codes
When you are scavenging parts from a kit or reading a salvaged board, knowing what the markings mean is critical. Manufacturers use different coding standards depending on the physical size and chemistry of the part.
Ceramic and Film (The 3-Digit EIA Code)
Through-hole and small SMD ceramics use a three-digit picofarad (pF) code. The first two digits are the significant figures, and the third digit is the multiplier (number of zeros).
- 104: 10 × 104 pF = 100,000 pF = 100 nF = 0.1 µF.
- 473: 47 × 103 pF = 47,000 pF = 47 nF.
- 221: 22 × 101 pF = 220 pF.
This is usually followed by a tolerance letter: J (±5%), K (±10%), or M (±20%).
Aluminum Electrolytic
Because they are physically larger, electrolytics print the values directly. You will see 470µF 63V alongside a stripe indicating the negative lead. Always verify the polarity stripe; reversing voltage on an electrolytic causes internal boiling and venting.
SMD Tantalum (The EIA Voltage Letter Code)
Tantalum capacitors (like the Vishay 595D series or KEMET T491) use a letter code for voltage on their small SMD cases. Misreading these is a common way to accidentally apply 24V to a 6.3V part.
| Letter | Voltage Rating | Letter | Voltage Rating |
|---|---|---|---|
| J | 6.3V | D | 20V |
| A | 10V | E | 25V |
| C | 16V | V | 35V |
Dielectric Showdown: Which Capacitor Type for Which Job?
Selecting the right capacitor isn't just about matching the microfarad value; it is about matching the dielectric to the circuit's electrical stress. Here is the selection framework for the four most common families.
| Type / Dielectric | Construction | Tolerance | Tempco (Temp Stability) | Typical Use & Selection Criteria |
|---|---|---|---|---|
| Ceramic (C0G/NP0) | Class I Ceramic | ±1% to ±5% | 0 ±30 ppm/°C (Ultra-stable) | RF filters, precision timing oscillators, snubbers. Choose when capacitance must not change with temperature or applied voltage. |
| Ceramic (X7R/X5R) | Class II Ceramic | ±10% to ±20% | ±15% over temp range | Bulk decoupling, general bypass. Choose for high capacitance in small SMD footprints, but avoid in precision analog paths due to microphonics and DC bias drop. |
| Aluminum Electrolytic | Foil + Liquid/Polymer Electrolyte | ±20% | Poor (High temp drift) | Power supply bulk smoothing, low-frequency filtering. Choose when you need massive µF values (100µF - 10,000µF) at low cost, and can tolerate high ESR. |
| Tantalum (MnO2/Polymer) | Sintered Tantalum Powder | ±10% to ±20% | Moderate | Space-constrained DC rail filtering, medical/avionics. Choose when you need stable, low-profile bulk capacitance, but MUST include series resistance to prevent thermal runaway. |
| Film (Polypropylene) | Metallized Plastic Film | ±1% to ±10% | Excellent | AC line filtering, motor run, high-voltage snubbers. Choose for any circuit handling >50VAC or high dV/dt switching edges. |
Bench War Story: When a 50V Rating Isn't Actually 50V
The interaction between voltage and capacitors is where theoretical schematics meet harsh physical reality. Here is a scenario from the bench that highlights why reading the datasheet's DC bias curve is non-negotiable.
The Setup: Designing the output filter for a 48V nominal solar charge controller buck converter. The schematic called for a 10µF output capacitor to smooth the switching ripple.
The Numbers: A '48V nominal' lithium iron phosphate (LiFePO4) battery bank actually sits at 54.0V resting, and hits 58.4V when fully charged. The buck converter introduces a 20% peak-to-peak switching ripple. That means the peak voltage hitting the capacitor is 58.4V + (58.4 * 0.10) = 64.2V. I selected a 50V-rated 1210 X7R MLCC (KEMET C1210C106K5RAC) because it was cheap ($0.15) and in stock, assuming the 50V rating was 'close enough' for the nominal 48V rail.
The Outcome: During the first full-load test, the capacitor failed catastrophically, shorting the output and blowing the high-side MOSFET and the gate driver IC.
What Went Wrong: I ignored two critical realities. First, the peak AC ripple pushed the absolute voltage past the 50V WVDC limit, causing dielectric breakdown. Second, and more insidiously, I ignored DC bias derating. According to Murata's DC bias characteristics data, a 1210 X7R 10µF capacitor loses roughly 70% of its stated capacitance when 40V DC is applied. At 50V, it was functioning as a 2µF capacitor, which caused the output ripple to spike massively, further exacerbating the voltage peaks.
The Fix: I replaced the single MLCC with two 100V-rated C0G capacitors in series (yielding 5µF, but with zero DC bias derating and a 200V withstand rating) and added a 100µF 100V polymer aluminum electrolytic for the bulk low-frequency filtering. Total BOM cost increased by $1.40, but the circuit survived.
The Substitution Matrix: How to Swap Parts Safely
When you are prototyping and the exact BOM part is missing from your bins, you can substitute, but you must follow the physics of the dielectric. Use this decision matrix to avoid frying your board.
- Voltage Rating: Always substitute UP. A 100V cap can replace a 50V cap. Never substitute down, even if the nominal circuit voltage is lower than the substitute's rating (ripple and transients will kill it).
- Capacitance Value (Bulk Filtering): If the cap is used for power supply decoupling or bulk smoothing, you can safely substitute a higher capacitance value. A 220µF cap will happily replace a 100µF cap on a linear regulator output.
- Capacitance Value (Timing/Filters): If the cap is in an RC timing circuit, an active filter, or an oscillator, the value must be exact (±5% or better). Substituting a higher value will shift the cutoff frequency or oscillation period, breaking the circuit logic.
- Dielectric Swaps: You can swap a C0G ceramic for an X7R ceramic in simple power decoupling. You must never swap an X7R for a C0G in a precision analog filter or audio path, as the X7R will introduce piezoelectric microphonics (the capacitor acts as a microphone, picking up board vibrations) and severe voltage-dependent distortion.
- Polarity: Never substitute a polarized part (electrolytic/tantalum) for a non-polarized part (ceramic/film) if the node sees bidirectional voltage or AC ripple that crosses the 0V threshold.
Autopsy of a Blown Cap: Visual Symptoms and Failure Modes
When a circuit fails, the capacitor is often the victim, but sometimes it is the murderer. Knowing how different chemistries fail helps you diagnose the root cause on the bench. According to KEMET's failure mode analysis, the visual evidence left behind tells a distinct story.
Aluminum Electrolytic: The Pressure Vent
Visual Symptom: The top of the can is domed or bulging. The cross-scored vent on the top (or bottom) has popped open, often leaking a brownish, crusty electrolyte fluid onto the PCB. In extreme cases, the aluminum wrapper splits down the side.
The Cause: Reverse polarity, excessive ripple current causing internal boiling, or operation near the end of the part's thermal lifespan (the electrolyte dries out, ESR increases, leading to more heat and thermal runaway).
Tantalum (MnO2): The Thermal Runaway Fire
Visual Symptom: A charred, blackened lump of epoxy. The PCB pads are often scorched, and there may be a distinct crater where the component used to sit. It smells like burnt plastic and ozone.
The Cause: A voltage spike or high inrush current exceeded the dielectric's self-healing capability. The internal manganese dioxide (which is rich in oxygen) acts as an oxidizer, literally feeding a fire when the tantalum pellet shorts. Always use a series resistor or a polymer tantalum variant to limit fault current.
Multilayer Ceramic (MLCC): The Invisible Flex Crack
Visual Symptom: There are usually no external visual symptoms. The capacitor looks pristine. However, the circuit exhibits a dead short or intermittent leakage that changes when you press on the PCB.
The Cause: Mechanical stress. MLCCs are brittle. If the PCB is bent during depaneling, connector insertion, or drop-testing, the ceramic fractures internally. The crack bridges the internal electrode layers, creating a short. This is why large MLCCs (1206 and above) should be placed away from board edges and mounting holes, or you should use 'soft-termination' (flexible epoxy electrode) variants.
Understanding the nuanced relationship between voltage and capacitors is what separates a parts-swapper from a competent designer. Always read the DC bias curves, respect the AC peak-to-peak limits, and match the dielectric to the physical stresses of your specific application.






