Capacitor Code Reference

Decode 3-digit capacitor codes to picofarad values

Decode the 3-digit codes printed on ceramic and film capacitors into picofarad, nanofarad, and microfarad values, including the optional tolerance letter. Enter a code like 104 and read 100 nF. Runs in your browser.

How does a 3-digit capacitor code work?

The first two digits are significant figures and the third is the number of zeros to append, giving a value in picofarads. So 104 means 10 followed by 4 zeros, equals 100000 pF, which is 100 nF or 0.1 µF.

Small ceramic and film capacitors are too tiny to print a full value, so they use a compact 3-digit code. This reference decodes that code into picofarads, nanofarads, and microfarads, and handles the optional tolerance letter.

How it works

The 3-digit code works just like the resistor color code, but in picofarads:

value (pF) = (first two digits) × 10^(third digit)

So the code 104 is 10 × 10^4 = 100000 pF = 100 nF = 0.1 µF. Two special multiplier digits exist:

8 → × 0.01     9 → × 0.1

These give fractional results for sub-picofarad and small-value parts. A trailing letter encodes tolerance, e.g. J = ±5%, K = ±10%, M = ±20%.

Tips and example

  • 223 decodes to 22 × 10^3 = 22000 pF = 22 nF — a common decoupling value.
  • A bare two-digit number is already in picofarads (47 = 47 pF).
  • Unit conversions: 1 nF = 1000 pF and 1 µF = 1000 nF.