The Direct Answer: How a Potentiometer Works and How to Verify It
A potentiometer is a three-terminal variable resistor that functions as an adjustable voltage divider. Terminals 1 and 3 connect to the opposite ends of a fixed resistive track (carbon, cermet, or conductive plastic), while Terminal 2 (the wiper) slides along this track to tap off a variable fraction of the input voltage. To verify how a potentiometer works in your specific circuit, you must measure the fixed end-to-end resistance and the wiper's sweep continuity using a digital multimeter (DMM).
When testing a standard 10kΩ linear potentiometer out of circuit, a good reading shows exactly 10kΩ (±20% tolerance) across the outer pins, and a smooth 0Ω to 10kΩ transition between the wiper and either outer pin as you rotate the shaft. If the reading jumps, drops to zero, or reads open (OL), the resistive track is damaged or the wiper contact is fouled.
Multimeter Setup and Probe Placement for Potentiometer Testing
Before probing, you must configure your meter correctly to avoid ghost readings and autoranging lag. Bench-level potentiometers (under 30V DC) require a standard resistance test, while in-circuit testing of powered boards requires DC voltage measurements.
- Dial Position: Ohms (Ω). If manual ranging, select the range one step above the pot's rated value (e.g., use the 20kΩ setting for a 10kΩ pot).
- Lead Jacks: Black lead to COM, Red lead to VΩ.
- Range: Auto-ranging is fine for clean pots, but manual ranging prevents the meter's ADC from 'hunting' when testing slightly dirty carbon tracks.
Step-by-Step Probe Placement
- Isolate the Component: Desolder at least the wiper pin (Pin 2) from the PCB. Measuring a pot while fully soldered in-circuit will yield misleading low readings due to parallel bias resistors.
- Test Total Resistance (Pins 1 & 3): Place the red probe on Pin 1 and the black probe on Pin 3. Polarity does not matter for resistance. This verifies the integrity of the entire resistive track.
- Test Wiper Sweep (Pin 2 to Pin 1): Move the black probe to Pin 2 (the wiper). Keep the red probe on Pin 1. Slowly rotate the shaft from one extreme to the other.
- Test Opposite Sweep (Pin 2 to Pin 3): Move the red probe to Pin 3, keeping black on Pin 2. Rotate the shaft in the opposite direction to verify the remaining track segment.
Expected Readings: Good vs. Bad Potentiometer Values
Knowing what the numbers should look like is the difference between a confident diagnosis and a wild goose chase. The table below assumes a standard Bourns or Alpha 10kΩ linear taper potentiometer (marked B10K) with a typical 20% tolerance.
| Test Points | Expected 'Good' Reading | 'Bad' Reading (Failure Mode) | Root Cause of Failure |
|---|---|---|---|
| Pin 1 to Pin 3 | 9.8kΩ to 10.2kΩ (stable) | OL (Open) or 0.0Ω | Severed resistive track or shorted internal wiper. |
| Pin 1 to Pin 2 (Sweep) | Smooth transition from ~0Ω to ~10kΩ | Sudden jumps to OL or drops to 0Ω | Dirty carbon track, worn wiper contact, or oxidized cermet. |
| Pin 3 to Pin 2 (Sweep) | Smooth transition from ~10kΩ down to ~0Ω | Erratic fluctuation (e.g., 4kΩ to 8kΩ rapidly) | Physical debris inside the housing or wiper tension loss. |
Mistakes That Give Misleading Readings
The Finger Resistance Trap: If you pinch both metal probe tips and the potentiometer pins between your bare fingers, your skin's resistance (typically 50kΩ to 500kΩ depending on moisture) will parallel the pot. On a 100kΩ or 500kΩ audio pot, this will artificially lower your end-to-end reading by 10% to 30%. Always use alligator clips or hold only the insulated probe shafts.
In-Circuit Parallel Paths: If you measure a 10kΩ volume pot while it is still soldered to an amplifier PCB, you might read 4.2kΩ. This isn't a bad pot; it's the 10kΩ pot in parallel with the 5kΩ input impedance of the next op-amp stage. Always lift the wiper pin to isolate the divider.
Safety Categories and In-Circuit Measurement Risks
While most potentiometers live in low-voltage DC environments (Arduino GPIOs, 12V audio preamps), some are directly tied to mains voltage, such as the physical control shaft on a legacy incandescent wall dimmer or a benchtop variac.
- CAT I (Low Voltage Electronics): For testing pots on breadboards, PCBs, and isolated DC power supplies (under 30V DC). Standard hobbyist DMMs are sufficient.
- CAT III (Building Wiring / Mains): If you are testing a mains-connected dimmer switch (120V/240V AC), you must use a CAT III 600V rated meter. Never measure resistance on a live mains circuit. De-energize the breaker, verify dead with a non-contact voltage tester, and only then switch your DMM to Ohms.
Note: Always follow local electrical codes. Mains dimmer replacement often requires a licensed electrician depending on your jurisdiction.
For deeper theory on how variable resistors interact with complex AC loads, refer to the All About Circuits DC textbook chapter on potentiometers. For multimeter safety ratings, consult the Fluke guide on measurement categories.
Frequently Asked Questions About Potentiometer Operation and Testing
How does a potentiometer work as a voltage divider?
When you apply a reference voltage (Vin) across Pins 1 and 3, the resistive track acts as two series resistors (R1 and R2) whose sum is always the total track resistance. The wiper (Pin 2) taps the junction between them. The output voltage (Vout) is calculated using the standard voltage divider formula: Vout = Vin × (R2 / (R1 + R2)). For example, if you feed 5V into a 10kΩ pot and turn the shaft to the exact mechanical center, R1 is 5kΩ and R2 is 5kΩ. The wiper will output exactly 2.5V. This is how microcontrollers like the ESP32 read analog knobs using their internal ADC pins.
Why is my potentiometer reading jumping around on the multimeter?
Erratic jumps on a DMM during a sweep test usually indicate a 'dirty' or oxidized track, which is extremely common in carbon-composition pots (like the Alpha RV16AF series) used in audio gear. As the wiper crosses oxidized spots, contact resistance spikes to infinity for a microsecond. An auto-ranging multimeter will interpret this spike as an open circuit, drop its range, and display 'OL' or flash random digits before settling back to the correct value. You can often fix this by injecting a small amount of DeoxIT D5 contact cleaner into the housing slot and rotating the shaft 20 times to burnish the wiper contact.
What is the difference between a linear and audio (logarithmic) taper potentiometer?
The 'taper' dictates how the resistance changes relative to the physical shaft rotation. In the US and Asian naming conventions (used by Bourns and Alpha):
Linear Taper (Marked 'B', e.g., B10K): Resistance changes at a constant rate. At 50% rotation, you get exactly 50% of the total resistance. Use these for voltage dividers, motor speed controls, and oscilloscope calibration.
Audio Taper (Marked 'A', e.g., A10K): Resistance changes logarithmically. At 50% rotation, you might only see 10% to 15% of the total resistance. This compensates for the non-linear way human ears perceive loudness. Never use an audio taper pot for a microcontroller ADC input, as the software mapping will be highly non-linear and difficult to calibrate. For more on taper selection, see the Electronics Tutorials guide on variable resistors.
Can I test a potentiometer while it is still soldered to the PCB?
You can test it for voltage, but not for resistance. If the circuit is powered, set your DMM to DC Volts, place the black probe on circuit ground, and touch the red probe to the wiper pin. You should see the voltage smoothly change as you turn the knob. However, if you try to measure Ohms while the pot is soldered in, the surrounding components (pull-up resistors, op-amp feedback loops, filter capacitors) will create parallel current paths. Your meter will read the equivalent resistance of the entire local network, not the potentiometer itself, leading you to falsely condemn a perfectly good component.






