Equivalent Series Resistance (ESR) is the cumulative internal resistive loss of a real-world capacitor, modeled as a single ideal resistor wired in series with a perfect, lossless capacitor. In a real circuit, this parasitic resistance dictates how much heat the component generates under AC ripple current and how much AC voltage ripple leaks through your supposedly smooth DC filter. Beginners frequently confuse ESR with leakage current (which is modeled as a massive resistor in parallel with the capacitor allowing slow DC bleed) or Equivalent Series Inductance (ESL, the parasitic inductance of the physical leads and internal foil windings). While leakage ruins high-impedance sample-and-hold circuits and ESL ruins ultra-high-frequency decoupling, ESR resistance is the primary culprit behind overheating, venting, and premature death in power supply filtering.
The True Equivalent Circuit and Frequency Dependence
No physical capacitor is just capacitance. If you look at the datasheet for an aluminum electrolytic capacitor, you are looking at a complex RLC network. The ESR is not a static number; it is highly dependent on frequency and temperature. A standard 1000µF 25V electrolytic might have an ESR of 0.20 ohms at 120 Hz (the ripple frequency of a full-wave rectified 60Hz mains supply), but drop to 0.08 ohms at 100 kHz (the switching frequency of a modern buck converter).
The Math That Matters: A Worked Numeric Example
To understand why ESR resistance destroys circuits, we need to look at two formulas: Ohm's Law for ripple voltage, and Joule heating for power dissipation. Let us assume you are designing the output filter for a 5V, 3A switching regulator that produces 2A of peak-to-peak ripple current at 100 kHz.
Scenario A: Standard General-Purpose Capacitor (ESR = 0.15 Ω at 100 kHz)
- Ripple Voltage: V = I × ESR = 2A × 0.15Ω = 0.30V peak-to-peak riding on your 5V DC rail.
- Heat Dissipation: P = I² × ESR = (2A)² × 0.15Ω = 0.60 Watts.
Scenario B: Low-ESR Switching Grade Capacitor (ESR = 0.02 Ω at 100 kHz)
- Ripple Voltage: V = I × ESR = 2A × 0.02Ω = 0.04V peak-to-peak.
- Heat Dissipation: P = I² × ESR = (2A)² × 0.02Ω = 0.08 Watts.
In Scenario A, your 5V rail has a massive 6% AC ripple that will cause logic glitches in sensitive microcontrollers. Worse, dissipating 0.6W inside a small 10mm × 16mm cylindrical can with no airflow will rapidly boil the internal electrolyte, increasing the ESR further in a thermal runaway loop until the pressure relief vent pops.
Where You Meet ESR Resistance in Practice
You will encounter ESR limitations across several core electronics domains:
- Switch-Mode Power Supplies (SMPS): Output and input filters see massive high-frequency ripple currents. Low-ESR capacitors (like the Panasonic FM or Rubycon ZL series) are mandatory here.
- Linear Regulator Decoupling: Older LDOs (like the LM317) actually required a minimum ESR on the output capacitor to maintain control loop stability. Modern LDOs use internal compensation and require ultra-low ESR ceramic capacitors.
- Audio Crossovers and Coupling: In high-fidelity audio, ESR introduces frequency-dependent attenuation and phase shifts. Film capacitors with near-zero ESR are preferred over electrolytics in the signal path.
- Motor Drive Snubbers: When snubbing inductive kickback from relays or motors, the capacitor must absorb high di/dt spikes. High ESR limits the speed at which the capacitor can accept this charge, allowing voltage spikes to breach your MOSFETs.
Bench War Story: The 12V Buck Converter Catastrophe
A few years ago, I was prototyping a 12V to 5V 5A buck converter for a custom LED matrix driver. The schematic called for two 470µF 10V output capacitors. Grabbing from my bench bin, I populated the board with two standard, no-name 470µF capacitors I had salvaged from an old ATX power supply. The ESR of these aged, standard-grade caps was roughly 0.18 ohms each (0.09 ohms in parallel).
The Setup: The converter switched at 300 kHz. The inductor ripple current was calculated at 1.5A peak-to-peak. The board powered up perfectly, and the multimeter read a clean 5.01V DC. I boxed it up and ran the LED matrix.
The Outcome: Forty minutes later, the LED matrix started flickering violently. I opened the enclosure to find a distinct, acrid smell of boiling electrolyte. One of the 470µF capacitors had bulged severely, and the rubber bung on the bottom was weeping fluid onto the PCB. The 5V rail had 400mV of ripple on it.
What Went Wrong: I had ignored the RMS ripple current rating and the high-frequency ESR. The 1.5A ripple current pushing through the 0.09 ohm parallel ESR generated nearly 0.2W of heat inside a tiny can rated for only 105°C ambient, with zero airflow. More importantly, as the capacitor heated up, its internal chemistry degraded, causing the ESR to climb. By the time it failed, the ESR had tripled, pushing the ripple voltage high enough to trigger the converter's undervoltage lockout (UVLO) repeatedly. I replaced them with two Cornell Dubilier low-ESR polymer hybrids, and the board has run cool for three years since.
How to Measure and Mitigate High ESR
You cannot measure ESR with a standard DC multimeter; applying DC just charges the capacitor and reads as an open circuit. You need an instrument that injects an AC signal (typically at 100 kHz) and measures the in-phase voltage drop.
Follow these numbered steps to audit your capacitor inventory:
- Acquire the right tool: A dedicated ESR meter (like the Peak Atlas ESR70 or the affordable MESR-100) is best for in-circuit testing because they use low test voltages (<40mV) that will not turn on semiconductor junctions. For precise bench characterization, use an LCR meter like the DER EE DE-5000 set to 100 kHz series-equivalent mode.
- Zero the leads: Short your test probes together and press the 'Zero' or 'CAL' button to null out the resistance of your test leads, which can easily be 0.1 ohms—a massive error when measuring modern low-ESR caps.
- Test and compare: Measure the capacitor. If a 1000µF 16V capacitor reads >0.15 ohms at 100 kHz, it is degraded and should be binned.
- Select replacements wisely: When rebuilding power supplies, look for 'Low ESR' or 'High Ripple Current' series. The Analog Devices capacitor selection guides frequently highlight Panasonic FR, Panasonic FM, Nichicon PW, and Rubycon ZL as the gold standards for SMPS filtering.
Frequently Asked Questions
Can I just parallel multiple standard capacitors to lower ESR?
Yes. Placing three standard capacitors with 0.15Ω ESR in parallel yields a combined ESR of 0.05Ω. This is a common technique in high-current motherboard VRMs, where arrays of smaller capacitors provide both lower total ESR and better high-frequency response than a single massive can.
Do ceramic capacitors have ESR?
Yes, but it is exceptionally low—often in the milliohm range (e.g., 0.003Ω for an X7R 0805 MLCC). However, because their ESR is so low, they can cause phase margin issues and control loop instability in older linear regulators that rely on ESR to introduce a stabilizing zero in the feedback loop.
Why does my ESR meter read '0.00' on a brand new ceramic capacitor?
Dedicated hobbyist ESR meters often lack the resolution to read below 0.01 ohms. A brand-new multilayer ceramic capacitor (MLCC) might have an ESR of 0.004 ohms, which will simply floor out on a standard MESR-100. You need a benchtop LCR meter to accurately characterize ceramics.






