You cannot directly convert volts (V) to amps (A) because they measure fundamentally different electrical properties—voltage is electrical pressure, while current (amps) is the flow rate. However, if your underlying query is how to find the amp draw for a standard 120V, 1500W resistive load (like a common space heater), the direct answer is 12.5 amps. The formula used is I = P ÷ V. Substituting the values: 12.5A = 1500W ÷ 120V. To convert any voltage to amps, you must know either the power (watts) or the resistance (ohms) of the circuit.

The Core Assumptions: What Fixes the Answer

Because volts and amps measure different things, a direct 1:1 conversion is physically impossible. Think of a water hose: voltage is the water pressure supplied by the pump, while amps are the gallons per minute flowing out the nozzle. You cannot know the flow rate just by knowing the pressure unless you also know the size of the nozzle (resistance) or the total work being done (watts).

Therefore, the assumption that fixes your answer is the presence of a third variable. You must use either:

  • Watts (Power): I = P ÷ V (Used for sizing breakers and wire for appliances)
  • Ohms (Resistance): I = V ÷ R (Used for PCB design and component-level troubleshooting)
When the Conversion is Meaningless: In alternating current (AC) circuits with inductive loads (like motors, compressors, or transformers), calculating amps using only real power (Watts) and voltage will give you a dangerously low number. This is because of Power Factor (PF). If the PF is unknown, the conversion is meaningless for wire sizing, as the apparent power (VA) will dictate the actual current heating up your conductors. For a detailed breakdown of AC power triangles, refer to the Electronics Tutorials guide on AC Power.

How the Math Shifts: 120V vs 230V vs 3-Phase

A common mistake is assuming a 1500W appliance will draw 12.5 amps no matter where you plug it in. The amp draw shifts dramatically based on the supply voltage and the phase configuration. Higher voltages push the same amount of power with less current, which is why heavy machinery uses 480V 3-phase power to keep wire sizes manageable.

Here is how the amp draw shifts for a constant 1500W load across different global standards (assuming a Power Factor of 1.0 for a purely resistive load):

  • 120V (US Standard Single-Phase): 12.5A (1500W ÷ 120V)
  • 230V (EU/UK Standard Single-Phase): 6.52A (1500W ÷ 230V)
  • 240V (US Split-Phase): 6.25A (1500W ÷ 240V)
  • 208V (US 3-Phase): 4.16A (1500W ÷ [208V × √3])

Neighboring Values Table: 120V Nominal ±20% Range

Utility grids do not deliver exactly 120V. According to ANSI C84.1 standards, a 120V nominal system can legally fluctuate between 114V and 126V (Range A), and occasionally wider during faults. If you are designing a circuit, you must calculate for the worst-case voltage drop. Here is the amp draw for a 1500W load across a ±20% voltage range:

Voltage (V) Variance Amps (1500W Load) Impact on Wire Sizing
96V -20% (Brownout) 15.62A Exceeds 14 AWG continuous limits
108V -10% 13.88A Safe for 14 AWG (non-continuous)
120V Nominal 12.50A Standard 15A breaker baseline
132V +10% (Swell) 11.36A Lower heat generation in conductors
144V +20% (Fault condition) 10.41A Equipment damage likely before wire overheats

Sizing Breakers and Wire for the Converted Amps

Once you have converted your volts and watts into amps, you must apply National Electrical Code (NEC) rules to size your protective devices. You cannot simply put a 12.5A load on a 15A breaker without checking the duty cycle.

Under NEC Article 210.20(A), if a load is expected to run continuously for 3 hours or more (like a baseboard heater or a server rack), you must multiply the calculated amps by 125%.

  • Calculated Amps: 12.5A
  • Continuous Load Multiplier: 12.5A × 1.25 = 15.625A
  • Required Breaker: The next standard size up is 20A.
  • Required Wire: 12 AWG copper THHN (rated for 20A in the 60°C/75°C column).

If you attempt to run a continuous 12.5A load on a 15A breaker with 14 AWG wire, the breaker's thermal trip mechanism will eventually nuisance-trip as the bimetallic strip heats up inside the panel, or worse, the wire insulation will degrade over time.

Frequently Asked Questions

How do I convert 12V to amps for my solar battery bank?

For DC systems like a 12V LiFePO4 battery bank, the formula remains I = P ÷ V. However, you must use the lowest expected operating voltage, not the nominal voltage. A '12V' battery actually operates between 11.2V (empty) and 14.4V (charging). If you have a 600W inverter load, calculate using 11.2V to find the worst-case amp draw: 600W ÷ 11.2V = 53.5A. Always add a 15% buffer for inverter inefficiencies, bringing the real draw to roughly 61.5A, requiring 4 AWG wire and an 80A ANL fuse.

Can I convert amps to volts without knowing the wattage?

Yes, but only if you know the resistance (Ohms) of the circuit. Using Ohm's Law (V = I × R), if you measure 2 amps flowing through a 10-ohm resistor, the voltage drop across that component is exactly 20V. Without either wattage or resistance, converting amps back to volts is mathematically impossible.

Why does my 230V European appliance draw fewer amps than a 120V US one?

Because power (Watts) is the product of voltage and current (P = V × I). To deliver the exact same amount of heating or mechanical work (e.g., 2000W), a 230V system only needs to push half the volume of electrons (amps) compared to a 120V system. This is why high-voltage transmission lines operate at hundreds of thousands of volts—it minimizes the amp draw, which in turn minimizes I²R (heat) losses over long distances.

What happens to the amp conversion if the power factor is unknown?

If you are sizing wire for an AC motor and the power factor (PF) is unknown, assuming a PF of 1.0 will result in undersized wire. Inductive loads cause the current waveform to lag behind the voltage waveform. A 1500W motor with a poor PF of 0.75 will actually draw 1500W ÷ (120V × 0.75) = 16.6A from the grid, even though it only does 1500W of real mechanical work. When in doubt, measure the actual current with a True-RMS clamp meter at the panel under full mechanical load, or assume a conservative PF of 0.80 for general AC motor calculations.