The Spelling, The Name, and The Core Physics
Let us get the literal question out of the way first: you spell it C-A-P-A-C-I-T-O-R. The word derives from the Latin capacitas, meaning capacity or receptiveness. If you are reading older automotive manuals or antique radio schematics, you will often see the term condenser. While 'condenser' is technically a misnomer in modern electronics (the device does not condense matter), the term persists in legacy industries like automotive ignition systems and HVAC motor-run circuits.
At the bench, a capacitor is an energy storage device that resists changes in voltage. The physics are governed by the geometry of its internal plates and the dielectric material between them. The core formula is C = (ε × A) / d, where ε is the permittivity of the dielectric, A is the overlapping plate area, and d is the distance between plates.
To ground this in reality: a 1 Farad capacitor is massive. The ubiquitous 100nF (0.1µF) ceramic capacitor you scatter across your breadboards—like the Kemet C315C104K5R5TA—stores a minuscule amount of charge. Using Q = CV, at a 5V logic rail, that 100nF part holds just 500 nanoCoulombs of charge. It is not there to act as a battery; it is there to act as a localized, instantaneous pressure tank to absorb high-frequency voltage spikes, much like a water hammer arrester in home plumbing.
Which Type for Which Job: The Bench Selection Matrix
Grabbing the first capacitor that fits your footprint is a fast track to unstable circuits. Dielectric material dictates how a part behaves under temperature swings, applied voltage, and high frequencies. Here is the selection matrix I use when finalizing a bill of materials (BOM).
| Type / Dielectric | Construction | Typical Tolerance | Tempco (Temp Stability) | Best Use Case |
|---|---|---|---|---|
| MLCC Class I (C0G/NP0) | Ceramic (Titanate) | ±1% to ±5% | 0 ±30 ppm/°C (Ultra-stable) | RF filters, oscillator timing, precision analog, snubbers. |
| MLCC Class II (X7R/X5R) | Ceramic (Barium Titanate) | ±10% to ±20% | ±15% over temp range | General decoupling, bypassing, bulk storage on logic rails. |
| Aluminum Electrolytic | Foiled aluminum with liquid/polymer electrolyte | ±20% to +50%/-10% | Poor (High temp variance) | Power supply bulk filtering, audio coupling, high-energy storage. |
| Film (Polypropylene) | Metallized plastic film | ±1% to ±5% | Excellent (Stable) | High-voltage AC line filtering, motor run, high-current snubbers. |
| Tantalum (MnO2) | Sintered tantalum pellet | ±10% to ±20% | Moderate | High-density bulk decoupling in space-constrained medical/military (use with extreme caution). |
The Golden Rule: Never use Class II ceramics (X7R/X5R) or electrolytics in timing circuits or RF filters. Their capacitance shifts wildly with temperature and applied DC voltage. Always use C0G/NP0 for precision.
Decoding the Markings: What Do Those Numbers Mean?
Through-hole and large SMD capacitors rarely spell out their values in plain English. You need to read the EIA (Electronic Industries Alliance) codes.
Ceramic 3-Digit Codes
If you see 104 printed on a small ceramic disc or SMD reel label, it translates to picofarads (pF) using scientific notation. The first two digits are the significant figures, and the third is the multiplier (number of zeros).
- 104 = 10 × 10^4 pF = 100,000 pF = 100nF (0.1µF)
- 223 = 22 × 10^3 pF = 22,000 pF = 22nF
- 471 = 47 × 10^1 pF = 470 pF
Letter Suffixes (Tolerance)
The letter following the numbers dictates the manufacturing tolerance:
- J = ±5%
- K = ±10% (Most common for X7R)
- M = ±20% (Standard for electrolytics)
- Z = +80% / -20% (Avoid these; they are essentially garbage-tier filtering)
Film Capacitor Voltage Codes
Film caps often use a letter-number prefix for voltage. A marking like 2A104J means:
- 2A = 100V DC rating (1E = 25V, 1H = 50V, 2A = 100V, 2E = 250V).
- 104 = 100nF.
- J = ±5% tolerance.
Failure Modes and Visual Symptoms
Capacitors do not just 'stop working'; they fail in specific, often destructive ways depending on their chemistry. According to reliability data from Analog Devices, understanding these modes is critical for debugging field returns.
Standard MnO2 tantalum capacitors fail short. If connected to a low-impedance power rail without current limiting, the short causes massive localized heating, igniting the manganese dioxide. They burn with a brilliant white flame and cannot be extinguished with water. For commercial designs, always specify Polymer Tantalum or stick to MLCCs.
- Aluminum Electrolytic (Boil-out/Venting): Visual Symptom: The top dome bulges, or the rubber bottom bung pushes out, leaking a brownish, fishy-smelling electrolyte. Cause: Excessive ripple current generating internal heat, boiling the liquid, or reverse polarity application.
- MLCC Ceramic (Flex Cracking): Visual Symptom: Often invisible to the naked eye. Sometimes a hairline crack runs from the terminal into the body. Cause: PCB bending during depaneling or connector insertion. The ceramic fractures, creating an internal short.
- Electrolytic (Dry-out / High ESR): Visual Symptom: Looks perfectly normal from the outside. Cause: Years of heat slowly evaporating the electrolyte through the end seal. The Equivalent Series Resistance (ESR) skyrockets, causing switching power supplies to oscillate or overheat. You must test this with an ESR meter, not a standard multimeter.
Bench War Story: The 10µF Decoupling Disaster
Let me walk you through a scenario that cost me three days of debugging and a scrapped board spin in 2024.
The Setup: I was designing a compact, battery-powered ESP32-S3 sensor node. The board was tiny, so I needed high-density bulk decoupling on the 3.3V rail to handle the WiFi transmit bursts, which pull roughly 350mA for 10 to 50 microseconds. I placed a 10µF 0805 SMD ceramic capacitor right next to the VDD pin.
The Numbers & The Mistake: To save $0.04 per unit on a 10,000-unit run, the purchasing agent swapped my specified X5R part (Samsung CL21A106KQFNNNE) for a cheaper Y5V dielectric part with the same 10µF / 6.3V rating. Y5V is notorious for extreme DC bias derating. I did not catch the BOM change before fabrication.
The Outcome: On the bench, the ESP32 booted fine. But the moment it tried to connect to WiFi, it browned out and reset. I hooked up the oscilloscope and saw the 3.3V rail dipping to 2.4V during TX bursts.
What Went Wrong: I ignored the DC bias curve. According to Murata's MLCC design guides, Class III dielectrics like Y5V lose up to 85% of their capacitance when their rated voltage is applied. At 3.3V DC bias, that '10µF' capacitor was effectively acting as a 1.5µF capacitor. It simply lacked the charge reservoir to sustain the 350mA current spike, causing the voltage to collapse (dV = I × dt / C).
The Fix: I replaced the Y5V with a 22µF X5R (which maintains ~70% capacitance at 3.3V bias) and added a 100nF C0G in parallel for the high-frequency noise. The rail held steady at 3.25V under load. Always check the DC bias graph in the manufacturer's datasheet, not just the front-page spec sheet.
How to Substitute Safely When the Exact Part is Missing
When you are repairing a board or prototyping at 2 AM and lack the exact BOM part, you can substitute, but you must follow the hierarchy of safe swaps.
- Voltage Rating (Always Go Higher): You can safely replace a 16V capacitor with a 25V or 50V part. The physical footprint might be larger, so check for mechanical clearance. Never substitute a lower voltage rating.
- Capacitance Value (Context Dependent):
- For power supply decoupling/bypassing: You can almost always go higher. Swapping a 100nF for a 1µF or 4.7µF is generally fine and often improves low-frequency noise rejection.
- For timing, oscillators, or active filters: You must match the value exactly. A 5% shift in a 555 timer circuit will alter your PWM frequency; a 10% shift in an audio crossover will ruin the frequency response.
- Dielectric Material (Never Downgrade): You can swap an X7R for a C0G/NP0 in a decoupling role (though it is overkill and expensive). You cannot swap a C0G for an X7R in an RF filter or timing circuit, as the X7R's microphonic and voltage-dependent traits will introduce severe distortion and frequency drift.
- ESR Requirements (Mind the Regulator): If you are replacing an output capacitor on an older LDO (Low Dropout Regulator), check the datasheet. Some legacy LDOs require the high ESR of a tantalum or electrolytic cap for loop stability. Swapping it for a modern, ultra-low ESR ceramic can cause the regulator to oscillate wildly. Conversely, switching power supplies (buck/boost converters) demand low-ESR ceramics; putting a standard electrolytic there will cause it to overheat and vent.
Mastering the capacitor goes far beyond spelling it correctly or memorizing the 104 code. It requires understanding the hidden parasitics—ESR, ESL, and DC bias derating—that dictate whether your circuit will run flawlessly for a decade or reset every time a relay clicks.






