The four main types of capacitor you will encounter on the bench are Multilayer Ceramic (MLCC), Aluminum Electrolytic, Tantalum, and Film. Selecting the right one is never just about matching the microfarad (µF) value printed on the schematic. Real-world selection depends on three hidden variables: Equivalent Series Resistance (ESR), operating temperature coefficient (tempco), and DC bias derating. A 10µF ceramic capacitor might drop to 4µF under its rated voltage, while a 10µF tantalum might catch fire if subjected to a 2V reverse spike. This guide provides the exact selection criteria, marking decoders, and substitution rules you need to design reliable circuits or repair existing boards without a second trip to the parts distributor.
The Capacitor Selection Matrix: Which Type for Which Job
Every capacitor technology involves a trade-off between volumetric efficiency (capacitance per cubic millimeter), ESR, and stability. Use the matrix below to select the correct chemistry for your specific circuit block.
| Type | Construction | Typical Range | Tolerance | Tempco / ESR Profile | Best Application |
|---|---|---|---|---|---|
| MLCC (Ceramic) | Alternating layers of ceramic dielectric and metal electrodes | 0.5pF – 100µF | ±5% to +80/-20% | Very Low ESR; High tempco in Class II (X5R/X7R) | High-frequency decoupling, RF matching, SMPS output filtering |
| Aluminum Electrolytic | Etched aluminum foil separated by paper soaked in liquid electrolyte | 0.1µF – 100,000µF | ±20% | High ESR; Moderate tempco; dries out over time | Bulk energy storage, low-frequency power supply filtering, audio coupling |
| Tantalum | Porous tantalum anode with manganese dioxide or polymer cathode | 0.1µF – 1,000µF | ±10% to ±20% | Low ESR (polymer); Very stable capacitance over temperature | Space-constrained bulk decoupling, medical devices, aerospace |
| Film (MKP/MKT) | Metallized polypropylene or polyester film wound into a cylinder | 100pF – 100µF | ±1% to ±10% | Ultra-low ESR; Near-zero tempco; self-healing | AC line filtering, snubber circuits, high-end audio crossovers, motor run |
Bench Insight: When designing the output filter for a buck converter, never rely solely on MLCCs for bulk storage. While their ESR is nearly zero, they lack the damping required to prevent control loop oscillation. A standard design practice is to place a low-ESR aluminum electrolytic (like the Panasonic FR or Chemi-Con KZE series) in parallel with a 10µF X7R ceramic to handle both bulk transients and high-frequency switching noise.
Decoding Capacitor Markings and Codes
Reading capacitor markings is a rite of passage. While large electrolytics print their values plainly, surface-mount and small radial ceramics rely on compressed EIA (Electronic Industries Alliance) codes.
The 3-Digit Ceramic Code
Most through-hole and radial MLCCs use a three-digit code expressed in picofarads (pF). The first two digits are the significant figures, and the third digit is the multiplier (number of zeros).
- 104: 10 followed by 4 zeros = 100,000 pF = 100 nF = 0.1 µF.
- 473: 47 followed by 3 zeros = 47,000 pF = 47 nF.
- 221: 22 followed by 1 zero = 220 pF.
If you see a letter appended to the end (e.g., 104K), that letter denotes the tolerance: J = ±5%, K = ±10%, M = ±20%, Z = +80%/-20%.
EIA Dielectric Temperature Codes
For Class II and III ceramics, the dielectric material dictates how much capacitance you lose as temperature or DC voltage changes. According to Texas Instruments application notes on ceramic characteristics, ignoring these codes is the leading cause of unexpected power supply droop.
| EIA Code | Temperature Range | Capacitance Change | Use Case |
|---|---|---|---|
| C0G / NP0 | -55°C to +125°C | ±30 ppm/°C (Ultra-stable) | RF oscillators, timing circuits, precision filters |
| X7R | -55°C to +125°C | ±15% | General purpose decoupling, bypass, SMPS |
| X5R | -55°C to +85°C | ±15% | Consumer electronics, battery-powered devices |
| Y5V | -30°C to +85°C | +22% / -82% (Terrible) | Avoid. Only for non-critical bulk bypass in benign environments |
Failure Modes: Visual Symptoms and Bench Testing
Capacitors fail in distinct, chemistry-specific ways. Recognizing these visual symptoms saves hours of oscilloscope troubleshooting.
- Aluminum Electrolytic (Open/High ESR): The liquid electrolyte boils and venting occurs. Visual symptom: The top cross-scored vent bulges upward, or a brown, crusty residue leaks from the bottom rubber bung. Bench test: A standard multimeter capacitance test will often show a "good" value, but an ESR meter will reveal the internal resistance has spiked from 0.05Ω to >5Ω. Replace immediately.
- MLCC (Short Circuit): Ceramics fail short due to mechanical flexure cracking the dielectric layers, or thermal shock from a poorly profiled reflow oven. Visual symptom: Often invisible to the naked eye. Sometimes a hairline crack runs parallel to the PCB pads. Bench test: Reads 0Ω on a multimeter. Use a thermal camera while injecting low-voltage current to find the hot spot.
- Tantalum (Thermal Runaway): Tantalum pentoxide dielectric defects cause localized heating, which increases leakage current, which causes more heating. Visual symptom: A charred, melted epoxy body, often taking a chunk of the FR4 fiberglass board with it. Tantalums fail as a dead short and will literally ignite if the power supply can deliver enough current.
- Film (Open/Corona): High dV/dt transients can cause internal corona discharge, vaporizing the metallization. Visual symptom: The outer epoxy bulges or cracks, or the leads pull out easily. Bench test: Reads open circuit (OL) on capacitance meter.
Safe Substitution Rules When the Exact Part is Missing
When you are repairing a board and the exact BOM part is out of stock, you can substitute, but you must follow strict derating and chemistry rules to avoid a callback.
- Voltage Derating: Never run a capacitor at its absolute maximum rated voltage. For aluminum electrolytics, derate by at least 20% (e.g., use a 25V cap on a 12V rail). For tantalums, the rule is a strict 50% derating minimum due to their violent failure mode; a 16V tantalum should never see more than 8V. For MLCCs, account for DC bias derating—a 50V rated 10µF X7R might only provide 6µF at 24V.
- Dielectric Upgrades Only: You can always substitute a C0G for an X7R in a timing circuit, but never substitute an X7R for a C0G. Similarly, never replace an X7R with a Y5V or Z5U, as the capacitance will collapse under operating temperature and voltage, breaking your circuit.
- ESR Matching in Power Supplies: If you are replacing an output capacitor on a switching regulator, you must match or beat the original ESR. Swapping a standard electrolytic for a "Low ESR" variant (like Rubycon ZL or Panasonic FM) is safe. Swapping a Low-ESR cap for a standard general-purpose cap will increase output voltage ripple and may trigger the regulator's over-voltage protection.
- Physical Clearance: When stepping up the voltage rating of an electrolytic, the physical can size usually increases. Verify that the taller cap will not short against a metal chassis or interfere with a heat sink.
Frequently Asked Questions
Can I use a higher voltage capacitor instead of the original?
Yes, electrically speaking, a higher voltage rating is always safer and increases the component's lifespan. However, you must watch out for two physical realities. First, higher voltage capacitors are physically larger; ensure you have the PCB clearance. Second, in ceramic capacitors, higher voltage dielectrics sometimes exhibit different piezoelectric properties or worse DC bias curves at lower voltages. If the original was a 16V X5R and you substitute a 50V X7R, it will work perfectly, but verify the footprint matches.
Why do ceramic capacitors make a buzzing or singing noise?
This is caused by the piezoelectric effect inherent in Class II dielectrics (like X7R and X5R). When the AC ripple voltage across the capacitor changes, the ceramic dielectric physically expands and contracts, vibrating the PCB like a speaker cone. This is common in LED drivers and buck converters operating in the 1kHz to 20kHz range. To eliminate the noise, you can either change the switching frequency to above the audible range (>20kHz), use a thicker PCB to dampen the resonance, or substitute the capacitor with a C0G/NP0 dielectric, which is not piezoelectric (though C0G is rarely available in high µF values).
What is the difference between polarized and non-polarized capacitors?
Polarized capacitors—specifically aluminum electrolytics and tantalums—have a defined positive (anode) and negative (cathode) terminal. They rely on a microscopic oxide layer formed by a DC voltage during manufacturing. If you apply reverse voltage, the oxide layer breaks down, causing a massive short circuit and rapid gas generation (venting or explosion). Non-polarized capacitors (ceramics, film, mica) have symmetrical internal structures and can be installed in either direction, making them mandatory for AC coupling and pure AC signal paths.
How do I safely discharge a large capacitor before working on it?
Large capacitors in power supplies, motor drives, and camera flashes can hold lethal charges for days after power is removed. Never use a screwdriver to short the terminals; this causes an explosive spark, damages the capacitor's internal foil, and poses a severe burn and shrapnel risk. Instead, construct a discharge tool using a high-wattage power resistor (e.g., 10kΩ, 10W wirewound) attached to insulated test leads. Clamp the leads across the terminals and monitor the voltage with a multimeter until it reads below 1V. For high-voltage DC bus caps (>400V), always verify dead with a properly rated CAT III/IV meter before touching the chassis.






