When reading a schematic or reverse-engineering a PCB, recognizing the correct circuit symbol for potentiometer is your first step to understanding the signal path. Because variable resistors come in multiple physical formats and global drafting standards differ, a single component can look vastly different on paper than it does on your workbench.
Component Variant IEEE 315 (US) Symbol IEC 60617 (EU/Global) Symbol Schematic Function & Notes
Standard Potentiometer Zigzag line with diagonal wiper arrow Rectangle with diagonal wiper arrow 3-terminal voltage divider. Wiper arrow points to the middle of the resistive element.
Rheostat (Variable Resistor) Zigzag line with wiper arrow tied to one end Rectangle with wiper arrow tied to one end 2-terminal current control. The wiper is electrically bonded to one end terminal to prevent open-circuit failures.
Trimpot (Preset Pot) Zigzag with wiper arrow inside a box or crossed by a line Rectangle with wiper arrow crossed by a line Calibration component. The box/line indicates a screwdriver or tool is required for adjustment, not a user knob.
Digital Potentiometer Zigzag with a digital logic box on the wiper Rectangle with digital logic box on the wiper IC-based. Wiper is controlled via I2C/SPI/Up-Down pins rather than a mechanical shaft.
Ganged Potentiometer Two zigzag symbols linked by a dashed mechanical line Two rectangles linked by a dashed mechanical line Dual-channel control (e.g., stereo audio volume). Dashed line indicates a single physical shaft turns both elements.

Decoding the Circuit Symbol for Potentiometer Across Global Standards

The primary confusion when reading international schematics stems from the split between North American and European drafting standards. In the US, the IEEE 315 / ANSI Y32.2 standard dictates that resistors are drawn as zigzag lines. Consequently, the circuit symbol for potentiometer is a zigzag line with an arrow striking through it at an angle, representing the wiper. In Europe and most of the rest of the world, the IEC 60617 standard replaces the zigzag with a simple rectangle. The IEC adopted the rectangle in the mid-20th century because it was significantly faster to draw on early CAD systems and reduced visual clutter in dense schematics. The wiper arrow remains identical in both standards. The direction the wiper arrow points on the schematic (left, right, up, or down) is purely a routing choice made by the schematic designer to keep the drawing clean. It does not indicate physical rotation direction or dictate which physical pin is Pin 1. A critical distinction exists between a potentiometer symbol and a rheostat symbol. If the wiper arrow connects directly to one of the end terminals on the schematic, the designer intends for the component to be wired as a 2-terminal variable resistor (rheostat). This is common in LED dimming circuits or motor speed controls. Wiring a standard 3-terminal pot symbol as a rheostat on the bench without tying the wiper to the unused end terminal risks an open circuit if the wiper lifts off the resistive track due to vibration or wear.

Physical Pinouts vs. Schematic Symbols (Rows People Get Wrong)

While the schematic symbol tells you the electrical function, the physical pinout tells you how to solder it. The schematic rarely maps 1:1 to the physical pins, leading to frequent wiring errors.
Common Model Pin 1 (CCW) Pin 2 (Wiper) Pin 3 (CW) Standard Taper Marking
Bourns 3296W (Trimpot) Left Pin Center Pin Right Pin Printed code (e.g., 103 = 10kΩ)
Alps RK09 (Audio Pot) Right Pin (viewed from shaft) Center Pin Left Pin (viewed from shaft) 'A' (Audio/Log) or 'B' (Linear)
Alpha 16mm (Breadboard) Left Pin Center Pin Right Pin 'B' (Linear) or 'A' (Audio)
TT Electronics P0915N Left Pin Center Pin Right Pin Stamped on metal casing

Rows People Get Wrong

1. Taper Markings (A vs B vs C): This is the most common trap for hobbyists and repair technicians. In most of the world (and on modern Bourns datasheets), 'A' denotes an Audio (logarithmic) taper, and 'B' denotes a Linear taper. However, on vintage US equipment and some specific Asian manufacturers, 'A' means Linear and 'B' means Audio. 'C' typically denotes a reverse-logarithmic taper. Always verify the taper with a multimeter at the 50% rotation mark: a linear pot will read 50% of total resistance, while an audio pot will read roughly 10% to 20%.

2. Assuming the Middle Pin is Always the Wiper: On 95% of standard through-hole rotary pots (like the Alpha 16mm or Bourns 3296W), the center physical pin is the wiper. However, on SMD slide potentiometers, dual-ganged motorized faders, and some specialty joysticks, the center pin may be a mechanical ground shield or a structural anchor. Never assume pinout based purely on physical position without checking the specific datasheet.

3. CW vs CCW Orientation: Pin 1 is universally defined as the Counter-Clockwise (CCW) terminal when viewed from the shaft. If you are looking at the solder tabs from the back of the pot, Pin 1 is on the right. If you flip it over to look at the shaft, Pin 1 is on the left. Mixing this up reverses the operation of volume knobs and pan pots.

Identifying Pins on Unmarked or Salvaged Potentiometers

When salvaging components from dead equipment or working with faded silkscreen, you must safely interpret the pinout using a digital multimeter (DMM) before applying power. Guessing the wiper pin and wiring it to a voltage rail can instantly destroy downstream op-amps or microcontroller ADC pins.
Safety & Verification Warning: Never perform these continuity tests on a live circuit. Desolder at least two legs of the potentiometer to isolate it from parallel circuit paths, which will skew your resistance readings and lead to false wiper identification.
  1. Isolate and Set Range: Remove the pot from the circuit. Set your DMM to the resistance (Ohms) setting, selecting a range higher than the expected value (e.g., 20kΩ or 200kΩ range).
  2. Find the End Terminals: Probe the three pins in pairs (1-2, 2-3, 1-3). The pair that reads the nominal total resistance of the pot (e.g., a steady 10.0kΩ) and does not change when you rotate the shaft are your two end terminals (Pin 1 and Pin 3).
  3. Identify the Wiper: The remaining pin is your wiper (Pin 2). Keep one probe on this suspected wiper and move the other probe to either end terminal.
  4. Verify Taper and Direction: Rotate the shaft fully. The resistance should sweep smoothly from near 0Ω up to the total nominal resistance. If the sweep is jumpy or reads open (OL) at any point, the carbon track is worn out or the wiper contact is oxidized—discard the component.
By relying on multimeter verification rather than visual assumptions, you eliminate the risk of wiring a salvaged pot backward or shorting a voltage divider, ensuring your build or repair functions exactly as the schematic intended.