Support Team
Feedback:
support@nextpcb.comEvery circuit diagram begins as a language, and like any language, it relies on agreed-upon symbols. The resistor symbol is one of the oldest and most universal characters in that vocabulary — appearing in everything from a student's breadboard sketch to a flight control system's formal schematic.
A resistor is a passive two-terminal component that opposes the flow of electric current. It does exactly one thing: convert electrical energy into heat, at a predictable, controlled rate. That simplicity is reflected in its symbol — two lines extending from either end of a central shape, representing the component's two terminals connected to the rest of a circuit.
What the "central shape" looks like, though, depends entirely on which part of the world you're drawing in. That geographical split is the source of more schematic confusion than almost any other single convention in electronics.
The resistor is arguably the first component every engineer learns to recognize on a schematic. Getting its symbol right isn't pedantry — it's the foundation of circuit literacy.
Resistors obey Ohm's Law, the bedrock relationship of circuit analysis:
In any real schematic, a resistor symbol carries more than just its shape. It also carries a reference designator (like R3) and a value (like 4.7kΩ), and sometimes a tolerance or power rating. Learning to read all of that together is what separates someone who can follow a schematic from someone who can actually use one.
Open a US-published electronics textbook and you'll see a jagged zigzag for a resistor. Open a European datasheet and you'll see a plain rectangle. Both are correct. Both refer to identical components. This isn't a mistake — it's the result of two separate standardization bodies arriving at different solutions to the same problem.
| Standard | Region | Document | Symbol Shape | Common In |
|---|---|---|---|---|
| ANSI / IEEE | North America | ANSI Y32.2 / IEEE 315 | Zigzag (4–6 peaks) | US textbooks, SparkFun, Eagle (default), KiCad US libs |
| IEC 60617 | Europe, Asia, most of the world | IEC 60617-4 | Open rectangle | EU/UK datasheets, Altium default, German/Japanese schematics |
| JIS C 0617 | Japan | JIS C 0617-4 | Rectangle (aligned with IEC) | Japanese industrial electronics documentation |
| BS 3939 | United Kingdom (historic) | Withdrawn (replaced by IEC 60617) | Rectangle | Legacy UK industrial drawings pre-2000 |
Fixed resistors are just the start. The full schematic vocabulary for resistors covers everything from heat-sensitive components to precision trimmer pots. Here is a comprehensive visual reference, with both standards shown where they diverge significantly.
Variable resistors deserve their own section because the distinctions between types matter both electrically and mechanically — and schematics that conflate them cause real manufacturing problems.
Both a potentiometer and a rheostat can be physically built from the same three-terminal component. The difference is purely in how the terminals are connected in the circuit:
| Name | Terminals Used | Function | Common Applications |
|---|---|---|---|
| Potentiometer | All three (both ends + wiper) | Voltage divider — output is a fraction of input | Volume controls, position sensors, panel controls |
| Rheostat | One end + wiper (2-terminal) | Variable resistance in series — controls current | Motor speed control, lamp dimmers (older designs), heater controls |
| Trimmer Pot | All three, but set-and-forget | Precision single-adjustment for calibration | Offset adjustment, bias setting, calibration circuits |
Any arrow drawn through or adjacent to a resistor symbol indicates adjustability. This convention is universal across ANSI and IEC. Specifically:
Beyond fixed and variable types, the schematic standard includes a rich set of specialized symbols for resistors whose behavior changes with an environmental parameter. These are sometimes called "dependent resistors" or "sensor resistors."
| Symbol Name | Abbreviation | Controlling Parameter | Typical Modifier | Typical Range |
|---|---|---|---|---|
| Thermistor (NTC) | NTC | Temperature (negative coeff.) | Diagonal line, −t° label |
100Ω – 100kΩ |
| Thermistor (PTC) | PTC | Temperature (positive coeff.) | Diagonal line, +t° label |
10Ω – 10MΩ |
| Light-Dependent Resistor | LDR / GL | Incident light intensity | Two inward arrows above body | 10Ω (light) – 1MΩ (dark) |
| Varistor / VDR | VDR / MOV | Applied voltage | U inside body, or diagonal bar |
Varies widely; clamping voltage key spec |
| Magneto-Resistor | MR | Magnetic field strength | Arrow with magnetic field symbol | Application-specific |
| Strain Gauge | SG / R | Mechanical deformation | Hatching or mechanical force arrow | 120Ω – 1kΩ typical |
| Fusible Resistor | RF | None (dual-function: R + fuse) | Dashed outline (IEC) or F designator |
0.1Ω – 10Ω typical |
A symbol alone is half the information. The label attached to it is what makes the schematic buildable—an essential foundation for accurate resistor BOM management and reliable resistor sourcing. Two pieces of information are mandatory for every resistor on a professional schematic: the reference designator and the resistance value. Power rating and tolerance are often omitted unless they deviate from a project-wide default.
By convention — defined in ANSI/IEEE 315 and reaffirmed in IEC 60617 — resistors use the prefix R. Numbering is sequential and unique within a schematic sheet (or the whole design, in multi-sheet schematics). A design with 47 resistors will use R1 through R47.
R101, R201, etc., where the hundreds digit indicates the sheet. Some companies use letter prefixes for specific resistor types: RN for resistor networks, RT for thermistors, RV for varistors. Always document your numbering convention in the schematic title block.Decimal separators create ambiguity in printed documentation — a period can disappear in poor-quality prints or photocopies. IEC 60062 solves this with the RKM code, which replaces the decimal point with a letter indicating the SI prefix:
| Actual Value | RKM Notation | Letter Meaning |
|---|---|---|
| 0.47 Ω | R47 |
R = "ohm", no prefix |
| 1.2 Ω | 1R2 |
R replaces decimal point |
| 100 Ω | 100R |
R follows integer value |
| 4.7 kΩ | 4K7 |
K = kilohm |
| 22 kΩ | 22K |
– |
| 8.2 kΩ | 8K2 |
– |
| 1 MΩ | 1M0 |
M = megohm |
| 2.2 MΩ | 2M2 |
– |
Full schematic label example: a resistor in a voltage divider at position 7 with a value of 10kΩ would appear as:
Through-hole axial resistors carry their own labeling system right on their bodies: colored bands that encode resistance, multiplier, and tolerance. Understanding color bands is essential for anyone working with prototypes or reworking boards by hand.
Most through-hole resistors use a 4-band system (two significant digits + multiplier + tolerance). Precision resistors use 5 bands (three significant digits + multiplier + tolerance). High-precision components may add a sixth band for temperature coefficient.
| Color | Band 1 (1st digit) | Band 2 (2nd digit) | Band 3 (Multiplier) | Band 4 (Tolerance) |
|---|---|---|---|---|
| Black | 0 | 0 | ×1 (1Ω) | — |
| Brown | 1 | 1 | ×10 | ±1% |
| Red | 2 | 2 | ×100 | ±2% |
| Orange | 3 | 3 | ×1kΩ | — |
| Yellow | 4 | 4 | ×10kΩ | — |
| Green | 5 | 5 | ×100kΩ | ±0.5% |
| Blue | 6 | 6 | ×1MΩ | ±0.25% |
| Violet | 7 | 7 | ×10MΩ | ±0.1% |
| Gray | 8 | 8 | ×100MΩ | ±0.05% |
| White | 9 | 9 | ×1GΩ | — |
| Gold | — | — | ×0.1 | ±5% |
| Silver | — | — | ×0.01 | ±10% |
Memory aid — the sequence Black–Brown–Red–Orange–Yellow–Green–Blue–Violet–Gray–White maps to 0–9. A popular mnemonic: "Big Brown Rabbits Often Yield Great Big Vocal Groans When Gobbled Swiftly."
The power rating of a resistor — measured in watts — determines how much electrical energy it can safely dissipate as heat. Exceeding it doesn't just change the resistance value; it causes permanent damage, and in worst cases, fire.
For through-hole axial resistors, physical body size directly correlates with power rating. This makes careful resistor selection for PCB critical, particularly when comparing different SMD resistor package sizes. This matters when you're reading a schematic: if a resistor is specified as 10Ω but the schematic doesn't state a power rating, the footprint in the BOM tells you the expected rating.
| Power Rating | Typical Body Length | Typical Body Diameter | Common Applications |
|---|---|---|---|
| 1/8 W | 3.5 mm | 1.8 mm | Signal-level circuits, microcontroller I/O |
| 1/4 W | 6.3 mm | 2.3 mm | Most general-purpose applications |
| 1/2 W | 9.0 mm | 3.2 mm | Power LED resistors, analog amplifiers |
| 1 W | 11.5 mm | 4.5 mm | Power supplies, motor drivers |
| 2 W | 15.5 mm | 5.5 mm | High-current circuits, audio amplifiers |
| 5 W + | Varies (often wirewound) | Varies | Motor braking, power testing, heaters |
A widely-followed engineering rule of thumb: never run a resistor above 50% of its rated power in continuous operation. At 70°C ambient (not unusual inside a sealed enclosure), the allowable power may need to be derated further — consult the specific component's derating curve in its datasheet.
Theory is one thing. Practical schematic work surfaces a consistent set of errors — even among experienced engineers. The list below is drawn from real DFM feedback and schematic review comments.
A potentiometer is a user-adjustable control; a trimmer (preset pot) is set once during calibration and left alone. On a schematic they can look similar, but on a PCB the footprints are completely different, highlighting the importance of correct resistor footprint selection — one needs a panel cutout and shaft, the other is a tiny top-adjust component soldered to the board. Always use the correct symbol and annotate the part number in the BOM.
For any resistor carrying more than a few milliamps — LED current-limiting resistors, feedback resistors in power supplies, snubber networks — the power rating is critical information that belongs on the schematic or in the BOM. A generic "0805 resistor" annotation is not a power specification.
This happens most often when multiple designers work on a shared EDA project with different library defaults. The result is a schematic that looks internally inconsistent and fails formal reviews. Set a project-wide default in your EDA tool settings and document it in the title block.
Zero-ohm resistors — essentially wire links in a package that can be assembled and reworked by pick-and-place machines — are drawn with the standard fixed resistor symbol and labelled 0R or 0Ω. Never use a simple wire or junction to represent them in the schematic; they need their own component, footprint, and BOM entry to be assembled correctly.
It sounds basic, but specifying 4.7 (meaning 4.7kΩ) without the k is a real-world error that reaches production. Use RKM notation (4K7) where possible, or include explicit units (4.7kΩ). EDA tools often auto-populate units from component libraries — verify that the library entry matches the actual component, not a previous project's part.
For precision analog circuits — oscillators, reference dividers, instrumentation amplifiers — the temperature coefficient of resistance (TCR) matters as much as the nominal value. Standard thick-film resistors have a TCR of ±100–200 ppm/°C. Precision thin-film types offer ±10–25 ppm/°C. Wirewound types can go below 5 ppm/°C. If your schematic doesn't specify TCR for a sensitive node, your production team will default to the cheapest available part — which may not be the one your simulation assumed.
While modern EDA tools are incredibly smart, the bridge between a schematic symbol and a physical manufactured board is fraught with potential human errors. You should rely on your PCB manufacturer's engineering team to verify your symbols and footprints when:
Design for Manufacturing (DFM) and Design for Assembly (DFA) checks are the last line of defense before your design is committed to FR4. A robust DFM process doesn't just look at copper layers; it analyzes the relationship between your schematic, your BOM, and your layout.
4K7 while the BOM specifically requests a 47kΩ part.At NextPCB, we understand that a simple schematic typo shouldn't result in a wasted prototyping run. Our manufacturing workflow is explicitly designed to catch symbol and footprint discrepancies before a single trace is etched.
By utilizing our proprietary HQDFM software, we automatically cross-reference your Gerber files, BOM, and pick-and-place data. If a resistor symbol in your netlist doesn't logically align with the physical part requested, our intelligent engine will flag the issue instantly. If you want to learn more, see How to Prepare PCB Files for Assembly: Gerber, BOM, Stackup & More.
Furthermore, our Turnkey PCBA Service includes a comprehensive pre-production engineering review. Whether you drew an ANSI zigzag or an IEC rectangle, our engineers ensure the physical component placed on your board exactly matches your design intent. With NextPCB, you're not just getting a manufacturer — you're getting a dedicated second pair of expert eyes on your schematic.
NextPCB manufactures PCBs with the precision your resistor specifications demand — from standard consumer designs to high-frequency RF boards and precision instrumentation. Quick-turn prototype service, full DFM review, and assembly available.
Recommend reading:
>> Capacitor Symbol Guide: All Types (IEC & ANSI) with Diagrams | NextPCB
>> LED Resistor Calculation, Circuit Diagram & Symbol (Complete Guide)
>> Schematic Diagram: Schematic Design, Standards, and Deliverables
Still, need help? Contact Us: support@nextpcb.com
Need a PCB or PCBA quote? Quote now