science calculator

Ohm's Law Calculator

Compute current and power from voltage and resistance using Ohm's law.

Results

Current (A)
3.00
Power (W)
36.00

Overview

Ohm’s law is one of the fundamental relationships in basic electronics. This calculator lets you plug in a voltage and resistance to quickly find the resulting current and power, so you can size components, check loads, and sanity‑check lab measurements without doing the math by hand.

Instead of reaching for a separate calculator every time you change a resistor value or supply voltage, you enter two numbers—V and R—and instantly see current (I) and power (P). That makes it easier to iterate quickly when you’re choosing resistor wattage, checking whether a USB port can safely supply a load, or explaining circuit behavior to students.

Because the interface focuses on just a few core inputs and outputs, it’s also a practical teaching tool. You can ask “What happens if we double the resistance?” or “What if the supply jumps from 5 V to 12 V?” and immediately see how current and power respond, reinforcing the intuition that small changes on the voltage or resistance side can have large consequences for heat, safety, and reliability.

Use this Ohm’s law calculator any time you want a quick, reliable check on simple resistive circuits: building LED indicators, picking a series resistor for a sensor, estimating how hot a power resistor might run, or translating lab measurements into design decisions without getting buried in algebra.

How to use this calculator

  1. Enter the voltage across the component or circuit branch you’re analyzing (supply or node voltage).
  2. Enter the resistance in ohms of the load—for example, a resistor from a schematic or the approximate resistance of a device.
  3. Run the calculation to compute the current I = V ÷ R and the power P = V × I.
  4. Compare the calculated current against the ratings of your power source, traces, connectors, and protective devices.
  5. Compare the calculated power against the wattage rating of the resistor or load, adding safety margin where appropriate.

Inputs explained

Voltage (V)
The potential difference across the component or circuit branch, measured in volts. For DC circuits, this is typically the supply voltage; for AC, use the RMS voltage when you want average power estimates.
Resistance (Ω)
The resistance of the load in ohms. This might be a resistor value from a schematic, a measured value with a multimeter, or an approximate resistance of a device such as a heater or lamp filament.

Outputs explained

Current (A)
The calculated steady‑state current flowing through the resistor or load, in amperes, based on I = V ÷ R. Use this to check whether your supply, wiring, and protective devices (fuses, breakers) are appropriately sized.
Power (W)
The electrical power dissipated by the resistor or load, in watts, computed as P = V × I. Use this to choose an adequate resistor wattage rating or confirm that a device will not overheat under normal operation.

How it works

Ohm’s law states that voltage (V), current (I), and resistance (R) are related by V = I × R.

If you know V and R, you can solve for current as I = V ÷ R.

Once you know current, you can compute electrical power using P = V × I.

This calculator applies those formulas under the assumption of a simple, purely resistive load driven by a DC or RMS AC voltage.

Internally, we take your voltage and resistance inputs, perform the division to get current, then immediately multiply by voltage to get power in watts.

For common resistor‑sizing and current‑limit tasks, this ideal model is close enough that you can confidently select components and power supplies with a margin of safety before doing deeper analysis if needed.

Formula

Ohm’s law: V = I × R\nCurrent: I = V ÷ R\nPower: P = V × I

When to use it

  • Estimating current draw from a supply rail to ensure your power supply and wiring are sized appropriately and won’t trip protection or sag excessively.
  • Sizing resistors and checking expected wattage before purchasing parts for a new design, repair, or prototyping a simple LED/resistor circuit.
  • Spot‑checking bench experiments when it’s easier to measure voltage and resistance than current directly, or when you want to avoid breaking circuits to insert an ammeter.
  • Teaching or learning basic electronics by exploring how changes in resistance and voltage affect current and power using an interactive tool instead of only static textbook examples.
  • Checking whether proposed design changes (for example, halving resistance or increasing supply voltage) will push currents or power beyond safe limits.
  • Comparing different resistor values when designing voltage dividers or pull‑ups so you can balance current consumption, noise sensitivity, and loading.
  • Estimating how much power a heater, motor, or other resistive appliance will draw from a given outlet or power adapter before you plug it in.

Tips & cautions

  • Use RMS values for AC sources (like household mains) when plugging voltages into Ohm’s law for average power estimates; peak values will overstate power if used directly.
  • Select resistors with a wattage rating comfortably above the calculated power—often 2× or more—to improve reliability, reduce temperature rise, and account for tolerance and real‑world conditions.
  • Double‑check units: mixing ohms (Ω) and kilo‑ohms (kΩ) or milli‑ohms without conversion will produce incorrect currents and powers; convert everything to base units before entering values.
  • Remember that real components have tolerances; if precision matters, consider the worst‑case resistance within the tolerance band (for example, ±5%) when checking maximum current and power.
  • If wire heating or PCB trace sizing is a concern, use the calculated current together with ampacity/tracking guidelines to make sure your conductors are adequate.
  • Models purely resistive loads; reactive circuits with significant inductance or capacitance require complex impedance calculations and phasor analysis, not just Ohm’s law in its simplest form.
  • Does not account for temperature effects, resistance drift, or non‑linear devices such as diodes, LEDs, or transistors, whose current‑voltage relationship is not linear.
  • Assumes steady‑state conditions and ignores transient spikes, inrush currents, non‑sine waveforms, and switching behavior common in power electronics and motor drives.
  • Provides scalar values only; it does not handle vector quantities, phase angles, or frequency‑dependent behavior found in AC power systems and RF circuits.

Worked examples

12 V across 4 Ω

  • Current I = 12 ÷ 4 = 3 A.
  • Power P = 12 × 3 = 36 W.
  • Interpretation: use at least a 50 W‑rated resistor (or multiple resistors) for safe operation.

5 V across 200 Ω

  • Current I = 5 ÷ 200 = 0.025 A (25 mA).
  • Power P = 5 × 0.025 = 0.125 W (125 mW).
  • Interpretation: a common ¼‑watt resistor is sufficient in this case.

Mains‑rated heater element check

  • Suppose a heater element measures about 48 Ω and is intended for a 120 V AC mains supply (use 120 V RMS in the calculator).
  • Current I ≈ 120 ÷ 48 = 2.5 A.
  • Power P ≈ 120 × 2.5 = 300 W.
  • Interpretation: you now know the approximate load on the circuit and can confirm that wiring, switches, and protection are suitable for around 2.5 A and 300 W.

Deep dive

Use this Ohm’s law calculator to get current and power from voltage and resistance so you can size components, wires, and power supplies safely.

Enter voltage and resistance to quickly compute amps and watts for prototyping, classroom demos, lab experiments, or troubleshooting circuits on the bench.

Ideal for students, makers, repair techs, and engineers who want fast V = I×R and P = V×I answers without pulling out a separate calculator or doing mental math.

Great as a teaching aid when introducing Ohm’s law, resistor sizing, and basic power dissipation concepts in introductory electronics courses.

Perfect for quick design sanity checks—use it alongside your schematic tool, simulator, or breadboard to keep current and power within safe ranges from the start.

FAQs

Can I solve for resistance or voltage instead?
Yes, algebraically. If you know current and voltage, resistance R = V ÷ I. If you know current and resistance, voltage V = I × R. A future version of this tool may allow entering any two variables and solving for the third.
Is this valid for AC circuits?
For purely resistive AC loads and RMS voltages, yes. For circuits with significant inductance or capacitance, you must use impedance and phasor analysis; simple Ohm’s law with DC‑style values will not capture phase and reactive effects.
How do I use this when picking a fuse or breaker?
Use the calculator to estimate the expected steady‑state current through your load, then choose protection devices with ratings that safely exceed that current but still protect wiring and components according to code and manufacturer guidance.

Related calculators

Electrical work can be hazardous. This Ohm’s law calculator provides simplified calculations for educational and planning purposes and does not replace proper circuit analysis, safety practices, or compliance with electrical codes. Always verify designs with appropriate tools and consult qualified professionals when working with high voltages or critical systems.