A potentiometer is a three-terminal variable resistor that acts as an adjustable voltage divider to control electrical potential in a circuit. By physically moving a wiper across a resistive track, you change the ratio of resistance between the source and the output node, thereby altering the voltage presented to downstream components. This allows you to precisely scale a fixed supply voltage down to a variable control voltage without necessarily changing the total current drawn from the power source.
The most common point of confusion for beginners is mixing up potentiometers with rheostats. A rheostat is wired as a two-terminal device used to vary current (like an old incandescent lamp dimmer or a motor speed control). A potentiometer uses all three terminals to vary voltage (like a volume knob or a microcontroller sensor input). If you only connect two terminals of a pot, you are using it as a variable resistor, not a voltage divider.
The Core Principle: Variable Voltage Division
Internally, a potentiometer consists of a resistive element with a fixed total resistance (e.g., 10,000 ohms) and a movable conductive wiper. The three terminals are typically designated as:
- Terminal 1 (CCW): Connected to one end of the resistive track (usually Ground in DC circuits).
- Terminal 2 (Wiper): The output node that slides along the track.
- Terminal 3 (CW): Connected to the opposite end of the track (usually the positive voltage rail).
When voltage is applied across Terminals 1 and 3, the wiper splits the internal resistance into two distinct segments: $R_{top}$ and $R_{bottom}$. According to Kirchhoff's Voltage Law and the voltage divider principle, the output voltage ($V_{out}$) at the wiper is determined strictly by the ratio of $R_{bottom}$ to the total resistance ($R_{total}$), assuming no current is being drawn from the wiper itself.
The Math: Unloaded vs. Loaded Voltage Sag
To understand how potentiometers work in reality, we must look at what happens when you actually connect a load. Let us use a standard 10kΩ Bourns 3386P cermet potentiometer connected across a precise 5.00V DC rail and Ground.
Scenario A: The Unloaded Ideal
You turn the shaft to exactly 40% of its physical travel. The wiper splits the 10kΩ track into $R_{top} = 6k\Omega$ and $R_{bottom} = 4k\Omega$.
Using the voltage divider formula: $V_{out} = V_{in} \times (R_{bottom} / R_{total})$
$V_{out} = 5.00V \times (4,000 / 10,000) = 2.00V$.
Scenario B: The Loaded Reality (The Sag)
Now, you connect a 10kΩ load (perhaps a legacy analog meter or a low-impedance amplifier stage) directly to the wiper. The 10kΩ load is now in parallel with the 4kΩ $R_{bottom}$ segment.
The effective bottom resistance becomes: $R_{eff} = (4k \times 10k) / (4k + 10k) = 2.857k\Omega$.
Recalculating the divider: $V_{out} = 5.00V \times (2.857 / (6k + 2.857)) = 1.61V$.
The voltage sagged by nearly 400mV simply because the load drew current through the wiper. This is the exact reason why modern microcontroller ADC (Analog-to-Digital Converter) inputs are designed with massive input impedances. An ATmega328P (Arduino Uno) ADC has an input impedance around 100MΩ, meaning it draws virtually zero current, keeping your 2.00V reading perfectly stable. However, if you are feeding an ESP32 SAR ADC, which has a much lower and non-linear internal sampling impedance, using a 100kΩ pot will result in severe voltage droop and erratic readings. Stick to 10kΩ or lower pots for ESP32 analog inputs to keep the Thevenin equivalent source impedance low.
Track Materials, Tapers, and Mechanical Realities
Not all resistive tracks behave the same way. The material inside the casing dictates the potentiometer's lifespan, noise floor, and power handling capabilities.
- Carbon Composition: The most common and cheapest type. Offers good resolution but generates 'wiper noise' (crackling) as the carbon wears. Best for audio and low-precision user inputs.
- Cermet (Ceramic-Metal): Highly stable across temperature variations and handles higher power. Used almost exclusively for PCB-mounted trimming pots (trimpots) in power supplies.
- Conductive Plastic: Exceptionally smooth, high resolution, and long lifespan. Expensive, but standard in high-end mixing consoles and precision joysticks.
- Wirewound: Made of resistance wire wrapped around a core. Handles high wattage but has low resolution (the wiper 'steps' from wire to wire). Used in high-power rheostat applications.
Equally critical is the taper—the mathematical relationship between shaft rotation and resistance change. A Linear (B) taper changes resistance at a constant rate. An Audio/Logarithmic (A) taper changes resistance slowly at first, then rapidly, matching the non-linear way human ears perceive loudness. If you use a linear pot for a volume knob, 80% of the perceived volume change happens in the first 20% of the knob's rotation.
Where You Meet Potentiometers in Practice
You will encounter these components across nearly every sub-discipline of electronics, but their implementation changes drastically based on the application:
- Audio Volume Control: Requires a dual-gang (two independent tracks on one shaft) logarithmic taper potentiometer to ensure both left and right channels track together and match human hearing curves.
- Analog Joysticks: Uses two spring-loaded, center-detent linear pots (usually 10kΩ) mapped to the X and Y axes. The physical gimbal moves the wipers to provide positional voltage to a game console or drone flight controller.
- Switch-Mode Power Supply (SMPS) Trimming: A 25-turn cermet trimpot is placed in the feedback resistor network of an optocoupler or voltage reference (like a TL431). This allows the factory to precisely dial in the output voltage (e.g., setting a 24V PSU to exactly 24.05V) before locking it with conformal coating.
- Motor Speed / LED Dimming: Often used to generate a 0-5V reference signal that feeds into a PWM controller or an op-amp comparator, rather than passing the motor's actual load current through the pot itself.
Decision Tree: Picking the Right Potentiometer for Your Build
Selecting the wrong taper or track material is the most frequent cause of 'scratchy' audio or drifting sensor readings. Use this decision matrix to terminate your search with a concrete part number.
| If your application is... | Then you need this spec... | Concrete Pick (Part Number) |
|---|---|---|
| Audio volume control (panel mount) | Dual-gang, Logarithmic (A) taper, Carbon track, 10kΩ or 50kΩ | ALPS RK09K1130A9R (10kΩ Audio, dual) |
| SMPS voltage trimming (PCB mount) | Multi-turn (25), Linear (B) taper, Cermet track, Top-adjust | Bourns 3296W-1-103LF (10kΩ, 25-turn) |
| Arduino/ESP32 general sensor input | Single-turn, Linear (B) taper, Carbon/Plastic, Panel mount, 10kΩ | Bourns PDB181-G415K-103B (10kΩ Linear) |
| High-precision laboratory equipment | 10-turn, Linear (B), Conductive Plastic or Wirewound, Servo mount | Bourns 3590S-1-103L (10kΩ, 10-turn) |
Frequently Asked Questions
Can I use a potentiometer to directly control the speed of a DC motor?
No. Most panel-mount pots are rated for 0.1W to 0.5W of power dissipation. A small 12V DC motor drawing 1A will instantly burn out the carbon track of a standard potentiometer. Instead, use the potentiometer to feed a 0-5V control signal into a motor driver IC or a MOSFET PWM circuit, which handles the heavy current.
Why does my ESP32 analog reading jump around when using a 100kΩ pot?
The ESP32's internal ADC uses a sampling capacitor that must charge during the conversion window. A 100kΩ potentiometer (especially at the 50% mark, where its Thevenin equivalent resistance is 25kΩ) cannot supply current fast enough to fully charge this capacitor, resulting in voltage droop and erratic digital readings. Drop down to a 10kΩ or 5kΩ potentiometer to provide a stiffer voltage source.
What does the 'W', 'P', or 'F' mean on a Bourns trimpot?
These suffixes denote the physical orientation and adjustment style. For the popular 3296 series, 'W' means top-adjust (the screw faces up when mounted flat), 'P' means side-adjust (horizontal mounting), and 'Y' or 'F' indicate specific lead forming for automated insertion. Always check the mechanical footprint on the manufacturer datasheet before finalizing your PCB layout.






