Electric current is the rate of flow of electric charge through a conductor, measured in amperes (A), where one ampere equals one coulomb of charge passing a given point per second.

Knowing how to compute current is the foundational skill that separates guessing from engineering, dictating everything from the gauge of wire you pull through conduit to the trip curve of the breaker protecting your bench power supply. While voltage is the pressure pushing the electrons, current is the actual volume of work being done, and it is the primary variable that generates heat in your conductors.

The Core Formulas: Ohm's Law and the Power Equation

At the workbench or on the jobsite, you will rarely have all three variables (Voltage, Current, Resistance) handed to you. Instead, you usually know the supply voltage and either the resistance of the load or the power rating of the device. This gives us two primary equations to compute current:

  • Ohm's Law: I = V / R (Current = Voltage / Resistance)
  • Power Equation: I = P / V (Current = Power / Voltage)

For a deeper dive into the foundational physics, All About Circuits provides an excellent breakdown of Ohm's Law and how it applies to linear DC components.

A Worked Numeric Example: The Living Room Circuit

Let's compute the current for a real-world 120V nominal US residential branch circuit. You plug in a 1500W ceramic space heater and a 120W LED television.

  1. Heater Current: I = 1500W / 120V = 12.5A
  2. TV Current: I = 120W / 120V = 1.0A
  3. Total Computed Current: 12.5A + 1.0A = 13.5A
What this changes in a real installation: A total draw of 13.5A on a standard 15A breaker seems acceptable at first glance (it is under the 15A trip threshold). However, if the space heater runs for three hours or more, it becomes a 'continuous load.' NEC Article 210.20(A) requires branch circuits to be rated at 125% of continuous loads. Multiplying 13.5A by 1.25 yields 16.875A. This computed value forces you to upgrade from a 15A breaker with 14 AWG wire to a 20A breaker with 12 AWG copper wire to prevent nuisance tripping and conductor overheating.

AC vs. DC: What People Commonly Confuse

When moving from DC battery systems to AC mains or complex DC switching supplies, two major confusions arise that will cause your current computations to fail if ignored.

Confusion 1: Power (Watts) vs. Current (Amps)

Beginners often conflate the energy consumed (Watts) with the current flowing (Amps). A 1000W load on a 12V DC solar system draws 83.3A, requiring massive 2 AWG battery cables. That exact same 1000W load on a 240V AC European mains circuit draws only 4.16A, which can safely run on thin 1.5mm² wire. The power is identical; the current is drastically different because of the voltage.

Confusion 2: Peak vs. RMS Current in AC

In Alternating Current, the voltage and current waveforms are sinusoidal. A standard US 120V outlet is actually 120V RMS (Root Mean Square), meaning the voltage actually peaks at roughly 170V. When computing current for power delivery and thermal wire sizing, you must always use RMS values. If you mistakenly use peak voltage in the power equation, your computed current will be artificially low by a factor of √2 (1.414), leading to dangerously undersized wires.

Confusion 3: Ignoring Power Factor (PF)

For purely resistive DC loads or AC heating elements, the Power Equation (I = P / V) is perfectly accurate. But for inductive AC loads (motors, transformers) or capacitive loads (switch-mode PC power supplies), the voltage and current waveforms fall out of phase. You must introduce Power Factor (PF) into the equation:

I = P / (V × PF)

Consider two 1000W devices on a 120V AC circuit:

  • Resistive Space Heater (PF = 1.0): I = 1000 / (120 × 1.0) = 8.33A
  • Inductive Air Compressor Motor (PF = 0.80): I = 1000 / (120 × 0.80) = 10.41A

The motor draws over 2 amps more than the heater to do the same real work, because the utility must supply 'reactive power' to maintain the magnetic fields in the motor windings. The National Electrical Code (NFPA 70) mandates specific overcurrent protection sizing that accounts for these real-world inductive spikes, particularly for motor circuits under Article 430.

Where You Meet This in Practice: Sizing Breakers and Wires

Computing current is not an academic exercise; it is the direct input for selecting physical hardware. Once you have your computed load current, you must cross-reference it with wire ampacity tables (like NEC Table 310.16) and standard breaker sizes (NEC 240.6).

Here is a practical decision matrix for standard copper THHN wire in a residential or light commercial setting, assuming an ambient temperature of 30°C (86°F):

Computed Load Current Continuous Load? (125% Rule) Minimum Wire AWG (Copper) Max Standard Breaker Size
12.0A No 14 AWG (15A ampacity) 15A
12.0A Yes (12.0 × 1.25 = 15A) 12 AWG (20A ampacity) 20A
16.0A No 12 AWG (20A ampacity) 20A
16.0A Yes (16.0 × 1.25 = 20A) 10 AWG (30A ampacity) 30A
32.0A No 8 AWG (40A ampacity) 40A
Voltage Drop Check: Computing current also allows you to verify voltage drop over long wire runs. The formula is V_drop = I × R_wire. If your computed current is 15A, and you are running 100 feet of 12 AWG copper (which has a resistance of roughly 0.193 ohms per 100ft for the loop), the voltage drop is 15A × 0.193Ω = 2.89V. On a 120V circuit, this is a 2.4% drop, which is well within the NEC recommended 3% maximum for branch circuits.

Frequently Asked Questions: How to Compute Current in Edge Cases

How to compute current in a 3-phase AC system?

In commercial and industrial settings, 3-phase power is standard. The single-phase power equation must be adjusted to account for the three overlapping waveforms. The formula becomes: I = P / (√3 × V × PF × η), where V is the line-to-line voltage, PF is the power factor, and η (eta) is the efficiency of the motor. For example, a 10,000W (10kW) 3-phase motor on a 480V supply with a 0.85 PF and 90% efficiency draws: I = 10,000 / (1.732 × 480 × 0.85 × 0.90) = 15.7A per phase.

How to compute current when resistance changes with temperature?

Ohm's Law (I = V / R) assumes a static resistance, but materials like tungsten (in incandescent bulbs) or PTC thermistors change resistance drastically as they heat up. A 100W, 120V incandescent bulb has a hot resistance of 144 ohms (drawing 0.83A), but a cold resistance of only about 9.6 ohms. When you first flip the switch, the inrush current is I = 120V / 9.6Ω = 12.5A—roughly 15 times the steady-state current. In practice, you compute current using the nominal operating (hot) resistance for continuous thermal sizing, but you must account for the cold inrush current when sizing fast-acting fuses or selecting MOSFETs for switching to prevent them from blowing on startup.

How to compute current draw to size a lithium battery BMS?

When building a custom 18650 or LiFePO4 pack, the Battery Management System (BMS) must be rated for your peak continuous current. First, compute the maximum continuous wattage of your load (e.g., an e-bike motor rated at 750W). Divide this by the nominal pack voltage (e.g., a 13S Li-ion pack is 48V nominal). I = 750W / 48V = 15.6A. Next, add a 20% safety margin for acceleration spikes and controller inefficiencies: 15.6A × 1.2 = 18.7A. You would select a BMS rated for at least 20A continuous discharge, ensuring the balance leads and main discharge traces can handle the thermal load without melting.