The standard wiring diagram potentiometer configuration for a voltage divider routes the positive supply (VCC) to Terminal 1, the adjustable wiper (Terminal 2) to the analog load, and Terminal 3 to the ground (GND) reference. This setup allows the physical rotation of the shaft to output a variable DC voltage proportional to the mechanical position, most commonly feeding an analog-to-digital converter (ADC) on a microcontroller or a control input on a motor driver.
Decoding the Schematic Symbols
Before tracing the physical wires, you must understand what the diagram symbols mean in this drawing. In North American (ANSI) schematics, a potentiometer is drawn as a zigzag resistor line with an arrow pointing into the middle. In international (IEC) schematics, it is drawn as a solid rectangle with an arrow.
- The Zigzag/Rectangle: Represents the fixed resistive track (e.g., carbon, cermet, or conductive plastic). The total resistance between the two ends of this symbol is the rated value of the component (e.g., 10kΩ).
- The Arrow: Represents the wiper. This is the mechanical contact that slides along the resistive track. The arrow points to the exact electrical node where the output voltage is tapped.
- The End Nodes: The two points where the zigzag or rectangle terminates are the fixed terminals (Terminal 1 and Terminal 3). They connect to your power and ground rails.
According to All About Circuits, the defining feature of the potentiometer symbol versus a standard rheostat symbol is the presence of all three terminals. If the schematic ties the wiper arrow directly to one of the end nodes, the diagram is instructing you to wire it as a 2-terminal variable resistor, not a 3-terminal voltage divider.
Node-by-Node Trace: Source to Load to Ground
To properly wire the circuit, we must trace the current path from the power source, through the component, to the load, and back to ground. This trace assumes a standard 5V DC logic system and a 10kΩ linear potentiometer.
1. The Source Path (VCC to Pin 1)
Current leaves the 5V pin of your power supply or microcontroller. It travels through a red jumper wire and solders into Terminal 1 (the Counter-Clockwise or CCW terminal). From Terminal 1, the electrons enter the physical resistive track.
2. The Wiper Tap (Pin 2 to Load)
As current flows across the resistive track toward Terminal 3, a voltage drop occurs linearly along the material. The wiper (Terminal 2) physically rests on this track. A yellow jumper wire connects Terminal 2 directly to the load—typically an ADC pin (e.g., A0 on an Arduino). Because the ADC has an extremely high input impedance (often >100MΩ), virtually zero current flows into the load. Instead, the load simply 'reads' the electrical potential (voltage) present at the wiper's exact physical location.
3. The Ground Path (Pin 3 to GND)
The ground path completes the circuit. The current that was not tapped by the wiper continues to the end of the resistive track and exits via Terminal 3 (the Clockwise or CW terminal). A black jumper wire routes this terminal directly to the system Ground (GND). This establishes the 0V reference at the bottom of the voltage divider. The load's ground connection also ties into this same GND node, ensuring the microcontroller and the potentiometer share an equipotential bonding reference. Without this shared ground, the ADC will read floating, erratic noise.
Terminal and Pin Mapping Table
Physical potentiometers can be confusing because manufacturers do not universally stamp '1, 2, 3' on the casing. Use this spec-sheet table to map your physical device to the schematic nodes. For standard through-hole pots (like the Bourns 3386P series), the pins are usually read left-to-right when viewing the component from the top with the shaft facing away from you.
| Physical Pin | Schematic Node | Internal Connection | Typical Wire Color | Multimeter Test Point |
|---|---|---|---|---|
| Pin 1 (Left) | VCC / Supply | Counter-Clockwise (CCW) end of resistive track | Red | Measure to Pin 3 for total resistance |
| Pin 2 (Center) | V_OUT / Wiper | Mechanical wiper sliding on the track | Yellow / Orange | Measure to GND for variable DC voltage |
| Pin 3 (Right) | GND / Reference | Clockwise (CW) end of resistive track | Black | Common reference point for all measurements |
Note: Always verify the pinout with a multimeter before soldering. Some imported or proprietary audio taper pots reverse the CCW and CW physical pin assignments. For a deeper dive into taper curves, Electronics Tutorials provides excellent breakdowns of linear (B-taper) versus logarithmic (A-taper) resistive curves.
Verifying Connections with a Multimeter
Never trust a breadboard connection blindly. Follow this numbered sequence to verify your wiring diagram potentiometer build before applying power to sensitive microcontroller pins.
- Verify Total Resistance (Power Off): Set your digital multimeter (DMM) to the Ohms (Ω) setting, selecting the 20kΩ range. Place the red probe on Pin 1 and the black probe on Pin 3. The display should read your potentiometer's rated value (e.g., 10.0kΩ) with a tolerance of ±10% to ±20%. If it reads 'OL' (Open Loop), your component is blown or unconnected.
- Verify Wiper Continuity (Power Off): Move the red probe to Pin 2 (the center wiper). Keep the black probe on Pin 3. Slowly rotate the shaft from the counter-clockwise stop to the clockwise stop. The resistance should sweep smoothly from near 0Ω up to the total rated resistance (10kΩ). Any sudden jumps or dropouts indicate a dirty or worn carbon track.
- Verify Supply Voltage (Power On): Energize the circuit. Set the DMM to DC Volts (20V range). Place the red probe on Pin 1 and the black probe on Pin 3. It should read exactly your supply voltage (e.g., 5.00V). If it reads 0V, check your breadboard power rails.
- Verify Output Sweep (Power On): Keep the black probe on Pin 3 (GND) and move the red probe to Pin 2 (Wiper). Rotate the shaft. The voltage should sweep linearly from 0.00V to 5.00V. If the voltage jumps erratically, you have a loose jumper wire on the wiper pin or a damaged internal contact.
Frequently Asked Questions
Which terminal is which on a physical wiring diagram potentiometer?
On most standard through-hole potentiometers (such as the Alpha RD901F or Bourns 3386P), viewing the component from the top with the three pins pointing toward you and the shaft facing away, the left pin is Terminal 1 (CCW), the center pin is Terminal 2 (Wiper), and the right pin is Terminal 3 (CW). However, surface-mount (SMD) trimmer pots often use a completely different physical layout. Always use a multimeter in resistance mode to find the two pins that show a fixed total resistance—those are Terminals 1 and 3. The remaining pin is the wiper.
How do you adapt a wiring diagram potentiometer for a 2-pin rheostat setup?
If your project requires a variable resistor (to limit current to an LED or adjust an RC oscillator frequency) rather than a voltage divider, you only use two terminals. Wire your circuit to Pin 1 and Pin 2 (the wiper). Crucially, you must also jumper Pin 2 and Pin 3 together. This ensures that if the wiper experiences a momentary mechanical bounce or 'dead spot' on the carbon track, the current simply flows through the remaining portion of the resistive track to Pin 3, preventing the circuit from momentarily opening and causing voltage spikes.
Does DC polarity matter on a standard wiring diagram potentiometer circuit?
The resistive element inside the potentiometer does not care about polarity; it will dissipate heat and drop voltage identically regardless of current direction. However, the user interface polarity matters immensely. If you wire VCC to Pin 3 and GND to Pin 1, turning the knob clockwise will decrease the output voltage at the wiper. In audio mixing boards or motor speed controllers, this reversed logic is highly unintuitive and usually considered a wiring error. Always wire VCC to Pin 1 (CCW) so that clockwise rotation yields an increase in output.
Why is my wiring diagram potentiometer output reading backwards on the ADC?
If your microcontroller code registers a high value (e.g., 1023 on a 10-bit ADC) when the knob is fully counter-clockwise, and 0 when fully clockwise, your power and ground wires are swapped at the potentiometer terminals. The physical rotation direction of the wiper is fixed by the manufacturer's mechanical stop. To fix this, you can either physically swap the red (VCC) and black (GND) wires on the breadboard, or invert the reading in your firmware (e.g., int correctedValue = 1023 - analogRead(A0);). Fixing it in hardware is generally preferred to keep the physical UI consistent with the software logic.






