DEV Community

Paul
Paul

Posted on • Originally published at circuitdiagrammaker.app

Throttle Position Sensor Wiring Diagram and Testing

The throttle position sensor (TPS) is a small potentiometer bolted to the throttle body that tells the ECU exactly how far you have pushed the gas pedal. Get the wiring wrong and the engine management system sees garbage data -- you end up with hesitation, stalling, or a Check Engine light flagging P0120-series codes. This guide covers how the sensor works, what each wire does, how to draw and read a TPS wiring diagram, and how to test the sensor with a multimeter.

How a TPS Works

A standard analog TPS is a rotary potentiometer. Three wires connect to a resistive track:

  • 5V reference -- the ECU supplies a stable 5.00 V (±0.1 V is acceptable) to one end of the resistive track.
  • Ground -- the other end of the track connects to a sensor ground at the ECU, which is isolated from chassis ground.
  • Signal -- the wiper picks off a voltage between 0 V and 5 V that corresponds to throttle plate angle.

At closed throttle the signal voltage is typically 0.45--0.85 V. Wide-open throttle (WOT) reads around 4.2--4.8 V. The ECU reads this voltage through an analog input and converts it to a throttle percentage.

Some late-model vehicles use a dual-track TPS with two independent signal wires that must track each other within a defined tolerance (e.g., signal 2 = 5 V minus signal 1). This provides redundancy and lets the ECU detect sensor failure. The wiring diagram gains a fourth wire, but the principle is identical.

TPS Wiring Diagram

Connector Pinout (Generic 3-Wire TPS)

Most domestic and Japanese 3-wire TPS connectors follow this layout, though pin positions vary by vehicle -- always verify with your factory service manual:

Pin Wire Color (common) Function
A Gray or brown 5V reference from ECU
B Black Sensor ground
C Dark blue or tan Signal (0.5--4.8 V)

Wire colors are vehicle-specific. GM products commonly use gray/black/dark-blue. Ford uses a tan signal wire on many platforms. Always confirm with the OEM diagram.

Circuit Description

The 5V reference originates inside the ECU on a precision voltage regulator shared with other sensors (MAP sensor, IAT sensor, etc.). The sensor ground returns to a dedicated pin at the ECU -- not to chassis. This return path matters: a loose or corroded sensor ground shared among multiple sensors shifts the reference for all of them.

A simplified wiring diagram looks like this:

ECU                          TPS
+5V ref ──────────────────── [Pin A]
                             [resistive track]
Signal ──────────────────── [Pin C / wiper]
Sensor GND ───────────────── [Pin B]
Enter fullscreen mode Exit fullscreen mode

Between Pin A and Pin B, resistance is fixed (typically 2 kΩ -- 10 kΩ total, varies by manufacturer). The wiper (Pin C) sweeps across that track. At closed throttle, the wiper is near the ground end, so voltage is low.

Safety Note

The TPS circuit runs at 5 V logic and does not pose a shock hazard. However, if you are working in an engine bay with the ignition on, keep test leads away from ignition wires and fuel lines. Do not probe connector pins with the ignition off -- you will get no reference voltage.

Step-by-Step Multimeter Testing

1. Check Reference Voltage

  1. Turn the ignition to ON (engine off).
  2. Backprobe the 5V reference pin at the TPS connector (or use a T-pin in the harness). Keep the connector plugged in -- backprobing is required.
  3. Set your multimeter to DC volts. Measure between the 5V reference pin and sensor ground pin.
  4. Expected: 4.90--5.05 V. Below 4.5 V suggests a wiring problem or a faulty ECU voltage regulator.

2. Check Sensor Ground

  1. Measure between the sensor ground pin and a known-good chassis ground.
  2. Expected: 0.0--0.05 V. Any more indicates a poor ground connection or a corroded splice in the sensor return wire.

3. Check Signal Voltage (Static)

  1. Backprobe the signal pin.
  2. Measure between the signal pin and sensor ground.
  3. With the throttle closed: expected 0.45--0.85 V.
  4. Open the throttle slowly to WOT by hand: the voltage should rise smoothly and continuously to 4.2--4.8 V.
  5. Any dropout, flat spot, or sudden jump indicates a worn wiper track. Replace the TPS.

4. Sweep Test with a Scope or Graphing Meter

A multimeter can miss intermittent dead spots. If you have access to a graphing DMM or oscilloscope, connect to the signal wire and sweep the throttle slowly from closed to open five times. A healthy TPS shows a perfectly linear, uninterrupted ramp with no glitches.

Common DTCs and What They Mean

  • P0120 -- TPS Circuit Malfunction: signal voltage out of range or missing entirely.
  • P0121 -- TPS Range/Performance: signal present but does not correlate with MAP sensor or engine speed.
  • P0122 -- TPS Circuit Low: signal below 0.2 V (open signal wire or failed sensor).
  • P0123 -- TPS Circuit High: signal above 4.9 V with key on engine off (short to 5V reference or bad sensor).
  • P0220/P0221/P0222/P0223 -- Secondary TPS codes for dual-track sensors.

Common Wiring Faults

Corroded connector: The TPS connector lives in the engine bay. Moisture and heat cause pin corrosion that increases resistance in the signal or ground circuit. Clean with electrical contact cleaner and use dielectric grease on reinstallation.

Chafed signal wire: The signal wire runs near the throttle body and can rub against metal edges. Inspect the full length of the harness.

Shared sensor ground faults: If the sensor ground wire has a high-resistance fault, all sensors sharing that ground will report incorrect voltages. An O2 sensor or MAP sensor acting up at the same time as the TPS is a strong hint to check the common sensor ground.

Intermittent 5V reference: An overloaded or failing ECU 5V regulator causes multiple sensor codes simultaneously.

Create Your Own TPS Wiring Diagram

Mapping sensor circuits before you start chasing faults saves significant bench time. With CircuitDiagramMaker, you can:

  • Draw a full ECU-to-sensor schematic with labeled pins and wire colors
  • Show the 5V reference, signal, and sensor ground paths clearly
  • Add test point markers to indicate where to backprobe
  • Annotate expected voltage ranges at each point
  • Export a clean PDF to reference in the field

Create your own throttle position sensor wiring diagram -- free

Key Takeaways

  • A standard TPS uses three wires: 5V reference, sensor ground, and signal (0.5--4.8 V analog output).
  • Signal voltage should rise smoothly and continuously from closed throttle to WOT -- any dead spot means a worn sensor.
  • Always backprobe with the connector plugged in; unplugging breaks the reference voltage and gives meaningless readings.
  • Sensor ground must return to the ECU, not chassis -- a bad sensor ground affects every sensor on that return wire.
  • P0120--P0123 are the most common TPS-related DTCs; P0121 usually points to a calibration or wiring issue rather than a dead sensor.
  • Dual-track TPS sensors (common on drive-by-wire vehicles) have a second signal wire that inversely mirrors the first.

Originally published at https://circuitdiagrammaker.app/blog/throttle-position-sensor-wiring-diagram.

Top comments (0)