Back to all articles
physicselectronicsohms law

Ohm's Law Calculator: Voltage, Current, Resistance & Power Guide

Master Ohm's Law formulas to calculate voltage,current,resistance,and electrical power with worked examples.

6 min read

At the heart of all electrical engineering and electronics design lies a fundamental physical principle: Ohm's Law. Formulated by the German physicist Georg Ohm in 1827, this law describes the mathematical relationship between the pressure driving electric charges, the flow rate of those charges, and the resistance opposing them.

Whether you are a hobbyist building an Arduino prototype, an engineer designing power supplies for renewable energy grids in 2026, or a student studying physics, Ohm's Law is your primary tool. This guide details the four main electrical variables, outlines their respective formulas, walks through a practical circuit calculation, and explains how to select the right components for safe operation.

To calculate these electrical values instantly, you can use our Ohm's Law Calculator.

---

The Four Core Electrical Variables

To understand electric circuits, we can compare them to a household plumbing system.

  1. Voltage ($V$, measured in Volts, $\text{V}$):

Voltage is the electrical potential difference between two points. It represents the electrical "pressure" that pushes charges through a conductor. In the water analogy, voltage is equivalent to water pressure.

  1. Current ($I$, measured in Amperes, $\text{A}$):

Current is the flow rate of electric charge. It measures how many electrons pass a given point in a conductor per second. This is equivalent to the water flow rate (e.g., liters per minute).

  1. Resistance ($R$, measured in Ohms, $\Omega$):

Resistance is the opposition that a material offers to the flow of current. Conductors like copper have low resistance, while insulators like rubber have high resistance. In our plumbing model, resistance is equivalent to a narrow pipe restriction.

  1. Power ($P$, measured in Watts, $\text{W}$):

Power is the rate at which electrical energy is consumed or generated. It represents the work done by the circuit per unit of time (Voltage multiplied by Current).

---

Ohm's Law and Power Equations

Ohm's Law is commonly represented as:

$$V = I \times R$$

By rearranging this equation, we can solve for any of the three variables if the other two are known:

* To find Current ($I$):

$$I = \frac{V}{R}$$

* To find Resistance ($R$):

$$R = \frac{V}{I}$$

Electrical Power Equations (Joule's Law)

Electric power ($P$) is directly tied to Ohm's Law. The basic power equation is:

$$P = V \times I$$

By substituting Ohm's Law ($V = IR$ or $I = V/R$) into the power equation, we derive two additional formulas that let you calculate power using resistance:

* Power in terms of Current and Resistance:

$$P = I^2 \times R$$

* Power in terms of Voltage and Resistance:

$$P = \frac{V^2}{R}$$

These equations are often summarized in the "Ohm's Law Wheel," which maps twelve distinct formulas to solve for $V$, $I$, $R$, or $P$.

---

Step-by-Step Circuit Design Example

Let us design a simple indicator light circuit for a new smart device. We want to connect an LED to a 12V DC power source. To prevent the LED from burning out, we must use a series resistor to limit the current.

Given Specifications:

* Source Voltage ($V_{source}$): $12\text{ V}$

* LED Forward Voltage ($V_{LED}$): $2\text{ V}$ (this is the voltage drop across the LED)

* Target Current ($I$): $20\text{ mA}$ (which is $0.020\text{ A}$)

Step 1: Calculate the Voltage Drop Across the Resistor ($V_R$)

Since the LED drops $2\text{ V}$, the remaining voltage must be dropped across our resistor:

$$V_R = V_{source} - V_{LED}$$

$$V_R = 12\text{ V} - 2\text{ V} = 10\text{ V}$$

Step 2: Calculate the Required Resistor Value ($R$)

Using the Ohm's Law resistance formula:

$$R = \frac{V_R}{I}$$

$$R = \frac{10\text{ V}}{0.020\text{ A}} = 500\ \Omega$$

We need a $500\ \Omega$ resistor.

Step 3: Calculate the Power Dissipation of the Resistor ($P$)

Resistors convert excess electrical energy into heat. We must calculate the power dissipated by the resistor to ensure we do not exceed its physical power rating:

$$P = V_R \times I$$

$$P = 10\text{ V} \times 0.020\text{ A} = 0.20\text{ Watts}$$

Alternatively, using the current and resistance formula:

$$P = I^2 \times R = (0.020)^2 \times 500 = 0.0004 \times 500 = 0.20\text{ Watts}$$

Selecting the Component:

In electronics, resistors are sold with standard power ratings, such as:

* $1/8\text{ W}$ ($0.125\text{ W}$)

* $1/4\text{ W}$ ($0.25\text{ W}$)

* $1/2\text{ W}$ ($0.50\text{ W}$)

Since our resistor will dissipate $0.20\text{ W}$:

* A $1/8\text{ W}$ resistor would burn out because $0.20\text{ W} > 0.125\text{ W}$.

* A $1/4\text{ W}$ ($0.25\text{ W}$) resistor can handle $0.20\text{ W}$, but it will run hot and might degrade over time.

* For safety margin (often called "derating" components by 50% in professional engineering), a design engineer would select a $1/2\text{ W}$ ($0.50\text{ W}$) resistor to ensure cool, reliable operation.

---

Practical Engineering Tips and Pitfalls

* Watch Your Units: Ohm's Law formulas require base units: Volts ($V$), Amperes ($A$), and Ohms ($\Omega$). If your inputs are in milliamps ($mA$) or kilohms ($k\Omega$), convert them first:

$$1\text{ mA} = 0.001\text{ A}$$

$$1\text{ k}\Omega = 1,000\ \Omega$$

AC vs. DC Impedance: For direct current (DC) circuits, resistance is straightforward. For alternating current (AC) circuits, resistance is replaced by impedance* ($Z$), which factors in capacitance and inductance. The equation becomes $V = I \times Z$.

* Thermal Runaway: Resistance in conductors usually increases as temperature rises. However, in semiconductors like silicon, resistance decreases with heat, which can lead to runaway current draw if not controlled.

---

Frequently Asked Questions (FAQ)

What happens to the current in a circuit if the resistance is doubled?

If the voltage remains constant, doubling the resistance will cut the current in half. This is because current is inversely proportional to resistance ($I = V/R$).

Why do appliances draw more current if the voltage drops?

Some devices, like electric motors and switching power supplies, are regulated to consume a constant amount of power ($P$). Since $P = V \times I$, if the supply voltage ($V$) drops, the current ($I$) must increase to maintain the same power output. This is why low voltage can cause motors to overheat and burn out.

What is the difference between a short circuit and an open circuit?

* A short circuit occurs when current bypasses the load through a path of near-zero resistance ($R \approx 0$). According to $I = V/R$, this leads to an extremely high current, causing wires to melt or catch fire.

* An open circuit occurs when the electrical path is broken ($R \approx \infty$), preventing any current from flowing ($I = 0$).

Topics:#physics#electronics#ohms law#electrical engineering

Related Articles

Ready to start calculating?

Use our free calculators to make data-driven decisions for your financial and health goals.

Explore Calculators
Mathify – Calculate anything in seconds