Potentiometer Schematic Symbols & Standard Variants
When you open a datasheet or a service manual, the first hurdle is identifying which drafting standard the engineer used. While the wiper arrow is universal, the resistor body shifts between a zigzag line and a rectangular box. Below is the definitive reference table for potentiometer and variable resistor symbols across the major global standards.
| Standard | Resistor Body Style | Wiper Arrow Style | Primary Regions | Typical Use Case |
|---|---|---|---|---|
| IEEE 315 / ANSI Y32.2 | Zigzag line (peaks and valleys) | Solid arrowhead touching the center of the zigzag | North America, legacy US military/aero | US-based schematic capture (Altium, OrCAD defaults) |
| IEC 60617 | Open rectangular box | Solid arrowhead touching the side or crossing the box | Europe, UK, Asia, modern global designs | IEC-compliant prints, KiCad/Eagle default Euro libraries |
| JIS C 0617 | Rectangular box (similar to IEC) | Arrow often drawn at an angle, sometimes with a bar | Japan, specific Asian OEM service manuals | Japanese consumer electronics repair manuals |
| Rheostat (2-Terminal) | Zigzag or Box (matches regional base) | Arrow points to one end terminal, or wiper is tied to one end | Universal | Current limiting, variable loads (only 2 pins used) |
If a schematic shows the wiper arrow tied directly to one of the end terminals (or only two connection dots are present on the symbol), the designer is using the potentiometer as a rheostat (a 2-terminal variable resistor). Do not wire all three pins in this configuration, or you will create a dead short across your power rail when the wiper reaches the end of the carbon track.
For authoritative symbol libraries, refer to the IEC official symbols portal for European standards, or consult standard reference texts like All About Circuits' resistor symbol guide which clearly maps the ANSI/IEEE zigzag conventions.
Decoding Taper Codes and 'Rows People Get Wrong'
The schematic symbol tells you how the component connects, but it rarely tells you the taper (the mathematical curve of the resistance change relative to shaft rotation). Taper is indicated by a letter prefix on the physical part (e.g., B10K or A50K). This is where the 'rows people get wrong' cause the most bench frustration, primarily because the letter assignments historically flipped between North American and Asian/European manufacturers.
| Marking Code | Modern Global / Asian Standard | Legacy US Standard | Resistance at 50% Rotation | Best Application |
|---|---|---|---|---|
| B | Linear (Lin) | Linear (Lin) | ~50% of total resistance | Position sensors, voltage dividers, Arduino analog inputs |
| A | Audio / Logarithmic (Log) | Reverse Audio / Anti-Log | ~10% to 15% of total resistance | Volume controls (matches human hearing perception) |
| C | Anti-Logarithmic (Anti-Log) | Audio / Logarithmic (Log) | ~85% to 90% of total resistance | Specific tone controls, reverse-sweep effects |
| W | Reverse Audio | Rare / Unspecified | Varies by manufacturer | Specialized cross-faders and balance pots |
The 'Rows People Get Wrong' Notes:
- The 'A' and 'C' Swap: If you are repairing a vintage 1970s American amplifier and the schematic calls for an 'A' taper, the original engineer likely meant Audio (Logarithmic). If you buy a modern Bourns or ALPS pot stamped 'A100K', you are getting an Asian-spec Audio taper, which happens to match the old US intent. However, if you are reading a modern US-designed schematic that explicitly specifies 'C' for Log, they are using the modern Asian naming convention. Always verify with a multimeter if the schematic's origin date is ambiguous.
- Assuming Linear for Voltage Dividers: If you are building an ESP32 dimmer circuit and accidentally use an 'A' (Audio) taper instead of a 'B' (Linear) taper, the first 70% of your physical knob rotation will only yield 30% of your voltage output, making the UI feel incredibly sluggish and non-linear.
- SMD Trimpots Lack Taper Codes: Surface mount trimpots (like the Bourns 3364 series) are almost exclusively Linear (B taper) and rarely have the space to stamp the letter. Assume linear unless the datasheet explicitly states otherwise.
Practical Pinout Identification & Faded Marking Recovery
Physical potentiometers typically follow a standard 3-pin layout. For through-hole panel mount pots (like the ubiquitous ALPS RK09 series or Bourns PTV09), the standard pinout when viewing the back of the terminals with the shaft facing you is:
- Pin 1 (Left): CCW (Counter-Clockwise) terminal
- Pin 2 (Center): Wiper (Output)
- Pin 3 (Right): CW (Clockwise) terminal
However, silkscreen markings on PCBs fade, trimpot casings melt, and salvage parts lose their orientation. When you cannot trust the physical markings or the schematic symbol lacks a clear pin 1 indicator, you must safely recover the pinout using a digital multimeter (DMM).
The 3-Step DMM Pinout Recovery Method
Never guess the wiper pin by looking at the physical track; the wiper arm is often hidden beneath the phenolic or cermet casing. Use this definitive electrical test:
Step 1: Identify the End Terminals (The Static Pair)
Set your DMM to resistance (Ω). Probe all three combinations of pins (1-2, 2-3, 1-3). The two pins that display the full rated resistance of the pot (e.g., reading 10.2kΩ on a 10k pot) and do not change value when you turn the shaft are your end terminals (Pin 1 and Pin 3). The remaining pin is your Wiper (Pin 2).
Step 2: Identify CW vs. CCW Directionality
Leave one DMM probe on the Wiper (Pin 2). Place the other probe on one of the end terminals. Turn the shaft fully clockwise (CW).
- If the resistance drops to near 0Ω (typically < 5Ω for carbon, < 1Ω for cermet), the terminal you are probing is the CW terminal (Pin 3).
- If the resistance maxes out to the full rated value, the terminal you are probing is the CCW terminal (Pin 1).
Step 3: Verify the Track Health (The 'Dead Spot' Test)
While sweeping the shaft from CCW to CW, watch the DMM display. The resistance should climb smoothly. If the numbers jump erratically, drop to zero mid-sweep, or show 'OL' (open loop), the carbon track is worn or the wiper contact is oxidized. This is a common failure mode in vintage audio gear and heavily used industrial joysticks. No amount of circuit design will fix a noisy track; the component must be replaced or, in a pinch, cleaned with specialized contact cleaner (e.g., DeoxIT F5S-H6) applied directly to the exposed track element.
If you are troubleshooting a high-voltage variac (an autotransformer functioning as a potentiometer for AC mains) or a wirewound power resistor used in motor starting, never perform resistance checks while the circuit is energized. De-energize, lock out the breaker, verify dead with a CAT III/IV meter, and discharge any parallel filter capacitors before probing the terminals. High-voltage wiper arcs can be lethal.
By cross-referencing the schematic symbol standard (IEC box vs. IEEE zigzag), verifying the taper code against the regional convention, and electrically mapping the pins when physical markings fail, you eliminate the most common points of failure in analog control circuits. Always trust the multimeter over faded silkscreen when wiring sensitive microcontroller ADC pins.






