To calculate Thevenin resistance (Rth), you have two primary methods depending on the circuit topology. For standard passive networks, you deactivate all independent sources (short-circuit voltage sources, open-circuit current sources) and calculate the equivalent resistance looking into the open terminals. For complex networks, bridge circuits, or circuits with dependent sources, you calculate the open-circuit voltage (Voc) and divide it by the short-circuit current (Isc). Both methods yield the exact same Thevenin equivalent resistance, allowing you to replace a complex linear network with a single voltage source and series resistor.
The Core Formulas to Calculate Thevenin Resistance
There is no single universal equation for Rth because the calculation method depends on the circuit's contents. Below are the two governing formulas used in circuit analysis.
Method 1: Source Zeroing (For circuits with only independent sources)
Rth = Req | (independent sources = 0)
Method 2: Open-Circuit / Short-Circuit (Universal, required for dependent sources)
Rth = Voc / Isc
Symbol Definition Table
| Symbol | Definition | Standard Unit |
|---|---|---|
| Rth | Thevenin equivalent resistance looking into the open terminals | Ohms (Ω) |
| Req | Equivalent resistance of the network with sources zeroed | Ohms (Ω) |
| Voc | Open-circuit voltage across the terminals (also known as Vth) | Volts (V) |
| Isc | Short-circuit current flowing through a wire placed across the terminals | Amperes (A) |
| Vth | Thevenin equivalent voltage source (numerically equal to Voc) | Volts (V) |
Rearranged Forms
When debugging a circuit or working backward from bench measurements, you will need to isolate different variables. Here are the rearranged forms of the core Thevenin equations:
- Solving for Short-Circuit Current: Isc = Voc / Rth
- Solving for Open-Circuit Voltage: Voc = Isc × Rth
- Solving for Rth using a known load: Rth = (Vth / IL) - RL (where IL is load current and RL is load resistance)
- Solving for Load Current: IL = Vth / (Rth + RL)
Assumptions, Unit Mistakes, and Realistic Magnitudes
When the Formula Applies (and When It Breaks)
Thevenin's theorem strictly applies only to linear, bilateral networks. This means the circuit must consist of linear components (resistors, capacitors, inductors, linear dependent sources). If your circuit contains non-linear components like diodes, LEDs, or transistors operating in large-signal switching modes, Thevenin's theorem fails. You can only apply it to these components if you are performing a small-signal AC analysis around a specific DC bias point, effectively linearizing the component for that narrow operating window.
Unit Mistakes That Break the Math
The most common error when using the Voc / Isc method is failing to normalize prefixes before dividing. If you measure Voc = 5V and Isc = 2mA, dividing 5 by 2 yields 2.5. However, the answer is not 2.5Ω. You must convert milliamps to amps: 5V / 0.002A = 2,500Ω (or 2.5kΩ). Always convert to base SI units (Volts, Amps, Ohms) before executing the division.
What a Realistic Answer Magnitude Looks Like
Context matters when verifying your math. In low-power signal and sensor circuits, a realistic Rth ranges from 50Ω to 10kΩ. In power supply and battery systems, Rth represents internal impedance and should be extremely low, typically 0.001Ω to 0.5Ω. If you are analyzing a standard DC power circuit and calculate an Rth of 10MΩ, you have likely made a procedural error—most commonly, open-circuiting a voltage source instead of short-circuiting it, or forgetting to reconnect a parallel path after removing the load.
Bench Safety Warning: While the Isc method is mathematically sound, physically short-circuiting the output of a high-current power supply or lithium battery pack on your workbench to measure Isc can cause catastrophic thermal runaway, melted probes, or fires. On the bench, always use the source-zeroing method or calculate Isc theoretically. Only physically measure Isc on low-energy signal circuits.
Worked Problem 1: Source Zeroing Method (Passive Network)
Circuit Description: A 12V DC voltage source (V1) is connected in series with a 4Ω resistor (R1). The circuit reaches Node A. From Node A, a 12Ω resistor (R2) connects to ground (Node B). The load resistor (RL) is normally connected across Terminals A and B, but has been removed for this analysis.
Goal: Calculate Rth looking into Terminals A and B.
- Remove the Load: Terminals A and B are now open. R2 remains connected between Node A and ground.
- Zero the Independent Sources: We have one independent voltage source (V1 = 12V). To zero a voltage source, we replace it with a short circuit (a wire with 0Ω resistance).
- Identify the New Topology: With V1 shorted to ground, the left side of R1 is now connected directly to ground. Therefore, R1 (4Ω) and R2 (12Ω) are both connected between Node A and ground. They are in parallel.
- Calculate Equivalent Resistance: Apply the parallel resistance formula.
Rth = (R1 × R2) / (R1 + R2)
Rth = (4Ω × 12Ω) / (4Ω + 12Ω)
Rth = 48Ω2 / 16Ω
Rth = 3Ω
Verification: If we were to attach a 3Ω load to this circuit, the total current drawn from the 12V source would be heavily dependent on this 3Ω Thevenin equivalent, confirming the network's output impedance.
Worked Problem 2: The Voc / Isc Method (Active Network)
Circuit Description: A 24V DC source (Vs) connects to a 6Ω series resistor (R1), leading to Node X. From Node X, a 12Ω resistor (R2) drops to ground. Additionally, a 2Ω resistor (R3) connects from Node X to Terminal A. Terminal B is tied to ground. We need to find the Thevenin resistance looking into Terminals A and B.
Goal: Calculate Rth using the open-circuit and short-circuit method.
Step 1: Calculate Open-Circuit Voltage (Voc)
With Terminals A and B open, no current can flow through R3. Therefore, there is no voltage drop across R3 (V = I × R = 0A × 2Ω = 0V). The voltage at Terminal A is exactly equal to the voltage at Node X.
- Node X forms a simple voltage divider between R1 and R2.
- Vx = Vs × [ R2 / (R1 + R2) ]
- Vx = 24V × [ 12Ω / (6Ω + 12Ω) ] = 24V × (12 / 18) = 16V
- Since VA = Vx, Voc = 16V.
Step 2: Calculate Short-Circuit Current (Isc)
Now, we place a short circuit (0Ω wire) across Terminals A and B. This connects R3 directly to ground, placing it in parallel with R2.
- Calculate the parallel equivalent of R2 and R3:
R23 = (12Ω × 2Ω) / (12Ω + 2Ω) = 24Ω2 / 14Ω ≈ 1.714Ω - Calculate total circuit resistance seen by the source:
Rtotal = R1 + R23 = 6Ω + 1.714Ω = 7.714Ω - Calculate total current supplied by Vs:
Itotal = 24V / 7.714Ω ≈ 3.111A - Use the current divider rule to find how much of Itotal flows through the shorted path (R3):
Isc = Itotal × [ R2 / (R2 + R3) ]
Isc = 3.111A × [ 12Ω / (12Ω + 2Ω) ] = 3.111A × (12 / 14) ≈ 2.666A
Step 3: Calculate Rth
- Rth = Voc / Isc
- Rth = 16V / 2.666A = 6.00Ω
Bench Verification: If we use the source-zeroing method on this exact same circuit (shorting the 24V source), R1 (6Ω) becomes parallel to R2 (12Ω), yielding 4Ω. That 4Ω equivalent is in series with R3 (2Ω). 4Ω + 2Ω = 6Ω. Both methods perfectly align, confirming the 6Ω result.
Frequently Asked Questions
How do you calculate Thevenin resistance with dependent sources?
You cannot zero dependent sources (like a voltage-controlled voltage source or current-controlled current source); they must remain active in the circuit. Because the source-zeroing method fails here, you must use the Voc / Isc method. Alternatively, you can use the External Test Source Method: zero all independent sources, apply a known 1V DC test voltage (or 1A test current) to the open terminals, and calculate the resulting current (or voltage) drawn from the test source. Rth = Vtest / Itest. For a deeper academic breakdown of dependent source networks, refer to All About Circuits' chapter on Thevenin's Theorem.
Why is my calculated Thevenin resistance negative?
A negative Rth is mathematically valid but indicates the presence of active components (usually dependent sources, op-amps, or transistor feedback loops) that are injecting energy into the network rather than dissipating it. This is commonly seen in Negative Impedance Converters (NICs) or certain oscillator topologies. If you get a negative resistance in a purely passive resistor network, you have made a sign error in your Kirchhoff's Voltage Law (KVL) or Kirchhoff's Current Law (KCL) equations.
What is the difference between Thevenin resistance and Norton resistance?
Numerically and physically, there is absolutely no difference. Rth = Rn. Thevenin's theorem models the network as a voltage source in series with a resistor, while Norton's theorem models the exact same network as a current source in parallel with a resistor. The resistance value looking back into the terminals with sources zeroed is identical for both models. For more on source transformations and equivalent circuits, Electronics Tutorials provides excellent visual diagrams of these dual models.






