The three most common types of a capacitor you will encounter on the bench are ceramic (MLCC), aluminum electrolytic, and film (polyester/polypropylene). Ceramic handles high-frequency decoupling and RF (typically 10pF to 10µF), aluminum electrolytic handles bulk energy storage and power supply filtering (10µF to 10,000µF), and film handles high-voltage AC, audio signal paths, and snubbers (1nF to 100µF). Choosing the wrong dielectric doesn't just degrade performance; it leads to catastrophic thermal runaway, exploded cases, or silent timing drift.

The Core Capacitor Types: A Bench-Tested Comparison

Not all capacitors are created equal. The dielectric material dictates the temperature coefficient (tempco), equivalent series resistance (ESR), and voltage derating requirements. Below is a direct comparison of the primary families you will spec for a PCB or breadboard.

Capacitor Type Construction / Dielectric Tolerance & Tempco ESR Range Typical Use Case
MLCC (C0G/NP0) Class I Ceramic (Calcium Zirconate) ±1% to ±5%; 0 ±30ppm/°C < 50 mΩ RF tuning, precision timing, audio filters
MLCC (X7R/X5R) Class II Ceramic (Barium Titanate) ±10% to ±20%; ±15% over temp < 20 mΩ Logic decoupling, general bypass, SMPS
Aluminum Electrolytic Etched Aluminum Foil + Liquid Electrolyte -20% to +50%; High temp drift 50 mΩ to 2 Ω Bulk power filtering, low-frequency coupling
Film (Polypropylene) Metallized Plastic Film ±1% to ±5%; -200ppm/°C < 10 mΩ Motor run, AC line filtering, snubbers, audio
Tantalum (MnO2) Tantalum Sponge + Manganese Dioxide ±10% to ±20%; Moderate drift 100 mΩ to 1 Ω Space-constrained bulk filtering, medical

For a deeper look at the physics governing these dielectrics, the electronics tutorials on capacitor types provide excellent baseline theory on how the dielectric constant affects physical size.

Decoding the Markings: What the Codes Actually Mean

Reading capacitor markings is a rite of passage. While electrolytic and large film capacitors usually print their values directly (e.g., 470µF 25V), surface-mount and small through-hole ceramics rely on a dense shorthand.

The 3-Digit Ceramic Code

The first two digits are the significant figures, and the third digit is the multiplier (number of zeros), expressed in picofarads (pF).

  • 104: 10 × 104 pF = 100,000 pF = 100 nF = 0.1 µF (The most common decoupling cap in existence).
  • 471: 47 × 101 pF = 470 pF.
  • 222: 22 × 102 pF = 2,200 pF = 2.2 nF.
  • 105: 10 × 105 pF = 1,000,000 pF = 1.0 µF.

Tolerance and Voltage Letters

A letter following the numeric code indicates tolerance. J = ±5%, K = ±10%, M = ±20%, and Z = +80%/-20%. If you see a code like 104K, it is a 0.1µF capacitor with a 10% tolerance. Voltage is sometimes denoted by a single letter (e.g., 1E = 25V, 1H = 50V), though you must consult the specific manufacturer's datasheet (like Murata's MLCC catalog) to confirm the voltage code table, as it varies between brands.

Polarity Markings

WARNING: Aluminum electrolytic and tantalum capacitors are polarized. For through-hole electrolytics, the grey stripe with minus signs indicates the negative (cathode) lead. For SMD tantalums, the white bar or line on the case indicates the positive (anode) terminal. Reversing these will cause violent failure.

Failure Modes and Visual Diagnostics

Capacitors rarely fail without leaving evidence, but the symptoms depend entirely on the chemistry inside the case.

Aluminum Electrolytic: Drying Out and Venting

Visual Symptom: The top cross-vent is bulged upward, or there is a brown, crusty residue on the PCB near the leads. The rubber bung at the bottom may be pushed out.
Electrical Symptom: Capacitance drops by 30% or more, and ESR spikes above 1Ω (measure with an ESR meter, not a standard multimeter).
Cause: Prolonged heat evaporates the liquid electrolyte. Overvoltage causes internal gas generation, triggering the mechanical vent.

Tantalum: Thermal Runaway

Visual Symptom: The case is cracked, charred, or completely missing, leaving a scorch mark on the PCB.
Electrical Symptom: Dead short circuit.
Cause: Reverse polarity, excessive ripple current, or voltage spikes. Tantalum dioxide is an oxidizer; when it fails, it fuels its own fire. Never use standard MnO2 tantalums on low-impedance power rails without heavy current limiting.

MLCC (Ceramic): Flex Cracking and DC Bias

Visual Symptom: Often invisible to the naked eye. Under a microscope, you will see a hairline crack near the PCB pad.
Electrical Symptom: Intermittent short circuit or sudden dead short.
Cause: PCB bending during depaneling or connector insertion (flex cracking). Additionally, Class II ceramics (X5R, X7R) suffer from DC bias effect—a 10µF X5R cap might only provide 2µF of actual capacitance when 12V DC is applied across it.

Film: Self-Healing and Open Circuits

Visual Symptom: The outer epoxy coating may be blistered, or the part looks perfectly fine.
Electrical Symptom: Capacitance is lower than rated, or the part reads completely open.
Cause: Overvoltage transients cause internal micro-arcs. Metallized film caps 'self-heal' by vaporizing the metal around the fault, which prevents a short but permanently reduces the total plate area (and thus the capacitance).

The Substitution Matrix: Swapping Parts Safely

When the exact BOM part is out of stock, you must substitute safely. Follow these hard rules to avoid blowing up your prototype or failing EMI certification.

Parameter Safe Substitution Rule Dangerous Substitution (Do Not Do This)
Voltage Rating Always substitute with a higher or equal voltage rating (e.g., use 50V to replace 25V). Using a 16V cap on a 24V rail. The dielectric will break down and short.
Capacitance (Decoupling) Substitute with a higher value (e.g., 0.22µF for 0.1µF), but watch for inrush current limits. Dropping to 0.01µF for high-speed logic; you will get ground bounce and resets.
Capacitance (Timing/Filter) Must be exact (±5% or better). Use C0G/NP0 ceramic or Film. Swapping a 10% X7R for a 1% C0G in a 555 timer or active filter; the cutoff frequency will shift.
Dielectric Class Swap Class I (C0G) for Class II (X7R) only in power bypass applications. Swapping Y5V or X7R into an RF oscillator or audio path; the tempco and piezoelectric noise will ruin the signal.
Polarity Swap polarized (Electrolytic) with non-polarized (Film/Ceramic) if voltage and physical size allow. Putting a polarized electrolytic in an AC coupling path where the signal swings below 0V.
Bench Tip: When substituting aluminum electrolytics for switching power supplies, always check the ESR and Ripple Current ratings, not just the capacitance and voltage. Swapping a standard 105°C cap for a 'Low ESR' series (like Panasonic's FR or FM series) will double the lifespan of the power supply.

The Decision Tree: Pick the Exact Part for Your Circuit

Stop guessing. Use this decision path to terminate your selection process with a concrete, purchasable part number.

  • IF you need 0.01µF to 10µF for decoupling a 3.3V or 5V digital IC (microcontroller, FPGA, logic gate):
    → Pick: X7R MLCC. Concrete Part: Murata GRM219R71H104KA12 (0.1µF, 50V, 0805 package, X7R). Place one per VCC pin, as close to the pad as physically possible.
  • IF you need 10µF to 4,700µF for bulk energy storage on a DC power rail (buck converter output, motor driver bus):
    → Pick: Low-ESR Aluminum Electrolytic. Concrete Part: Panasonic EEU-FR1V471 (470µF, 35V, FR Series, 105°C). If physical height is constrained, use a Polymer Aluminum cap instead.
  • IF you need 10pF to 1nF for an RF matching network, crystal oscillator load, or precision active filter:
    → Pick: C0G / NP0 Ceramic. Concrete Part: Kemet C0805C101J5GACTU (100pF, 50V, 0805, C0G). Never use X7R here; the capacitance will shift with temperature and applied voltage.
  • IF you need 0.1µF to 10µF for an audio crossover, DAC output filter, or high-fidelity signal path:
    → Pick: Metallized Polyester (PET) or Polypropylene (PP) Film. Concrete Part: WIMA MKS2C051001A00KSSD (10µF, 63V, PET) or a Cornell Dubilier 940C series for high voltage.
  • IF you need >100µF in a space-constrained wearable or medical device where height is <2mm:
    → Pick: Polymer Tantalum. Concrete Part: Kemet T520 Series. (Avoid standard MnO2 tantalums on low-impedance battery rails to prevent fire hazards during hot-plug events).

By matching the dielectric physics to your specific circuit demands—rather than just grabbing the cheapest part that fits the footprint—you eliminate the most common sources of noise, timing drift, and premature board failure.