The 3-digit capacitor code translates directly to picofarads (pF). The first two digits are the significant figures, and the third digit is the multiplier (the number of zeros to add). For the most common code you will encounter on the bench: 104 means 10 followed by 4 zeros = 100,000 pF, which converts to 100 nF or 0.1 µF.

While memorizing a few codes is easy, designing a reliable power delivery network or RF filter requires understanding how these base values shift under real-world voltage and temperature stress. Below is the complete reference chart, the derating multipliers you must apply, and a concrete decision path to select your exact part number.

How to Read the Capacitor Value Chart

The master table below is governed by the EIA-198 / IEC 60062 standard for marking codes on small ceramic and film capacitors. Before looking up your value, determine which column applies to your specific installation:

  • Picofarads (pF) column: Use this when working with RF circuits, oscillator tank circuits, or high-frequency filtering (typically values under 1 nF).
  • Nanofarads (nF) column: Use this for audio coupling, intermediate frequency (IF) filters, and general signal conditioning (1 nF to 999 nF).
  • Microfarads (µF) column: Use this for power rail decoupling, bulk energy storage, and low-frequency bypassing (1 µF and above).
Bench Tip: If the third digit is an '8', it acts as a decimal multiplier of 0.01. For example, a code of 228 means 22 × 0.01 = 0.22 pF. If the third digit is '9', it means 0.1 (e.g., 109 = 1.0 pF). These are rare outside of precision RF trimmers.

The Master Capacitor Value Chart (EIA / IEC 60062)

This table includes the standard E-series preferred values most commonly stocked by distributors like Digi-Key and Mouser. Bookmark this section for quick lookups during PCB layout or breadboard prototyping.

3-Digit Code Picofarads (pF) Nanofarads (nF) Microfarads (µF) Common Application
10010 pF0.01 nF0.00001 µFRF matching, VCO tanks
101100 pF0.1 nF0.0001 µFHigh-frequency bypass
1021,000 pF1 nF0.001 µFSnubber circuits, EMI filtering
10310,000 pF10 nF0.01 µFAudio coupling, IF filters
104100,000 pF100 nF0.1 µFStandard IC decoupling (VCC to GND)
1051,000,000 pF1,000 nF1.0 µFLocal bulk decoupling
2222,200 pF2.2 nF0.0022 µFResonant circuits, timing
22322,000 pF22 nF0.022 µFActive filter networks
224220,000 pF220 nF0.22 µFSignal coupling, motor suppression
4724,700 pF4.7 nF0.0047 µFCrystal oscillator load caps
47347,000 pF47 nF0.047 µFTiming circuits (555 timers)
474470,000 pF470 nF0.47 µFPower supply smoothing

Voltage and Temperature Derating: Modifying the Base Value

The chart above tells you the nominal value at 1 kHz and 0V DC bias. In practice, ceramic capacitors—specifically Class II dielectrics like X5R, X7R, and Y5V—suffer severe capacitance loss when DC voltage is applied. This is known as DC bias derating.

To find your effective capacitance, multiply the base value from the chart by the retention multiplier below. For a deep dive into specific part behaviors, engineers rely on tools like the Kemet KSIM simulator to graph exact DC bias curves.

Dielectric Class Applied Voltage (vs Rated) Capacitance Retention Design Multiplier
C0G / NP0 (Class I)Any up to 100%100%1.0 (No derating)
X7R (Class II)50% of Rated V~85%0.85
X7R (Class II)80% of Rated V~60%0.60
X5R (Class II)50% of Rated V~70%0.70
X5R (Class II)80% of Rated V~30%0.30
Y5V (Class III)50% of Rated V~20%0.20
Failure War Story: I once debugged a 12V buck converter that kept tripping its undervoltage lockout. The schematic called for a 10µF X5R 0805 capacitor on the output. Because the 12V rail was close to the capacitor's 16V rated maximum (75% applied voltage), the X5R dielectric derated by over 65%. The '10µF' capacitor was physically acting as a 3.5µF capacitor, causing massive output ripple. Always derate Class II caps by at least 50% for voltage headroom.

Decision Tree: Picking the Exact Part Number

Use this decision path to move from a schematic value to a concrete, orderable part number. Do not leave your BOM with generic '100nF 50V' descriptions.

If Your Circuit Requires... Then Choose Dielectric... And Package/Voltage... Concrete Part Pick (Order This)
Standard 0.1µF (104) decoupling for 5V/3.3V logic ICs X7R (Stable, cheap, low ESL) 0603 or 0805, 16V or 25V rated Kemet C0805C104K5RACTU (0805, 0.1µF, 50V, X7R)
Precision timing or RF filtering where capacitance cannot drift C0G / NP0 (Zero DC bias/temp drift) 0402 or 0603, 50V rated Murata GRM1885C1H101JA01 (0603, 100pF, 50V, C0G)
Bulk 10µF decoupling on a 12V or 24V power rail X7R or Polymer (Avoid X5R at high V) 1206 or 1210, minimum 50V rated Murata GRM32ER71H106KA12 (1210, 10µF, 50V, X7R)
Audio signal coupling (blocking DC, passing 20Hz-20kHz) X7R or Film (Avoid Y5V microphonics) 0805, 16V or 25V rated Samsung CL21B104KBFNNNE (0805, 0.1µF, 50V, X7R)

What the Chart Cannot Tell You (And How to Compensate)

A 3-digit code only defines nominal capacitance. To ensure your design survives the jobsite or the bench, you must check three parameters that the value chart completely ignores:

  1. Equivalent Series Resistance (ESR): Critical for switching power supplies. A standard 104 X7R ceramic might have an ESR of 5 milliohms, which is great for high-frequency decoupling but terrible for damping. If you need high ESR for loop stability in an LDO regulator, you must intentionally select a tantalum or electrolytic capacitor, or add a discrete series resistor.
  2. Ripple Current Rating: Ceramic capacitors handle high ripple well, but aluminum electrolytics will literally vent and dry out if their RMS ripple current limit is exceeded. Always check the manufacturer's datasheet for the ripple current specification at your specific switching frequency (e.g., 100kHz vs 120Hz).
  3. Piezoelectric Microphonics: Class II ceramics (X7R, X5R) are piezoelectric. They act as microphones, converting mechanical vibration into electrical noise, and as speakers, emitting audible whine under AC ripple. If you are designing a low-noise analog front-end or an audio DAC, never use X7R for the bulk filtering. Use C0G ceramics, film capacitors, or place the X7R caps on the opposite side of the PCB from sensitive traces. For comprehensive layout strategies, refer to Texas Instruments' decoupling guidelines.

By combining the base 3-digit lookup with proper DC bias derating and an awareness of parasitic ESR, you will eliminate the most common passive component failures before your board ever goes to fab.