KEMI
/

KEMI Docs · Parts Practice

Reading Package Size Codes — 0603 and 1608 Are the Same Part (and Not)

Last updated: 2026-08-30

Chip resistors and capacitors are named by 4-digit size codes — and there are two overlapping systems. Imperial 0603 (1.6×0.8mm) and metric 0603 (0.6×0.3mm — imperial 0201) are completely different parts. A bare '0603' in a BOM is ambiguous, and real ordering accidents come from exactly this.

1

Length × width

Both systems put length in the first two digits and width in the last two. Imperial counts hundredths of an inch (0603 = 0.06×0.03in); metric counts tenths of a millimetre (1608 = 1.6×0.8mm). The trouble: numbers like 0402 and 0603 exist in both systems.

2

Conversion table

ImperialMetricSize (mm)Notes
0100504020.4 × 0.2metric 0402 ≠ imperial 0402 — top confusion zone
020106030.6 × 0.3metric 0603 ≠ imperial 0603
040210051.0 × 0.5mainstream for compact production boards
060316081.6 × 0.8the accepted hand-soldering floor
080520122.0 × 1.25easy hand soldering; good for prototypes
120632163.2 × 1.6when current/voltage margin is needed
121032253.2 × 2.5common for high-capacitance MLCCs
251263326.3 × 3.2power parts, current-sense resistors

Always qualify 0402 and 0603

These two codes exist in both systems. Write '0603 (1608 metric)' everywhere, or standardise internal documents on metric codes. KEMI manages sizes by the metric 4-digit code internally.

3

Which size to pick

4

ICs use a different system

The 4-digit codes apply to two-terminal chips only. ICs use package name + pin count (SOT-23, SOIC-8, TQFP-64, QFN-32), and identical names can differ in pitch — always verify footprints against the datasheet's recommended land pattern.

FAQ

Why are imperial codes still used?

Distributor inventory systems are built on them, so imperial dominates purchasing; Japanese manufacturers embed metric codes in their part numbers. Both coexist — qualify your notation.

Which system does my CAD library use?

KiCad's standard library names both ('R_0603_1608Metric'); Eagle and Altium libraries usually use bare imperial codes — keep a mapping table if you manage sizes in metric.

Can 0201 be hand-soldered?

With a microscope and skill, barely — not practically. If a prototype includes 0201 or smaller, SMT assembly ends up cheaper.

See also

This article summarises the working rules KEMI uses in real design and fabrication work. For production, part datasheets and fab specifications take precedence.