The resistor electrical symbol represents a component that restricts current flow, but its visual representation shifts depending on whether you are reading an IEC (International) or IEEE/ANSI (American) schematic. Below is the master reference for identifying every resistor variant on a blueprint, followed by standard variants and bench-level troubleshooting for faded components.

Resistor Electrical Symbol Reference Table

Use this spec-sheet-table to identify the base component and its specific functional variant. The 'Designator' column refers to the standard schematic prefix (e.g., R1, R2) used in netlists and Bills of Materials (BOM).

Component Type IEC 60617 Visual IEEE 315 / ANSI Visual Designator Functional Meaning in Practice
Fixed Resistor Empty Rectangle Zigzag Line R Standard current limiting or voltage division; fixed ohmic value.
Variable Resistor (Potentiometer) Rectangle with diagonal arrow Zigzag with diagonal arrow VR / POT 3-terminal device. Arrow represents the wiper for adjustable voltage division.
Rheostat Rectangle with arrow tied to end Zigzag with arrow tied to end RH 2-terminal configuration. Used for adjustable current limiting, not voltage division.
Trimpot / Preset Rectangle with T-bar arrow Zigzag with T-bar arrow RT Adjustable via screwdriver. T-bar indicates it is not meant for frequent user adjustment.
NTC Thermistor Rectangle with hockey-stick & -t° Zigzag with hockey-stick & -t° RT / TH Negative Temperature Coefficient. Resistance drops as temperature rises (inrush limiting).
PTC Thermistor Rectangle with hockey-stick & +t° Zigzag with hockey-stick & +t° RT / TH Positive Temperature Coefficient. Resistance spikes at threshold temp (resettable fuse).
Photoresistor (LDR) Symbol inside circle with inward arrows Zigzag inside circle with inward arrows RL Light Dependent Resistor. Arrows indicate photons triggering a drop in resistance.
Varistor (VDR / MOV) Rectangle with diagonal V/I curve line Zigzag with diagonal V/I curve line RV Voltage Dependent Resistor. Clamps transient voltage spikes by dropping resistance at high V.

Regional Standards: IEC vs. IEEE/ANSI Schematic Variants

When you open a schematic, the first thing to determine is which drafting standard the engineer used. Mixing these up can lead to misinterpretation, especially when dealing with complex integrated circuits where space is tight.

IEC 60617 (International / European): The IEC standard, maintained by the International Electrotechnical Commission, uses a simple, un-filled rectangle to represent a fixed resistor. This standard was adopted to make schematics easier to draw with early CAD software and to harmonize global engineering documentation. If you are reading a schematic from a European manufacturer (like STMicroelectronics or Infineon), or using KiCad's default Device:R library, you will see rectangles.

IEEE 315 / ANSI Y32.2 (North American): The IEEE 315 standard governs the classic 'zigzag' line. This originated from early hand-drawn schematics where a continuous zigzag was easier to distinguish from a simple wire line than a small rectangle. If you are reading older US military schematics, legacy automotive wiring diagrams, or using Altium Designer's default US libraries, the zigzag is the standard.

Warning: CAD Library Mixing
Never mix IEC and ANSI symbols in a single schematic capture. Modern EDA tools like KiCad and Altium allow you to toggle between symbol libraries (e.g., Device:R vs Device:R_US). Mixing them violates drafting standards, creates visual clutter, and can confuse automated Design Rule Check (DRC) and BOM generation scripts that parse symbol prefixes and graphical bounding boxes.

Rows and Symbols People Get Wrong on the Bench

Even experienced technicians misread specific schematic variants or fail to translate the symbol to the physical component correctly. Here are the most common errors and how to avoid them.

1. Potentiometer vs. Rheostat Wiring

A potentiometer symbol shows an arrow (the wiper) pointing at the middle of the resistor body, indicating three distinct connection points. However, if the schematic shows the wiper arrow physically tied (shorted) to one of the end terminals, the component is being used as a rheostat. On the bench, if you are replacing a 3-pin potentiometer that was wired as a rheostat, you must replicate that short on the replacement part. Leaving the third pin floating can introduce antenna-like noise into high-impedance analog circuits.

2. Misidentifying NTC vs. PTC Thermistors

The difference between an NTC and a PTC thermistor symbol is a tiny minus (-t°) or plus (+t°) sign next to the temperature hockey-stick line. In battery management system (BMS) schematics, confusing these two is catastrophic. An NTC is used for temperature monitoring (resistance drops as the cell heats up). If you mistakenly solder a PTC into an NTC footprint, the BMS will read a dropping temperature as the cell overheats, failing to trigger the thermal cutoff and risking thermal runaway.

3. Safe Interpretation of Faded or Burnt Markings

When a physical axial resistor has been subjected to high heat, its color bands fade, blister, or turn entirely brown. Never guess the value based solely on the schematic. The schematic gives the nominal design value (e.g., 10kΩ), but a failed resistor might have drifted to 14kΩ or opened entirely.

The safe measurement protocol: Do not measure a suspect resistor in-circuit. Parallel paths through semiconductors and other resistors will pull your DMM reading down, giving a false low value. Always desolder and lift at least one leg of the resistor off the PCB pad before measuring. If the lifted leg reads open (OL) or more than 5% outside the schematic's stated tolerance, replace it with a fresh component matching the schematic's nominal value and power rating (e.g., upgrading from 1/4W to 1/2W if heat was the failure cause).

Frequently Asked Questions

What does the zigzag line mean in a resistor electrical symbol?

The zigzag line is the IEEE 315 / ANSI standard representation of a fixed resistor. It does not imply any specific physical construction (like carbon composition vs. metal film); it simply denotes a component that provides a specific, fixed electrical resistance to current flow. The number of 'zags' in the drawing is purely an artistic choice by the CAD software and does not correlate to the ohmic value.

How do I read a variable resistor electrical symbol with an arrow?

The arrow represents the wiper terminal of a potentiometer or variable resistor. The line the arrow points to is the resistive track. If the arrow points to the middle, it indicates a standard 3-terminal potentiometer. If the arrow has a horizontal bar across its tip (a T-shape), it indicates a trimpot—a component meant to be adjusted with a tool during calibration, rather than by a user during normal operation.

Why do European and American schematics use different resistor electrical symbols?

The divergence stems from historical drafting practices. The American zigzag originated in the early 20th century to ensure the resistor symbol was easily distinguishable from a straight wire on hand-drawn blueprints. Europe later adopted the IEC 60617 rectangular standard because it was faster to draw, easier to scale in early computer-aided design (CAD) systems, and allowed for easier integration of internal component annotations (like writing '10k' directly inside the box).

Is there a specific surface mount resistor electrical symbol for SMD footprints?

No, the schematic symbol for a surface mount device (SMD) resistor is identical to a through-hole fixed resistor (either the IEC rectangle or ANSI zigzag). The distinction between SMD and through-hole is not made in the schematic symbol, but rather in the PCB footprint assignment and the Bill of Materials (BOM). For example, an SMD resistor will be assigned a footprint like Resistor_SMD:R_0603_1608Metric in the EDA software, dictating its physical pad layout on the board.