At its core, a supercapacitor (often called an ultracapacitor) is an electrochemical component that stores energy via an electrostatic double-layer or electrochemical pseudocapacitance. It bridges the critical gap between standard ceramic/electrolytic capacitors (which deliver high power but low energy density) and lithium batteries (which offer high energy density but low power delivery). If you need to bridge a power dropout for a few seconds, handle a massive inrush current, or buffer a regenerative braking pulse, a supercapacitor is the exact tool for the job.
The direct answer to what is a super capacitor in practical bench terms: it is a low-voltage, high-capacitance device. Typical capacitance ranges from 0.1F to 3,000F per cell, with nominal voltages strictly constrained between 2.1V and 2.85V per cell. Exceeding that voltage limit, even briefly, initiates rapid chemical degradation.
EDLC vs. Pseudocapacitor vs. Hybrid: Which Type for Which Job?
Not all supercapacitors are built the same. The market is dominated by three distinct chemistries, and picking the wrong one will either kill your budget or fry your circuit. Here is the selection matrix you need before ordering parts.
| Type | Construction / Chemistry | Tolerance | Tempco (ppm/°C) | Typical Use Case |
|---|---|---|---|---|
| EDLC (Electric Double-Layer) | Activated carbon electrodes in organic electrolyte | -10% to +30% | -200 to -500 | RTC backup, UPS bridging, motor start assist |
| Pseudocapacitor | Metal oxides (e.g., RuO2) or conducting polymers | -20% to +20% | Varies widely | High-density micro-energy harvesting, wearable sensors |
| Hybrid (LIC) | Carbon anode paired with a Li-ion battery cathode | -10% to +20% | -500 to -1000 | Dashcams, smart meters, high-voltage UPS strings |
Which type for which job? For 90% of hobbyist and embedded projects (like keeping an ESP32 or GPS module alive during a brownout), standard EDLCs (like the Eaton/Vishay 5F 2.7V radial cans) are the default choice. They are cheap, robust, and have virtually unlimited cycle life (1M+ cycles). Choose Hybrids only when you need a higher single-cell voltage (up to 4.0V) to reduce the need for series stacking, but accept that their cycle life drops to the 100k range and they require strict charge profiling.
Decoding the Can: How to Read Supercapacitor Markings and Specs
Unlike tiny MLCCs that require a microscope and a lookup chart, most through-hole and prismatic supercapacitors are large enough to print their specs directly on the shrink wrap. However, misinterpreting these markings is a common source of bench failures.
- Capacitance Value: True supercapacitors are marked in Farads (e.g., 5F, 0.47F). If you see a three-digit code like 105 on a similarly sized component, you are holding a standard 1µF ceramic or electrolytic capacitor, not a supercap. (10 * 10^5 pF = 1µF).
- Rated vs. Surge Voltage: You will often see two voltage numbers, such as 2.7V (3.0V Surge). The rated voltage (2.7V) is your continuous DC limit. The surge voltage is an absolute maximum for transient spikes lasting less than one second. Design your charging circuit to never exceed the rated voltage.
- Polarity Indicators: Radial supercapacitors look exactly like aluminum electrolytic capacitors, but their polarity markings can differ. Typically, a bold black or blue stripe with a minus sign (-) indicates the negative terminal. However, never rely solely on leg length (long leg = positive) because many supercaps are trimmed to equal lengths at the factory. Always verify the stripe or the knurled side of the can before applying power.
Bench Scenario: Sizing a 5V GPS Backup and What Went Wrong
Theory is clean; the workbench is messy. Here is a real-world scenario demonstrating how a theoretically correct calculation can fail in practice, and how to fix it.
The Setup
We needed to design a 5V backup rail for a GPS module that draws 20mA continuous during a 3-minute (180-second) hot-start after main power loss. The GPS module is fed by a 3.3V LDO regulator that requires a minimum input of 3.6V to maintain regulation.
The Numbers
We use the standard capacitor discharge formula: C = (I × t) / ΔV.
- Current (I) = 0.02A
- Time (t) = 180 seconds
- Voltage Drop (ΔV) = 5.0V (start) - 3.6V (LDO dropout) = 1.4V
C = (0.02 × 180) / 1.4 = 2.57 Farads.
The Outcome
We selected two 5F 2.7V EDLCs in series. Two 5F caps in series yield an effective capacitance of 2.5F, with a maximum voltage rating of 5.4V. We added 100Ω passive balancing resistors across each cell to prevent voltage skew and charged the bank to 5.0V.
What Went Wrong
The system browned out at exactly 145 seconds. Why? We ignored the temperature coefficient (tempco) and tolerance stack-up. EDLCs typically have a -10% to +30% capacitance tolerance. Furthermore, inside the enclosed project box, ambient temperature hit 45°C, causing the capacitance to drop another 10% due to the electrolyte's thermal characteristics. Our '2.5F' bank was actually behaving like a 2.0F bank under load. The voltage hit the 3.6V LDO dropout threshold nearly 40 seconds early.
The Fix: We upsized to two 10F 2.7V caps in series (yielding 5F effective). This provided a massive 100% margin over the calculated requirement, easily absorbing tolerance variances, temperature derating, and the ESR voltage drop during the GPS module's initial 100mA transmit burst.
Safe Substitution: What to Do When the Exact Part is Obsolete
Supply chain issues frequently force substitutions. If your exact BOM supercapacitor is out of stock, follow these rules to substitute safely without redesigning your PCB:
- Match the Chemistry First: Never substitute a Hybrid LIC for an EDLC without redesigning the charge circuit. Hybrids require strict constant-current/constant-voltage (CC/CV) profiling and will be damaged by the simple resistor-limited charging used for EDLCs.
- Upsize Capacitance, Never Voltage Rating: You can safely substitute a 10F cap for a 5F cap. However, substituting a 2.5V rated cap into a circuit designed for 2.7V caps will lead to rapid overvoltage failure. Always match or exceed the voltage rating.
- Check the ESR: If your application involves high pulse currents (like driving a motor or a GSM transmit burst), the substitute's Equivalent Series Resistance (ESR) must be equal to or lower than the original. A higher ESR will cause excessive internal heating and voltage sag.
- Recalculate Balancing Resistors: If you change the capacitance value in a series string, the leakage current characteristics will change. Verify that your passive balancing resistors (or active balancing ICs) can still equalize the voltage across the cells without drawing excessive parasitic current.
Catastrophic and Degradation Failure Modes
Supercapacitors do not fail silently like resistors. When pushed beyond their limits, the organic electrolytes (often acetonitrile-based) inside them break down violently. Here is how to spot the failure modes before they destroy your board.
Applying even 0.5V above the rated continuous voltage to an EDLC causes the electrolyte to decompose and generate gas. If the internal pressure exceeds the vent mechanism's threshold, the cap will rupture, spraying corrosive, flammable solvent across your workbench. Always use a clamping diode or a dedicated supercapacitor charger IC (like the TI BQ33100) to enforce hard voltage limits.
Visual Symptoms of Failure
- Overvoltage / Gas Generation: The shrink wrap is bulging, the top vent cross is popped open, and there is a distinct sweet, chemical odor (acetonitrile). The part is dead and must be disposed of as hazardous waste.
- Reverse Polarity: Applying reverse voltage causes rapid oxidation at the wrong electrode. The can will become too hot to touch within seconds, the wrapper will scorch or melt, and the seam may split. This is an immediate explosion hazard.
- High-Temperature Degradation (End of Life): There are no external visual symptoms. However, the rubber seal at the base slowly dries out over years at high temperatures, allowing electrolyte to evaporate. Diagnostic: If you measure the ESR with an ESR meter and it reads 3x the datasheet specification, or if the capacitance has dropped by 20% from its initial value, the part has reached its end-of-life and must be replaced.
For deeper technical profiling on charge management and lifecycle testing, refer to the application notes provided by Battery University and the design frameworks published by Analog Devices. Understanding the physical and chemical limits of these components is the difference between a robust embedded system and a melted PCB.






