0
Pick up almost any power supply or amplifier board and you will see them — cylindrical "cans" standing on the PCB like little sentinels. Those are electrolytic capacitors, and they do the heavy lifting in circuits that need to store and release relatively large amounts of energy.
If you have ever wondered why electrolytic capacitors exist alongside ceramic and film capacitors, how to read those cryptic markings on their bodies, or what happens when polarity goes wrong, you are in the right place. This guide covers what actually matters when you are designing, repairing, or sourcing these components.
Here is the intuitive picture: an electrolytic capacitor is a bit like a battery's quieter cousin. Both store energy electrochemically, but a capacitor releases it almost instantly, whereas a battery trickles it out over hours.
The key difference from other capacitor types is right there in the name — "electrolytic." These capacitors use a liquid or gel electrolyte in their capacitance mechanism. The electrolyte acts as the cathode (the negative plate), while the anode is a metal foil — usually aluminum, sometimes tantalum — coated with an ultra-thin oxide layer.
That oxide layer is the dielectric. And it is astonishingly thin, often just a few nanometers. A thin dielectric has a high capacitance per unit volume. That is why a ceramic capacitor the size of a grain of rice might be 0.1 µF, while an electrolytic capacitor of similar volume can be 1000 µF or more.
|
Ceramic
|
1 pF – 100 µF
|
None
|
High frequency, small signals
|
| Film | 1 nF – 100 µF | None | Precision, audio, high voltage |
| Electrolytic | 1 µF – 6800 µF+ | Usually yes | Power supply filtering, bulk energy storage |
One more thing worth knowing: almost all electrolytic capacitors are polarized. The positive terminal must always be at a higher voltage than the negative. We will come back to why this matters — and what happens when you get it wrong.
Here is what is actually going on inside that metal can:
Step 1 — The oxide layer forms electrochemically. During manufacturing, the anode foil is immersed in an electrolyte and a voltage is applied. This causes a controlled oxidation reaction that grows an extremely thin, uniform oxide layer on the metal surface. That layer is the dielectric. Because it is so thin, the "d" in the capacitance formula is tiny — and capacitance is inversely proportional to d.
Step 2 — The surface gets roughened. A smooth aluminum foil would not give you much capacitance. So manufacturers etch the surface with acid, creating a microscopic landscape of pits and channels. This increases the effective surface area (the "A" in the formula) by a factor of 50-100. More area equals more capacitance, same volume.
Step 3 — The electrolyte completes the picture. The liquid or gel electrolyte contacts the oxide layer and acts as the cathode. Because it conforms to every microscopic contour of the etched surface, it ensures the entire area contributes to capacitance. Some electrolytes also exhibit self-healing: if a tiny defect punctures the oxide layer, a localized chemical reaction can repair it.
Not all electrolytic capacitors are created for the same purposes. The three main types—aluminum, tantalum, and solid polymer—each have distinct features and typical applications that make them suitable for different roles in electronic circuits.
Watch out for: They dry out. After 5,000 to 10,000 hours at rated temperature, capacitance can drop by 20% or more.
Watch out for: Never run them at more than 50–70% of rated voltage. They do not forgive overloads.
The modern upgrade. Instead of a liquid electrolyte (as in traditional 'wet' capacitors), these use a solid conductive polymer. The result: dramatically lower ESR (sometimes 10x better than wet types), no evaporation, and no explosion risk on reverse polarity (though they still shouldn't be reverse-biased).
Best for: High-frequency power circuits, CPUs/GPUs, anywhere low ESR matters.
Be aware that solid electrolytic capacitors tend to cost more and, relative to their size, usually offer less capacitance than liquid aluminum types. Still, they are valued for their performance at high frequencies where low ESR is crucial.
|
Aluminum (wet)
|
High
|
5k–10k hours
|
Low
|
Bulk filtering, cost-sensitive designs
|
| Tantalum | Medium | 10k–20k hours | Medium | Compact, stable applications |
| Solid (polymer) | Very Low | 20k+ hours | High | High-frequency, low-ESR requirements |
Ever squinted at a capacitor body and wondered what all those numbers and letters are trying to tell you? Here is the translation.
Capacitance value is usually printed directly: `100µF`, `470µF`, `1000µF`. Sometimes you will see a three-digit code like `107` — that is 10 followed by 7 zeros in picofarads, so 100,000,000 pF = 100 µF. (Honestly, most modern capacitors just print the µF value. The code is more common on ceramics.)
Voltage rating comes next: `16V`, `25V`, `50V`, `63V`. This is the maximum continuous voltage the capacitor can handle. A common rule of thumb: derate to 80% in your design. If your circuit runs at 12V, use a 16V or 25V-rated part, not a 12V part.
Temperature rating matters more than most people realize. Standard aluminum electrolytics are rated at 85°C or 105°C. The higher-temperature parts usually last significantly longer — the rule of thumb is that lifespan doubles for every 10°C lower operating temperature. A 105°C-rated capacitor running at 55°C on your PCB will outlive all of us.
ESR (Equivalent Series Resistance) is rarely printed on the body — you will need the datasheet for this. Low-ESR types are explicitly labeled as such (`Low ESR`, `ESR ≤ 0.1Ω`). This matters in power supply circuits where ripple current generates heat proportional to ESR.
Electrolytic capacitors are polarized because the ultra-thin oxide dielectric only forms on the anode. Connect the capacitor backward, and you are essentially applying a forward bias to a diode-like structure. Current flows freely, the electrolyte heats up, gases form inside the sealed can, and pressure builds.
Most modern electrolytic capacitors have a safety vent—a scored line on the top or side of the can that ruptures in a controlled way before the whole thing explodes. You will see electrolyte leak out (it is usually corrosive) and the capacitor will be visibly damaged.
Power supply filtering is the big one. After a bridge rectifier converts AC to DC, you get a pulsating DC waveform — not the smooth DC your chips want. A large electrolytic capacitor (often 1000 µF or more) across the rectified output stores energy between the AC peaks and releases it in the valleys. The result: a much smoother DC voltage.
Decoupling at the load is the second-most-common use. Digital chips like microcontrollers and FPGAs draw current in bursts — millions of transistors switching at once create rapid current demands. A local electrolytic capacitor (often 10–100 µF) near the chip acts as a local energy reservoir, reducing voltage sag during current spikes.
Audio coupling is a third application. Electrolytic capacitors can pass AC signals while blocking DC — useful for connecting stages of an audio circuit without letting DC offset accumulate. In this role, they are usually called "coupling capacitors" or "AC coupling capacitors."
If you repair electronics, electrolytic capacitors are the first thing you should suspect when something stops working. They have a finite lifespan, and they fail more often than almost any other passive component.
- The casing is cracked or discolored from heat.
- ESR rises. This is often more diagnostic than capacitance. As the electrolyte dries, ESR can increase 5x or 10x. An ESR meter (or a decent LCR meter) will show this immediately. High ESR, poor filtering, voltage ripple, unstable circuit.
- Leakage current increases. A good electrolytic leaks only nanoamps. A failing one can leak microamps or milliamps, heating up and accelerating its own demise.
Practical tip: if you are troubleshooting a piece of equipment that is more than 5 years old, replacing all the electrolytic capacitors in the power section is often cheaper than the cost of hours of diagnostic time. This is especially true for audio amplifiers, PC power supplies, and older test equipment.
Step 1 — Determine the required capacitance. Look at your ripple requirement or energy storage need. When in doubt, overspecify slightly. A 470 µF capacitor, which is the minimum, won't hurt (except for your board space and BOM cost).
Step 2 — Pick the voltage rating. Divide your maximum circuit voltage by 0.8. That is your minimum rated voltage. So if your circuit runs at 12V, pick a 16V or 25V part. Never run an electrolytic at its exact rated voltage — headroom matters for reliability.
- High frequency, low ESR → Solid (polymer).
Step 4 — Check the temperature rating. Will your circuit run hot? Pick 105 °C-rated parts. They cost slightly more but last dramatically longer in high-temperature environments.
Step 5 — Verify ripple current capability. This one is often overlooked. If your capacitor will see significant AC current (e.g., in a switching power supply), make sure the datasheet's ripple current rating exceeds the current your circuit will deliver. Overheat this spec and the capacitor will fail young.
Sometimes, but not always. Tantalum capacitors have much lower ESR and are more compact. If your circuit relies on low ESR for stability (common in switching regulators), swapping to aluminum without adjusting the design may cause problems. Check the ESR specification and the available board space before substituting.
The electrolyte inside is a liquid or gel that slowly evaporates through the rubber seal. Higher temperatures accelerate this process. Once enough electrolyte is lost, the ESR rises and capacitance drops to the point where the circuit no longer works reliably. This is why temperature rating and operating temperature matter so much for lifespan.
Low-ESR types are designed with a specially formulated electrolyte and improved internal construction to minimize Equivalent Series Resistance. This allows them to handle higher ripple currents with less internal heating. In switching power supplies, using a standard (high-ESR) capacitor where a low-ESR part is specified can lead to overheating and early failure.
Electrolytic capacitors are not ideal for high frequencies above 100 kHz because their parasitic inductance and resistance increase impedance at high frequencies. For high-frequency decoupling, pair an electrolytic with a ceramic capacitor in parallel: the electrolytic handles low-frequency bulk energy, while the ceramic handles the high-frequency transients.
Electrolytic capacitors are the quiet workhorses of power electronics — easy to overlook, costly to get wrong. Now you know what sets them apart from other capacitor types, how they actually work inside, and how to pick the right one for your design.
The next time you spot a bulging capacitor on an old circuit board, you will know exactly what happened — and exactly what to replace it with.