ElectronicsInfolineLearnAll schools

Ohm's Law

Also known as: V=IR

7 min read

Before this: VoltageComing soon, Electric CurrentComing soon, ResistanceComing soon

Quick Answer

Ohm's law states that the voltage across a resistance equals the current through it multiplied by that resistance: V = I × R. Double the voltage and the current doubles; double the resistance and the current halves. It is the most-used relationship in electronics, connecting volts, amperes and ohms.

Intuition

The garden-hose picture

Think of electricity in a wire like water in a garden hose. Voltage is the water pressure pushing from behind. Current is how much water actually flows. Resistance is how much the hose fights the flow — a long, thin hose resists more than a short, fat one.

Ohm's law is just the common-sense rule connecting the three: push harder and more flows; squeeze the hose and less flows. In numbers: a 9 V battery across an 18 Ω resistor pushes 0.5 A of current through it. Swap in an 18 V supply — double the push — and you get exactly double the flow: 1.0 A.

That's the whole law. Everything else on this page is the same idea, made precise and pushed to its limits. What's remarkable — and not obvious — is that for most conductors this proportionality holds exactly over a huge range: the graph of current against voltage is a dead-straight line. Materials and components that behave this way are called ohmic. Not everything is (a diode isn't, as you'll see later), which is precisely why the components that are ohmic are so useful: they're predictable.

Practitioner

Using it: the working triangle

Cover the quantity you want and read off the rest: V = I × R, I = V ⁄ R, R = V ⁄ I. Keep units strict — volts, amperes, ohms — and convert prefixes before calculating (10 kΩ is 10 000 Ω; 25 mA is 0.025 A). Most wrong answers with Ohm's law are unit slips, not maths slips.

You'll use this constantly: sizing a resistor to set a current, working out what current a circuit draws, or finding an unknown resistance from two multimeter readings.

Worked example — Torch-bulb circuit

A small bulb behaves (roughly) as a resistance of 12 Ω and draws 0.25 A. What supply voltage does it need, and what power does it use?

Voltage: V = I × R = 3.0 V. Power, using P = V × I: 0.75 W. Two AA cells in series supply this comfortably.

Pair Ohm's law with the power formulas early — they answer "will this part get hot?", which matters as much as "what current flows?":

Engineer

The physics and the fine print

Ohm's law is an empirical law — a summary of how conductors behave, not a law of nature you can derive from first principles alone. Its microscopic form says the current density in a material is proportional to the electric field driving it, with the material's conductivity as the constant. Integrate that over a uniform bar of material and the familiar V = IR falls out, with R set by geometry and resistivity: long and thin means high R, short and fat means low R.

The law's real content is linearity: R is constant, independent of the applied voltage. A component is ohmic if its I–V plot through the origin is a straight line whose slope is 1/R. Resistors, wires and most metals at constant temperature qualify. Devices like diodes, filament lamps (whose resistance climbs as they heat) and anything with a threshold are non-ohmic — Ohm's law still defines an instantaneous ratio V/I at any operating point, but that ratio is no longer a constant you can carry between calculations.

Worked example — Room heater on 230 V mains

A resistive room heater draws 4.6 A from the 230 V Indian mains supply. Its hot resistance is R = V ⁄ I = 50 Ω, and it converts P = V × I = 1.06 kW of electrical power to heat. Note "hot resistance": measured cold with a multimeter, the element reads noticeably lower — resistance rises with temperature.

Safety

Mains circuits like the heater example are calculated on paper here, not probed on a bench. Measuring live mains requires meters and leads rated for the job (CAT ratings) and the practices in Electrical Safety Fundamentals. Never measure mains current by putting a multimeter in series.

Professional

Where the simple law earns its asterisks

In professional work you still use V = IR dozens of times a day — but you track when R is not the constant the schematic claims:

Temperature. Every real resistance drifts with temperature (specified as a tempco in ppm/°C — see Resistor Tolerance & Precision). Copper wiring rises about 0.4 % per °C: harnesses and motor windings have meaningfully different resistance cold versus hot, and current-sense calculations that ignore self-heating chase their own tail.

Non-ohmic reality. Semiconductor junctions, varistors, thermistors, arcs and electrolytes all have curved I–V characteristics. For small excursions around a bias point, engineers linearize: the local slope defines a dynamic resistance (lower-case r), which is Ohm's law reborn as an approximation with a stated region of validity — the pattern you'll meet again in small-signal models.

Parasitics and frequency. At AC, resistance generalizes to impedance; above a few MHz even a "pure" resistor carries inductance from its leads and capacitance across its body. The DC law is the f → 0 limit of a richer picture.

Measurement realities. At low resistances, lead and contact resistance corrupt V/I measurements — hence four-wire (Kelvin) connections on current-sense resistors. At very high resistances, meter loading does the corrupting (Meter Loading Effects).

None of this dethrones the law. It defines the boundaries inside which the one-line version is exact enough — which is most of everyday electronics.

Common mistakes

  • Mixing prefixes — calculating with kΩ and mA without converting, then being off by a factor of 1000. Convert to base units first, every time.
  • Applying a fixed R to a non-ohmic part — using a diode's or lamp's "resistance" from one operating point at another. Non-ohmic parts don't have one resistance.
  • Forgetting the power question — the current may be right while the resistor cooks. Always follow up with P = V²/R or I²R against the part's rating.
  • Using cold resistance for hot parts — heaters, lamps and motors read much lower on a bench meter than in operation.

Frequently asked questions

What is Ohm's law in one sentence?

The current through an ohmic component equals the voltage across it divided by its resistance: I = V ⁄ R.

Does Ohm's law apply to AC circuits?

Yes, in generalized form: V = I × Z, where impedance Z extends resistance to include the frequency-dependent behavior of capacitors and inductors. For purely resistive AC loads the DC form works directly with RMS values.

Which components don't obey Ohm's law?

Diodes, LEDs, transistors, varistors, thermistors (once they self-heat), filament lamps, arcs and electrolytic conduction — any part whose current-versus-voltage plot isn't a straight line through the origin.

Why is it written V = IR in some books and E = IR in others?

Older texts use E (for electromotive force) for source voltage. Same law, same units; V is the modern convention this site uses throughout.

Knowledge check

A 6 V battery drives a 30 Ω resistor. What current flows? (Show answer)
I = V ⁄ R = 6 ⁄ 30 = 0.2 A (200 mA).
You measure 2 A through a heating element with 100 V across it. What is its resistance while operating? (Show answer)
R = V ⁄ I = 100 ⁄ 2 = 50 Ω — its hot resistance; cold it would measure lower.
Is a component with the I–V curve of a straight line through the origin ohmic or non-ohmic? (Show answer)
Ohmic — constant slope means constant resistance, which is exactly what Ohm's law describes.
Current through a fixed resistor must be halved. What do you do to the applied voltage? (Show answer)
Halve it — current is directly proportional to voltage at fixed resistance.