Component Labeling Conventions
Every component on a schematic has a label — and usually more than one. There is a reference designator (R1, C3, Q2) to identify it uniquely, and a value (4.7 kΩ, 100 nF, 2N2222) to tell you what to buy or measure. Understanding these labeling conventions lets you read any schematic quickly and order the right parts without confusion.
Reference Designators
A reference designator is a short code that uniquely identifies each component on a schematic. It consists of a letter prefix indicating the component type, followed by a sequential number. The same reference designator appears on the PCB silkscreen, the bill of materials, and the parts list, forming the link between all three documents.
| Prefix | Component type | Examples |
|---|---|---|
| R | Resistor | R1, R2, R15 |
| C | Capacitor | C1, C2, C100 |
| L | Inductor | L1, L2, L3 |
| T | Transformer | T1, T2 |
| D | Diode | D1, D2, D3 |
| LED | Light emitting diode | LED1, LED2 |
| Q | Transistor (BJT or FET) | Q1, Q2, Q3 |
| U or IC | Integrated circuit | U1, U2, IC1, IC3 |
| X or Y | Crystal or oscillator | X1, Y1 |
| J or P | Connector (jack or plug) | J1, P1, P2 |
| SW or S | Switch | SW1, SW2, S1 |
| F | Fuse | F1, F2 |
| RL or K | Relay | RL1, K1, K2 |
| TP | Test point | TP1, TP2, TP10 |
Components are numbered in reading order (top-left to bottom-right) or in the order the designer placed them. There are no gaps in the numbering in a well-maintained schematic, but components that were deleted during design iteration sometimes leave gaps (R1, R2, R4 — R3 was deleted).
Fig 1 — A schematic section annotated to show reference designators (R1, C3), values (4k7, 100n), tolerance (5%) and device identifiers (2N2222).
View LargerValue Notation
Component values on schematics are written in a compact notation that saves space and avoids the decimal point (which can be missed in a photocopy or printout). The unit prefix replaces the decimal point:
| Written on schematic | Meaning | Component type |
|---|---|---|
| 4k7 or 4.7k | 4,700 Ω | Resistor |
| 10R or 10Ω | 10 Ω | Resistor |
| 1M or 1M0 | 1,000,000 Ω (1 megohm) | Resistor |
| 100n or 0.1µ | 100 nanofarads = 0.1 µF | Capacitor |
| 10µ or 10uF | 10 microfarads | Capacitor |
| 4p7 | 4.7 picofarads | Capacitor |
| 10µH or 10uH | 10 microhenries | Inductor |
| 3m3 or 3.3mH | 3.3 millihenries | Inductor |
The letter R in a resistor value means ohms when it replaces the decimal point (4R7 = 4.7 Ω). When the letter R follows a number it just stands for the symbol Ω (10R = 10 Ω). This notation is standardized in IEC 60062.
Resistor Values and Tolerances
A resistor label on a schematic typically contains the reference designator, the resistance value, and optionally the tolerance and power rating. A complete label might read: R1 / 4k7 / 5% / 0.25W
The tolerance tells you how much the actual value may differ from the nominal value. Common tolerances are:
- 1% — metal film precision resistors
- 5% — standard carbon film resistors (most common)
- 10% — older carbon composition resistors
- 0.1% — precision wirewound or thin-film resistors
In most schematics only critical resistors are marked with tolerance. If no tolerance is shown, assume 5% unless the notes say otherwise. Power rating is only shown if it is greater than the standard 1/4 W assumption — a note such as "R8 1W" flags that a higher-power resistor is needed.
Capacitor Values
Capacitor labels include the capacitance value and the working voltage (the maximum voltage the capacitor can withstand). A complete label might read: C5 / 100n / 50V. The working voltage is important for electrolytic capacitors — fitting a 16 V capacitor in a 24 V circuit will destroy it.
For electrolytic and tantalum capacitors, the polarity is also marked. A + sign beside one lead (or a curved plate in the symbol) indicates the positive terminal, which must be connected to the more positive voltage in the circuit.
Capacitor type is sometimes specified in the notes or by a suffix: C (ceramic), E (electrolytic), F (film), T (tantalum). Where the type matters (for example, a film capacitor is required in an audio signal path to avoid distortion), it will be explicitly stated.
Inductor Values
Inductors are labelled with their inductance value (in µH or mH) and sometimes their DC resistance (DCR) or current rating. Toroidal inductors used in RF circuits may also show the core material or permeability — for example, L1 / 1.5µH / FT37-43 tells you it is wound on a Fair-Rite FT37 core of mix 43 material.
Hand-wound inductors in amateur radio construction are often described in the notes rather than in the value field: "L1: 12 turns #26 AWG on T50-2 core." The number of turns, wire gauge and core type are all the information needed to wind it.
Active Component Labels
Active components (transistors, ICs) are labelled with their part number rather than an electrical value. This is because the function of an active component depends on the complete combination of its internal design — a single part number uniquely identifies everything about it.
- Q1 / 2N2222 — NPN general-purpose small-signal BJT
- Q2 / IRF510 — N-channel power MOSFET
- U1 / LM741 — general-purpose op-amp IC
- U3 / NE567 — tone decoder IC
- X1 / 7.040 MHz — crystal at 7.040 MHz (an exception — the frequency is the key value)
Substitutable equivalents may be noted in brackets: Q1 / 2N2222 (or BC547). This tells the builder that either part will work in this position.
Bill of Materials and Parts Lists
A bill of materials (BOM) is a table listing every component in the circuit, its reference designator, value, description and suggested part number for ordering. Professional schematics always include a BOM or reference a separate BOM document. Construction articles in amateur radio magazines (QST, RadCom) typically include a parts list formatted in the same way.
When building from a schematic, cross-reference the schematic reference designators against the BOM before ordering parts. This catches errors such as a missing component or a value that differs between the schematic and the BOM (which happens when a last-minute change is made to one document but not the other).
Frequently Asked Questions
What does 4k7 mean on a schematic?
4k7 means 4.7 kilohms (4,700 ohms). The letter k replaces the decimal point in IEC 60062 notation. This convention avoids the decimal point being missed in a printout. Similarly, 4R7 means 4.7 ohms and 4M7 means 4.7 megohms.
Why is Q used as the reference designator for transistors instead of T?
T is already used for transformers in most reference designator standards, so transistors were assigned Q. The origin of Q is not entirely clear but is widely attributed to early semiconductor nomenclature. Some schematic tools allow customisation, so you may occasionally see TR used for transistors in older British schematics.
What happens if a schematic shows 100n for a capacitor — what is that in microfarads?
100 nanofarads equals 0.1 microfarads. Converting: 100 nF × (1 µF / 1000 nF) = 0.1 µF. This is the most common value for a ceramic decoupling capacitor. You will see it written as 100n, 0.1µ, 100nF, or 104 (the three-digit code on the capacitor body meaning 10 × 10⁴ picofarads = 100,000 pF = 100 nF).
If a resistor on a schematic shows no tolerance, what should I assume?
Assume 5% tolerance unless the schematic notes state otherwise. Most schematics include a general note such as "all resistors 1/4 W 5% unless marked" in the title block or notes section. For critical applications such as precision voltage dividers or oscillator timing networks, the schematic will explicitly specify 1% or tighter.
Test Your Knowledge
Answer the questions below to check your understanding of this lesson. Every answer can be found in the lesson above.