Norton's current ($I_N$) is the exact short-circuit current that flows between two designated terminals of a linear electrical network when the load is removed and those terminals are directly connected together. By calculating this single value, you collapse a messy web of voltage sources and resistors into one simple equivalent circuit: a single ideal current source in parallel with a single equivalent resistor. This fundamentally changes how you analyze load variations on the bench, allowing you to predict circuit behavior and maximum power transfer without re-solving Kirchhoff's equations every time you swap a load component.
Before we go further, we need to clear up a common point of confusion. Beginners frequently mix up Norton's analytical short-circuit current with a destructive short-circuit fault in mains wiring or battery systems. In power systems, a "short circuit" implies a catastrophic failure drawing hundreds of amps and tripping breakers. In Norton's theorem, shorting the terminals is a purely mathematical and bench-safe analytical trick used to find the maximum current the network can theoretically deliver to a zero-ohm load.
The Core Concept: What Norton's Current Actually Changes
When you are designing a sensor interface or biasing a transistor, you rarely care about the internal topology of the power supply or signal source driving it. You only care about how the source behaves at its output terminals. Norton's theorem lets you replace any linear network of voltage sources, current sources, and resistors with a simplified equivalent.
Think of it like a complex municipal water system feeding a single hose bib. Instead of modeling every pump, valve, and pipe junction in the city, you can reduce the entire system to a single ideal water pump (the Norton current source) pushing a specific maximum flow rate, with a single bypass valve (the Norton parallel resistance) bleeding off pressure. If you connect a hose (the load), you only need to calculate the flow split between your hose and the bypass valve.
Reference Table: Source Equivalents and Transformations
The table below maps out how Norton's current relates to other common circuit models. This is the cheat sheet you need when converting between analytical models for SPICE simulations or hand calculations.
| Parameter | Norton Equivalent | Thevenin Equivalent | Ideal Source Limit |
|---|---|---|---|
| Active Element | Current Source ($I_N$) | Voltage Source ($V_{th}$) | N/A |
| Passive Element | Parallel Resistor ($R_N$) | Series Resistor ($R_{th}$) | N/A |
| Measurement Condition | Short-Circuit (Load = 0$\Omega$) | Open-Circuit (Load = $\infty\Omega$) | N/A |
| Internal Resistance Goal | $R_N \to \infty$ (Ideal Current) | $R_{th} \to 0$ (Ideal Voltage) | Depends on type |
| Conversion Formula | $I_N = V_{th} / R_{th}$ | $V_{th} = I_N \times R_N$ | N/A |
For a deeper dive into the mathematical proofs behind these transformations, the Norton's Theorem chapter on All About Circuits provides excellent step-by-step network reductions.
Worked Numeric Example: Calculating $I_N$ on the Bench
Let's calculate the Norton equivalent for a real-world voltage divider circuit often used to bias a transistor base. We will find the Norton current ($I_N$) and Norton resistance ($R_N$).
The Circuit:
- A 24V DC power supply.
- A series resistor $R_1 = 6\Omega$ connected to the positive terminal.
- A parallel resistor $R_2 = 12\Omega$ connected between the end of $R_1$ and ground.
- Our load terminals (A and B) are placed across $R_2$.
Step 1: Find Norton's Current ($I_N$)
Remove the load and short terminals A and B together. Because A and B are shorted, $R_2$ is completely bypassed (zero voltage across it means zero current through it). The only resistance limiting current from the 24V source is $R_1$.
Step 2: Find Norton Resistance ($R_N$)
Turn off the independent sources (replace the 24V supply with a short wire). Look back into terminals A and B. $R_1$ and $R_2$ are now in parallel.
Step 3: Verify with Thevenin
Thevenin voltage ($V_{th}$) is the open-circuit voltage across A and B. Using the voltage divider rule: $V_{th} = 24\text{V} \times [12 / (6 + 12)] = 16\text{V}$.
Since $R_{th} = R_N = 4\Omega$, we check the conversion: $I_N = V_{th} / R_{th} = 16\text{V} / 4\Omega = 4\text{A}$. The math holds perfectly.
Our final Norton equivalent circuit is a 4A current source in parallel with a 4$\Omega$ resistor. If you connect a $4\Omega$ load to this circuit, the 4A splits evenly: 2A through the Norton resistor, and 2A through your load.
Where You Meet Norton's Current in Practice
Norton's theorem isn't just academic; it dictates how modern electronic components are modeled, specified, and interfaced. Here is where you will actively use $I_N$ in the field.
1. Solar Panel I-V Curves
If you look at a photovoltaic module datasheet (like a standard 400W residential panel), you will see a parameter labeled $I_{sc}$ (Short Circuit Current). This $I_{sc}$ is literally the Norton current of the solar cell array under standard test conditions (1000 W/m² irradiance, 25°C). Solar cells are fundamentally current sources. Modeling a solar string as a Norton equivalent (a current source equal to $I_{sc}$ in parallel with a high shunt resistance) is the standard method for designing MPPT (Maximum Power Point Tracking) charge controller algorithms.
2. Industrial 4-20mA Sensor Loops
In industrial automation, sensors transmit data over long wire runs using a 4-20mA current loop rather than a 0-10V voltage signal. Why? Because a voltage signal suffers from voltage drop across the wire's resistance (Thevenin series resistance). A 4-20mA transmitter acts as a highly regulated Norton current source with a massive parallel Norton resistance (often >10M$\Omega$). The current remains exactly 20mA regardless of whether the wire adds 10$\Omega$ or 500$\Omega$ of series resistance, ensuring the PLC reads the exact sensor value without calibration offsets.
3. Photodiode Transimpedance Amplifiers
When building optical sensors, a reverse-biased photodiode generates a tiny current proportional to light intensity. It is modeled as a Norton current source. To read this with a microcontroller's ADC, you must convert it to a voltage using an op-amp configured as a transimpedance amplifier (TIA). Understanding the diode's Norton parallel capacitance and shunt resistance is critical for calculating the TIA's feedback capacitor to prevent high-frequency oscillation.
Frequently Asked Questions
Can Norton's theorem be used on AC circuits?
Yes. In AC analysis, the resistors are replaced by complex impedances ($Z_N$), and the Norton current becomes a phasor current ($I_N$). The process is identical, but you must use complex vector math to account for phase angles introduced by capacitors and inductors.
What happens if the circuit has dependent sources?
If your circuit contains dependent (controlled) sources, you cannot simply turn them off to find $R_N$. Instead, you must apply a 1V test voltage source at the terminals and calculate the resulting test current, then use Ohm's law ($R_N = 1\text{V} / I_{test}$). For more on handling dependent sources, refer to Electronics Tutorials' guide on network theorems.
Is Norton's current the same as the maximum current a power supply can deliver?
Analytically, yes. Practically, no. Real-world power supplies have current-limiting circuits, thermal shutdowns, and internal fuses. Norton's current represents the theoretical linear maximum before these non-linear protection mechanisms engage.






