The power formula with I and R is P = I2R. This equation calculates the real power dissipated as heat (Joule heating) when current flows through a resistive element. Unlike P = VI, which requires knowing the voltage drop across the specific component, P = I2R allows you to determine power dissipation knowing only the current passing through the circuit and the resistance of the path. This is the foundational equation for sizing wire gauges, selecting resistor wattages, and calculating I2R losses in power distribution.

The Core Power Formula with I and R (and When to Use It)

Before applying the formula to a breadboard or a service panel, you must understand the exact physical boundaries where P = I2R holds true. The formula assumes that all electrical energy converted by the component is dissipated as heat or real work, with no energy stored in magnetic or electric fields.

Symbol Definitions for P = I2R
SymbolVariableStandard UnitMeasurement Tool
PPower (Real/Dissipated)Watts (W)Calculated (or Wattmeter)
ICurrentAmperes (A)Clamp meter or DMM (in series)
RResistanceOhms (Ω)Multimeter (de-energized) or calculated

Applicability and Assumptions

  • DC Circuits: The formula applies universally to any purely resistive DC circuit.
  • AC Circuits: P = I2R applies only to the resistive component of the impedance (where Power Factor = 1.0). Furthermore, the current (I) must be the RMS (Root Mean Square) value, not the peak or peak-to-peak value. If you use peak AC current, your power calculation will be exactly double the real-world dissipation.
  • Reactive Loads: For motors, transformers, or capacitors, P = I2R only calculates the copper losses (heat in the windings), not the total apparent power (VA) drawn from the source.

Realistic Answer Magnitudes

Knowing what a "normal" answer looks like prevents decimal-place errors from burning down your project.

  • Signal/Logic Circuits (I2C, SPI, GPIO): 0.001W to 0.05W (1 mW to 50 mW).
  • Standard Through-Hole Components: 0.1W to 0.25W (100 mW to 250 mW).
  • Power Electronics/Heaters: 10W to 2,000W.
  • Utility Transmission Losses: Kilowatts (kW) to Megawatts (MW) per mile.

Rearranged Forms for Missing Variables

On the bench, you rarely have all three variables handed to you. Here are the algebraic rearrangements of P = I2R, solved for each missing parameter.

Solving for Current (I)

Use this when you know the maximum power rating of a component and its resistance, and need to find the maximum safe current limit.

I = √(P / R)

Example application: Finding the max current a 0.25W, 100Ω pull-up resistor can handle before it exceeds its thermal limit.

Solving for Resistance (R)

Use this when you have a measured current and a known power dissipation (often derived from thermal imaging or a known voltage drop), and need to find the parasitic resistance.

R = P / I2

Example application: Calculating the internal resistance of a battery cell based on its heat output under a specific load.

Worked Examples with Strict Unit Tracking

The most common point of failure in circuit design is not the algebra; it is the unit conversion. The following examples track every unit explicitly.

Problem 1: Sizing a Current-Limiting Resistor for a High-Power LED

Scenario: You are driving a 1W Luxeon LED from a 12V sealed lead-acid battery. The battery's resting voltage is 12.8V. The LED has a forward voltage (Vf) of 3.2V and requires a target current of 350 mA. You need to calculate the power dissipated by the series resistor to select the correct wattage rating.

Step 1: Convert all units to base SI (Amperes, Volts, Ohms, Watts).

  • I = 350 mA = 0.350 A
  • Vsource = 12.8 V
  • Vf = 3.2 V

Step 2: Calculate the required resistance (R) using Ohm's Law.

  • Voltage across resistor (VR) = Vsource - Vf = 12.8 V - 3.2 V = 9.6 V
  • R = VR / I = 9.6 V / 0.350 A = 27.42 Ω
  • Decision: Select the nearest standard E12 resistor value, which is 27 Ω.

Step 3: Calculate actual current with the chosen 27 Ω resistor.

  • Iactual = 9.6 V / 27 Ω = 0.355 A

Step 4: Apply the power formula with I and R (P = I2R).

  • P = (0.355 A)2 × 27 Ω
  • P = (0.126025 A2) × 27 Ω
  • P = 3.40 W

Conclusion: The resistor will dissipate 3.40 Watts of heat. A standard 1/4W or even 1W resistor will instantly overheat and fail. You must select a resistor rated for at least 5W (applying a 50% safety derating margin to the 3.4W calculation).

Problem 2: Calculating I2R Heat Loss in a Solar Feeder Wire

Scenario: A 48V LiFePO4 battery bank feeds a 2500W inverter. The inverter draws 52A under continuous load. The wiring is 4 AWG copper, running 10 feet from the battery to the inverter (20 feet total round-trip length). We need to find the power lost as heat in the wire.

Step 1: Gather base SI units and material constants.

  • I = 52 A
  • Length = 20 ft (round trip)
  • Resistance of 4 AWG copper at 20°C = 0.2485 mΩ/ft = 0.0002485 Ω/ft (Source: Fluke Electrical Guidelines)

Step 2: Calculate total wire resistance (R).

  • R = 20 ft × 0.0002485 Ω/ft = 0.00497 Ω

Step 3: Apply P = I2R.

  • P = (52 A)2 × 0.00497 Ω
  • P = 2704 A2 × 0.00497 Ω
  • P = 13.43 W

Conclusion: The wire is converting 13.43 Watts of battery energy directly into heat inside the conduit. While 4 AWG is thermally rated to handle this heat without melting the insulation, a 13.43W continuous loss represents a 0.5% system efficiency drop. For a high-current DC system, this validates the use of 4 AWG, though upgrading to 2 AWG would halve the I2R loss.

The Unit Mistakes That Will Burn Your Board

Because current is squared in P = I2R, unit conversion errors are not linear; they are exponential. Here are the specific mistakes that destroy hardware.

The "Milliamp Trap" (The 1,000,000x Error)

If your circuit draws 20 mA, and you plug "20" directly into the formula as I, you are calculating for 20 Amperes.

  • Wrong: P = (20)2 × 100Ω = 400 × 100 = 40,000 W.
  • Right: P = (0.020 A)2 × 100Ω = 0.0004 × 100 = 0.04 W.

Rule: Always convert mA to A by dividing by 1,000 before squaring. If you square the milliamps, you must divide the final result by 1,000,000 to get Watts.

The "Kilo-Ohm Blindspot"

If you are measuring a 4.7 kΩ resistor and plug in "4.7" for R, your power calculation will be 1,000 times too low. You will select a 1/4W resistor for a circuit that actually dissipates 2W, resulting in a burned PCB trace. Always convert kΩ to Ω (multiply by 1,000) before calculating.

Ignoring AC Peak vs. RMS

If you measure an AC waveform on an oscilloscope and read a peak current of 10A, plugging 10 into P = I2R will yield a power calculation that is exactly double the actual average power. For sinusoidal AC, you must divide the peak current by √2 (approx 1.414) to get the RMS current (7.07A) before squaring it. (For deeper AC theory, refer to the Georgia State University HyperPhysics power modules).

Decision Tree: Sizing Your Resistor Based on I2R Losses

Once you have calculated P using P = I2R, use this decision path to select the exact physical component. This matrix assumes a standard ambient temperature of 25°C with adequate PCB airflow.

Resistor Wattage Sizing Decision Matrix
Calculated P (Watts)Required Rating (with 50% derating)Technology & Form FactorConcrete Part Number Pick
P < 0.16W 1/4W (0.25W) Through-hole Carbon Film Yageo CFR-25JB series
0.16W ≤ P < 0.66W 1W Through-hole Metal Film Yageo MFR-1S series
0.66W ≤ P < 3.3W 5W Axial Wirewound (Ceramic core) Vishay RS-5 series
3.3W ≤ P < 16W 25W Chassis-Mount Aluminum Housed Vishay FVT series (bolt to heatsink)
P ≥ 16W N/A Topology Change Required Switch to a DC-DC Buck Converter

The Final Default Recommendation

If your P = I2R calculation yields a dissipation greater than 5 Watts, do not use a resistor to drop the voltage. At 5W and above, the physical size, cost, and thermal management requirements of a power resistor become impractical for most hobbyist or commercial enclosures. The default engineering decision is to abandon linear voltage dropping entirely and replace the resistor with a switching buck converter (such as an LM2596 or TPS5430 module), which will reduce the I2R heat loss to a fraction of a watt while maintaining high efficiency.