To identify an unknown capacitor, read the three-digit EIA code printed on the body (e.g., "104" means 10 × 104 picofarads, or 100nF), check the voltage rating (often printed as 50V or a single letter code), and identify the dielectric material (like X7R or C0G) to determine its temperature stability. If it is an electrolytic capacitor, the stripe always marks the negative lead, and the values are printed explicitly in microfarads (µF) and volts. For surface-mount devices (SMD), you will need to cross-reference the EIA-96 alphanumeric code or measure it with an LCR meter, as physical space prevents full printing.
Decoding Capacitor Markings and Codes
Capacitor identification starts with deciphering the physical markings, which vary wildly depending on the package size and chemistry. Unlike resistors, which use color bands, most small capacitors rely on a compact numeric system or single-letter abbreviations.
The 3-Digit EIA Code (Ceramic and Film)
Through-hole ceramic disc capacitors and small film caps almost universally use a three-digit 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 × 10,000 pF = 100,000 pF = 100 nF = 0.1 µF (The most common bypass cap in electronics).
- 223: 22 × 1,000 pF = 22,000 pF = 22 nF.
- 471: 47 × 10 pF = 470 pF.
- 101: 10 × 10 pF = 100 pF.
Tolerance and Voltage Letters
You will often see a letter trailing the numeric code, such as 104K. This letter indicates the tolerance: J = ±5%, K = ±10%, M = ±20%, and Z = +80%/-20%. Voltage ratings on small ceramics might be printed explicitly (e.g., 50V) or use a single letter code where '1H' means 50V and '1E' means 25V, though referencing the manufacturer datasheet (like the Kemet Technical Resources) is the only way to be 100% certain on unbranded parts.
Electrolytic and Tantalum Polarity Markings
Aluminum electrolytic capacitors print their values directly (e.g., 1000µF 25V). The critical identification marker here is the polarity stripe. On a standard radial electrolytic cap, the stripe with minus signs (-) indicates the negative (cathode) lead. Conversely, on surface-mount tantalum capacitors, the painted bar or stripe indicates the positive (anode) side. Reversing either will result in catastrophic failure.
Dielectric Types: Which Capacitor for Which Job?
Identifying the capacitance and voltage is only half the battle. The dielectric material inside the capacitor dictates how it behaves under temperature changes, DC bias, and high frequencies. According to Cornell Dubilier's application guides, selecting the wrong dielectric class will cause timing circuits to drift and audio circuits to distort.
| Dielectric / Type | Construction | Tolerance | Tempco (Temp Stability) | Typical Use Case |
|---|---|---|---|---|
| C0G / NP0 | Class 1 Ceramic | ±1% to ±5% | Excellent (±30ppm/°C) | RF circuits, precision timing, audio signal paths, PLL filters. |
| X7R | Class 2 Ceramic | ±10% to ±20% | Good (±15% over -55 to 125°C) | General purpose decoupling, bypass, SMPS input/output filtering. |
| Y5V / Z5U | Class 2 Ceramic | +22% / -82% | Poor (Up to -82% at temp/voltage) | Non-critical bulk bypass where space is constrained. Avoid in timing. |
| Aluminum Electrolytic | Polarized Foil/Liquid | ±20% | Moderate (High ESR drift at cold) | Power supply bulk filtering, low-frequency coupling, motor start. |
| Metallized Film (PP/PET) | Plastic Film/Foil | ±1% to ±10% | Very Good | Audio crossovers, AC line snubbers, high-voltage resonance, motor run. |
Visual Failure Modes and Diagnostic Symptoms
When troubleshooting a dead board, visual capacitor identification includes recognizing how different chemistries fail. A component tester like the Peak Atlas ESR70 is invaluable here, but your eyes and nose are the first line of defense.
- Aluminum Electrolytic (Drying/Venting): The most common failure. The liquid electrolyte boils and vents out the top cross-score, or leaks out the bottom rubber bung. Visual symptom: Domed/bulging top, crusty brown or black residue on the PCB, or a distinct "fishy" chemical smell. Electrical symptom: Capacitance drops, Equivalent Series Resistance (ESR) spikes dramatically.
- MLCC Ceramic (Flex Cracking): Multilayer ceramic capacitors are brittle. If the PCB flexes during assembly or operation, the ceramic body cracks. Visual symptom: Often invisible without a microscope, or a hairline crack near the solder fillet. Electrical symptom: Dead short circuit, causing the power rail to ground out and the voltage regulator to overheat.
- Tantalum (Thermal Runaway): Tantalum caps fail short and draw massive current. Visual symptom: The epoxy body is charred, melted, or completely blown apart, leaving a scorch mark on the PCB. Electrical symptom: Hard short. They frequently catch fire if reverse-biased even momentarily.
- Film Capacitors (Metallization Vaporization): Used in AC mains and snubbers. Overvoltage transients vaporize the internal metallization. Visual symptom: The outer plastic shell may look perfectly fine, or slightly bulged. Electrical symptom: Capacitance slowly decreases over time as internal "self-healing" clears out shorted zones. As noted in SparkFun's capacitor tutorials, film caps rarely fail dead-short, making them ideal for safety-critical AC applications.
How to Substitute Safely When the Exact Part is Missing
You are repairing a board at 2 AM and do not have the exact BOM part in your bins. Safe substitution requires understanding which parameters are hard limits and which are flexible.
1. Voltage Rating: Always Equal or Higher
You can safely replace a 16V capacitor with a 25V or 50V part, provided it physically fits. Never substitute a lower voltage rating. The only caveat is that in some specific aluminum electrolytic designs, using a voltage rating vastly higher than the operating voltage (e.g., a 100V cap in a 5V circuit) can prevent the dielectric oxide layer from properly "forming," leading to higher leakage current. Stick to the next one or two standard voltage steps up.
2. Capacitance Value: Context Matters
- Power Bypass/Decoupling: You can usually substitute a higher value. Replacing a 100nF (104) with a 220nF (224) or even 1µF ceramic is generally fine and often improves low-frequency noise rejection.
- Timing and Filtering (RC/LC): Must be exact. If a 555 timer or an active op-amp filter calls for 10nF, a 22nF part will cut your frequency in half. Use a 1% or 5% C0G/NP0 replacement.
- Power Supply Bulk Filtering: Replacing a 1000µF electrolytic with a 1200µF or 1500µF is fine and will reduce ripple voltage. Do not go drastically higher (e.g., 4700µF) without checking the rectifier diode surge current ratings, as the higher inrush current might blow the fuse or diodes on power-up.
3. ESR and Ripple Current
In switching mode power supplies (SMPS) and CPU VRMs, the ESR is critical. If the original part was a "Low ESR" aluminum electrolytic or a solid polymer cap, you cannot substitute it with a standard, cheap electrolytic. The high ripple current will overheat and destroy a standard cap in weeks. When in doubt, substitute with a parallel array of MLCC ceramics or a high-quality polymer cap.
If you are identifying a capacitor connected directly across the AC mains (Line-to-Line or Line-to-Ground), it will be marked as X2 or Y2. These are specially designed to fail open and self-heal. Never substitute a standard 250V or 400V DC-rated ceramic or film capacitor for an AC safety cap. Standard caps will fail short-circuit under AC transients, creating a severe fire and electrocution hazard. Always replace X/Y safety caps with exact UL/VDE certified equivalents.
Capacitor Identification FAQ
How do I identify a surface mount (SMD) capacitor without removing it?
Most small SMD MLCC ceramics (like 0603 or 0402 sizes) are completely unmarked. To identify them in-circuit, you must desolder one end to isolate it from the parallel PCB traces, then measure it with a digital multimeter's capacitance function or an LCR meter. For larger SMD tantalums or aluminum polymer caps, look for a 2-letter/1-number EIA code (e.g., "A47" might mean 10µF at 10V, depending on the manufacturer's specific code chart) or a printed 3-digit code similar to through-hole ceramics.
What does the letter after the 3-digit capacitor code mean?
The letter indicates the manufacturing tolerance of the capacitance value. The most common codes are J (±5%), K (±10%), and M (±20%). For example, a capacitor marked "104K" is a 100nF capacitor with a guaranteed tolerance of ±10%, meaning its actual measured value will fall between 90nF and 110nF at room temperature. You may also see Z (+80%/-20%), which is typical for cheap Y5V dielectrics used only for bulk decoupling.
Can I replace a 16V capacitor with a 25V capacitor?
Yes, as a general rule, substituting a higher voltage rating is perfectly safe and often increases the lifespan of the component, as it is operating further below its dielectric breakdown limit. The only physical constraint is that higher voltage capacitors are usually larger; ensure the 25V part has the same lead spacing (pitch) and will fit under any nearby heat sinks or enclosures without bending the PCB.
How do I identify safety capacitors on a mains power supply?
Safety capacitors are used in EMI filters on AC mains inputs. X-class capacitors (like X2) are placed Line-to-Line (across Hot and Neutral) and are typically rectangular, boxy film capacitors with safety agency logos (UL, VDE, ENEC) printed on them. Y-class capacitors (like Y2) are placed Line-to-Ground and are usually thick, reinforced ceramic disc capacitors. They will explicitly state "X2" or "Y2" and an AC voltage rating (e.g., 275VAC or 300VAC). Never confuse the AC voltage rating with a DC voltage rating.






