Capacitor code

Work out the capacitance from the 3-digit code printed on a chip capacitor. Example: 104 = 0.1 µF

Diagram: Capacitor code
Capacitance
0.1µF
History
Press Enter in any field to keep a snapshot here.

Formula

Formula: first two digits × 10^(third digit) [pF]
Example: 104 → 10 × 10⁴ pF = 100,000 pF = 0.1 µF

Design notes

Chip capacitors carry their value as three digits. The first two are the significant figures and the last one is the multiplier — the power of ten.

Codes you will see often:
• 104 → 0.1 µF (the usual decoupling value)
• 103 → 10 nF
• 472 → 4.7 nF
• 220 → 22 pF (RF work)

Handy for identifying an unmarked part in stock, or checking a reel against the BOM before a build.

When you need this

For reading parts off an assembled board, or for turning a three-digit code from a schematic or BOM into a real capacitance. Repair, failure analysis and incoming inspection all involve reconciling parts against paperwork.

Reading the three-digit code

The first two digits are the significant figures and the third is the number of zeros. The unit is pF.

"104" is 10 followed by four zeros: 100000pF = 100nF = 0.1µF. "223" is 22 followed by three zeros: 22000pF = 22nF. It becomes automatic with practice, but the step to µF is where mistakes happen.

Common values

CodepFnFµFTypical use
101100 pF0.1 nF0.0001 µFRF bypass
1021,000 pF1 nF0.001 µFFiltering
10310,000 pF10 nF0.01 µFDecoupling
104100,000 pF100 nF0.1 µFThe standard decoupling value
1051,000,000 pF1,000 nF1 µFBulk supply
10610,000,000 pF10,000 nF10 µFBulk supply
224220,000 pF220 nF0.22 µFIntermediate value
4754,700,000 pF4,700 nF4.7 µFBulk supply

Other markings

  • Codes containing "R". "4R7" is 4.7pF, with R marking the decimal point. Used below 10pF.
  • One or two bare digits. "47" means 47pF. Distinguish from three-digit codes by context.
  • Tolerance letters. A trailing letter gives tolerance: J = ±5%, K = ±10%, M = ±20%, F = ±1%.
  • Temperature characteristic codes. C0G / NP0 (very stable) versus X7R / X5R (high permittivity, larger value but varies with voltage and temperature). This distinction is sometimes more important than the value itself.

Chip capacitors carry no marking. You cannot read the value off the board — you need the schematic or BOM. Measuring in circuit is also unreliable because surrounding components affect the reading.

Frequently asked questions

Why are chip capacitors unmarked?
They are too small to mark, and firing a marking onto the ceramic surface would affect the part. Unlike resistors there is no way to identify the value visually, which makes reel labelling and BOM control important. After assembly you must either measure or consult the schematic.
Are "104" and "0.1µF" the same?
Yes. 104 = 10 × 10⁴ pF = 100,000pF = 100nF = 0.1µF. It is the most common decoupling value, so this conversion is worth having at your fingertips.
When do I use C0G versus X7R?
C0G (NP0) barely varies with temperature or voltage, so use it where precision matters: filter values, oscillators, timing. The trade-off is far less capacitance for a given size. X7R / X5R give large values for decoupling and bulk, but lose substantial capacitance under DC bias.
Are there four-digit codes?
Yes. In the EIA four-digit scheme the first three digits are significant figures and the fourth is the number of zeros. "1002" is 100 followed by two zeros: 10,000pF = 10nF. It is used on precision parts. Tell them apart by digit count.

Standards and references

  • EIA-198 — Temperature characteristic codes for capacitors (C0G / X7R and others).
  • IEC 60062 — Marking codes for resistors and capacitors.
  • IEC 60384-1 — Generic specification for fixed capacitors.

Last updated: 2026-08-29