If you are holding a small ceramic disc capacitor with 104 printed on it, the value is 100,000 pF (which equals 100 nF or 0.1 µF). If you are holding an aluminum electrolytic can, the value is printed directly in microfarads (µF) alongside its maximum DC voltage rating (e.g., 470µF 25V). Understanding how to read the value of a capacitor is the first step to debugging a power supply, designing a filter, or safely substituting a missing part on your workbench.
Decoding Capacitor Markings: What the Numbers and Letters Mean
Through-hole ceramic and film capacitors rarely have enough physical surface area to print the full value in microfarads. Instead, manufacturers use the EIA 3-digit code standard. Here is how to decode it:
- First two digits: The significant figures of the capacitance value.
- Third digit: The multiplier (the number of zeros to add), expressed in picofarads (pF).
| Marking | Calculation (pF) | Picofarads (pF) | Nanofarads (nF) | Microfarads (µF) |
|---|---|---|---|---|
| 101 | 10 × 10^1 | 100 pF | 0.1 nF | 0.0001 µF |
| 104 | 10 × 10^4 | 100,000 pF | 100 nF | 0.1 µF |
| 223 | 22 × 10^3 | 22,000 pF | 22 nF | 0.022 µF |
| 474 | 47 × 10^4 | 470,000 pF | 470 nF | 0.47 µF |
Tolerance and Voltage Letters
Below the 3-digit code, you will often find a single letter indicating tolerance, and sometimes a voltage code. According to SparkFun's capacitor guide, the most common tolerance letters are:
- J: ±5%
- K: ±10%
- M: ±20%
- Z: +80% / -20% (Common for older decoupling caps; essentially guarantees a minimum value but allows massive positive drift).
Voltage ratings might be printed explicitly (e.g., 50V) or use a 2-character EIA code like 1H (50V) or 1E (25V). Always verify the voltage rating before placing a part in a circuit; exceeding it leads to catastrophic dielectric breakdown.
Capacitor Types and Selection Criteria
Knowing the value is only half the battle; you must also select the correct dielectric for the job. Swapping a ceramic for an electrolytic in a high-frequency switching regulator will result in excessive ripple and overheating due to Equivalent Series Resistance (ESR). Use this comparison matrix to choose the right type.
| Type / Dielectric | Construction | Typical Tolerance | Tempco (Temp Stability) | Typical Use Case |
|---|---|---|---|---|
| MLCC (C0G / NP0) | Multi-layer Ceramic | ±1% to ±5% | 0 ±30 ppm/°C (Ultra-stable) | RF circuits, precision oscillators, audio signal paths, PLL filters. |
| MLCC (X7R / X5R) | Multi-layer Ceramic | ±10% to ±20% | ±15% over temp range | General decoupling, bypass, I2C/SPI pull-ups, non-critical timing. |
| Aluminum Electrolytic | Etched foil / wet electrolyte | -20% / +80% | High drift (Poor) | Bulk power filtering, AC-DC supply smoothing, low-frequency coupling. |
| Film (Polypropylene) | Metallized plastic film | ±1% to ±5% | Very low drift | AC line filtering (X/Y safety caps), motor run caps, high-voltage snubbers. |
| Tantalum (Solid) | Sintered tantalum / MnO2 | ±10% to ±20% | Moderate drift | Space-constrained low-ESR filtering on mobile/embedded logic rails. |
Safe Substitution Rules When the Exact Part is Missing
When your component bin is missing the exact BOM part, you can substitute safely if you follow these three rules:
- Voltage Rating: The substitute must have a voltage rating equal to or higher than the original. A 50V cap can safely replace a 25V cap. Never substitute a lower voltage rating, even if you think the circuit "only runs at 12V." Transients and ripple will destroy it.
- Capacitance Value (Function Dependent):
- For Decoupling/Bypass (e.g., VCC pins on an ESP32): You can safely substitute a higher capacitance (e.g., using 1 µF instead of 0.1 µF). More local charge storage is rarely a bad thing for digital logic.
- For Timing and Active Filters (e.g., 555 timer astable, Sallen-Key low-pass): The value must be exact (within the original tolerance). Substituting a higher value will shift your oscillator frequency or filter cutoff, breaking the circuit's intended behavior.
- ESR and Dielectric Type: Do not swap dielectric classes blindly. Never replace a C0G/NP0 ceramic with an X7R in an audio path or precision ADC reference; X7R exhibits microphonics and voltage coefficient (capacitance drops as DC bias increases). Never replace a low-ESR polymer cap with a standard electrolytic on a buck converter output; the high ESR will cause output voltage ripple to exceed the IC's specs.
Failure Modes and Visual Symptoms
Capacitors are the most common point of failure in aging electronics. Recognizing visual symptoms saves hours of multimeter probing.
- Aluminum Electrolytic (Dried Out / Vented):
- Visual Symptom: The top vent cross is bulging upward, or there is a brown, crusty residue leaking from the bottom rubber seal.
- Electrical Symptom: Massive drop in capacitance and spike in ESR. The power supply will hum, or the device will randomly reboot under load.
- Cause: Prolonged heat exposure, operating near maximum rated voltage, or reverse polarity installation.
- MLCC Ceramic (Flex Cracking):
- Visual Symptom: Often invisible to the naked eye. Sometimes a microscopic hairline crack is visible near the solder pad under 10x magnification.
- Electrical Symptom: Dead short between VCC and GND, causing the board to pull massive current and burn the PCB trace.
- Cause: Mechanical PCB flexing during depaneling, connector insertion, or dropping the device.
- Tantalum (Thermal Runaway):
- Visual Symptom: The component is cracked open, scorched black, or has completely vanished, leaving a burnt crater on the FR4 fiberglass.
- Electrical Symptom: Dead short. The upstream LDO or power supply will go into thermal shutdown.
- Cause: Voltage spikes exceeding the rated maximum (tantalums require a 50% voltage derating, meaning a 10V rail needs a 20V rated part), or reverse voltage.
Frequently Asked Questions
How do I read the value of a surface mount (SMD) capacitor?
Most small SMD MLCCs (like 0402 or 0603 sizes) are completely unmarked because they are too small to print on. You must rely on your BOM or component reel labeling. Larger SMD caps (like 1206 or tantalum D-cases) may use the same 3-digit EIA code as through-hole parts (e.g., 104 = 100nF). Tantalum SMDs usually print the value in microfarads directly (e.g., 47 6V) alongside a polarity band indicating the anode.
What does the letter 'J' or 'K' mean on a capacitor?
These letters indicate the manufacturing tolerance of the capacitance value. 'J' means the actual value is within ±5% of the printed code. 'K' means ±10%, and 'M' means ±20%. For a 104 (100nF) capacitor marked with a 'K', the actual measured value on an LCR meter will fall somewhere between 90nF and 110nF.
Can I substitute a 50V capacitor for a 16V capacitor?
Yes, absolutely. The voltage rating printed on a capacitor is the maximum continuous DC voltage it can withstand before the dielectric breaks down. Using a 50V part on a 16V rail is perfectly safe and often improves long-term reliability. The only trade-off is physical size; a 50V electrolytic or ceramic will be physically larger than a 16V part of the same capacitance, so verify it will fit the PCB footprint.
How do I measure a capacitor that has no markings at all?
First, safely discharge the capacitor. Then, remove it from the circuit (in-circuit measurements are highly inaccurate due to parallel impedance paths). Use a dedicated LCR meter or a digital multimeter with a dedicated capacitance (Cx) function. Insert the leads, wait for the meter to auto-range, and read the value. If the reading is wildly fluctuating or shows 'OL' (over-limit), the capacitor is likely internally shorted or open and must be replaced.






