Capacitor Equivalent Series Resistance (ESR) is the internal resistive impedance of a real-world capacitor, measured in ohms (Ω) or milliohms (mΩ). It represents the combined resistance of the leads, internal connections, and dielectric losses. For switching power supply (SMPS) output filtering, you must use 'Low-ESR' capacitors—typically under 0.1Ω for a 1000µF 16V part—to prevent thermal runaway and ripple voltage spikes. Standard electrolytics installed in high-ripple circuits will overheat and fail in weeks.

The Physics of Capacitor ESR and Ripple Heating

An ideal capacitor has zero resistance. A physical capacitor is modeled as an ideal capacitor in series with a resistor (ESR) and an inductor (ESL). When AC ripple current flows through the capacitor, the ESR dissipates power as heat according to the formula: P = I² × ESR.

Worked Example: Consider a 5V buck converter outputting 2A of ripple current into a 1000µF filter capacitor.
If you use a standard electrolytic with an ESR of 0.5Ω: Power dissipation = (2A)² × 0.5Ω = 2.0 Watts. This internal heating boils the electrolyte, leading to venting and failure.
If you use a Low-ESR polymer or specialty aluminum part with an ESR of 0.02Ω: Power dissipation = (2A)² × 0.02Ω = 0.08 Watts. The capacitor runs cool and lasts for years.

High ESR also degrades voltage regulation. The ripple voltage seen by the load is directly proportional to the ESR (V_ripple = I_ripple × ESR). In high-speed digital circuits, excessive ESR on decoupling capacitors causes voltage droop during transient current spikes, triggering brownout resets in microcontrollers.

Capacitor Type Comparison: ESR, Tolerance, and Tempco

Selecting the right chemistry is the first step in managing ESR. Here is how the major capacitor families compare on the bench.

Type / Chemistry Construction Typical ESR Range Tolerance Tempco / Temp Range Primary Use Case
Standard Al-Electrolytic Etched foil / liquid electrolyte 0.5Ω - 5.0Ω ±20% -40°C to +85°C Linear PSU bulk storage, audio coupling
Low-ESR Al-Electrolytic Foil / low-resistivity electrolyte 0.02Ω - 0.1Ω ±20% -40°C to +105°C SMPS output filtering, DC-DC converters
Polymer Solid (OS-CON) Foil / conductive polymer solid 0.005Ω - 0.03Ω ±20% -55°C to +105°C High-current CPU Vcore, GPU VRM filtering
MLCC (X5R / X7R) Ceramic dielectric / metal electrodes 0.002Ω - 0.02Ω ±10% to ±20% -55°C to +125°C High-frequency decoupling, bulk bypass
MLCC (C0G / NP0) Class I Ceramic / metal electrodes 0.01Ω - 0.05Ω ±1% to ±5% 0 ± 30ppm/°C (-55 to +125°C) RF filters, resonant tanks, precision timing
Tantalum (MnO2) Sintered pellet / manganese dioxide 0.1Ω - 2.0Ω ±10% to ±20% -55°C to +125°C Space-constrained DC filtering (legacy designs)

For a deeper look into how dielectric materials impact performance, Murata's MLCC technical documentation provides exhaustive data on the DC bias and temperature characteristics of X7R versus C0G ceramics.

Decoding Physical Markings and Dielectric Codes

Reading capacitor markings correctly prevents catastrophic mismatches. The coding systems differ wildly between through-hole electrolytics and surface-mount ceramics.

Aluminum Electrolytic Markings

A typical through-hole Low-ESR capacitor will print: 1000µF 16V 105°C.
The 105°C is a critical indicator; standard 85°C parts are rarely low-ESR. Look for a printed negative stripe on the can (indicating the cathode) and series letters like 'FR', 'FM', or 'FC' (Panasonic nomenclature for low-impedance/high-ripple current lines).

MLCC (Ceramic) Markings

Surface-mount ceramics use a 3-digit EIA capacitance code and a letter code for tolerance, printed in microscopic text or not at all on smaller packages (like 0402).

  • 104 = 10 × 10⁴ pF = 100,000 pF = 100nF (0.1µF).
  • 106 = 10 × 10⁶ pF = 10,000,000 pF = 10µF.
  • Tolerance Letters: J = ±5%, K = ±10%, M = ±20%.
  • Dielectric Codes: C0G (or NP0) is temperature-stable for RF. X7R is stable enough for general decoupling. Y5V is highly voltage-dependent and should be avoided in precision or power circuits.

Visual and Electrical Failure Modes

Capacitors rarely fail silently. Knowing the visual and electrical symptoms of ESR degradation saves hours of oscilloscope troubleshooting.

Safety Warning: Always discharge large filter capacitors with a high-wattage bleed resistor before probing. A charged 400V SMPS bulk capacitor can deliver a lethal shock and destroy your multimeter.

Capacitor Type Primary Failure Mechanism Visual Symptoms Electrical / ESR Symptoms
Al-Electrolytic Electrolyte evaporation / boiling due to ripple heat Domed top, ruptured vent cross, crusty brown residue on the PCB ESR spikes >1.0Ω; capacitance may still read normal on a cheap meter. An ESR meter is mandatory for diagnosis.
Tantalum (MnO2) Thermal runaway from voltage spikes or reverse polarity Charred black mark on the PCB, exploded or melted yellow/black pellet Dead short (0Ω) across terminals. Often blows the upstream trace or fuse.
MLCC (Ceramic) Piezoelectric flex-cracking from PCB bending Microscopic 45-degree crack near the PCB solder pad (requires magnification) Intermittent open circuit, or dead short if the crack bridges internal layers.

Safe Substitution Rules When the Exact Part is Missing

When repairing a board and the exact OEM capacitor is out of stock, follow these strict substitution rules to maintain circuit stability and safety.

  1. The Low-ESR Mandate: Never substitute a standard electrolytic for a Low-ESR part in an SMPS output. If you don't have a Low-ESR Al-Elec, use a Polymer solid capacitor or parallel two standard capacitors to halve the effective ESR (though ripple current sharing may be uneven).
  2. Voltage Rating: You can always substitute a higher voltage rating (e.g., using a 25V part in place of a 16V part). Never go lower. Higher voltage parts often have slightly lower ESR, but they are physically larger.
  3. Capacitance in Power Rails: Increasing capacitance (e.g., 1000µF to 2200µF) lowers ripple voltage, but beware of inrush current limits on the rectifier diodes. More critically, in LDO regulators and some current-mode SMPS controllers, excessive output capacitance can destroy the control loop's phase margin, causing low-frequency oscillation.
  4. Temperature Rating: Always substitute up. Replacing a 105°C part with an 85°C part in a power supply will result in a callback repair within months.
  5. MLCC Dielectric Swaps: You can safely substitute X7R for X5R (better tempco). Never substitute X7R for C0G/NP0 in an RF filter or oscillator; the voltage coefficient of X7R will shift your resonant frequency and introduce harmonic distortion.

The ESR Decision Tree: Pick the Right Part for the Job

Stop guessing. Use this decision matrix to terminate your component selection with a concrete, bench-proven part number.

If your application is... Then select this chemistry... Concrete Default Pick (Part Number)
SMPS Output Filtering (100kHz - 1MHz ripple, high current) Low-ESR Aluminum Electrolytic (105°C rated) Panasonic EEU-FR1C102 (1000µF, 16V, 0.023Ω ESR, ~$0.40)
CPU/GPU Vcore VRM (Extreme transient spikes, space-constrained) Polymer Solid Aluminum (SMD) Kemet A750 series or Panasonic POSCAP (e.g., 6TPE330M, ~$1.20)
MCU GPIO / IC Decoupling (High-frequency noise bypass) MLCC X7R (0603 or 0402 package) Murata GRM188R71C104KA88D (100nF, 16V, X7R, ~$0.01)
RF LC Filters / VCO Tanks (Require high Q, zero microphonics) MLCC C0G / NP0 (Class I Ceramic) Murata GRM1555C1H100JA01D (10pF, 50V, C0G, ~$0.02)
Audio Signal Coupling (Require low distortion, no piezo effect) Metallized Polyester Film or Bipolar Al-Elec WIMA MKS2 series (e.g., MKS2C041001F00KSSD, 1µF, 63V, ~$0.35)

By matching the capacitor's ESR profile and dielectric chemistry to the specific electrical stresses of your circuit, you eliminate the most common point of failure in modern electronics. Keep an ESR meter on your bench, respect the 105°C rating rule for power supplies, and never put a standard electrolytic on the output of a switching regulator.