Thévenin voltage ($V_{th}$) is the exact open-circuit DC or AC voltage measured across two specific output terminals of a linear circuit when the load is completely disconnected. By finding this single voltage value—and its companion Thévenin resistance ($R_{th}$)—you collapse a messy web of multiple power sources and resistors into one simple equivalent battery and one series resistor, turning complex load-analysis math into a basic voltage divider calculation. Beginners most commonly confuse $V_{th}$ (the unloaded, theoretical maximum) with the actual loaded voltage that drops when you connect a real component, or they mix it up with Norton's theorem, which uses a parallel current source instead of a series voltage source.
The Core Mechanics of the Equivalent Circuit
Thévenin’s theorem states that any linear electrical network containing only voltage sources, current sources, and resistances can be replaced by an equivalent circuit consisting of a single voltage source ($V_{th}$) in series with a single resistance ($R_{th}$). This is not just academic trivia; it is the primary tool electrical engineers use to predict how a power supply or sensor will behave when a load is attached.
To find the Thévenin equivalent of any two-terminal network, follow this strict sequence:
- Remove the Load: Disconnect whatever component is attached to your output terminals (A and B). You are analyzing the source network, not the load.
- Calculate $V_{th}$: Determine the open-circuit voltage across terminals A and B. Since no current flows through an open circuit, there is no voltage drop across any resistors that are strictly in series with the open terminals. Use Kirchhoff’s Voltage Law (KVL), nodal analysis, or simple voltage divider rules to find this potential difference.
- Kill the Sources: To find $R_{th}$, turn off all independent sources. Replace independent voltage sources with short circuits (a wire) and independent current sources with open circuits (a broken connection). Note: Dependent sources are left intact.
- Calculate $R_{th}$: Look back into terminals A and B and calculate the equivalent resistance of the remaining resistor network using standard series and parallel combinations.
Worked Numeric Example: Driving an ESP32 ADC
Let’s apply this to a common maker scenario: stepping down a 12V lead-acid battery voltage to safely read it on the 3.3V analog-to-digital converter (ADC) of an ESP32-WROOM-32 microcontroller. When the battery is charging, the system voltage peaks around 14.4V.
The Circuit:
- Source ($V_s$): 14.4V DC
- R1 (Top Resistor): 34 kΩ
- R2 (Bottom Resistor): 10 kΩ
- Terminals A-B: Across R2, feeding the ESP32 GPIO pin.
Step 1 & 2: Find $V_{th}$
With the ESP32 disconnected (open circuit), R1 and R2 form a simple unloaded voltage divider.
$$V_{th} = V_s \times \frac{R2}{R1 + R2}$$
$$V_{th} = 14.4V \times \frac{10k\Omega}{34k\Omega + 10k\Omega} = 14.4V \times 0.2272 = \mathbf{3.27V}$$
This 3.27V is your Thévenin voltage. It is safely under the ESP32’s 3.3V absolute maximum rating.
Step 3 & 4: Find $R_{th}$
Short the 14.4V battery to ground. Looking into terminals A-B, R1 and R2 are now in parallel.
$$R_{th} = \frac{R1 \times R2}{R1 + R2} = \frac{34k\Omega \times 10k\Omega}{44k\Omega} = \mathbf{7.73 k\Omega}$$
Why This Matters for the ESP32:
The ESP32 uses a Successive Approximation Register (SAR) ADC. Inside the chip, a tiny sampling capacitor (roughly 10pF to 20pF) must charge to the input voltage during a very brief sampling window. If your source impedance ($R_{th}$) is too high, the RC time constant is too slow, the capacitor won't fully charge, and your ADC readings will be non-linear and artificially low. Espressif's hardware design guidelines strongly recommend keeping the source impedance below 10 kΩ for accurate 12-bit sampling. Our calculated $R_{th}$ of 7.73 kΩ passes this test, but just barely. If we had used 100kΩ and 33kΩ resistors to save battery power, our $V_{th}$ would still be correct, but our $R_{th}$ would be ~24.8 kΩ, resulting in garbage ADC data.
Adding a Load:
If you were to attach a 10 kΩ physical load (like a bleeder resistor or a secondary measurement device) across terminals A-B, you no longer need to re-analyze the whole 14.4V circuit. You just use the Thévenin equivalent:
$$V_{loaded} = V_{th} \times \frac{R_{load}}{R_{th} + R_{load}} = 3.27V \times \frac{10k\Omega}{7.73k\Omega + 10k\Omega} = \mathbf{1.84V}$$
Where You Meet This in Practice
Thévenin equivalents are not just for textbook exams; they are the underlying framework for diagnosing real-world hardware behavior.
| Application | How Thévenin Applies | Key Metric to Watch |
|---|---|---|
| Battery Sag Analysis | A real battery is a perfect voltage source in series with internal resistance. $V_{th}$ is the resting voltage; $R_{th}$ is the internal resistance (ESR). | Voltage drop under heavy motor startup loads. |
| Wheatstone Bridges | Strain gauges and RTD temperature sensors use bridges. The differential output is modeled as a tiny $V_{th}$ with a relatively high $R_{th}$. | Requires an instrumentation amp with high input impedance to avoid loading the bridge. |
| Audio Output Stages | Headphone amps and DACs have a specific output impedance. Maximum power transfer occurs when the load (headphones) matches the source $R_{th}$. | Damping factor and frequency response alterations. |
| Signal Integrity / RF | Transmission lines and antennas are matched to 50Ω. The transmitter's Thévenin resistance must match the line to prevent signal reflections. | VSWR (Voltage Standing Wave Ratio). |
Common Pitfalls and Limitations
While powerful, Thévenin’s theorem has strict boundaries. Misapplying it is a primary cause of "my simulation doesn't match my breadboard" frustrations.
1. Non-Linear Components: Thévenin’s theorem only applies to linear circuits. If your network contains diodes, LEDs, or transistors operating in their active/saturation regions, you cannot simply reduce the network to a single $V_{th}$ and $R_{th}$. You must separate the linear passive network from the non-linear component, find the Thévenin equivalent of the linear part, and then re-attach the non-linear component to solve graphically or iteratively.
2. The Multimeter Loading Effect: When you measure an open-circuit voltage with a digital multimeter (DMM), you are technically connecting a load. A standard bench DMM has an input impedance of 10 MΩ. If you are measuring a high-impedance sensor circuit (e.g., a piezoelectric transducer with a 2 MΩ $R_{th}$), the 10 MΩ meter will form a voltage divider, and the screen will display a value noticeably lower than the true $V_{th}$. In these cases, you must use an oscilloscope with a 10x probe (typically 10 MΩ but with compensated capacitance) or an active FET probe with >1 GΩ impedance.
3. Confusing AC and DC: In AC circuits, the theorem still holds, but resistance ($R$) is replaced by complex impedance ($Z$). Your $V_{th}$ becomes a phasor voltage (magnitude and phase angle), and your $Z_{th}$ will include reactive components (inductors and capacitors) that vary with frequency. You cannot simply add a 50Ω resistor and a 10µF capacitor together as scalars; you must use vector math. For a deep dive into the AC math, Georgia State University's HyperPhysics provides excellent phasor breakdowns.
Frequently Asked Questions
What is the difference between Thévenin voltage and open-circuit voltage?
There is no difference; they are exactly the same thing. $V_{th}$ is simply the formalized term for the open-circuit voltage ($V_{oc}$) measured at the specific output terminals of a network when no load current is flowing. We use the term $V_{th}$ specifically when we are building the equivalent circuit model.
Can I use Thévenin's theorem if there are multiple power sources in the circuit?
Yes, and this is where the theorem shines. If you have multiple batteries or AC sources in a complex mesh, calculating the current through a specific load using Kirchhoff's laws requires solving simultaneous equations. By using the Superposition theorem to find the open-circuit voltage (turning on one source at a time and summing the results), you find your single $V_{th}$. Once you have the equivalent circuit, adding or changing the load requires only basic Ohm's law. All About Circuits offers excellent step-by-step walkthroughs of multi-source reduction.
Why does my calculated Thévenin voltage not match what I measure on the breadboard?
The most common culprits are resistor tolerance and source sag. If you calculate $V_{th}$ using nominal 10kΩ resistors, but your physical components are 5% tolerance, your actual ratio will drift. Furthermore, if your primary power supply (like a cheap USB buck converter) cannot maintain its voltage under the bias current drawn by your resistor network, the input $V_s$ is lower than you assume. Always measure the actual source voltage and the actual resistor values with your DMM before calculating the expected $V_{th}$.
How does Thévenin compare to Norton's Theorem?
They are two sides of the same coin and are mathematically interchangeable via source transformation. Thévenin uses a voltage source in series with a resistor. Norton uses a current source in parallel with a resistor. The resistance value ($R_{th} = R_{n}$) is identical in both. You choose Thévenin when your load is in series or when you are analyzing voltage drops (like ADC inputs); you choose Norton when your load is in parallel or when you are analyzing current sharing (like parallel LED strings).






