A potentiometer is a three-terminal variable resistor that uses a sliding or rotating contact to divide an input voltage into a precise, adjustable output fraction. In a real circuit or installation, it changes either the reference voltage sent to a downstream component (like an op-amp, motor controller, or microcontroller ADC) or directly limits current flow when wired as a two-terminal rheostat. Whether you are calibrating a DIY bench power supply, reading a joystick axis, or replacing a scratchy volume knob on an audio mixer, understanding the internal resistive track and wiper mechanics is the difference between a smooth control interface and a jittery, failing circuit.

The Core Mechanism: Voltage Division vs. Rheostat Mode

Internally, a standard rotary potentiometer consists of a resistive element—typically a carbon composition track, a cermet (ceramic-metal) layer, or a wirewound coil—shaped into an arc of roughly 270 to 300 degrees. Three terminals connect to this element: Terminal 1 (Counter-Clockwise / CCW), Terminal 3 (Clockwise / CW), and Terminal 2 (the Wiper). The wiper is a spring-loaded metal contact that physically slides along the resistive track as you turn the shaft.
Bench Tip: When wiring a panel-mount pot, always connect the CCW terminal (Pin 1) to ground and the CW terminal (Pin 3) to your positive voltage source. Turning the shaft clockwise should intuitively increase the output voltage. Reversing these leads to backwards control logic, which is a common frustration in DIY pedal builds.

Worked Numeric Example: The Voltage Divider

Suppose you are building an Arduino-based temperature controller and need a manual override dial. You wire a 10kΩ Bourns 3590P precision pot across a 5V DC supply. Terminal 1 goes to GND (0V), and Terminal 3 goes to the 5V rail. You turn the shaft to exactly 30% of its total mechanical rotation. Because the carbon track is uniform (linear taper), the resistance between the Wiper (Pin 2) and GND (Pin 1) is now 30% of 10,000Ω, which equals 3,000Ω (3kΩ). The resistance between the Wiper and the 5V rail (Pin 3) is the remaining 70%, or 7,000Ω (7kΩ). Using the voltage divider formula (Vout = Vin × [R_bottom / (R_top + R_bottom)]): Vout = 5V × [3,000 / (7,000 + 3,000)] Vout = 5V × 0.3 Vout = 1.5V Your microcontroller's ADC pin, connected to the wiper, will read exactly 1.5V. If you wire the pot as a rheostat (using only the wiper and one end terminal), you instead vary the total series resistance from 0Ω to 10kΩ, directly throttling current to a load like an LED or a small DC motor.

Potentiometer Taper and Resistance Data

The 'taper' of a potentiometer defines how the resistance changes relative to the physical rotation of the shaft. Selecting the wrong taper is the most common reason a DIY audio volume control feels 'too quiet' at low settings or 'jumps' too fast at high settings. Below is the definitive reference for standard tapers found in modern components.
Taper Code Taper Name Resistance at 50% Rotation (10kΩ Nominal) Typical Application Common Part Series
B Linear ~5.0kΩ (50%) Position sensors, joystick axes, Arduino inputs, bench supply voltage trim Bourns 3590P, TT Electronics P09x
A Audio (Logarithmic) ~1.5kΩ to 2.0kΩ (15-20%) Audio volume controls, guitar pedals (human hearing perceives loudness logarithmically) Alps RK27 'Blue Velvet', Alpha 16mm
F Reverse Audio (Anti-Log) ~8.0kΩ to 8.5kΩ (80-85%) Specific balance controls, certain European synthesizer filter cutoffs Bourns PDB181
W W-Taper (S-Curve) ~5.0kΩ (50%) but highly non-linear at extremes Automotive fuel gauges, specific servo motor feedback loops Custom OEM wirewound

Note: European and Asian manufacturers sometimes swap the 'A' and 'B' designations. Always verify the taper by measuring the wiper-to-ground resistance at the mechanical midpoint with a multimeter before soldering it into an audio circuit.

Where You Meet This In Practice (And What Fails)

Potentiometers are ubiquitous, but their physical construction makes them the most common point of failure in aging electronics. Here is where you will encounter them and how they degrade.

Microcontroller ADC Inputs (The Impedance Trap)

When wiring a potentiometer to an Arduino Uno (ATmega328P) or an ESP32, hobbyists often grab whatever pot is in their bin—frequently a 100kΩ or 1MΩ unit. This causes erratic ADC readings. The ATmega328P's internal sample-and-hold capacitor (~14pF) must charge to the input voltage within 1.5 ADC clock cycles. A 100kΩ source impedance creates an RC low-pass filter that prevents the capacitor from charging fully in time, resulting in 'ghosting' where turning one dial affects the reading of another analog pin.
The Fix: For direct microcontroller ADC connections, strictly use 10kΩ linear (B-taper) potentiometers. If your design requires a high-resistance pot to save battery current, you must buffer the wiper output with a unity-gain op-amp (like an LM358 or MCP6001) before feeding it to the ADC pin.

Audio Signal Paths and 'Scratchy' Pots

In guitar amplifiers and studio mixers, high-end audio pots like the Alps RK27 series (often retailing around $15-$25 per unit) are used for their low wiper noise and tight channel tracking. Over time, carbon dust from the wiper friction accumulates on the track, or the wiper's silver-alloy contact oxidizes. This causes sudden resistance spikes when the shaft is turned, heard as loud 'crackling' or 'popping' through the speakers. While blasting the track with DeoxIT F5 (a specialized contact cleaner that leaves a light lubricating film) can temporarily restore a $2 carbon-composition pot, a cermet or wirewound pot with physical track gouges must be desoldered and replaced. Never use standard WD-40; it leaves a dielectric residue that will permanently ruin the carbon track.

Precision Calibration (Trimpots)

For setting baseline voltages on a PCB, multi-turn cermet trimpots like the Bourns 3296W are standard. These require 25 full turns of a jeweler's screwdriver to sweep the entire resistance range, allowing resolution down to fractions of a millivolt. Because they are not sealed against liquids, they must be kept away from flux wash stations unless you specifically order the sealed 3296P variant.

Common Confusions: Pots vs. Encoders vs. Rheostats

When sourcing parts for a DIY project, it is easy to confuse a potentiometer with similar-looking rotary components. Understanding the difference prevents catastrophic wiring mistakes.
  • Potentiometer vs. Rheostat: A potentiometer has three terminals and is primarily used to divide voltage. A rheostat has two terminals (or a three-terminal pot wired with only two pins) and is used to vary current. Furthermore, heavy-duty industrial rheostats (used for motor starting) are physically massive, wirewound components designed to dissipate hundreds of watts of heat, whereas a standard PCB pot is rated for perhaps 0.1W to 0.5W.
  • Potentiometer vs. Rotary Encoder: This is the most common modern confusion. A potentiometer outputs a continuous, absolute analog voltage and has a hard mechanical stop (usually 270°). A rotary encoder (like the common EC11 series) outputs digital quadrature pulses, can spin infinitely in either direction, and has no absolute position memory when power is removed. If your project requires a volume knob that remembers its exact position after a reboot without needing a physical stop, you need an encoder paired with a digital potentiometer IC (like the MCP41010), not a standard mechanical pot.
  • Potentiometer vs. Digital Pot (Digipot): Digital potentiometers (e.g., Analog Devices AD5290) are integrated circuits that emulate a resistive track using a ladder of internal MOSFETs and resistors, controlled via SPI or I2C. They are used in automated calibration circuits but cannot handle the raw signal power or voltage limits (usually max 5V) of a mechanical pot.

Frequently Asked Questions

Can I use a 10kΩ pot to replace a 50kΩ pot in my guitar pedal?

It depends on the circuit topology. If the pot is wired as a simple voltage divider for a DC bias, a 10kΩ will work but will draw 5x more current from the battery. However, if the pot is part of an active RC filter (like a tone control), changing the resistance shifts the filter's cutoff frequency, drastically altering the sound. Always match the original resistance value unless you are redesigning the surrounding capacitors.

Why does my potentiometer get hot?

A standard panel-mount carbon track pot (like an Alpha 16mm) is rated for roughly 0.125W to 0.2W of power dissipation. If you wire it directly across a 12V supply as a rheostat to dim a 12V LED strip, the current will exceed the track's thermal limits, literally burning the carbon off the phenolic substrate. For high-current loads, use the potentiometer to feed a control voltage into a PWM controller or a power MOSFET (like an IRF520), rather than passing the load current directly through the wiper.

What is the 'wiper contact resistance' spec on a datasheet?

Even when a 10kΩ pot is turned to the absolute minimum (0%) position, the resistance between the wiper and the end terminal is not zero. According to standard potentiometer theory and datasheets, this 'wiper contact resistance' typically ranges from 0.5Ω to 2Ω. In high-precision, low-voltage shunt measurements, this residual resistance can introduce significant error, requiring a 4-wire Kelvin measurement setup to bypass.