A capacitor stores energy in an electric field between two conductive plates separated by a dielectric material. If you need a direct selection rule: use Multi-Layer Ceramic Capacitors (MLCC) for high-frequency decoupling, aluminum electrolytic for bulk energy storage, and polypropylene film for high-voltage AC or motor run applications. Understanding capacitor electric ratings—specifically how the dielectric handles voltage stress and temperature—prevents catastrophic board failures and mysterious microcontroller resets.

The Dielectric Matrix: Which Capacitor for Which Job?

Not all capacitors are created equal. The dielectric material dictates the component's behavior under thermal and electrical stress. When evaluating capacitor electric characteristics, you must match the dielectric to the circuit's frequency and temperature profile. Here is the bench-level breakdown of the four most common types you will encounter in repair and design.

Type Construction / Dielectric Tolerance Tempco / Stability Typical Use Case
MLCC (Ceramic) Alternating layers of ceramic and metal ±10% to ±20% (X7R) X7R: ±15% over -55°C to 125°C High-frequency decoupling, bypassing IC power pins
Aluminum Electrolytic Etched aluminum foil with liquid/polymer electrolyte -20% to +80% Poor; capacitance drops significantly below -20°C Bulk filtering, power supply smoothing, audio coupling
Tantalum Porous tantalum anode with manganese dioxide cathode ±10% to ±20% Stable across temperature, but highly sensitive to voltage spikes Space-constrained bulk decoupling, medical/military (with derating)
Film (Polypropylene) Metallized plastic film wound into a cylinder ±1% to ±5% Excellent; highly linear and stable AC motor run, snubber circuits, high-voltage crossover networks

Bench Rule: Never use a Y5V ceramic capacitor for precision timing or filtering. Its capacitance can drop by 70% when subjected to its rated DC voltage. Always specify X7R or C0G (NP0) for signal paths.

Decoding the Silk Screen: Reading Capacitor Markings

Manufacturers use standardized codes to pack electrical specifications onto tiny physical bodies. Misreading these codes is the fastest way to blow up a prototype board.

Ceramic MLCC 3-Digit Codes

Through-hole and larger SMD ceramics use a three-digit EIA code measured in picofarads (pF). The first two digits are the significant figures, and the third digit is the multiplier (number of zeros).

  • 104: 10 × 104 pF = 100,000 pF = 100 nF (0.1 µF). This is the universal decoupling value.
  • 105: 10 × 105 pF = 1,000,000 pF = 1 µF.
  • 222: 22 × 102 pF = 2,200 pF = 2.2 nF.

Voltage and Tolerance Letters

You will often see a letter trailing the numeric code. In the standard ceramic marking system:

  • J = ±5% tolerance
  • K = ±10% tolerance
  • M = ±20% tolerance

Voltage is sometimes denoted by a single letter code (e.g., 1E = 25V, 1H = 50V), but on modern SMD parts, it is often omitted entirely, requiring you to check the reel packaging or measure the physical dimensions against the manufacturer datasheet.

Electrolytic Direct Printing

Radial and axial electrolytics print values directly: 470µF 25V. The stripe down the side of a radial electrolytic indicates the negative lead. For SMD aluminum electrolytics, the black plastic base has a chamfered or painted corner indicating the positive terminal. Reversing polarity on an electrolytic causes the dielectric oxide layer to break down, leading to rapid gas generation and venting.

Bench Autopsy: Visual and Electrical Failure Modes

Capacitors rarely fail silently. If you are troubleshooting a dead power supply or a resetting microcontroller, look for these specific physical and electrical symptoms.

SAFETY WARNING: Large electrolytic capacitors in AC-DC power supplies (like ATX or LED drivers) can hold lethal charges (>300V DC) for days after unplugging. Always discharge them safely with a high-wattage bleeder resistor (e.g., 10kΩ 5W) before touching the PCB.
  • Aluminum Electrolytic (Bulging & Leaking): The top vent dome pushes upward, or brown, crusty electrolyte leaks from the bottom rubber seal. Electrically, the Equivalent Series Resistance (ESR) skyrockets from <0.1Ω to >5Ω, destroying its ability to filter high-frequency ripple. Fix: Desolder and replace with a low-ESR 105°C rated part.
  • MLCC Ceramic (Flex Cracking): Ceramics are brittle. If the PCB flexes during assembly or operation, the capacitor cracks near the termination pads. This often results in a dead short between the plates. Visually, it looks like a tiny hairline fracture at the base. Fix: Replace the part and add board standoffs to prevent mechanical flex.
  • Tantalum (Thermal Runaway): Tantalums fail short-circuit and can literally catch fire if subjected to voltage spikes exceeding their rating or if installed backward. Visually, the epoxy casing will be charred, cracked, or completely blown off the PCB pads.
  • Film (Self-Healing & Shrinkage): Metallized film capacitors 'self-heal' by vaporizing the metal layer around a dielectric puncture. Over years of AC stress, this causes a gradual, invisible drop in capacitance. Fix: Measure with an LCR meter; replace if capacitance drops >10% from nominal.

War Story: The 5V Rail Brownout and the Wrong Substitute

Abstract theory only gets you so far. Here is a real-world scenario demonstrating why capacitor electric characteristics—specifically ESR and transient response—matter more than raw capacitance numbers.

The Setup

I was designing a custom relay controller using an ESP32-WROOM-32 dev board. The board powered a 5V mechanical relay module. The original schematic called for a 100µF MLCC on the 5V rail to handle the relay coil's current spike.

The Numbers

The relay coil draws an 80mA inrush spike lasting roughly 5 milliseconds when engaged. The ESP32's internal brownout detector (BOD) triggers a hard reset if the 3.3V rail (derived from the 5V input) dips below 2.4V for more than a few microseconds.

The Outcome

Every time the relay clicked, the ESP32 rebooted. The serial monitor showed a chaotic stream of boot logs.

What Went Wrong

To save board space and cost, I had substituted the specified 100µF MLCC with a standard 100µF Aluminum Electrolytic. I assumed '100µF is 100µF.' I was wrong.

Standard electrolytics have high ESR (often >0.5Ω) and high parasitic inductance. When the relay demanded 80mA in 5ms, the voltage droop wasn't just dictated by capacitance ($V = \frac{I \times t}{C}$), but by the ESR voltage drop ($V_{drop} = I \times ESR$).

$0.08A \times 0.5\Omega = 40mV$ of instant droop, compounded by the inductive spike ($V = L \frac{di}{dt}$) of the capacitor's internal windings. The electrolytic simply could not source the fast transient.

The Fix: I removed the electrolytic and installed a parallel network: a 10µF X7R MLCC (to handle the high-frequency $di/dt$ spike with near-zero ESR) and a 47µF low-ESR polymer capacitor for bulk storage. The brownouts vanished completely. According to TDK's technical guidelines on MLCCs, paralleling a small ceramic with a bulk storage cap is the standard method for managing mixed-frequency transient loads.

The Substitution Framework: Missing the Exact Part?

When you are at the bench and the exact BOM part is missing, you need a safe substitution framework. Follow these numbered steps to avoid destroying your circuit.

  1. Voltage Rating (Always Go Up): You can safely substitute a 50V capacitor for a 25V capacitor. Never go down. However, be aware that higher voltage electrolytics and ceramics are physically larger, which may cause fitment issues in tight enclosures.
  2. Capacitance (Context Dependent):
    • Power Decoupling/Bypass: You can safely substitute a higher value (e.g., using 1µF instead of 0.1µF). More bulk storage rarely hurts a power rail.
    • Timing/Oscillators/Filters: You must match the value exactly (±5%). Swapping a 10nF for a 100nF in a 555 timer astable circuit will multiply your output frequency period by 10, breaking the system.
  3. Dielectric Swaps: Never replace a non-polarized film capacitor (like in an AC motor run circuit) with a polarized electrolytic. The reverse voltage of the AC cycle will destroy the electrolytic. As noted in All About Circuits' capacitor theory chapter, the dielectric physics strictly dictate AC vs DC suitability.
  4. Temperature Rating: Always substitute 105°C electrolytics for 85°C parts in power supplies. The 105°C parts use a more stable electrolyte chemistry and will last 4x longer at the same operating temperature.

Mastering capacitor selection means looking past the nominal microfarad stamp on the side. By respecting the ESR, the dielectric temperature coefficient, and the physical limits of the electric field inside the component, you will build circuits that survive the real world.