Norton’s Theorem: Step-by-Step Circuit Analysis with Solved Examples

When a circuit looks like a maze of sources and resistors, Norton’s Theorem offers a calm, systematic shortcut. It lets you replace a complicated two-terminal linear network with a simple equivalent circuit: one current source in parallel with one resistor. That simplicity makes it especially useful when you want to analyze load current, compare different loads, or check your work against Thevenin’s Theorem.

TLDR: Norton’s Theorem says any linear two-terminal circuit can be simplified into a current source in parallel with a Norton resistance. To find it, calculate the short-circuit current at the terminals and the equivalent resistance seen from those terminals. Once the Norton equivalent is built, load calculations become quick using current division. It is closely related to Thevenin’s Theorem, and either method should give the same final load voltage and current.

What Norton’s Theorem Says

Norton’s Theorem states that any linear electrical network containing resistors, voltage sources, and current sources can be replaced, as seen from two output terminals, by:

  • A Norton current source, written as IN
  • A parallel Norton resistance, written as RN

The resulting circuit is called the Norton equivalent circuit. It behaves exactly like the original network at the output terminals, even though the internal structure has been dramatically simplified.

Image not found in postmeta

Why Norton’s Theorem Is Useful

In practical circuit analysis, the same source network may supply different loads. Instead of recalculating the entire circuit every time the load changes, you can first reduce the network to its Norton equivalent. Then, for each new load, you only analyze a simple current source with two parallel resistors.

This is especially helpful in:

  • Power electronics, where loads may vary frequently
  • Sensor circuits, where output behavior matters more than internal details
  • Amplifier modeling, where input and output networks are often simplified
  • Exam problems, where speed and clarity are essential

Step-by-Step Norton Analysis

To apply Norton’s Theorem, follow these steps:

  1. Identify the load resistor and remove it from the circuit. The two points where it was connected become the output terminals.
  2. Find the Norton current, IN. Short the output terminals and calculate the current flowing through the short circuit.
  3. Find the Norton resistance, RN. Turn off all independent sources: replace ideal voltage sources with short circuits and ideal current sources with open circuits. Then calculate the resistance seen from the output terminals.
  4. Draw the Norton equivalent. Place IN in parallel with RN.
  5. Reconnect the load and calculate load current or voltage using current division or Ohm’s law.

Note: If the circuit contains dependent sources, do not turn them off. In that case, you may need to apply a test voltage or test current at the terminals to find RN.

Solved Example 1: Simple Voltage Source and Series Resistor

Consider a 12 V voltage source connected in series with a 4 Ω resistor. A load resistor of 8 Ω is connected across the output terminals. Find the load current using Norton’s Theorem.

Step 1: Remove the Load

Remove the 8 Ω load resistor and focus on the two open terminals. The remaining circuit contains the 12 V source and the 4 Ω series resistor.

Step 2: Find Norton Current

Short the output terminals. With the terminals shorted, the 12 V source drives current through the 4 Ω resistor:

IN = 12 V ÷ 4 Ω = 3 A

So, the Norton current is 3 A.

Step 3: Find Norton Resistance

Turn off the independent voltage source by replacing it with a short circuit. Looking into the terminals, the only resistance visible is the 4 Ω resistor:

RN = 4 Ω

Step 4: Reconnect the Load

The Norton equivalent is a 3 A current source in parallel with 4 Ω. The 8 Ω load is connected in parallel with the 4 Ω Norton resistor.

Using current division, the current through the 8 Ω load is:

IL = 3 A × 4 Ω ÷ (4 Ω + 8 Ω) = 1 A

Therefore, the load current is 1 A, and the load voltage is:

VL = 1 A × 8 Ω = 8 V

Solved Example 2: Voltage Divider Network

Now consider a 20 V source connected to a 5 Ω resistor in series. At the output node, a 10 Ω resistor is connected to ground. A 6 Ω load is connected across the same output terminals. Find the load current using Norton’s Theorem.

Step 1: Remove the Load

Remove the 6 Ω load. The output terminals are now across the 10 Ω resistor.

Step 2: Find Norton Current

Short the output terminals. When the output is shorted, the 10 Ω resistor is bypassed because it is in parallel with a wire. The current flows from the 20 V source through the 5 Ω resistor directly into the short:

IN = 20 V ÷ 5 Ω = 4 A

Step 3: Find Norton Resistance

Turn off the 20 V source by replacing it with a short circuit. Looking into the terminals, the 5 Ω and 10 Ω resistors are now both connected from the output node to ground, so they are in parallel:

RN = (5 Ω × 10 Ω) ÷ (5 Ω + 10 Ω)

RN = 50 ÷ 15 = 3.33 Ω

Step 4: Reconnect the 6 Ω Load

The Norton equivalent is a 4 A current source in parallel with 3.33 Ω. The 6 Ω load is also connected in parallel.

Using current division:

IL = 4 A × 3.33 Ω ÷ (3.33 Ω + 6 Ω)

IL ≈ 1.43 A

The voltage across the load is:

VL = 1.43 A × 6 Ω ≈ 8.58 V

So, the 6 Ω load receives approximately 1.43 A and has about 8.58 V across it.

Norton and Thevenin: Two Sides of the Same Coin

Norton’s Theorem is closely connected to Thevenin’s Theorem. A Thevenin equivalent uses a voltage source in series with a resistance, while a Norton equivalent uses a current source in parallel with a resistance. The resistance is the same in both models:

RN = RTH

The source values are related by Ohm’s law:

VTH = IN × RN

IN = VTH ÷ RTH

This relationship is useful because sometimes it is easier to find the open-circuit voltage first, then convert to Norton form. Other times, finding the short-circuit current is faster.

Common Mistakes to Avoid

  • Forgetting to remove the load before calculating the equivalent circuit.
  • Turning off dependent sources, which should remain active.
  • Confusing short-circuit current with load current. They are not the same unless the load is a short circuit.
  • Using series division instead of current division in the Norton equivalent.
  • Ignoring polarity and current direction, which can lead to sign errors.

Final Thoughts

Norton’s Theorem turns complicated circuit networks into clean, manageable equivalents. By reducing a circuit to a current source and a parallel resistor, you can quickly analyze load behavior without repeatedly solving the entire original network. Once you understand the steps—remove the load, find IN, find RN, reconnect the load—the theorem becomes one of the most reliable tools in circuit analysis.