A potentiometer is a three-terminal variable resistor that acts as an adjustable voltage divider to control signal levels or reference voltages in a circuit. When you turn the shaft of an ALPS RK09 audio pot or adjust a Bourns 3296W trimpot with a flathead screwdriver, you are physically moving a conductive wiper across a resistive element to tap off a specific fraction of the input voltage. Unlike a fixed resistor that simply limits current, a potentiometer allows you to dynamically change the voltage presented to a downstream load, making it foundational for analog control, sensor calibration, and user interfaces.
The Working Principle: Voltage Division in Action
Internally, a potentiometer consists of a resistive track—typically made of carbon composition, cermet, or wound resistance wire—and a sliding contact called the wiper. The component features three distinct pins:
- Pin 1 (CCW): The counter-clockwise end of the resistive track.
- Pin 2 (Wiper): The movable contact that slides along the track.
- Pin 3 (CW): The clockwise end of the resistive track.
To understand the physics, imagine a long, narrow water pipe (the resistive track) with high water pressure (voltage) applied at one end and a drain (ground) at the other. The wiper acts as a sliding tap valve along the pipe; moving it closer to the high-pressure end yields higher pressure at the tap, while moving it toward the drain yields lower pressure.
The relationship between the physical rotation of the shaft and the electrical resistance change is defined by the pot's taper. Selecting the wrong taper is one of the most common mistakes in DIY audio and control circuits.
| Taper Code | Type | Behavior at 50% Rotation | Primary Application |
|---|---|---|---|
| B (Linear) | Linear | 50% of total resistance | Microcontroller ADC inputs, balance controls, sensor calibration |
| A (Log) | Audio / Logarithmic | ~10% to 15% of total resistance | Audio volume controls (matches human hearing perception) |
| W (Rev Log) | Reverse Logarithmic | ~85% to 90% of total resistance | Pan pots, specific synthesizer control voltage scaling |
Worked Numeric Example: The Loading Effect
A massive point of failure in hobbyist circuits is assuming a potentiometer outputs an exact voltage ratio regardless of what is connected to it. Let us look at a real-world scenario using a standard Bourns 3296W 10kΩ linear trimpot powered by a 5V source.
If the wiper is set to exactly 50% physical travel, the top resistance (R1) is 5kΩ and the bottom resistance (R2) is 5kΩ. Using the standard voltage divider formula (Vout = Vin × [R2 / (R1 + R2)]), the output is exactly 2.5V.
Now, let us connect a 10kΩ load to the wiper—perhaps the input impedance of an oscilloscope probe or a microcontroller analog-to-digital converter (ADC). The 10kΩ load is now in parallel with the bottom 5kΩ segment of the potentiometer.
The Loaded Reality (Step-by-Step Math):
- Calculate parallel resistance of the lower leg: R_lower = (5kΩ × 10kΩ) / (5kΩ + 10kΩ) = 3.33kΩ.
- Calculate total circuit resistance: R_total = 5kΩ (top leg) + 3.33kΩ (lower leg) = 8.33kΩ.
- Calculate the new output voltage: Vout = 5V × (3.33kΩ / 8.33kΩ) = 2.0V.
The Fix: If you need a stable 2.5V reference that won't sag under load, you must either buffer the wiper output with a unity-gain op-amp (like an LM358 or TL072) or drop the potentiometer resistance to a much lower value (e.g., 1kΩ) so the load impedance becomes negligible by comparison.
Potentiometer vs. Rheostat: Clearing Up the Confusion
The most common component confusion on the workbench is mixing up a potentiometer with a rheostat. While both utilize a resistive track and a wiper, their circuit functions are entirely different.
A potentiometer uses all three terminals to act as a voltage divider. It changes the voltage level presented to a parallel load. A rheostat uses only two terminals (one end of the track and the wiper) and is wired in series with a load to act as a variable current limiter. Rheostats are typically much larger, wirewound, and designed to dissipate significant heat (like old incandescent light dimmers or motor speed controls).
Where You Meet This in Practice
You will encounter potentiometers across almost every sub-discipline of electrical and electronic design. Here is where they matter most on the bench and in the field:
- Microcontroller ADC Inputs (ESP32/Arduino): Joysticks and manual sensor dials use dual-gang 10kΩ linear pots. Crucial ESP32 note: The ESP32's internal SAR ADC requires a source impedance of roughly 10kΩ or less to allow its internal sampling capacitor to charge fully. Using a 100kΩ pot on an ESP32 will result in non-linear, compressed ADC readings at higher voltages.
- Analog Audio Volume Controls: Amplifiers use 50kΩ or 100kΩ audio-taper (logarithmic) pots. Human hearing perceives volume logarithmically; a linear pot would cause the volume to jump aggressively in the first 20% of rotation and do almost nothing for the remaining 80%.
- Bench Power Supply Feedback Loops: In linear regulators like the LM317, a multi-turn wirewound trimpot is placed in the feedback resistor network. This allows the user to dial in an exact output voltage (e.g., 13.8V for charging a lead-acid battery) with high precision, as wirewound elements offer excellent thermal stability and fine resolution.
- Electric Guitar Tone and Volume Circuits: Standard 250kΩ audio taper pots are used to interact with pickup inductance and capacitor values to create passive low-pass filters that roll off high frequencies.
Frequently Asked Questions
What is the difference between linear and audio taper potentiometers?
A linear taper (B-taper) potentiometer changes resistance at a constant rate relative to shaft rotation; turning it 50% yields exactly 50% of the total resistance. An audio taper (A-taper) potentiometer follows a logarithmic curve, changing resistance slowly at first and then rapidly. Audio tapers are required for volume controls because human ears perceive sound pressure levels logarithmically (in decibels). If you use a linear pot for a volume knob, the audio will sound like it goes from silent to deafening in the first quarter-turn.
Can I use a 10k potentiometer instead of a 50k potentiometer?
It depends entirely on the circuit's impedance requirements. In a high-impedance audio circuit, swapping a 50kΩ pot for a 10kΩ pot will heavily load the audio source, resulting in high-frequency roll-off (muffled sound) and signal attenuation. However, in a microcontroller ADC circuit, a 10kΩ pot is vastly superior to a 50kΩ pot because it provides a lower source impedance, ensuring the microcontroller's sampling capacitor charges accurately during the read window. Always check the datasheet for the downstream component's recommended source impedance.
Why is my potentiometer output noisy or scratchy?
A 'scratchy' sound in audio or jumping values on a multimeter is almost always caused by physical degradation of the carbon composition track or dust accumulation inside the casing. As the wiper slides over microscopic pits or oxidized carbon, the contact resistance fluctuates wildly. For minor oxidation, spraying a specialized contact cleaner like DeoxIT D5 into the casing slots and rotating the shaft 50 times can restore the connection. However, if the carbon track is physically worn away (common in heavily used guitar pedals or mixing consoles), no chemical will fix it; the potentiometer must be desoldered and replaced.






