The Farad and Its Sub-Units: Decoding the Unit of a Capacitor

The base unit of a capacitor is the Farad (F), named after Michael Faraday. By definition, a 1-Farad capacitor stores 1 Coulomb of charge when a 1-Volt potential is applied across its terminals. Because 1 Coulomb represents roughly 6.24 × 10¹⁸ electrons, a true 1F capacitor is physically massive at standard voltages. Consequently, practical bench electronics rely on sub-multiples. Understanding these prefixes is the first step to reading schematics and datasheets without making a 1000x ordering error.

Bench Warning: Older schematics and some legacy Soviet/European diagrams use 'mF' to mean microfarad (using 'm' for 'micro' instead of milli). Always verify the context. In modern IEC and IEEE standards, mF is strictly millifarad (10⁻³ F), and µF is microfarad (10⁻⁶ F). See the NIST SI Prefixes guide for the definitive standard.
Unit NameSymbolMultiplier (Farads)Common Application Domain
FaradF10⁰Supercapacitors, memory backup, UPS ride-through
MillifaradmF10⁻³Rarely used; usually a misprint for µF on old prints
MicrofaradµF / uF10⁻⁶Bulk power filtering, audio coupling, motor start/run
NanofaradnF10⁻⁹Snubbers, EMI filtering, mid-range timing circuits
PicofaradpF10⁻¹²RF oscillators, high-speed digital decoupling, tuning

Reading Capacitor Markings: What the Codes Actually Mean

Unlike resistors with their color bands, capacitors use a mix of direct printing, 3-digit EIA codes, and letter suffixes. The physical size of the component dictates the marking style.

The 3-Digit EIA Code (pF Base)

Small ceramic capacitors (like the classic blue or yellow discs) use a 3-digit code where the base unit is always picofarads (pF). The first two digits are the significant figures, and the third digit is the multiplier (number of zeros).

  • Example: 104 → 10 followed by 4 zeros = 100,000 pF.
  • Conversion: 100,000 pF = 100 nF = 0.1 µF. (This is the most common decoupling capacitor in digital electronics).
  • Example: 472 → 47 followed by 2 zeros = 4,700 pF = 4.7 nF.
  • Example: 221 → 22 followed by 1 zero = 220 pF.

Tolerance and Voltage Letters

Following the numeric code, you will often see a letter indicating tolerance, and sometimes a secondary code for voltage.

  • J = ±5% | K = ±10% | M = ±20% | Z = +80% / -20%
  • Voltage Codes: A '1H' means 50V. '1E' means 25V. '1A' means 10V. (Based on the EIA voltage multiplier chart where 1 = 10V, 0 = 1V, etc.).

The European Decimal Notation

Film and larger ceramic capacitors often use the unit letter as the decimal point to prevent misreading smudged ink. A capacitor marked 4n7 is 4.7 nF. A capacitor marked µ47 or 47µ is 0.47 µF. For a deeper physics breakdown of how the dielectric stores this charge, refer to the Georgia State University HyperPhysics capacitor module.

Capacitor Chemistry and Construction: Which Type for Which Job?

The unit of a capacitor tells you how much charge it holds, but the dielectric material dictates how it behaves under temperature, voltage, and frequency stress. Selecting the wrong chemistry is a primary cause of field failures.

TypeDielectric / ConstructionTypical ToleranceTempco / StabilityBest Use Case
MLCC (Class 1) C0G / NP0 Ceramic ±1% to ±5% ±30 ppm/°C (Ultra-stable) RF oscillators, precision timing, PLL filters
MLCC (Class 2) X7R / X5R Ceramic ±10% to ±20% ±15% over temp range (Voltage dependent) General decoupling, bypass, non-critical filtering
Aluminum Electrolytic Aluminum oxide / Liquid electrolyte -20% / +80% Poor (High drift, dries out over time) Bulk power supply filtering, low-frequency coupling
Film (Polypropylene) Metallized plastic film ±1% to ±5% Excellent (Self-healing properties) Audio crossovers, AC line snubbers, high-voltage
Tantalum Manganese dioxide / Tantalum pentoxide ±10% to ±20% Moderate (Stable, but highly sensitive to ripple) Space-constrained bulk filtering on PCBs

Failure Modes and Visual Symptoms

Capacitors rarely fail silently. Knowing the visual and electrical symptoms of a failing part saves hours of oscilloscope debugging.

Safety Hazard: Tantalum capacitors fail short-circuit and can ignite violently if subjected to reverse polarity or excessive ripple current. Always use a current-limited bench supply when testing circuits with high-density tantalum arrays.
  • Aluminum Electrolytic Drying/Venting: Visual: The scored 'X' or 'K' on the top dome bulges upward, or brown/black crusty electrolyte leaks from the bottom rubber bung. Electrical: Equivalent Series Resistance (ESR) spikes from <100mΩ to >5Ω, causing switching regulators to output massive ripple and eventually shut down.
  • MLCC Flex Cracking: Visual: Often invisible to the naked eye. May show a hairline fracture near the PCB pad if the board was bent during depaneling or connector insertion. Electrical: Dead short across the power rail, causing the main LDO or buck converter to overcurrent trip immediately.
  • Film Capacitor Corona/Melting: Visual: The outer epoxy or plastic shell melts or chars near the leads. Electrical: Capacitance drops as internal layers vaporize (self-healing), eventually failing open-circuit.

The Substitution Decision Tree: Picking a Replacement

When the exact part is missing from your bench stock, you must substitute safely. The golden rules of capacitor substitution are: Voltage can go UP, never down. Capacitance can vary slightly depending on circuit function, but dielectric class must match or exceed the original.

Circuit FunctionCapacitance RuleVoltage RuleDielectric / Tempco Rule
Power Decoupling / Bypass Equal or HIGHER (e.g., swap 0.1µF for 0.22µF) MUST be ≥ original X7R can replace X7R. C0G can replace X7R (overkill but safe).
Timing / Oscillator MUST be exact (e.g., 22pF is 22pF) MUST be ≥ original MUST be C0G/NP0. X7R will cause frequency drift and fail to start.
Audio AC Coupling Equal or HIGHER (maintains low-end bass response) MUST be ≥ original Film is best. Electrolytic is acceptable if bipolar or DC-biased.
Bulk Filter (PSU) Equal or HIGHER MUST be ≥ original Low-ESR Electrolytic required. Do NOT use standard electrolytic.

How to Substitute Safely When the Exact Part is Missing

If you need a 100nF (0.1µF) 50V X7R capacitor and only have 100nF 25V and 47nF 100V in stock: Do not use the 25V part, even if the circuit runs at 12V (transients will exceed 25V). Do not parallel two 47nF 100V parts unless you are desperate; the added lead inductance and PCB trace loop area will defeat the high-frequency decoupling purpose of the capacitor. Order the correct 50V part, or use a single 47nF 100V part as a temporary bridge for low-speed logic, acknowledging that high-speed edges may ring.

Concrete Bench Picks: Default Part Numbers to Stock

Stop guessing and stock these specific, high-reliability part numbers that cover 95% of DIY and prototyping bench needs. These terminate the decision path for your next kit build.

  • The Universal Decoupler: Murata GRM188R71H104KA93D. 0.1µF (100nF), 50V, X7R, 0603 package. Buy a reel of 4,000. This is the default bypass cap for every 3.3V and 5V IC on your board.
  • The RF/Timing Standard: Murata GRM1885C1H220JA01D. 22pF, 50V, C0G/NP0, 0603 package. Essential for 16MHz and 32.768kHz crystal oscillator load capacitors. Never substitute X7R here.
  • The Bulk Filter Workhorse: Panasonic EEUFM1E101. 100µF, 25V, FM Series (Low ESR), Radial Electrolytic. The FM series guarantees low ESR over a 5,000-hour lifespan at 105°C, unlike cheap generic 'standard' electrolytics that will dry out in a year.
  • The Snubber/Audio Pick: WIMA MKS2C031001A00KSSD. 100nF, 63V, Metallized PET Film. Perfect for analog audio signal paths and relay flyback snubbers where ceramic piezoelectric noise (microphonics) would ruin the signal.