Enter any two of voltage, current, resistance, or power — get the other two plus the formula used — with mV/V/kV, µA/mA/A, Ω/kΩ/MΩ, mW/W/kW prefixes — browser-only.
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Enter any two of voltage, current, resistance, or power. The other two are solved instantly.
The wheel below shows all 12 forms of Ohm’s law + the power equations. The highlighted slice is what this solve used.
What this tool does
A free Ohm's law calculator that solves a DC circuit from any two of the four core quantities: voltage (V), current (I), resistance (R), and power (P). Tick two boxes, type their values, and the remaining two appear instantly along with the exact formula that produced them. It covers every pairing — V=IR, P=VI, P=I²R, P=V²/R, plus the square-root forms when you start from resistance and power — so you never have to rearrange the algebra by hand. Each field has a unit-prefix dropdown (mV/V/kV for voltage, µA/mA/A for current, Ω/kΩ/MΩ for resistance, mW/W/kW for power), which is what you actually read off a multimeter or a datasheet: type "20 mA" instead of "0.02 A". The classic 12-segment Ohm's-law wheel is drawn right on the page, and the slice the solver used lights up so you can see where the answer came from. Common worked examples are one click away: sizing a current-limiting resistor for an LED (5 V, 20 mA → 250 Ω, 100 mW), checking a USB charger's load, or finding the resistance of a 1500 W mains heater. The result has a one-tap copy button, inputs sync to the URL so a shared link reopens the same circuit, and your preferred prefixes are remembered between visits. 100% client-side — no signup, no upload, the math runs in your browser.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Ohm's Law Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 2 Electricity Cost Calculator Power × hours × tariff → kWh and cost per day, month, and year — add multiple appliances, account for standby — browser-only. Open
- 3 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
Real-world use cases
Size a current-limiting resistor for an LED
You have a 5 V supply and a red LED that drops about 2 V at its rated 20 mA. The resistor must drop the remaining 3 V. Tick V and I, type 3 V and 20 mA, and read R = 150 Ω and P = 60 mW. Now you know to grab a 150 Ω resistor (or the nearest E12 value, 150 Ω exactly here) and that a standard 1/4 W part has plenty of headroom over the 60 mW it dissipates. No more guessing whether your LED will cook itself.
Check whether a resistor will overheat
A 220 Ω resistor sits across a 12 V rail in a prototype. Will it cope? Tick V and R, enter 12 V and 220 Ω: the tool returns I = 54.5 mA and P = 0.65 W. A common 1/4 W (0.25 W) resistor would run hot and drift — you need at least a 1 W part, or a higher resistance. Catching this on the calculator beats catching it by smell on the bench.
Find the resistance of a mains appliance
A label reads "230 V, 1500 W" on a space heater and you want its element resistance and current draw for a fuse calculation. Tick V and P, enter 230 V and 1500 W: the tool gives I = 6.52 A and R = 35.3 Ω. That tells you a 10 A circuit handles it but two of them on one 13 A ring would trip the breaker.
Teach Ohm's law with the wheel
For a classroom or self-study, change one input and watch which slice of the 12-segment wheel lights up. Solve the same circuit from {V,I}, then from {V,R}, then from {R,P}, and the highlighted formula moves around the wheel — making the relationship between the twelve forms concrete instead of a wall of equations to memorise.
Convert a bench-supply reading into power
Your lab supply shows 9.0 V and the meter reads 0.35 A into the board. How much power is the board drawing? Tick V and I, type 9 V and 350 mA, and read P = 3.15 W. Now you can check it against the supply's wattage limit and decide whether the board needs a heatsink before you leave it running overnight.
Common pitfalls
Mixing units before you do the math. People multiply 5 V by "20" for an LED and get 100, forgetting the current is 20 mA = 0.02 A. Keep the prefix attached: 5 V × 0.02 A = 0.1 W. This tool's prefix dropdowns do the conversion for you, but if you compute by hand, write the unit next to every number.
Sizing a resistor for resistance but forgetting power. R = V/I tells you the value, but P = I²R tells you the heat it must shed. A 150 Ω resistor that is "correct" for 0.5 A dissipates 37.5 W and will burn a 1/4 W part instantly. Always read the power figure too and pick a wattage with headroom.
Applying V = IR to a reactive AC load. With capacitors or inductors the opposition is impedance, not resistance, current and voltage shift out of phase, and P = VI overstates the real power. Use these equations only for DC or purely resistive AC loads (heaters, incandescent bulbs).
Privacy
Every calculation is plain JavaScript running in your browser tab — the voltage, current, resistance, and power values never reach a server, and there is no logging of what you compute. The one caveat: the shareable URL encodes your two known quantities, their values, and prefixes in the query string (e.g. ?k=VR&v=5&r=220), so a "share link" pasted into chat records those numbers in the destination's access log. Circuit values are not sensitive, but if you would rather not expose them, copy the result text instead. Your prefix preferences are stored only in this browser's localStorage and never leave the device.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.