The symbol for fixed resistor depends entirely on your regional drafting standard: the zig-zag line (ANSI/IEEE 315, dominant in North America) and the empty rectangle (IEC 60617, the global and European standard). On the physical component itself, the "symbol" is the painted color band code. Below is the complete reference for both schematic drafting and physical decoding, followed by a decision path for your CAD software.

The Two Global Standards for the Fixed Resistor Symbol

Before wiring a single breadboard or routing a PCB trace, you must know which schematic language your audience expects. Mixing these in a single drawing is a hallmark of amateur design and will fail a professional design review.

Standard Symbol Shape Region / Authority CAD Default (KiCad/Altium)
ANSI/IEEE 315 Zig-Zag Line (peaks and valleys) USA, Canada, Military/Aerospace Often default in legacy US libraries
IEC 60617 Empty Rectangle (unfilled box) Europe, UK, Asia, Global Open-Source Default in modern KiCad/Altium libraries
BS 3939 (Old UK) Rectangle (historical) Legacy UK schematics (pre-1980s) Deprecated; use IEC 60617 instead
Pro-Tip: In IEC 60617, a fixed resistor is just an empty rectangle. If you see a rectangle with an arrow striking through it diagonally, that is the symbol for a variable resistor (potentiometer or rheostat), not a fixed one.

Physical Symbols: The 4, 5, and 6-Band Color Code Matrix

While schematics use lines and boxes, the physical 1/4W or 1/2W through-hole resistors (like the ubiquitous Yageo CFR-25 or Vishay MRS25 series) rely on painted bands. Use this matrix to decode them. For a deeper dive into the physics of these tolerances, refer to the All About Circuits resistor color code guide.

Color Digit (Bands 1-3) Multiplier (Band 3 or 4) Tolerance (Last Band) Tempco (6-Band Only)
Black0×1 (10⁰)250 ppm/°C
Brown1×10 (10¹)±1% (F)100 ppm/°C
Red2×100 (10²)±2% (G)50 ppm/°C
Orange3×1k (10³)15 ppm/°C
Yellow4×10k (10⁴)25 ppm/°C
Green5×100k (10⁵)±0.5% (D)
Blue6×1M (10⁶)±0.25% (C)10 ppm/°C
Violet7×10M (10⁷)±0.1% (B)5 ppm/°C
Grey8±0.05% (A)
White9
Gold×0.1 (10⁻¹)±5% (J)
Silver×0.01 (10⁻²)±10% (K)

Rows People Get Wrong: Multipliers, Tolerances, and Faded Bands

Even experienced bench technicians misread resistors when rushing. Here are the specific failure points in the table above and how to handle degraded components.

1. The "Black Multiplier" Trap

When black appears in the multiplier position (the band just before tolerance), it means ×1 (10⁰). Many beginners see "black = 0" and add a zero to the end of their digits, turning a 22Ω resistor (Red-Red-Black) into 220Ω. Black as a multiplier adds zero zeros.

2. Reading Backwards (The Gold/Silver Tell)

Gold and Silver never appear as the first digit band. If the band closest to the lead wire is Gold or Silver, you are holding the resistor backward. Flip it. Tolerance bands (Gold 5%, Silver 10%, Brown 1%) are always spaced slightly further apart from the digit/multiplier cluster, or they sit alone on the right side.

3. 4-Band vs. 5-Band Confusion

Precision resistors (1% or better) use 5 bands: three digits, one multiplier, one tolerance. If you try to read a 5-band 1kΩ resistor (Brown-Black-Black-Brown-Brown) as a 4-band, you will read the third black band as a multiplier (×1) and the first brown tolerance as a digit, resulting in total garbage. Rule of thumb: If the final band is Brown (1%), it is almost certainly a 5-band resistor.

Warning: Faded and Burnt Markings
Never trust the color bands on a resistor that has been in a hot circuit. A failed 1/4W carbon film resistor will often blister, turning the painted bands into an illegible brown/black smear. Furthermore, a burnt resistor can drift from its nominal 1kΩ to an open circuit, or drop to 10Ω if the internal carbon track arcs. Always verify with a multimeter.

Decision Tree: Which Schematic Symbol Should You Use in 2026?

When setting up your symbol libraries in KiCad, Altium Designer, or Autodesk EAGLE, you must commit to one standard. Use this decision path to pick the correct symbol for fixed resistors.

If your project context is... Then use this symbol... Why?
US Military, Aerospace, or legacy government contracts (MIL-STD) ANSI Zig-Zag Contractual compliance; reviewers will reject IEC symbols on MIL-STD-965 drawings.
North American industrial controls (NFPA 79 panels) ANSI Zig-Zag Aligns with local electrician and panel-builder expectations in the US/Canada.
Open-Source Hardware (OSHWA certified) or EU consumer electronics IEC Rectangle Mandatory for CE marking documentation and global open-source collaboration.
Dense SMD PCB designs (0402/0603 footprints) IEC Rectangle Rectangles consume less visual space and route traces cleaner than jagged zig-zags.
The Default Pick: If you have no strict contractual or regional requirement, default to the IEC 60617 Rectangle. It is the modern global standard, it maps perfectly to the physical rectangular outline of SMD chip resistors on your PCB silkscreen, and it prevents the "spaghetti wire" visual clutter that zig-zags create in complex 2026 microcontroller schematics.

Verification: Safely Measuring When Physical Markings Fail

When the paint is scorched or the bands are faded, you must extract the value empirically. According to Fluke's official measurement guidelines, measuring resistance in-circuit is a leading cause of diagnostic errors.

  1. De-energize the Circuit: Remove all power sources, including backup batteries and large filter capacitors (bleed them safely with a high-wattage bleeder resistor). A multimeter sends its own small test current to measure resistance; external voltage will skew the reading and can blow the DMM's internal fuse or destroy the ADC.
  2. Isolate the Component: Never measure a resistor while both legs are soldered to the board. The multimeter will measure the parallel equivalent resistance of the entire surrounding circuit. Use a soldering iron to lift one leg of the resistor out of its plated through-hole or SMD pad.
  3. Zero the Probes: Touch your multimeter probes together. For cheap leads, this might read 0.2Ω to 0.5Ω. Subtract this offset from your final reading, or use your DMM's relative (REL) mode to zero it out automatically.
  4. Read and Replace: Measure the isolated resistor. If a 4.7kΩ resistor now reads 14kΩ or shows "OL" (open loop), the carbon film has cracked internally. Replace it with a modern metal film equivalent (like a Vishay MRS25 series) which offers better thermal stability and tighter 1% tolerance than the original carbon film part.

For comprehensive standards on electronic graphical symbols, refer to the Electronics Tutorials resistor symbol guide, which breaks down how these physical and schematic representations integrate into broader circuit analysis. By standardizing your schematic symbols to IEC and rigorously verifying physical components with a DMM, you eliminate the two most common points of failure in analog circuit debugging.