At the most abstract textbook level, a capacitor is just two conductive plates separated by an insulator. But when you crack open the epoxy, aluminum can, or ceramic shell to look at the inside of a capacitor, you find highly engineered material science. The physical geometry and dielectric chemistry inside the component dictate everything from its equivalent series resistance (ESR) and microphonic noise to its catastrophic failure modes.
Whether you are debugging a switching power supply that keeps blowing its output caps or designing an RF filter for an ESP32 transceiver, understanding the internal architecture of your passives is non-negotiable. Here is exactly what is inside the most common capacitor types, how to read their shells, and how they die.
The Physical Anatomy: What is Inside of a Capacitor?
The internal architecture of a capacitor falls into three primary physical geometries, each chosen to maximize surface area within a minimal PCB footprint.
1. Rolled Foil (Aluminum Electrolytic)
Inside a standard radial aluminum electrolytic capacitor, you will not find flat plates. Instead, you will find two strips of ultra-thin aluminum foil separated by spacer paper, tightly wound into a cylinder. To achieve high capacitance in a small volume, the anode foil is electrochemically etched before assembly, creating a microscopic sponge-like texture that increases its effective surface area by up to 200 times. The spacer paper is soaked in a liquid or gel electrolyte (often a borate or glycol solution), which serves as the true cathode. A thin layer of aluminum oxide (Al2O3) grown on the etched anode acts as the dielectric.
2. Stacked Monolithic Layers (MLCC)
Multi-Layer Ceramic Capacitors (MLCCs) dominate modern surface-mount boards. Inside the tiny beige or brown rectangular block is a monolithic brick of alternating ceramic dielectric layers and metal electrodes. Manufacturers use a tape-casting process to lay down ceramic slurries just microns thick, screen-print metal electrode pastes (usually nickel or copper in modern base-metal electrodes), stack hundreds of these layers, and fire them in a kiln at over 1,200°C. The internal electrodes are interleaved and connected to the external termination caps on either end.
3. Sintered Powder (Tantalum)
Open up a solid tantalum capacitor, and you will find a porous pellet. High-purity tantalum powder is pressed around a tantalum wire anode and sintered in a vacuum at extreme temperatures to form a highly porous, sponge-like metallic structure. This pellet is then anodized in an acid bath to grow a uniform layer of tantalum pentoxide (Ta2O5) dielectric. Finally, the pores are filled with a cathode material—traditionally manganese dioxide (MnO2), but increasingly conductive polymers in modern parts.
Dielectric Material Comparison & Selection Guide
The dielectric material inside the capacitor defines its electrical personality. Below is a data-dense breakdown of the most common dielectrics you will encounter on a bench or in a BOM.
| Dielectric / Type | Internal Architecture | Typical Tolerance | Tempco / Stability | Primary Application | ESR Profile |
|---|---|---|---|---|---|
| C0G / NP0 (Ceramic) | Stacked MLCC (Titanate-based) | ±5% (J) | 0 ±30 ppm/°C (Ultra-stable) | RF filters, precision timing, audio signal paths | Very Low |
| X7R / X5R (Ceramic) | Stacked MLCC (Barium Titanate) | ±10% to ±20% (K, M) | ±15% over temp (High-K, non-linear) | General decoupling, bulk bypass, non-critical filtering | Low |
| Aluminum Electrolytic | Rolled etched foil + liquid/gel electrolyte | ±20% (M) | Poor (High temp drift, dries out over time) | Bulk energy storage, low-frequency power supply filtering | High (increases with age) |
| Solid Polymer Tantalum | Sintered Ta powder + conductive polymer cathode | ±10% to ±20% (K, M) | Moderate (Better temp stability than MnO2) | High-current CPU rails, space-constrained low-profile DC filtering | Very Low |
| Polypropylene Film | Rolled or stacked metallized plastic film | ±1% to ±5% (F, J) | Excellent (Linear, low dielectric absorption) | AC line filtering (X/Y safety), high-power audio crossovers, snubbers | Extremely Low |
Which Type for Which Job?
- Choose C0G/NP0 when: You are building resonant circuits, active filters, or audio coupling paths. Barium titanate (X7R) exhibits piezoelectric microphonics and severe capacitance drop under DC bias, which will distort audio signals and detune RF oscillators.
- Choose X7R/X5R when: You need cheap, dense decoupling for digital ICs. A 10µF 0805 X7R is perfect for placing across the VCC/GND pins of a microcontroller to suppress high-frequency switching noise.
- Choose Aluminum Electrolytic when: You need massive bulk capacitance (100µF to 10,000µF) at a low cost to smooth out low-frequency ripple on the output of a 50/60Hz transformer-rectifier supply.
- Choose Polymer Tantalum when: You are filtering the core voltage rail of a modern FPGA or CPU where physical height is restricted (e.g., under a shield) and you need low ESR to handle fast transient current spikes without voltage droop.
Decoding the Shell: How to Read Capacitor Markings
Capacitor markings are notoriously inconsistent across chemistries. Here is how to decode what is printed on the outside.
The 3-Digit EIA Code (Ceramics and Films)
Most through-hole and small SMD ceramics use a three-digit code representing picofarads (pF). The first two digits are the significant figures, and the third is the multiplier (number of zeros).
- 104 = 10 followed by 4 zeros = 100,000 pF = 100 nF = 0.1 µF.
- 473 = 47 followed by 3 zeros = 47,000 pF = 47 nF.
- 221 = 22 followed by 1 zero = 220 pF.
This is usually followed by a letter indicating tolerance: J (±5%), K (±10%), or M (±20%).
Electrolytic and Tantalum Markings
Through-hole electrolytics print the value directly (e.g., 470µF 25V). The critical marking here is the polarity stripe. On a standard aluminum electrolytic, the stripe with minus signs indicates the negative (cathode) lead. On a surface-mount tantalum, the colored band or line indicates the positive (anode) lead. Mixing these up is a common bench mistake.
How to Substitute Safely When the Exact Part is Missing
When your BOM calls for a part that is out of stock, follow these substitution rules to avoid blowing up your board:
- Voltage Rating: Always substitute with a voltage rating equal to or higher than the original. A 50V cap can replace a 25V cap, but never the reverse. Note that for aluminum electrolytics, going massively overboard on voltage (e.g., using a 400V cap in a 12V circuit) can actually result in higher leakage current and poor formation of the oxide layer.
- Capacitance Value: For power supply decoupling and bulk filtering, substituting a value within ±20% (e.g., using 120µF instead of 100µF) is perfectly safe. For timing circuits (like a 555 timer oscillator) or active filters, you must match the exact value or the circuit frequency will shift.
- Dielectric Class: Never substitute an X7R for a C0G in a precision or RF circuit, even if the capacitance and voltage match. The X7R will introduce microphonics and voltage-coefficient non-linearities that will break the circuit.
- ESR Requirements: If replacing an output capacitor on a switching regulator (buck/boost converter), the control loop stability often depends on a specific ESR zero. Do not blindly swap a high-ESR electrolytic for a low-ESR ceramic without checking if the regulator datasheet requires an ESR zero for loop compensation.
Autopsy of a Dead Part: Failure Modes and Visual Symptoms
Capacitors fail in highly specific ways depending on their internal chemistry. Recognizing these visual symptoms on a PCB will save you hours of oscilloscope probing.
Aluminum Electrolytic: Electrolyte Evaporation
The liquid electrolyte inside an aluminum cap slowly evaporates through the rubber end seal over time, a process accelerated by heat and ripple current. As the electrolyte volume drops, the effective surface area decreases, causing the ESR to spike and the capacitance to plummet.
Visual Symptoms: The top aluminum vent dome bulges outward. In severe cases, the vent ruptures, or crusty, brownish-black dried electrolyte fluid leaks out of the bottom rubber bung onto the PCB. If you see brown crust on the board under a power supply cap, the capacitor is dead.
MLCC: Flex Cracking
Ceramic is essentially glass. If the PCB bends during manufacturing, connector insertion, or mechanical stress, the board flex can crack the brittle ceramic layers inside the MLCC. These cracks often bridge internal electrode layers, creating a dead short.
Visual Symptoms: Usually invisible to the naked eye from the top. The capacitor looks perfectly normal, but the power rail is shorted to ground. Diagnosis requires removing the part and testing it off-board, or using X-ray/thermal imaging to find the hot spot. To prevent this, use soft-termination MLCCs or place parts away from board edges and mounting holes.
Tantalum (MnO2): Thermal Runaway
Traditional manganese dioxide tantalum capacitors are notoriously unforgiving of reverse voltage or high surge currents. If reverse biased, the Ta2O5 dielectric breaks down, and the MnO2 cathode releases oxygen. This oxygen reacts violently with the tantalum metal anode.
A reverse-biased or heavily over-volted MnO2 tantalum capacitor will not just fail; it will ignite. The internal reaction is self-sustaining and produces literal flames and thick white smoke. Always use a 50% voltage derating rule for MnO2 tantalums (e.g., use a 20V rated part for a 10V rail), and never use them on rails where high inrush current or reverse polarity is possible. For safer alternatives, specify Polymer Tantalums, which do not contain the oxygen-rich MnO2 cathode and fail gracefully as a short rather than a fire.
Understanding the physical reality inside the component transforms capacitors from abstract schematic symbols into predictable, physical systems. For deeper reading on application-specific selection, consult the Cornell Dubilier Aluminum Electrolytic Application Guide for power supply design, or review Vishay's Ceramic Capacitor technical notes for high-frequency MLCC behavior. By matching the internal dielectric physics to your circuit's actual demands, you eliminate the most common source of field failures in modern electronics.






