The Most Important Law in Electronics

If there's one concept that separates someone who tinkers blindly from someone who actually understands electronics, it's Ohm's Law. Formulated by Georg Simon Ohm in the 1820s, this deceptively simple relationship governs how voltage, current, and resistance interact in any electrical circuit.

Once this clicks, a huge range of circuit behavior stops being mysterious and starts being predictable.

The Three Core Quantities

Before the formula, make sure you understand what each quantity represents:

  • Voltage (V) — measured in Volts (V). Think of it as electrical pressure, the force that pushes electrons through a circuit. A battery or power supply creates voltage.
  • Current (I) — measured in Amperes, or Amps (A). This is the flow rate of electrons — how much charge is actually moving per second. It's what does the work (lighting LEDs, spinning motors).
  • Resistance (R) — measured in Ohms (Ω). This is the opposition to current flow. Every component, wire, and material has some resistance.

The Formula

Ohm's Law states that:

V = I × R

Which can be rearranged into three equivalent forms:

  • V = I × R → Find voltage when you know current and resistance
  • I = V ÷ R → Find current when you know voltage and resistance
  • R = V ÷ I → Find resistance when you know voltage and current

A handy memory trick: draw a triangle with V on top, I on the bottom-left, and R on the bottom-right. Cover the value you want to find and the remaining arrangement shows the formula.

Practical Example 1: Calculating LED Resistor Values

This is the most common real-world application for beginners. Suppose you want to light a red LED (forward voltage ~2 V, desired current ~20 mA) from a 5 V supply. What resistor do you need?

  1. The voltage across the resistor = Supply voltage − LED forward voltage = 5 V − 2 V = 3 V
  2. Using R = V ÷ I: R = 3 V ÷ 0.02 A = 150 Ω

You'd choose the nearest standard value, which is 150 Ω. Without Ohm's Law, you'd just be guessing — and guessing with LEDs usually means burning them out.

Practical Example 2: Checking If a Wire Can Handle the Current

Say you have a 12 V motor that draws 2 A. You want to know the voltage drop across a length of wire with 0.5 Ω resistance.

V = I × R = 2 A × 0.5 Ω = 1 V drop

That means your motor only sees 11 V instead of 12 V. In some applications that's fine; in others you'd need thicker wire (lower resistance) to reduce the drop.

Power: The Fourth Variable

Ohm's Law pairs naturally with the Power formula:

P = V × I (Power in Watts = Voltage × Current)

Combined with Ohm's Law, you also get:

  • P = I² × R (useful when you know current and resistance)
  • P = V² ÷ R (useful when you know voltage and resistance)

This tells you how much heat a resistor generates. A 150 Ω resistor carrying 20 mA dissipates P = (0.02)² × 150 = 0.06 W. A standard ¼-watt resistor handles that easily.

Where Ohm's Law Has Limits

Ohm's Law applies perfectly to linear (ohmic) components — resistors, wires, most passive elements. It doesn't directly apply to:

  • Diodes and LEDs — their resistance changes with voltage (non-linear)
  • Transistors — current-controlled devices with complex behavior
  • Capacitors and inductors — they have frequency-dependent impedance, not simple resistance

Even so, Ohm's Law still gets applied to the resistive portions of circuits containing these components — it remains the foundational tool.

Start Using It Today

The best way to internalize Ohm's Law is to apply it constantly. Every time you pick up a resistor, ask: what current will flow? Every time you power a circuit, ask: what's the voltage drop across each component? Build this habit and circuit design stops feeling like guesswork.