The numbers on a capacitor indicate its capacitance value (in picofarads, nanofarads, or microfarads), voltage rating, and tolerance. For small ceramic capacitors, a 3-digit EIA code like "104" means 10 followed by 4 zeros in picofarads (100,000 pF, or 0.1 µF). Larger electrolytic capacitors print the exact value and voltage directly on the sleeve (e.g., "470µF 25V"). Understanding these markings is the difference between a stable power rail and a melted PCB trace.
Decoding Capacitor Markings: The 3-Digit Code and Beyond
Manufacturers use standardized coding systems to cram electrical specifications into tiny physical footprints. The system you encounter depends entirely on the capacitor's dielectric and physical size.
The 3-Digit EIA Code (Ceramic and Film)
Used primarily on ceramic disc, multilayer ceramic (MLCC), and small film capacitors, this code is expressed in picofarads (pF). The first two digits are the significant figures, and the third digit is the multiplier (number of zeros to add).
| Marking | Calculation | Picofarads (pF) | Nanofarads (nF) | Microfarads (µF) |
|---|---|---|---|---|
| 101 | 10 × 10¹ | 100 pF | 0.1 nF | 0.0001 µF |
| 104 | 10 × 10⁴ | 100,000 pF | 100 nF | 0.1 µF |
| 223 | 22 × 10³ | 22,000 pF | 22 nF | 0.022 µF |
| 474 | 47 × 10⁴ | 470,000 pF | 470 nF | 0.47 µF |
Tolerance and Voltage Letters
You will often see a letter trailing the 3-digit code. This indicates the capacitance tolerance. For example, a 104K capacitor is 0.1 µF with a ±10% tolerance. Common tolerance codes include:
- J: ±5%
- K: ±10%
- M: ±20%
- Z: +80% / -20% (Common on older Y5V dielectrics; avoid these for precision work)
Voltage ratings on small ceramics are sometimes omitted entirely, assuming a standard 50V rating, but SMD and dipped ceramics may use EIA voltage codes like 1H (50V), 1E (25V), or 1A (10V).
Electrolytic and Tantalum Markings
Because they have more surface area, through-hole aluminum electrolytics print the exact microfarad (µF) value and DC voltage rating (e.g., 1000µF 35V). Tantalum capacitors often use a 3-digit code similar to ceramics but sometimes include a single letter for voltage (e.g., A = 10V, C = 16V, E = 25V). Always verify the datasheet for surface-mount tantalums, as guessing the voltage code can result in catastrophic thermal runaway.
Capacitor Types and Selection Criteria
Reading the numbers is only half the battle; you must also know which dielectric material suits your circuit. Swapping a high-capacitance Class II ceramic for a Class I ceramic in an audio filter will introduce severe microphonic distortion and voltage coefficient non-linearities.
| Type / Dielectric | Construction | Tolerance & Tempco | Typical Use Case |
|---|---|---|---|
| Ceramic (C0G/NP0) | Class I, Paraelectric | ±5%, 0±30 ppm/°C (Highly Stable) | RF tuning, precision analog filters, oscillator timing. |
| Ceramic (X7R/X5R) | Class II, Ferroelectric | ±15%, Moderate temp drift | Digital logic decoupling, general bypass, bulk storage on low-voltage rails. |
| Aluminum Electrolytic | Polarized, Liquid/Solid Electrolyte | ±20%, High ESR, Wide temp variance | Power supply bulk filtering, audio coupling, motor start/run. |
| Tantalum | Polarized, Manganese Dioxide/Polymer | ±10% to ±20%, Low ESR, Stable | Space-constrained DC-DC converter output filtering, medical/aerospace hold-up. |
| Film (Polypropylene) | Non-polarized, Metalized Plastic Film | ±1% to ±5%, Self-healing | High-voltage AC snubbers, EMI suppression (X/Y safety caps), high-end audio. |
For a comprehensive breakdown of dielectric behaviors and industry standards, refer to the Electronics Tutorials capacitor guide or manufacturer application notes from KEMET.
Failure Modes and Visual Symptoms
Capacitors fail in distinct ways depending on their chemistry. Recognizing these visual symptoms on a PCB can save you hours of troubleshooting with an oscilloscope.
- Aluminum Electrolytic (Bulging and Leaking): The most common visual failure. The internal electrolyte boils due to excessive ripple current or heat, generating gas. The top cross-vent bulges outward, or the bottom rubber seal pushes out, leaving a crusty brown residue on the PCB. Electrically, the capacitance drops and Equivalent Series Resistance (ESR) skyrockets.
- Multilayer Ceramic (Flex Cracking): MLCCs fail almost exclusively due to mechanical board flexure. There is rarely a visual bulge. The failure mode is a dead short. If your 3.3V rail is shorted to ground and drawing massive current, probe the 0.1µF bypass capacitors with a multimeter in continuity mode. A cracked MLCC will read near 0 ohms.
- Tantalum (Thermal Runaway): Tantalum capacitors are highly intolerant of reverse voltage and voltage spikes. When they fail, they fail violently. Look for a charred, blackened, or melted epoxy body. In severe cases, they catch fire and emit acrid white smoke. Always derate tantalum voltage ratings by at least 50% (e.g., use a 16V rated part on a 5V rail).
- Film (Metallization Evaporation): Film capacitors are "self-healing." When a dielectric defect causes a localized short, the high current vaporizes the thin metal electrode around the fault, clearing the short. The capacitor survives but loses a tiny fraction of its total capacitance. Visually, the outer epoxy may show slight scorch marks, but the part remains functional until too much film is vaporized.
How to Safely Substitute a Missing Capacitor
When you are repairing a board or prototyping and lack the exact BOM part, you must follow strict substitution rules to avoid destroying your circuit.
- Voltage Rating: ALWAYS Equal or Higher. You can safely replace a 16V capacitor with a 25V or 50V part. The only penalty is physical size and increased parasitic inductance (ESL). Never substitute a lower voltage rating; the dielectric will puncture, leading to a short circuit.
- Capacitance Value: Context Dependent. For digital IC decoupling (bypassing VCC to GND), substituting a 0.1µF (104) with a 0.22µF or 0.47µF is perfectly fine and often beneficial for broadband noise suppression. However, for timing circuits (like a 555 timer astable mode), active analog filters, or RF impedance matching, you must match the exact value and tight tolerance (±1% or ±5%).
- Dielectric Class: Do Not Cross Class I and Class II. Never replace a C0G/NP0 capacitor with an X7R in a precision oscillator or audio signal path. X7R exhibits severe piezoelectric effects (it acts like a microphone) and its capacitance drops drastically when DC bias voltage is applied. A 10µF X7R MLCC might only provide 2µF of actual capacitance at its rated voltage.
- Polarity: Respect the Stripe. Never install a polarized electrolytic or tantalum capacitor backward. The silkscreen on the PCB will indicate the positive terminal (usually a "+" sign), while the capacitor body will have a contrasting stripe indicating the negative terminal for aluminum electrolytics, or the positive terminal for surface-mount tantalums.
- ESR Requirements for Switching Regulators. If replacing an output capacitor on a buck/boost converter, standard capacitance is not enough. You must use a "Low ESR" electrolytic or polymer capacitor. Using a standard, high-ESR capacitor will cause excessive output voltage ripple and can lead to regulator instability and oscillation.
Frequently Asked Questions
What does the letter after the numbers on a capacitor mean?
The letter trailing the numeric code indicates the manufacturing tolerance of the capacitance value. The most common codes you will encounter on the bench are J (±5%), K (±10%), and M (±20%). For example, a ceramic disc marked "473K" is a 47,000 pF (47 nF) capacitor that is guaranteed to fall within 10% of its stated value (between 42.3 nF and 51.7 nF) at room temperature.
Can I use a higher voltage capacitor instead of the original?
Yes, electrically, a higher voltage rating is always safer and indicates a thicker or more robust dielectric layer. The primary drawback is physical: higher voltage capacitors are significantly larger. A 10µF 50V electrolytic is much bulkier than a 10µF 16V electrolytic. Additionally, larger physical footprints introduce higher Equivalent Series Inductance (ESL), which can slightly reduce the capacitor's effectiveness at filtering very high-frequency noise (above 50 MHz). For standard audio, power supply, and sub-10MHz digital work, upsizing the voltage is a standard and safe repair practice.
What does "104" mean on a ceramic capacitor?
"104" is the most ubiquitous capacitor marking in electronics, found on nearly every digital logic board. It translates to 10 followed by 4 zeros in picofarads: 100,000 pF. Converting this to more readable units, it equals 100 nanofarads (nF) or 0.1 microfarads (µF). This specific value is the industry-standard bypass capacitor used to filter high-frequency switching noise on the VCC pins of microcontrollers, logic gates, and op-amps.
Why do some capacitors have a stripe on the side?
The stripe indicates polarity, meaning the capacitor has a strict positive and negative terminal and must be installed in the correct orientation. On through-hole aluminum electrolytic capacitors, the stripe (often containing minus signs "-") designates the negative lead. Conversely, on surface-mount tantalum capacitors, the contrasting band or line designates the positive anode. Installing a polarized capacitor in reverse bias will cause the internal dielectric oxide layer to break down, resulting in a short circuit, rapid heating, and eventual venting or explosion.






