To calculate amps and watts, you use the fundamental power equation: P = V × I for DC circuits, and P = V × I × PF for single-phase AC circuits. If you know any two variables, you can algebraically rearrange the formula to solve for the third. This derivation dictates everything from sizing a solar inverter fuse to selecting the correct breaker for a 240V well pump.

The Core Power Equation: Symbols, Units, and Rearranged Forms

The relationship between power, voltage, and current is linear in DC systems and purely resistive AC systems. Below is the definitive symbol table for the standard power formula.

Symbol Quantity Standard Unit Unit Abbreviation Definition
P Real Power Watts W The rate of energy transfer or work performed (heat, light, mechanical).
V Voltage Volts V Electrical potential difference (RMS for AC, nominal for DC).
I Current Amperes A The flow rate of electrical charge through a conductor.
PF Power Factor Dimensionless N/A Ratio of real power to apparent power (1.0 for DC/resistive, <1.0 for inductive AC).

Rearranged Forms

Depending on your known variables, use these algebraic rearrangements. Memorize these to eliminate guesswork on the bench:

  • Solve for Current: I = P / V (DC) | I = P / (V × PF) (AC)
  • Solve for Voltage: V = P / I (DC) | V = P / (I × PF) (AC)
  • Solve for Power: P = V × I (DC) | P = V × I × PF (AC)
  • Solve for Power Factor: PF = P / (V × I) (AC only)

Realistic Answer Magnitudes

Before trusting your calculator, sanity-check your result against real-world baselines. If your math says a phone charger draws 50A, you dropped a decimal.

  • USB-C Phone Charger: ~20W to 65W (5V to 20V, 2A to 3A)
  • Standard US 120V Outlet (15A Breaker): Max 1440W continuous (120V × 12A)
  • Electric Space Heater: 1500W (120V, 12.5A)
  • EV Level 2 Charger (Hardwired): 9600W (240V, 40A)
  • Central AC Compressor: 3500W to 5000W (240V, 15A to 22A)

Assumptions, Boundaries, and Unit Mistakes

The formula P = V × I is not universal; it relies on strict assumptions about the circuit topology and the units you feed into it.

When the Formula Applies

  • DC Circuits: The formula is absolute. Voltage is constant, current is constant.
  • Single-Phase AC (Resistive): For incandescent bulbs or baseboard heaters, PF = 1.0. The formula simplifies back to P = V × I.
  • Single-Phase AC (Inductive): For motors, transformers, and compressors, you must include Power Factor (PF). According to Fluke's electrical diagnostics guidelines, ignoring PF on inductive loads will cause you to underestimate the current draw, leading to undersized wire and tripped breakers.
  • Three-Phase AC: The formula changes entirely to P = V × I × PF × √3 (or 1.732). Do not use the single-phase formula for 3-phase industrial panels.

Unit Mistakes That Break the Math

The most common reason DIYers calculate the wrong wire size is unit mismatch. The formula requires base units (Watts, Volts, Amps).

  • Kilowatts vs. Watts: A 2.5kW heater is 2500W. If you calculate 2.5 / 240, you get 0.01A instead of the correct 10.4A.
  • Milliamps vs. Amps: An ESP32 drawing 240mA is drawing 0.24A.
  • Peak vs. RMS Voltage: In AC systems, standard multimeters read RMS (Root Mean Square) voltage. If you use an oscilloscope and measure the peak-to-peak voltage of a 120V outlet (~340V peak-to-peak), plugging 340 into the formula will yield dangerously incorrect current estimates. Always use RMS.
  • Horsepower vs. Watts: Motor nameplates often list HP. 1 Mechanical Horsepower = 746 Watts. You must convert HP to Watts before using the power equation.

Worked Example 1: 12V DC Off-Grid Inverter Sizing

Scenario: You are wiring a 1200W pure sine wave inverter to a 12V nominal LiFePO4 battery bank. You need to calculate the maximum DC current draw to size the inline fuse and battery cables.

  1. Identify Known Variables:
    Power (P) = 1200 [W]
    Voltage (V) = 12 [V] (Use nominal 12V for worst-case current; actual resting voltage is ~13.2V, but 12V yields the highest amp draw).
  2. Select the Formula:
    I = P / V
  3. Execute Calculation with Unit Tracking:
    I = 1200 [W] / 12 [V]
    I = 100 [A]
  4. Apply Safety Derating (NEC 125% Rule for Continuous Loads):
    Inverters can run at full load for over 3 hours. Multiply by 1.25.
    100 [A] × 1.25 = 125 [A]
  5. Concrete Component Selection:
    You need a fuse rated for at least 125A (a standard 150A ANL fuse is the correct pick) and wire rated for 150A in the 75°C column. According to NFPA 70 (NEC) Table 310.16, 1/0 AWG copper THHN is rated for 150A, making it the minimum safe wire size.
Bench Tip: Never size DC fuses based purely on the inverter's "surge" rating (e.g., 2400W for 5 seconds). Fuses have an inherent time-delay curve that handles brief surges. Size the fuse for the continuous 125% load to prevent nuisance blows.

Worked Example 2: 240V AC Single-Phase Compressor Motor

Scenario: You are installing a 1.5 kW (1500W) single-phase well pump motor on a 240V AC dedicated circuit. The motor datasheet specifies a Power Factor (PF) of 0.80. Calculate the running current and select the breaker.

  1. Identify Known Variables:
    Real Power (P) = 1500 [W] (This is the electrical input power required to achieve the mechanical output).
    Voltage (V) = 240 [V] (RMS).
    Power Factor (PF) = 0.80.
  2. Select the Formula:
    Because this is an inductive AC load, apparent power (V × I) is higher than real power. We must use:
    I = P / (V × PF)
  3. Execute Calculation with Unit Tracking:
    Denominator: 240 [V] × 0.80 [PF] = 192 [V-effective]
    I = 1500 [W] / 192 [V-effective]
    I = 7.8125 [A]
  4. Apply Motor Circuit Multipliers:
    Per AC power theory and NEC Article 430, motor branch circuits require a 125% multiplier for continuous running current, plus headroom for locked-rotor starting surges.
    Continuous wire sizing: 7.81 [A] × 1.25 = 9.76 [A].
  5. Concrete Component Selection:
    The wire must handle 9.76A. 14 AWG copper is rated for 15A, which is legally sufficient. However, for a motor with high starting inrush current and long wire runs to a well head, voltage drop is a killer. Select 12 AWG THHN (rated 25A) to mitigate voltage drop. Pair this with a 15A or 20A double-pole breaker (or a motor-rated circuit breaker that allows higher magnetic trip thresholds for inrush).

Decision Tree: Translating Calculated Amps to Wire and Breaker Sizes

Once you have calculated your base amperage using the formulas above, use this decision matrix to terminate your design into concrete hardware picks. This table assumes standard copper THHN/THWN wire in a 75°C termination environment (the default for modern breakers and lugs) and standard NEC continuous load derating (125%).

Calculated Base Amps (I) Derated Amps (I × 1.25) Standard Breaker Size (Next Size Up) Concrete Wire Pick (Copper THHN)
8.0 A 10.0 A 15 A 14 AWG
12.0 A 15.0 A 15 A 14 AWG
16.0 A 20.0 A 20 A 12 AWG
24.0 A 30.0 A 30 A 10 AWG
32.0 A 40.0 A 40 A 8 AWG
40.0 A 50.0 A 50 A 6 AWG
55.0 A 68.75 A 70 A 4 AWG

Final Directive: If your calculated continuous load is exactly 16.0A, multiply by 1.25 to get 20.0A. Select a 20A breaker and pull 12 AWG copper THHN. Do not round down your breaker size, and do not use aluminum wire without consulting the 75°C aluminum ampacity column, which requires upsizing by two AWG steps.