The resistor symbol on a schematic is either a zigzag line (IEEE/ANSI 315 standard, dominant in North America) or a solid empty rectangle (IEC 60617 standard, dominant in Europe and Asia). Electrically, they represent the exact same component. To identify a physical resistor on your bench, you must decode its 4-to-6-band color code, read its 3-digit SMD marking, or measure it directly with a multimeter.
The Complete Resistor Symbol & Color Code Reference
Before tracing a circuit or ordering replacements, you need to translate both the schematic symbol and the physical component markings. The tables below cover the universal schematic representations and the standard physical color code mapping used globally.
Schematic Symbol Standards
| Component Type | IEEE/ANSI 315 (North America) | IEC 60617 (Europe/Asia) |
|---|---|---|
| Fixed Resistor | Zigzag line | Empty rectangle |
| Variable Resistor (Potentiometer) | Zigzag line with diagonal arrow crossing it | Rectangle with diagonal arrow crossing it |
| Thermistor (Temperature Dependent) | Zigzag line with a '-t°' or bent line through it | Rectangle with a bent line and '-t°' through it |
| Photoresistor (LDR) | Zigzag line enclosed in a circle with inward arrows | Rectangle enclosed in a circle with inward arrows |
Standard Resistor Color Code Chart
Read bands left-to-right, starting with the band closest to the lead. The final band (usually spaced wider apart) is the tolerance.
| Color | Digit (Bands 1-3) | Multiplier (Band 4) | Tolerance (Final Band) |
|---|---|---|---|
| Black | 0 | ×1Ω | — |
| Brown | 1 | ×10Ω | ±1% (F) |
| Red | 2 | ×100Ω | ±2% (G) |
| Orange | 3 | ×1kΩ | — |
| Yellow | 4 | ×10kΩ | — |
| Green | 5 | ×100kΩ | ±0.5% (D) |
| Blue | 6 | ×1MΩ | ±0.25% (C) |
| Violet | 7 | ×10MΩ | ±0.1% (B) |
| Gray | 8 | — | ±0.05% (A) |
| White | 9 | — | — |
| Gold | — | ×0.1Ω | ±5% (J) |
| Silver | — | ×0.01Ω | ±10% (K) |
Source references for standard mappings: SparkFun Resistor Tutorial and All About Circuits Reference.
Regional Standard Variants: IEC 60617 vs IEEE 315
When reading schematics from international teams or imported equipment, mixing up the regional standards can lead to misidentifying components. While the fixed resistor symbol is straightforward, the variants for specialized resistors cause the most confusion.
Bench Tip: If you are reading a European schematic (IEC) and see a rectangle with an arrow pointing inward at a diagonal, it is a variable resistor (potentiometer), not a diode or a specialized IC. The IEC standard relies heavily on the rectangle base shape, modifying it with internal lines or external arrows to denote function.
In North America, the IEEE 315 standard uses the zigzag. However, many modern CAD tools (like Altium or KiCad) allow users to toggle between IEC and ANSI symbol libraries. Always check the title block of the schematic to see which standard the drafter selected, especially when dealing with thermistors and varistors, where the internal annotations differ significantly between the two standards.
Rows People Get Wrong: Color Code & SMD Traps
Even experienced technicians misread resistor values under specific conditions. Here are the most common traps and how to avoid them.
- The Red vs. Orange Fade: On older carbon film resistors, the orange band (3) frequently degrades and looks identical to red (2) under harsh fluorescent bench lighting. A 33kΩ resistor (Orange-Orange-Orange) might be misread as 22kΩ (Red-Red-Orange). Fix: Always verify visually ambiguous bands with a digital multimeter (DMM).
- 5-Band vs 4-Band Orientation: Precision 1% resistors use 5 bands. If you read them backward, you will calculate a completely wrong value. Fix: Look for the spacing. The tolerance band (usually brown for 1%) is spaced slightly further away from the other four bands. Read from the tightly clustered end toward the isolated band.
- SMD EIA-96 Code Confusion: High-precision 0603 and 0805 SMD resistors use the EIA-96 three-character code. A marking like
01Cis not 13 ohms. It is a lookup code:01represents the base value 100, andCrepresents the multiplier 10². The actual value is 10,000Ω (10kΩ). Keep an EIA-96 cheat sheet on your bench. - Gold/Silver as a Digit: Gold and silver are never used as the first digit band. If you see gold or silver, that is the tolerance or multiplier band. Start reading from the opposite end.
Safe Interpretation When Markings Are Faded or Missing
When a resistor is scorched, the color bands are often obliterated. Here is how to safely determine the required replacement value.
Safety Warning: A burnt resistor indicates a circuit fault. Do not simply replace the resistor and power the board back on. The resistor likely died to protect a more expensive downstream component (like a MOSFET or IC). Trace the circuit to find the short before applying power.
1. The "Burnt Resistor" Measurement Rule:
A damaged carbon or metal film resistor will almost always measure higher than its nominal value, or read completely open (OL on your DMM). The resistive track vaporizes or cracks; it rarely shorts out. If a schematic calls for a 1kΩ resistor, but your in-circuit measurement reads 15kΩ or OL, the resistor is dead.
2. In-Circuit Measurement Pitfalls:
Never trust a resistance reading taken while the component is fully soldered to the board. Parallel semiconductor junctions, capacitors, and other resistors will create alternative current paths, pulling your DMM reading artificially low. To get an accurate reading of a faded but intact resistor, use your soldering iron to lift one leg of the resistor out of the pad, isolating it from the circuit.
3. Deducing Value from Context:
If the markings are gone and the resistor is charred beyond measurement, look at its position. A resistor connecting an optocoupler LED to a 5V logic line is typically 220Ω to 470Ω. A pull-up resistor on an I2C bus is almost always 4.7kΩ. Use the schematic and surrounding component values to deduce the likely value.
Resistor Replacement Decision Tree
Do not just grab any resistor with the correct ohm value. Wattage, tolerance, and material composition dictate whether your repair will last or immediately fail again. Use this decision matrix to select the exact replacement part.
| Application Scenario | Required Specs | Concrete Part Pick (Order This) |
|---|---|---|
| Low-Noise Audio / Precision Analog (Signal paths, DAC outputs, op-amp feedback) |
1/4W, Metal Film, 1% or 0.1% tolerance, low temperature coefficient (±50ppm/°C) | Vishay MRS25 Series (e.g., MRS25000C1002FCT00 for 10kΩ) |
| Power Supply Snubber / Bleeder (High voltage transients, capacitor discharge) |
2W to 3W, Metal Oxide, 5% tolerance, flameproof coating, high pulse withstand | Vishay PR02 Series (e.g., PR02000201002JA100 for 10kΩ 2W) |
| General Purpose Digital Logic (LED current limiting, pull-ups, GPIO protection) |
1/4W, Carbon or Metal Film, 5% tolerance, standard axial leads | Yageo CFR-25 Series (e.g., CFR-25JB-52-1K for 1kΩ) |
| High-Density SMD Repair (Modern consumer electronics, tight PCB spacing) |
0603 package, 1/10W, Thick Film, 1% tolerance | Yageo RC0603 Series (e.g., RC0603FR-0710KL for 10kΩ) |
When in doubt on wattage for a through-hole repair, step up one physical size. Replacing a failed 1/4W resistor with a 1/2W metal film resistor (like the Vishay MRS55) provides a better thermal safety margin without requiring PCB modification, as the lead spacing and hole sizes are generally compatible on standard perfboard and commercial PCBs.






