Kirchhoff's Voltage Law (KVL) states that the directed sum of the electrical potential differences (voltages) around any closed loop in a circuit must equal exactly zero. If you start at any node, trace a path through every component in a closed loop, and return to your starting point, the voltage rises and drops you encounter will perfectly cancel out.

The Core Concept: Energy Conservation in a Loop

At its core, KVL is not a mysterious electrical rule; it is simply the law of conservation of energy applied to electrons. A coulomb of charge gains a specific amount of energy from a power source (a voltage rise) and must dissipate that exact same amount of energy as it passes through the loads in the circuit (voltage drops). By the time the charge returns to the source, its net energy change relative to the starting point is zero.

The Hiking Analogy: Imagine hiking a mountain trail that starts and ends at the exact same trailhead parking lot. You might climb 1,500 feet up a ridge and descend 800 feet into a valley, but to get back to your car, your total elevation gain must perfectly equal your total elevation loss. Your net elevation change for the closed loop is zero. Voltage behaves the exact same way.

To apply KVL on the bench, you must use the passive sign convention. As you trace your loop in the direction of conventional current flow (positive to negative):

  • Voltage Rise (+): When you pass through a power source from its negative to positive terminal, you add the voltage.
  • Voltage Drop (-): When you pass through a load (resistor, LED, motor) in the direction of current flow, you subtract the voltage.

For a deeper mathematical breakdown of the passive sign convention, the All About Circuits textbook chapter on KVL provides excellent schematic walkthroughs.

Worked Numeric Example: Calculating Voltage Drops

Let us move past abstract theory and look at a concrete DC circuit you might build on a breadboard. We have a 12.0V DC bench power supply connected in series with three resistors: R1 (10Ω), R2 (40Ω), and R3 (10Ω).

Target: Find the voltage drop across R2 using KVL and Ohm's Law.

Step 1: Find total resistance and current.
Because the components are in series, the total resistance is the sum of the individual resistors.

  • R_total = 10Ω + 40Ω + 10Ω = 60Ω
  • Using Ohm's Law (I = V / R), the loop current is: I = 12.0V / 60Ω = 0.2A (200mA)

Step 2: Calculate individual voltage drops.
Using Ohm's Law (V = I × R) for each component:

  • V_R1 = 0.2A × 10Ω = 2.0V
  • V_R2 = 0.2A × 40Ω = 8.0V
  • V_R3 = 0.2A × 10Ω = 2.0V

Step 3: Apply KVL to verify the loop.
Starting at the negative terminal of the power supply and moving clockwise:

+12.0V (Source) - 2.0V (R1) - 8.0V (R2) - 2.0V (R3) = 0V

KVL Loop Verification Table
ComponentResistanceCurrentVoltage Drop/RiseKVL Sign
DC SourceN/A0.2A12.0V+12.0V
R110Ω0.2A2.0V-2.0V
R240Ω0.2A8.0V-8.0V
R310Ω0.2A2.0V-2.0V
Sum60Ω0.2AN/A0.0V

Where You Meet KVL in Practice

You might wonder what KVL actually changes in a real circuit or physical installation. It is the governing principle behind voltage drop calculations and system voltage selection in everything from automotive wiring to off-grid solar arrays.

Consider a 12V nominal van build where you are powering a 12V DC compressor fridge that draws 5A. The fridge requires a minimum of 10.5V at its terminals to keep the compressor motor running. According to KVL, the sum of the voltages in the loop must equal the battery's output. If your battery is sitting at 12.2V, you only have a 1.7V budget for the entire wiring loop (positive wire + negative wire).

If you use 16 AWG wire for a 20-foot run, the wire resistance might drop 2.5V at 5A. KVL dictates that the remaining voltage for the fridge is 12.2V - 2.5V = 9.7V. The fridge will fail to start. KVL forces a physical design change: you must either upsize the wire to 10 AWG to reduce the wire's voltage drop, or redesign the system as a 24V architecture, giving you a much larger voltage budget for the wiring loop. This is why Georgia State University's HyperPhysics notes that KVL is fundamental to analyzing real-world power distribution, not just textbook schematics.

What People Commonly Confuse KVL With

When troubleshooting or studying for an exam, KVL is frequently tangled up with two other foundational rules:

KVL vs. Kirchhoff's Current Law (KCL):
KVL deals with voltage and closed loops (energy conservation). KCL deals with current and nodes (charge conservation). A simple way to remember: KVL is for tracing the perimeter of a circuit window; KCL is for looking at a single intersection where wires meet.

KVL vs. Ohm's Law:
Ohm's Law (V = IR) defines the relationship between voltage, current, and resistance for a single component. KVL is the macro-framework that ties multiple Ohm's Law calculations together across an entire loop. You use Ohm's Law to find the individual voltage drops, and you use KVL to ensure those drops balance the source.

Frequently Asked Questions

Does Kirchhoff's Voltage Law apply to AC circuits?

Yes, KVL applies to AC circuits, but you cannot simply add the peak or RMS voltages algebraically. Because AC voltages are out of phase with one another (due to inductors and capacitors introducing reactance), you must use phasor math or complex numbers. The vector sum of the complex voltages around an AC loop will equal zero, taking both magnitude and phase angle into account.

How do you handle multiple loops with KVL?

For circuits with multiple loops, you use a technique called Mesh Analysis. You assign a hypothetical 'mesh current' to each independent window (loop) in the circuit. You then write a KVL equation for every single mesh. If a resistor is shared between two meshes, the voltage drop across it is calculated using the net difference between the two mesh currents flowing through it. You then solve the resulting system of linear equations.

Why is my measured voltage not exactly zero when I sum a physical loop?

If you take a multimeter to a physical breadboard and sum the measured voltages, you might end up with 0.05V or -0.12V instead of a perfect 0.00V. This is due to measurement tolerance, parasitic resistance in the breadboard contacts, and the multimeter's own internal burden voltage. Furthermore, power supplies have internal equivalent series resistance (ESR) that causes their output voltage to sag slightly under load. In practice, a sum within 1% to 2% of the source voltage is considered a successful verification of KVL.