When you need to identify an electrical symbol resistor on a schematic or decode a physical part on a PCB, guessing leads to blown traces and wasted time. Below is the definitive reference for schematic symbols, physical markings, and regional standards, followed by a concrete decision path for replacing unknown or damaged components.
Resistor Symbol and Marking Reference Chart
This table maps the schematic symbols you will see on paper to the physical markings on the actual components. Use this as your primary bench reference.
| Component Type | Schematic Symbol (IEEE/IEC) | Physical Marking Format | Example & Decoded Value |
|---|---|---|---|
| Standard THT (4-Band) | Zigzag (IEEE) / Rectangle (IEC) | Band 1, 2 (Digits), Band 3 (Multiplier), Band 4 (Tolerance) | Brown-Black-Red-Gold = 10 × 10² = 1,000Ω (1kΩ) ±5% |
| Precision THT (5-Band) | Zigzag (IEEE) / Rectangle (IEC) | Band 1, 2, 3 (Digits), Band 4 (Multiplier), Band 5 (Tolerance) | Red-Red-Black-Brown-Brown = 220 × 10¹ = 2,200Ω (2.2kΩ) ±1% |
| SMD (3-Digit Code) | Zigzag (IEEE) / Rectangle (IEC) | Digit 1, 2, Multiplier (power of 10). Used for 5% tolerance. | '103' = 10 × 10³ = 10,000Ω (10kΩ) |
| SMD (4-Digit Code) | Zigzag (IEEE) / Rectangle (IEC) | Digit 1, 2, 3, Multiplier. Used for 1% precision. | '4702' = 470 × 10² = 47,000Ω (47kΩ) |
| SMD (EIA-96 Code) | Zigzag (IEEE) / Rectangle (IEC) | Two digits (lookup table value) + One letter (multiplier). | '01C' = 100 (from '01') × 10² (from 'C') = 10kΩ |
| Variable / Potentiometer | Zigzag/Rectangle with diagonal arrow | Printed value (e.g., B10K). 'B' = Linear, 'A' = Audio/Log. | B10K = 10,000Ω Linear taper |
Regional Schematic Standards: ANSI/IEEE vs. IEC vs. Legacy UK
The electrical symbol resistor representation changes depending on the engineering standard used by the drafter. While the physical component remains identical, misreading the schematic standard can cause confusion, especially with non-linear resistors (thermistors, varistors).
| Standard | Region / Authority | Fixed Resistor Symbol | Variable Resistor Symbol |
|---|---|---|---|
| ANSI/IEEE 315 | North America (US/Canada) | Zigzag line (6 peaks) | Zigzag with a diagonal arrow crossing it |
| IEC 60617 | Europe, UK, Global Standard | Empty rectangle (oblong box) | Rectangle with a diagonal arrow crossing it |
| Legacy BS 3939 | Old UK (Pre-1990s) | Rectangle (often with internal diagonal for non-linear) | Rectangle with an arrow pointing to the center |
Which applies to you? If you are reading a modern datasheet from a global manufacturer (Texas Instruments, STMicroelectronics), it will use IEC 60617 rectangles. If you are reading a legacy US military schematic or an older Arduino tutorial, expect the IEEE zigzag. The NEC (National Electrical Code) does not govern schematic symbols; it governs physical wiring and physical disconnects, where heating resistors are represented as standard load boxes.
Rows People Get Wrong: Faded Bands and SMD Misreads
Bench experience shows that 90% of resistor misidentifications happen in three specific scenarios. Here is how to avoid them.
Under standard 4000K fluorescent or LED bench lighting, a faded 1/4W carbon film resistor's Red (2) band looks nearly identical to Brown (1) or Orange (3). Always verify THT values with a multimeter. If you must read by eye, take the component to a window with direct 5500K daylight. A 2.2kΩ (Red-Red-Red) misread as 1.2kΩ (Brown-Red-Red) will alter your bias network and potentially overcurrent a transistor base.
SMD Jumper vs. Zero Ohm: An SMD component marked with a single '0' or '000' is a zero-ohm jumper, not a 0Ω resistor in the traditional sense. It is used for routing traces on single-layer boards. It has a current rating (usually 1A to 2A for 0805 packages). Do not replace a burnt '000' jumper with a standard 10Ω resistor; you will create an unintended voltage drop.
Gold and Silver Dual Roles: In 4-band THT resistors, Gold and Silver only appear in the final two positions. If Gold is the 3rd band, it is a multiplier (×0.1). If it is the 4th band, it is tolerance (±5%). A band sequence of Yellow-Violet-Gold-Gold is 4.7Ω ±5%, not 47Ω.
Decision Path: Identifying and Replacing Unknown Resistors
Use this decision tree to terminate your troubleshooting and select a concrete replacement part. Stop guessing and follow the logic.
| Condition | Action / Measurement | Concrete Replacement Pick |
|---|---|---|
| THT, bands visible and intact | Read bands, verify with DMM out-of-circuit. | Match exact value. Default to Vishay MRS25000C series (Metal Film, 0.6W, 1%, 50ppm/°C) for all general-purpose upgrades over carbon film. |
| THT, bands faded or unreadable | Desolder one leg. Measure with DMM. If reading is stable, use that value. | If value drifts, replace with nearest E24 standard value in Vishay MRS25 metal film. |
| THT, body is burnt/charred (Open Loop) | Check PCB silkscreen (e.g., 'R14 4k7'). If missing, trace circuit to identify function (pull-up, current limit). | Replace with 1/2W Metal Oxide Film (e.g., Yageo FMP200 series) to handle the thermal fault that killed the original. |
| SMD, 3-digit code visible | Calculate: Digit 1 & 2 × 10^(Digit 3). | Standard 0603 or 0805 thick film (e.g., Panasonic ERJ-3GEY series, 5% tolerance). |
| SMD, 4-digit code visible | Calculate: Digit 1, 2 & 3 × 10^(Digit 4). | 0603 or 0805 thin film (e.g., Susumu RG1608P series, 1% tolerance, 10ppm/°C). |
Safe Interpretation When Markings Are Burnt or Missing
When a resistor fails catastrophically, the physical markings are destroyed. Before you blindly solder in a replacement, you must understand why it burnt.
Measuring a resistor while it is still soldered to the board will almost always yield a falsely low reading due to parallel current paths through semiconductors and other resistors. Always desolder at least one leg of the component before measuring resistance. If your DMM reads 'OL' (Open Loop) on a lifted resistor, the resistive element has physically fractured internally.
Tracing the Function: If the silkscreen is missing and you have no schematic, deduce the value from the circuit topology:
- I2C Pull-up Resistors: If the burnt resistor connects an SDA/SCL line to VCC (3.3V or 5V), the standard replacement is 4.7kΩ (for 100kHz/400kHz standard mode) or 2.2kΩ (for 1MHz fast-mode plus).
- LED Current Limiters: If it sits in series with a standard indicator LED on a 5V rail, calculate for 15mA. (5V - 2V LED drop) / 0.015A = 200Ω. Use a standard 220Ω 1/4W resistor.
- Gate Drive / Snubber Resistors: If it connects to a MOSFET gate pin, it is likely a gate stopper. Standard values are 10Ω to 100Ω. If it sits across a drain-source or in an RC snubber network, it must be a high-voltage rated part; do not use standard 1/4W THT here. Use a 1W or 2W metal oxide.
For comprehensive symbol definitions and standard drafting practices, refer to the IEEE 315-1975 Graphic Symbols standard. For physical component derating and thermal specifications, always consult manufacturer datasheets, such as the Vishay MRS16/MRS25 metal film datasheet, which details how ambient temperature above 70°C requires linear derating of the wattage. For detailed color code mathematics and E-series tables, Electronics Tutorials provides an excellent interactive breakdown of the multiplier bands.






