The electrical resistance symbol on a schematic is either a zigzag line (IEEE/ANSI standard) or a hollow rectangle (IEC standard). On physical boards, this translates to 4-band/5-band color codes for through-hole (THT) parts, or alphanumeric stamps for surface-mount (SMD) components. Below is the complete reference for identifying, reading, and troubleshooting these symbols across global standards.
Master Electrical Resistance Symbol & Marking Reference
Before wiring or debugging, you must map the schematic symbol to the physical component on your bench. The following tables bridge the gap between CAD software and the actual PCB.
| Component Type | IEEE/ANSI Symbol (North America) | IEC 60617 Symbol (Global/EU) | Physical Form & Practice Notes |
|---|---|---|---|
| Fixed Resistor | Zigzag line | Hollow rectangle | THT: Color bands. SMD: 3/4-digit or EIA-96 code. |
| Variable Resistor (Pot) | Zigzag with diagonal arrow | Rectangle with diagonal arrow | 3 terminals. Arrow points to the wiper (middle pin). |
| Thermistor (NTC/PTC) | Zigzag with -t° or +t° | Rectangle with -t° or +t° | Looks like a capacitor or diode. Polarity doesn't matter for standard NTCs. |
| Photoresistor (LDR) | Zigzag with inward arrows | Rectangle with inward arrows | Encased in clear epoxy. Resistance drops with lux intensity. |
| Current Sense Shunt | Zigzag with I/V tap lines | Rectangle with I/V tap lines | Very low mΩ value. 4-terminal Kelvin connection required for accuracy. |
For SMD components, physical space dictates the marking format. A 0805 package has room for three digits, but a tiny 0402 package often relies on the EIA-96 alphanumeric system or is left completely unmarked.
| Code Format | Example Stamp | Multiplier Logic | Real Resistance | Typical Tolerance |
|---|---|---|---|---|
| 3-Digit (Standard) | 103 | 10 × 10³ Ω | 10,000 Ω (10 kΩ) | ±5% (J) |
| 4-Digit (Precision) | 1002 | 100 × 10² Ω | 10,000 Ω (10 kΩ) | ±1% (F) |
| EIA-96 (Compact) | 01C | 01 (100) × C (10²) | 10,000 Ω (10 kΩ) | ±1% (F) |
| Jumper (Zero Ohm) | 0 or 000 | No multiplier | ~0.05 Ω (Wire link) | N/A |
IEC vs. IEEE: Which Schematic Standard Applies to You?
The split between the zigzag and the rectangle isn't just an aesthetic choice; it dictates how you read legacy diagrams and configure modern EDA tools like KiCad 8 or Altium Designer.
IEEE 315 / ANSI Y32.2 (The Zigzag): This is the dominant standard in the United States and Canada. If you are reading a schematic from a US-based university, a vintage Heathkit manual, or an Arduino shield designed in North America, you will see the zigzag. IEEE Standard 315 formalized this, and it remains deeply embedded in American electrical engineering curricula.
IEC 60617 (The Rectangle): The International Electrotechnical Commission uses a simple hollow rectangle for resistors. This is the legal and educational standard across Europe, the UK, Australia, and most of Asia. If you are importing a PCB design from a European fab house or reading a datasheet from STMicroelectronics, the rectangle is universal.
Old UK Standard (BS 3939): Historically, the UK used BS 3939, which largely aligned with the IEC rectangle but had distinct variations for variable resistors and tapped resistors. This was fully superseded by BS EN 60617 in the late 1990s. If you encounter a British schematic from the 1970s or 80s, expect minor deviations in how the wiper arrow is drawn, but the base rectangle remains the same.
Common Misreads and Faded Marking Recovery
Reference tables are useless if you misinterpret the physical component on the board. Here are the specific rows and scenarios where makers and technicians consistently make mistakes, followed by the protocol for faded markings.
The Rows People Get Wrong
- 0-Ohm Jumpers vs. Blown Fuses: A surface-mount component stamped with a single
0or000is a zero-ohm jumper, used by PCB designers to cross traces on single-layer boards or act as a machine-placeable wire. Beginners frequently mistake these for blown pico-fuses and attempt to replace them with actual fuses, breaking the circuit logic. - EIA-96 Multipliers vs. Letters: In the EIA-96 system, a code like
22Xdoes not mean 22 ohms. The first two digits (22) map to a lookup table value (165), and the letter (X) is the multiplier (10⁻¹). The actual value is 16.5 Ω. Always use an EIA-96 lookup chart rather than guessing the letter is a tolerance suffix. - Red vs. Orange THT Bands: Under cheap LED bench lighting or when coated in yellowing conformal coating, the red band (2) and orange band (3) look nearly identical. This turns a 2.2kΩ resistor into a 3.2kΩ resistor in your head, leading to biased transistor debugging nightmares.
Safe Interpretation When Markings Fail
When heat stress, flux residue, or UV exposure destroys a resistor's color bands or SMD stamp, you must rely on your multimeter. However, measuring resistance in-circuit is fraught with parallel-path errors.
The Golden Rule of In-Circuit Measurement: Current takes all available paths. Therefore, an in-circuit resistance reading will always be lower than or equal to the actual resistance of the component. It can never be higher.
- Scenario A (Reading is lower than expected): If the schematic calls for a 10kΩ pull-up resistor, but your Fluke 87V reads 8.4kΩ across it while soldered to the board, the resistor is likely fine. The 8.4kΩ reading is the result of the 10kΩ resistor in parallel with the rest of the circuit's impedance. Action: Leave it alone.
- Scenario B (Reading is higher than expected): If the schematic calls for 10kΩ, but your meter reads 14.5kΩ or OL (Open Line), the resistor has failed open, drifted due to thermal damage, or you are probing a cold solder joint. Action: Replace it.
- Scenario C (Absolute Verification): If you must know the exact value of an unmarked, faded resistor to reverse-engineer a board, you must isolate it. Use a soldering iron and tweezers to lift one leg of the THT resistor (or desolder one pad of the SMD part) off the PCB. Measure it in the air. This eliminates parallel paths and gives you the true nominal value.
By cross-referencing the correct regional schematic symbol with the physical SMD or THT marking standard, and applying strict in-circuit measurement logic, you eliminate the guesswork that leads to magic smoke and dead microcontrollers.






