A potentiometer is a three-terminal variable resistor that uses a sliding or rotating contact to form an adjustable voltage divider. In a real circuit, it changes the voltage level delivered to a load or the analog input pin of a microcontroller by altering the resistance ratio between the wiper and the end terminals. People commonly confuse a potentiometer with a rheostat (which is simply a two-terminal wiring configuration of the same component) or a rotary encoder (which outputs digital pulses rather than a continuous analog resistance). Understanding the physical construction of the resistive track is critical, as it dictates the component's lifespan, power handling, and noise profile.

The Core Types of Potentiometers Compared

Not all variable resistors are built the same. The material used for the resistive track determines how much current the pot can handle before burning out, how many mechanical rotations it will survive, and how much electrical noise it introduces into your circuit. Below is a data-dense breakdown of the five primary types of potentiometers you will encounter on the bench or in the field.

Type Resistive Element Power Rating Lifespan (Cycles) Typical Cost Best Use Case
Carbon Composition Carbon dust / polymer blend 0.1W - 2W 10,000 - 100,000 $0.10 - $0.50 Audio volume knobs, basic user inputs
Cermet Ceramic-metal glaze on substrate 0.5W - 2W ~1,000,000 $0.80 - $3.00 Calibration trimmers, industrial controls
Wirewound Nichrome wire wound on a core 1W - 5W+ 5,000 - 10,000 $2.00 - $15.00 High-power rheostats, heavy machinery
Conductive Plastic Plastic / resin / carbon blend 0.1W - 0.5W 5,000,000+ $3.00 - $20.00 Joysticks, precision servos, faders
Digital (IC) CMOS resistor ladder (solid-state) 5V/3.3V logic limits Infinite (no wear) $1.00 - $2.50 MCU-controlled gain, automated calibration
Bench Tip: If you need to adjust a circuit parameter during manufacturing but never want the end-user to touch it, use a multi-turn cermet trimpot (like the Bourns 3296W series). It requires 25 full turns of a screwdriver to sweep the resistance range, making it virtually immune to accidental bumps.

How a Potentiometer Changes a Circuit (Numeric Example)

To see exactly what a potentiometer changes in a circuit, let us look at a standard voltage divider configuration. We will use a standard 10kΩ linear taper potentiometer (marked B10K). We apply a 5.00V reference to Terminal 1 and ground Terminal 3. The wiper (Terminal 2) is mechanically rotated to exactly 30% of its total travel.

  • Total Resistance: Because it is a linear taper, the resistance scales proportionally. R_total = 10,000Ω.
  • Bottom Resistance: Resistance from ground to wiper (R_bottom) = 10,000 × 0.30 = 3,000Ω.
  • Top Resistance: Resistance from wiper to 5V (R_top) = 10,000 - 3,000 = 7,000Ω.
  • Output Voltage: V_out = 5.00V × (3,000 / 10,000) = 1.50V.

If this wiper feeds a 10-bit Analog-to-Digital Converter (ADC) on an Arduino Uno (which maps 0-5V to 0-1023), the microcontroller reads: 1.50V / 5.00V × 1023 = 306.9, which truncates to an integer value of 306. If you swap this for an Audio (logarithmic) taper pot, the resistance at 30% mechanical travel might only be 10% of the total electrical resistance, yielding 0.5V and an ADC read of 102. This distinction is why dropping a linear pot into an audio amplifier results in a volume knob that does nothing for the first 70% of its rotation and then blasts to maximum volume.

Where You Meet This in Practice

You will encounter different types of potentiometers across various domains of electronics, each chosen for specific physical and electrical properties.

Audio Equipment and Consumer Electronics

Amplifiers and mixing consoles almost exclusively use carbon composition or conductive plastic pots with an Audio (logarithmic) taper. Human hearing perceives volume logarithmically, so the pot must taper its resistance inversely to create a linear perception of loudness. The most common failure mode here is the 'scratchy volume knob.' Carbon tracks accumulate dust and oxidize over time, causing the wiper to momentarily lose contact and create audio crackle. The fix is to spray the track with a specialized contact cleaner like DeoxIT D5 and rotate the shaft 20 times. Never use standard WD-40, as it leaves a conductive residue that will short the track.

Microcontroller Inputs and Joysticks

Standard analog joystick modules (like the KY-023 used with Arduino and Raspberry Pi) utilize dual 10kΩ conductive plastic or cheap carbon pots for the X and Y axes. Conductive plastic is preferred for high-cycle applications like joysticks because it offers a lifespan exceeding 5 million cycles and extremely low wiper noise. When wiring these to an ESP32, remember that the ESP32's ADC is non-linear and saturates around 3.1V; you may need to add a physical voltage divider or use software calibration to get accurate full-scale readings.

High-Power and Industrial Control

When a circuit needs to dissipate actual heat rather than just pass a signal, wirewound potentiometers are used. These consist of nichrome wire wound around a ceramic or fiberglass core. They are frequently wired as rheostats (using only the wiper and one end terminal) to control the speed of small DC motors or the brightness of high-wattage incandescent lamps. A critical design limit here is wiper current: the wiper contact is typically rated for a maximum of 100mA. If you exceed this, the wiper will overheat and physically burn the resistive wire.

Digital Potentiometers for Automated Calibration

When a design requires software-controlled resistance, engineers use digital pots like the Microchip MCP41010. These are integrated circuits containing a CMOS resistor ladder and SPI-controlled switches. They have infinite mechanical lifespan because there are no moving parts, but they are strictly limited to low-voltage, low-current signal paths (usually max 5V and 1mA). They are ideal for programmable gain amplifiers (PGAs) or automated sensor calibration where a microcontroller needs to tune an analog circuit on the fly.

Common Confusions and Selection Mistakes

Even experienced makers make specific mistakes when selecting and wiring potentiometers. Avoid these common pitfalls:

Potentiometer vs. Rheostat: What is the difference?

A potentiometer is the physical three-terminal component. A rheostat is a wiring configuration. When you wire a pot using all three terminals to create a variable voltage divider, it is acting as a potentiometer. When you tie the wiper to one of the end terminals and use only two connections to create a variable current limiter, you have wired it as a rheostat. Wirewound power resistors are often sold pre-wired as rheostats for motor control.

Potentiometer vs. Rotary Encoder

A potentiometer outputs a continuous analog resistance (or voltage when in a divider) and has hard physical stops at 0° and 270° (or 300°). A rotary encoder outputs digital quadrature pulses (A and B channels) as it turns and can spin infinitely in either direction without physical stops. If your microcontroller needs to know the absolute physical position of a knob immediately upon power-up, you must use a potentiometer. If it only needs to track relative changes and you want infinite rotation, use an encoder like the EC11.

Linear (B) vs. Audio/Log (A) Taper Markings

This is a frequent source of frustration when ordering parts globally. In the US and Europe, an 'A' taper typically means Audio (Logarithmic) and a 'B' taper means Linear. However, in many Asian manufacturing regions, these markings are sometimes reversed or use entirely different letter codes (like 'C' for reverse-log). Always verify the taper by measuring the resistance at the 50% mechanical travel mark with a multimeter. On a true linear 10k pot, the center position will read exactly 5kΩ. On a log taper, the center position will read roughly 1kΩ to 2kΩ.

For a deeper understanding of how the potentiometer functions as a voltage divider in complex circuits, review the voltage divider tutorials on SparkFun, which break down the math behind loading effects when you connect a low-impedance load to the wiper pin.