Thevenin Circuit Calculator – Easily Find Vth & Rth


Thevenin Circuit Calculator

Simplify complex linear circuits into a simple equivalent form.

This calculator determines the Thevenin equivalent for a simple voltage divider circuit. Enter your source voltage and resistor values to find the Thevenin Voltage (Vth) and Thevenin Resistance (Rth).


The total voltage supplied by the source.


The resistor connected to the voltage source.


The resistor across which the equivalent circuit is determined (the load terminals).


Original Circuit 12V 1kΩ 2kΩ A B

Thevenin Equivalent 8.00V 667Ω A B

Visual representation of the original circuit and its simplified Thevenin equivalent.

What is Thevenin’s Theorem?

Thevenin’s theorem is a fundamental concept in electrical engineering that allows for the simplification of complex linear circuits. It states that any two-terminal linear bilateral network, regardless of its complexity, can be replaced by a simple equivalent circuit. This equivalent circuit consists of a single voltage source, called the Thevenin Voltage (Vth), in series with a single resistor, called the Thevenin Resistance (Rth).

This simplification is incredibly useful for circuit analysis, especially when you want to understand the behavior of a circuit with respect to a particular component, often called the “load.” Instead of re-analyzing the entire complex circuit every time the load changes, you can use the simple Thevenin equivalent, making calculations for load voltage and current much faster. The load resistor will behave identically whether connected to the original complex circuit or the simplified Thevenin equivalent.

This thevenin circuit calculator helps you perform this simplification for a voltage divider circuit, which is a common pattern in electronics.

Thevenin Circuit Formula and Explanation

To find the Thevenin equivalent of a circuit, you need to calculate two values: Thevenin Voltage (Vth) and Thevenin Resistance (Rth).

Thevenin Voltage (Vth)

Vth is the open-circuit voltage measured at the two terminals where the load is to be connected. For the voltage divider circuit in our calculator (with R1 and R2), the formula is:

Vth = Vs * (R2 / (R1 + R2))

Thevenin Resistance (Rth)

Rth is the equivalent resistance of the circuit looking back from the load terminals, with all independent voltage sources short-circuited and all independent current sources open-circuited. For our voltage divider, this means R1 and R2 are in parallel:

Rth = (R1 * R2) / (R1 + R2)

Variables Table

Variables used in Thevenin calculations for a voltage divider
Variable Meaning Unit (auto-inferred) Typical Range
Vs Source Voltage Volts (V) mV to kV
R1 First Resistor Ohms (Ω) Ω to MΩ
R2 Second Resistor (Load Terminals) Ohms (Ω) Ω to MΩ
Vth Thevenin Voltage Volts (V) Depends on inputs
Rth Thevenin Resistance Ohms (Ω) Depends on inputs

Practical Examples

Using a thevenin circuit calculator is the best way to understand the concept. Let’s walk through two examples.

Example 1: Standard Voltage Divider

  • Inputs:
    • Source Voltage (Vs): 12 V
    • Resistor 1 (R1): 1 kΩ (1000 Ω)
    • Resistor 2 (R2): 2 kΩ (2000 Ω)
  • Calculations:
    • Vth = 12V * (2000 / (1000 + 2000)) = 12V * (2000 / 3000) = 8 V
    • Rth = (1000 * 2000) / (1000 + 2000) = 2,000,000 / 3000 = 666.67 Ω
  • Results: The equivalent circuit is an 8V source in series with a 666.67 Ω resistor.

Example 2: Mismatched Resistor Units

  • Inputs:
    • Source Voltage (Vs): 24 V
    • Resistor 1 (R1): 500 Ω
    • Resistor 2 (R2): 1.5 kΩ (1500 Ω)
  • Calculations:
    • Vth = 24V * (1500 / (500 + 1500)) = 24V * (1500 / 2000) = 18 V
    • Rth = (500 * 1500) / (500 + 1500) = 750,000 / 2000 = 375 Ω
  • Results: The equivalent circuit is an 18V source in series with a 375 Ω resistor. Using a calculator ensures unit conversions are handled correctly. Consider exploring our Ohm’s Law Calculator for related calculations.

How to Use This Thevenin Circuit Calculator

This tool is designed for simplicity and accuracy. Follow these steps:

  1. Enter Source Voltage: Input the value for your main voltage source (Vs). Use the dropdown to select the correct unit (Volts, Millivolts, etc.).
  2. Enter Resistor 1 (R1): This is the resistor in series with the source. Input its value and select its unit (Ohms, kOhms).
  3. Enter Resistor 2 (R2): This is the resistor across the output terminals. Input its value and select the unit.
  4. Review Results: The calculator instantly updates the Thevenin Voltage (Vth) and Thevenin Resistance (Rth). The primary results are highlighted, and intermediate values are shown for clarity.
  5. Visualize the Circuit: The dynamic SVG chart updates to show a diagram of your original circuit and the simplified Thevenin equivalent, providing a clear visual aid.

Key Factors That Affect Thevenin’s Theorem

Several factors are critical when using a thevenin circuit calculator or applying the theorem manually:

  • Linearity: The theorem only applies to linear circuits, where the relationship between voltage and current is proportional (obeys Ohm’s law). Components like diodes and transistors have non-linear characteristics.
  • Bilateral Elements: The components must be bilateral, meaning they conduct equally well in either direction. Resistors are bilateral; diodes are not.
  • Independent Sources: The calculation of Rth requires deactivating all independent sources (shorting voltage sources, opening current sources). Proper deactivation is crucial.
  • Dependent Sources: If the circuit contains dependent sources (sources whose value depends on another voltage or current), the method for finding Rth changes. You must use a test voltage or test current source.
  • Load Terminals: The calculated Vth and Rth are specific to the pair of terminals chosen. If you choose different terminals, you will get a different Thevenin equivalent.
  • Frequency (for AC circuits): In AC circuits, resistors are replaced by impedances (which include resistance, capacitance, and inductance). The Thevenin impedance will be frequency-dependent. This is a topic you can explore further with a RLC circuit calculator.

Frequently Asked Questions (FAQ)

1. What is the main purpose of Thevenin’s theorem?
Its main purpose is to simplify a complex linear circuit into a simple equivalent circuit, which makes analyzing the effect of a load resistor much easier.
2. Can I use this calculator for any circuit?
This specific calculator is designed for a simple voltage divider topology. While the principles are universal, calculating Vth and Rth for more complex circuits requires different analysis steps, such as mesh or nodal analysis, before applying the theorem.
3. What’s the difference between Thevenin and Norton’s theorem?
They are two sides of the same coin. Thevenin’s theorem simplifies a circuit to a voltage source in series with a resistor. Norton’s theorem simplifies it to a current source in parallel with a resistor. You can convert between them. A future tool will be our Norton equivalent calculator.
4. Why do I need to select units?
Selecting units like kΩ or MΩ ensures accuracy. The calculator converts all inputs to their base units (Volts, Ohms) before performing the calculation, preventing common order-of-magnitude errors.
5. What does “open-circuit voltage” mean for Vth?
It means you calculate the voltage across the two terminals of interest as if nothing (the load) is connected to them.
6. What does “shorting the voltage source” mean for Rth?
It means you replace the voltage source with a wire of zero resistance for the purpose of calculating the equivalent resistance. This is a crucial step in finding the Thevenin equivalent resistance.
7. Is Thevenin’s theorem better than mesh analysis?
It depends on the goal. For finding the behavior of a single load, Thevenin’s is often faster. For finding all currents and voltages in a large network, mesh or nodal analysis might be more direct.
8. Does Thevenin’s theorem work for AC circuits?
Yes, it works perfectly for AC circuits. However, you use impedances (Z) instead of resistances (R), and all calculations involve complex numbers. Our AC power calculator might be a useful next step.

Related Tools and Internal Resources

Expand your knowledge of circuit analysis with these related calculators and resources:

© 2026 Your Company. All Rights Reserved. For educational purposes only.



Leave a Reply

Your email address will not be published. Required fields are marked *