Free electrical calculator · No sign-up · Runs entirely in your browser
Enter any two of voltage, current, resistance or power and Ohm's Law gives you the other two — with worked examples, LED resistor sizing and Australian electrical safety rules.
Leave two fields blank — fill any two to solve for the rest.
| Property | Value |
|---|
V = I × R | I = V/R | R = V/I | P = V×I = I²R = V²/R
Australian mains supply: 230V AC, 50Hz (AS/NZS 3000 — "Wiring Rules"). Licensed electricians (A-grade) must perform all fixed electrical wiring in Australia under the Electricity Safety Act.
Cover the unknown: V = I×R | I = V/R | R = V/I. Power triangle: P = V×I = I²×R = V²/R
Ohm's Law is the most useful relationship in electronics, and it says something simple: the current flowing through a conductor is proportional to the voltage across it, and inversely proportional to its resistance. Push harder and more flows; add resistance and less flows.
Georg Ohm published the relationship in 1827 after painstaking experiments with wires of different lengths and thicknesses — work that was dismissed at the time and only recognised years later. The unit of resistance carries his name.
| Quantity | Symbol | Unit | Physical meaning |
|---|---|---|---|
| Voltage | V | volt (V) | Electrical pressure — the push driving charge along |
| Current | I | ampere (A) | Rate of charge flow past a point |
| Resistance | R | ohm (Ω) | Opposition to that flow |
| Power | P | watt (W) | Rate at which energy is converted |
| Unit | Symbol | Prefixes you will meet | Everyday example |
|---|---|---|---|
| Volt | V | mV (0.001 V), kV (1,000 V) | 230 V Australian mains |
| Ampere | A | mA (0.001 A), µA (0.000001 A) | 10 A power outlet |
| Ohm | Ω | kΩ (1,000 Ω), MΩ (1,000,000 Ω) | 470 Ω LED resistor |
| Watt | W | mW (0.001 W), kW (1,000 W) | 2,000 W heater |
Those six rearrange into twelve equations covering every pair of known values — which is why the calculator above accepts any two inputs. The three power forms are algebraically identical; you pick whichever uses the values you already have.
| If you know | Use |
|---|---|
| Current and resistance | V = IR, then P = I²R |
| Voltage and resistance | I = V ÷ R, then P = V² ÷ R |
| Voltage and current | R = V ÷ I, then P = VI |
| Power and voltage | I = P ÷ V, then R = V ÷ I |
| Power and current | V = P ÷ I, then R = V ÷ I |
| Power and resistance | V = √(PR), then I = V ÷ R |
The classic memory aid: write V on top, with I and R side by side underneath. Cover the quantity you want and the remaining arrangement is the formula.
| Cover | What is left | Formula |
|---|---|---|
| V (top) | I beside R | V = I × R |
| I (bottom left) | V above R | I = V ÷ R |
| R (bottom right) | V above I | R = V ÷ I |
A second triangle with P on top and V beside I does the same job for power. Useful for exams; less useful once you have internalised that there is really only one relationship being rearranged.
A 12 Ω load draws 2 A. What voltage is across it?
Typical of a 24 V DC system — solar, marine, or light industrial control.
A 470 Ω resistor across a 12 V supply. How much current flows?
A 2,400 W kettle on Australian 230 V mains. What is its element resistance?
A circuit at 230 V drawing 10 A.
Run that for one hour and you consume 2.3 kWh. At an indicative 30c per kWh that is about 69 cents — the calculator shows a running-cost estimate on the same basis.
This is the single most common real use of Ohm's Law, and it is worth walking through properly because the intuitive approach gets it wrong.
An LED is not a resistor. It has a roughly fixed forward voltage and will draw destructive current if connected directly across a supply. The resistor's job is to drop the difference.
| Step | Working | Result |
|---|---|---|
| Supply voltage | Given | 12 V |
| LED forward voltage | From datasheet (red LED) | 2.1 V |
| Voltage the resistor must drop | 12 − 2.1 | 9.9 V |
| Target current | From datasheet | 20 mA = 0.02 A |
| Required resistance | 9.9 ÷ 0.02 | 495 Ω |
| Nearest standard value | E12 series | 470 Ω |
| Actual current with 470 Ω | 9.9 ÷ 470 | 21.06 mA |
| Power in the resistor | I²R = 0.02106² × 470 | 0.209 W |
Subtract the forward voltage before dividing. Using 12 V instead of 9.9 V gives 600 Ω and an under-driven, dim LED. For colour-coded resistor values, our resistor calculator decodes the bands.
Useful both as a sanity check on your inputs and as a guide to which side of the Australian licensing line you are working on.
| Source | Typical voltage | Classification |
|---|---|---|
| AA / AAA battery | 1.5 V alkaline, 1.2 V rechargeable | Extra-low voltage |
| Red LED (forward voltage) | ~2.1 V | Extra-low voltage |
| White or blue LED | ~3.0–3.4 V | Extra-low voltage |
| Microcontroller logic | 3.3 V or 5 V | Extra-low voltage |
| USB port | 5 V (USB-C PD also 9, 15 or 20 V) | Extra-low voltage |
| Car and caravan systems | 12 V nominal (~12.6 V rested, 13.8–14.4 V charging) | Extra-low voltage |
| Truck and solar systems | 24 V or 48 V | Extra-low voltage |
| Laptop charger output | ~19–20 V | Extra-low voltage |
| Australian mains | 230 V nominal, 50 Hz | Licensed electricians only |
| Three-phase supply | 400 V between phases | Licensed electricians only |
Everything above those last two rows is where hobby electronics lives, and where this calculator does most of its work.
Ohm's Law holds exactly for DC circuits and for AC circuits whose load is purely resistive — heaters, incandescent lamps, kettle elements. Introduce anything with inductance or capacitance and resistance alone stops describing the opposition to current.
| DC | AC | |
|---|---|---|
| Opposition to current | Resistance (R) | Impedance (Z) — resistance plus reactance |
| Ohm's Law form | V = IR | V = IZ |
| Affected by frequency | No | Yes — reactance depends on frequency |
| Power | P = VI | P = VI × power factor |
| Australian mains | — | 230 V nominal, 50 Hz |
This is where an Australian page has to differ from the American ones, because the law does. In the United States much residential electrical work is legal for homeowners. In Australia it is not.
| Extra-low voltage (ELV) | Mains / low voltage | |
|---|---|---|
| Definition | Below 50 V AC or 120 V ripple-free DC | 50–1,000 V AC — includes 230 V mains |
| Typical examples | Arduino and Raspberry Pi projects, LED strips on a plug-pack, 12 V automotive and marine, battery circuits, doorbell wiring | Power points, light switches, ceiling fans, hardwired appliances, fixed wiring, switchboards |
| Who may work on it | Generally anyone | Licensed electricians only |
| Where this calculator fits | Its main use — component sizing and circuit design | Understanding figures, not performing work |
If you are sizing resistors for a 5 V microcontroller project or working out current draw in a 12 V camper setup, this calculator is exactly the right tool and you are well inside the law. If you are calculating figures for anything connected to a switchboard, use it to understand the numbers and then engage a licensed electrician to do the work.
Every one of these reduces to the same six equations — what changes is which two values you start with.
| Field | The calculation you actually do |
|---|---|
| Arduino and Raspberry Pi | Resistor values for LEDs, pull-up and pull-down resistors, and checking a pin’s current limit is not exceeded |
| Solar and off-grid | Current from panel wattage, cable sizing for that current, and charge controller ratings |
| Automotive and caravan | Fuse sizing, current draw of 12 V accessories, and voltage drop over long runs to the rear of a vehicle |
| Robotics and drones | Motor stall current, battery discharge rate, and speed-controller current ratings |
| Audio | Speaker impedance matching, and why wiring speakers in parallel halves the load the amplifier sees |
| Industrial automation | 4–20 mA current loops, sensor supply voltages and control circuit sizing |
| Electronics repair | Diagnosing shorts and open circuits by comparing measured resistance against expected |
| Study and exams | Physics, electrotechnology and electrical apprenticeship coursework |
General guidance only — and none of it makes unlicensed mains work legal or advisable.
What is Ohm's Law?
Ohm's Law states that the current through a conductor is directly proportional to the voltage across it and inversely proportional to its resistance: V = I × R. Published by Georg Ohm in 1827, it is the foundational relationship in electrical work and rearranges to find any of the three quantities from the other two.
How do you calculate voltage?
Multiply current by resistance: V = I × R. A 2 A current through 12 Ω gives 24 V. If you know power instead, use V = P ÷ I, or V = √(P × R) when you have power and resistance.
How do you calculate current?
Divide voltage by resistance: I = V ÷ R. A 12 V supply across 470 Ω gives 0.02553 A, or 25.53 mA. If you know power, use I = P ÷ V — a 2,300 W appliance on 230 V draws 10 A.
How do you calculate resistance?
Divide voltage by current: R = V ÷ I. A 2,400 W kettle on 230 V draws 10.435 A, so its element resistance is 230 ÷ 10.435 = 22.04 Ω. Note that a heating element's cold resistance is lower than its hot resistance.
Can Ohm's Law calculate watts?
Not by itself — power comes from the companion formulas P = V × I, P = I²R and P = V² ÷ R. All three give the same answer for the same circuit, so you use whichever fits the values you have. At 230 V and 10 A all three return 2,300 W.
What is the difference between AC and DC for Ohm's Law?
For DC and for purely resistive AC loads, V = IR applies directly. For AC circuits containing inductance or capacitance, resistance is replaced by impedance (Z), and V = IZ. Real power then also requires the power factor, because volts times amps gives apparent power rather than power actually consumed.
Who invented Ohm's Law?
Georg Simon Ohm, a German physicist, published the relationship in 1827. His work was poorly received at first and he resigned his teaching post; recognition came later, and the SI unit of electrical resistance now bears his name.
Why does resistance change when something heats up?
In most metals, resistance rises with temperature. An incandescent lamp filament can be many times more resistive when hot than when cold, which is why it draws a brief high inrush current at switch-on and why lamps usually fail at the moment they are turned on rather than during operation.
How do I choose a resistor for an LED?
Subtract the LED's forward voltage from the supply voltage, then divide by the target current. For a 12 V supply, a 2.1 V red LED and 20 mA: (12 − 2.1) ÷ 0.02 = 495 Ω, so use a standard 470 Ω. Then check the resistor's power dissipation with I²R — 0.209 W here, which means a 0.5 W part rather than a 0.25 W one.
How many amps does an Australian power point supply?
A standard Australian general power outlet is rated at 10 A, which at 230 V nominal is about 2,300 W. This is why most Australian kettles, heaters and toasters are rated at or below 2,200 W — it keeps them within the outlet rating with some margin.
Can I do my own electrical work in Australia?
Not on mains wiring. Electrical work on fixed wiring, power points, switches and hardwired appliances requires a licensed electrician in every Australian state and territory, with substantial fines for unlicensed work and insurance implications if something goes wrong. Extra-low voltage work — below 50 V AC or 120 V DC, such as Arduino projects, LED strips on a plug-pack, or 12 V automotive circuits — is generally not restricted.
Why is Ohm's Law important?
Because almost every practical electrical question reduces to it. Choosing a resistor, checking whether wiring is adequate, working out whether a circuit will trip, estimating running cost, or diagnosing why a component is overheating all come back to the relationship between voltage, current and resistance.
Almost everything practical in electrical work comes back to V = IR and its power companions. Get comfortable with those six equations and you can size a resistor, sanity-check an appliance's current draw, or work out why something is running hot.
From here, decode resistor bands with the resistor calculator, check losses over long cable runs with the voltage drop calculator, and price consumption with the electricity cost calculator.