The Short Answer: What Does a Capacitor Actually Do?
A capacitor stores electrical energy in an electric field and releases it to resist changes in voltage. In practical circuit terms, it acts as a temporary, ultra-fast battery that blocks DC current while allowing AC signals to pass. If a power supply is a municipal water main, a capacitor is the pressurized bladder tank on your home's plumbing: it absorbs pressure spikes (voltage ripple) and pushes water back into the pipes when demand suddenly exceeds the main's flow rate (transient current draw).
To see this numerically, imagine an ESP32 drawing a sudden 300mA Wi-Fi transmission burst lasting 10ms from a 3.3V rail. If your power regulator cannot respond fast enough, the voltage will sag. A 220µF ceramic capacitor placed near the VCC pin supplies this transient charge. Using the formula ΔV = (I × Δt) / C:
- ΔV = (0.3A × 0.01s) / 0.00022F = 13.6V drop.
Wait—a 13.6V drop on a 3.3V rail means the capacitor is entirely inadequate for that specific burst if it were the only source. In reality, the regulator supplies the baseline current, and the capacitor only bridges the microsecond-scale high-frequency gap that the regulator's feedback loop cannot catch. This is why we pair bulk electrolytic capacitors (for low-frequency ripple) with small ceramic capacitors (for high-frequency transients). For a deeper look at the foundational physics, the All About Circuits capacitor chapter provides an excellent breakdown of the dielectric mechanics.
The Capacitor Selection Matrix: Which Type for Which Job?
Grabbing the first capacitor that fits the footprint is a fast track to noisy audio, unstable regulators, or catastrophic failure. Here is the decision matrix for the four primary chemistries you will encounter on the bench.
| Type | Construction & Dielectric | Tolerance & Tempco | Typical Use Case | Concrete Bench Pick |
|---|---|---|---|---|
| MLCC (Ceramic) | Multilayer ceramic dielectric between metal electrodes | X7R: ±15% over temp C0G/NP0: ±30ppm/°C |
High-frequency decoupling, RF filtering, precision timing | KEMET C0805C104K5RACTU (100nF, 50V, X7R, 0805) |
| Aluminum Electrolytic | Etched aluminum foil separated by paper soaked in liquid electrolyte | Typically ±20% High temp variance (cap drops at -40°C) |
Bulk power supply filtering, audio AC coupling, motor start/run | Nichicon UHE1V222MHD (2200µF, 35V, Low ESR, Radial) |
| Film (Polypropylene/Polyester) | Metalized plastic film wound into a cylinder or stacked | ±5% to ±10% Extremely stable, low dielectric absorption |
Audio crossovers, high-voltage snubbers, mains EMI filtering | WIMA MKS2C031001A00KSSD (100nF, 63V, Polyester) |
| Tantalum | Tantalum metal anode with a tantalum pentoxide dielectric layer | ±10% to ±20% Stable over temperature, low profile |
Compact DC filtering on dense PCBs, medical/aerospace hold-up | KEMET T491A106K016AT (10µF, 16V, SMD Case A) |
Unlike aluminum electrolytics which simply vent or bulge when abused, tantalum capacitors fail via catastrophic thermal runaway. If reverse-biased or subjected to a voltage spike exceeding their rated maximum, the tantalum pentoxide dielectric breaks down, creating a dead short that ignites the manganese dioxide cathode. Always derate tantalum voltage by at least 50% (e.g., use a 16V part on a 5V rail) and never use them where reverse polarity is possible.
Decoding the Markings: How to Read Capacitor Codes
Capacitor markings are notoriously inconsistent across chemistries. Here is how to read the physical part sitting in your tweezers.
Ceramic MLCC (The 3-Digit Code)
Through-hole and larger SMD ceramics use a three-digit picofarad (pF) code, structured as [Significant Digits] [Multiplier].
- 104: 10 × 104 pF = 100,000 pF = 100nF = 0.1µF. (The most common decoupling cap in existence).
- 473: 47 × 103 pF = 47,000 pF = 47nF.
- 221: 22 × 101 pF = 220 pF.
Look for a trailing letter for tolerance: J = ±5%, K = ±10%, M = ±20%.
Aluminum Electrolytic (Polarity and Values)
Electrolytics print the exact microfarad (µF) value and voltage rating directly on the sleeve (e.g., 1000µF 25V). The critical marking is the polarity indicator.
- The Stripe: The prominent colored stripe (usually white or black with minus signs) indicates the NEGATIVE (cathode) lead.
- Lead Length: On new, untrimmed radial capacitors, the positive (anode) lead is intentionally left longer by the manufacturer.
Film Capacitors (Voltage Codes)
Film caps often use a letter-number prefix for the voltage rating before the capacitance code. For example, a cap marked 2A104J breaks down as:
- 2A: 100V DC rating (1E = 25V, 1H = 50V, 2A = 100V, 2E = 250V).
- 104: 100nF capacitance.
- J: ±5% tolerance.
Failure Modes: Visual Symptoms and Bench Testing
Capacitors rarely fail without leaving evidence. According to Nichicon's technical guidelines on aluminum electrolytics, the primary failure mechanism is electrolyte vaporization through the rubber end seal, leading to capacitance loss and Equivalent Series Resistance (ESR) spikes.
| Chemistry | Visual / Physical Symptoms | Electrical Failure Mode | How to Test on the Bench |
|---|---|---|---|
| Electrolytic | Bulging top vent, crusty brown/black residue on the PCB, rubber seal pushed out of the base. | Capacitance drops, ESR rises dramatically. Fails to filter ripple, causing regulator overheating. | Use an ESR meter in-circuit. A healthy 1000µF cap should read < 0.2Ω. If it reads > 1.0Ω, replace it regardless of capacitance. |
| Ceramic (MLCC) | Microscopic cracks along the PCB flex line (near mounting holes or board edges). No visible bulging. | Piezoelectric cracking causes internal short circuits. Pulls the voltage rail directly to ground. | Desolder one leg and test with a DMM in continuity mode. A dead short across a small ceramic cap means it is cracked and must be scrapped. |
| Tantalum | Charred, melted, or exploded SMD package. A distinct 'burnt popcorn' smell on the PCB. | Catastrophic short circuit due to reverse voltage or transient spike exceeding derated limits. | Visual inspection only. If it is discolored or cracked, it is dead. Check the surrounding MOSFETs and diodes for collateral damage. |
| Film | Swollen plastic casing, melted potting compound, or a popped internal pressure interrupter (on large motor-run caps). | Dielectric breakdown leading to an open circuit or partial short. | Measure capacitance with a DMM. If it reads open (OL) or more than 10% below nominal, replace it. |
Large electrolytic capacitors in mains-powered switch-mode power supplies (like the 400V bulk filter cap) can hold a lethal charge for days after unplugging. Before touching any PCB connected to AC mains, de-energize the board, wait 5 minutes, and verify the capacitor voltage is < 5V DC using a tested multimeter. If it remains charged, bleed it safely using a high-wattage power resistor (e.g., 10kΩ 5W) on insulated probes—never short it with a screwdriver.
The Substitution Decision Tree: When You Don't Have the Exact Part
When your kit is missing the exact BOM part, you must substitute safely. Use this decision path to avoid destroying your circuit.
- IF the missing part is a bulk power filter (Electrolytic):
- Voltage: You can safely substitute a HIGHER voltage rating (e.g., swap 16V for 25V). Never go lower.
- Capacitance: You can substitute a HIGHER capacitance (e.g., swap 470µF for 1000µF), provided it physically fits and the inrush current won't trip your upstream fuse or blow your rectifier diodes.
- ESR: If the original was a 'Low ESR' series (like Nichicon PW or Rubycon ZL), do not substitute a standard general-purpose cap, or the regulator will oscillate.
- IF the missing part is a timing or frequency-setting component (555 timer, oscillator, active filter):
- Capacitance: MUST be exact. Swapping a 10nF for a 22nF will halve your oscillator frequency.
- Dielectric: MUST be C0G/NP0 ceramic or Film. Never use X7R, Y5V, or Electrolytic for timing, as their capacitance shifts wildly with applied DC bias voltage and temperature.
- IF the missing part is a high-frequency decoupling cap (MLCC):
- Value: Swapping 100nF for 1µF is generally acceptable and often beneficial for modern high-speed digital ICs, as long as the physical package (0603/0805) fits the pads.
- Warning: Do not place a massive 10µF ceramic directly on the feedback pin of a sensitive LDO without checking the datasheet; it can alter the phase margin and cause high-frequency ringing.
Final Verdict: Default Picks for Common Bench Scenarios
Stop guessing and standardize your lab inventory. If you are designing a board or repairing a generic module, default to these specific, proven selections:
- Microcontroller & Logic IC Decoupling: 100nF (0.1µF) X7R MLCC, 0805 package, 50V rating. Place one within 2mm of every VCC pin. The 50V rating costs pennies more than 16V but gives you massive headroom against transients and allows you to use the same part across 3.3V, 5V, and 12V rails.
- Linear Regulator (e.g., LM7805 or LM317) Output: 10µF to 22µF Aluminum Electrolytic (Standard ESR) + 100nF Ceramic in parallel. Older linear regulators actually require a minimum ESR (usually around 0.5Ω to 2Ω) on the output cap to maintain loop stability. Using an ultra-low ESR ceramic alone here will cause the regulator to oscillate.
- Audio Signal AC Coupling: 4.7µF to 10µF WIMA Polyester Film. Film capacitors have near-zero dielectric absorption and microphonics compared to electrolytics, eliminating the 'popping' and distortion heard when electrolytics age in audio paths.
- Mains EMI / Motor Snubber: 100nF X2 Safety Film Capacitor (275VAC / 305VAC rated). Never use a standard DC-rated film or ceramic cap across AC mains. X2 capacitors are specifically designed to fail open (not short) and are potted to withstand continuous high-voltage AC stress without catching fire.
By matching the dielectric chemistry to the specific electrical stress—rather than just the microfarad number—you eliminate the vast majority of passive component failures on the bench.






