A capacitor works by storing electrical energy in an electric field between two conductive plates separated by an insulating material called a dielectric. When voltage is applied, electrons accumulate on one plate, repelling electrons from the opposite plate, creating a charge differential. The fundamental governing equation is C = Q / V, where Capacitance (C) in Farads equals Charge (Q) in Coulombs divided by Voltage (V). Unlike batteries, which store energy chemically and release it slowly, capacitors store energy electrostatically and can dump it in milliseconds.

The Core Mechanism: Storing Charge on the Bench

To understand how capacitors work in physical space, look at the parallel plate formula: C = ε(A/d). Capacitance increases with a larger plate area (A), a higher dielectric constant (ε), and a thinner dielectric layer (d). This is why modern 2026 Multilayer Ceramic Capacitors (MLCCs) achieve massive microfarad ratings in microscopic 0402 packages—they stack hundreds of nanometer-thin dielectric layers internally.

Think of a capacitor like a water pipe with a flexible rubber diaphragm sealing the middle. Water (current) flows into one side, stretching the diaphragm (storing energy), and pushes an equal amount of water out the other side. Once the diaphragm is fully stretched (fully charged), flow stops. If you reverse the water pressure (AC voltage), the diaphragm flexes back and forth, allowing alternating current to 'pass through' while blocking steady direct current.

On the bench, we care about the RC time constant (τ = R × C). If you charge a 100µF capacitor through a 10kΩ resistor, τ = 1 second. It takes exactly 5τ (5 seconds) for the capacitor to reach 99.3% of the source voltage. This predictable curve is the backbone of hardware timing circuits, debounce filters, and soft-start power supplies.

Decoding the Markings: What That 104K Stamp Actually Means

Reading capacitor codes is a rite of passage. Through-hole ceramics and surface-mount MLCCs use the EIA 3-digit code system, while electrolytics print their values directly.

MarkingTranslationMath BreakdownFinal Value
104K10 × 10⁴ pF (K = ±10%)100,000 pF100 nF / 0.1 µF
473J47 × 10³ pF (J = ±5%)47,000 pF47 nF / 0.047 µF
221M22 × 10¹ pF (M = ±20%)220 pF220 pF
105Z10 × 10⁵ pF (Z = +80/-20%)1,000,000 pF1 µF
Bench Trap: Polarity Stripes
On an aluminum electrolytic capacitor, the painted stripe with minus signs indicates the Cathode (Negative). On a tantalum capacitor, the stripe indicates the Anode (Positive). Reversing an aluminum electrolytic causes it to vent; reversing a tantalum causes it to catch fire.

Capacitor Chemistry and Selection Matrix

Choosing the right type for the job requires balancing Equivalent Series Resistance (ESR), dielectric absorption, and physical size. According to the Analog Devices component selection guidelines, mismatching dielectric chemistry to the circuit's frequency profile is the leading cause of analog noise issues.

TypeConstruction / DielectricToleranceTempco / StabilityTypical Use Case
MLCC (Ceramic)Stacked ceramic layers (X7R, C0G)±5% to +80/-20%C0G: Excellent; X7R: Moderate (voltage derating)High-freq decoupling, RF filters, snubbers
Aluminum ElectrolyticEtched aluminum foil, liquid/polymer electrolyte±20% typicalPoor (dries out over time, high ESR at low temps)Bulk power supply filtering, audio coupling
TantalumTantalum metal anode, manganese dioxide cathode±10% to ±20%Good (stable over temp, low ESR)Space-constrained DC filtering, medical/aerospace
Film (Polypropylene)Metallized plastic film, self-healing±1% to ±5%Excellent (high voltage, low dielectric loss)AC motor run, high-power inverters, audio crossovers

Real-World Scenario: The Smoldering HVAC Blower Motor

Setup: A residential 240V HVAC air handler blower motor is humming loudly but failing to spin. The breaker hasn't tripped, but the motor casing is dangerously hot.

Numbers: The system uses a 5µF, 370VAC motor run capacitor (a metallized polypropylene film type). I pulled the disconnect, verified zero voltage, and safely bled the terminals with a 20kΩ 5W resistor. Testing with an LCR meter showed the capacitance had dropped to 2.1µF, and the dielectric dissipation factor (DF) was off the charts.

Outcome: I installed a replacement 5µF, 440VAC oval-run capacitor. The motor started instantly and pulled its rated 3.2A running current.

What Went Wrong: Motor run capacitors live in harsh, high-ambient-heat environments. Over a decade, thermal cycling and continuous AC voltage stress caused microscopic dielectric punctures. The film's 'self-healing' properties vaporized the metal around the punctures, effectively reducing the internal plate area (A). This dropped the capacitance, shifting the phase angle of the start winding. The motor lost its starting torque, stalled, and converted electrical energy into waste heat until the capacitor was replaced.

Failure Modes and Visual Forensics

Capacitors rarely fail silently. Learning to read their physical remains saves hours of oscilloscope debugging.

  • Aluminum Electrolytic (The Bulge): Look for a domed top. The internal vent cross-stamp is designed to pop open when internal pressure builds from hydrogen gas generation. You will often see a brown, crusty electrolyte leak around the base or vent. Bench test: High ESR on an ESR meter, even if capacitance reads normal.
  • MLCC Ceramic (The Flex Crack): Invisible to the naked eye until they short. Caused by PCB mechanical flexing (often near board mounting holes or heavy connectors). The crack breaches the dielectric layers, creating a dead short. Symptom: Board draws massive quiescent current; the cap gets hot enough to desolder itself.
  • Tantalum (The Crater): Thermal runaway. If subjected to a voltage spike exceeding its rating or reverse-biased, the manganese dioxide cathode reacts violently with the tantalum anode. Symptom: A literal burn mark on the PCB and a cap that has exploded or melted into a black lump.
  • Film (The Ghost): Film caps usually fail open or drop in value due to corona discharge in high-voltage AC applications. They look physically perfect but simply stop passing current.

Safe Substitution Rules When You Lack the Exact Part

When your parts bin is missing the exact BOM component, use this decision framework from the Texas Instruments Analog Engineer's Pocket Reference to substitute safely without compromising the circuit.

  1. Voltage Rating: Always safe to go higher. Substituting a 50V cap for a 16V requirement is fine (and often lowers ESR). Never go lower.
  2. Capacitance Value (Power Filtering): Safe to go higher. Replacing a 100µF bulk filter with a 220µF will reduce ripple voltage. (Caveat: Ensure the upstream rectifier diodes can handle the higher inrush current).
  3. Capacitance Value (Timing/Filters): Must be exact. In a 555 timer astable circuit or an active RC low-pass filter, changing the capacitance alters the frequency. Do not substitute.
  4. Dielectric Swap: You can replace an aluminum electrolytic with a polymer or film cap of the same value/voltage for better lifespan and lower ESR. However, replacing a ceramic decoupling cap with an electrolytic will fail at high frequencies due to the electrolytic's high Equivalent Series Inductance (ESL).
  5. Temperature Derating: If subbing a 105°C rated electrolytic with an 85°C part in a power supply, expect the lifespan to drop by roughly 75%. Always match or exceed the original temperature rating.