Amperage conversion is the mathematical process of translating electrical power (watts), voltage, or charge capacity into continuous current (amps) to properly size wires, breakers, and power supplies. This conversion dictates the physical gauge of wire you pull, the trip rating of the breaker you install, and the thermal limits of your semiconductors. Most DIYers get this wrong by confusing apparent power (Volt-Amps) with real power (Watts) in AC circuits, or by ignoring inverter inefficiency and battery voltage sag when calculating DC draw.
Core Amperage Conversion Matrix and Formulas
Before pulling wire or sizing a fuse, you must identify your circuit type. The formula for DC is straightforward, but AC requires accounting for phase angle (Power Factor), and inverter circuits require factoring in conversion efficiency and lowest operational voltage. Below is the definitive conversion matrix for the most common electrical scenarios.
| Circuit Scenario | Conversion Formula | Assumed Variables | Real-World Example |
|---|---|---|---|
| DC Resistive Load | I = P / V | P = Watts, V = Nominal DC Voltage | 60W LED bar on 12V system: 60 / 12 = 5.0A |
| Single-Phase AC (Resistive) | I = P / V | P = Real Power (W), V = RMS Voltage | 1500W space heater on 120V: 1500 / 120 = 12.5A |
| Single-Phase AC (Inductive) | I = P / (V × PF) | PF = Power Factor (typically 0.7-0.9 for motors) | 1/2 HP motor (600W, PF 0.8) on 120V: 600 / (120 × 0.8) = 6.25A |
| DC to AC Inverter Draw | I_dc = P_ac / (V_cutoff × η) | η = Inverter efficiency, V_cutoff = Lowest battery voltage under load | 2000W AC load, 12V battery (11.5V cutoff), 90% eff: 2000 / (11.5 × 0.9) = 193.2A |
| Three-Phase AC (Balanced) | I = P / (√3 × V_LL × PF) | V_LL = Line-to-Line Voltage, √3 ≈ 1.732 | 5000W motor (PF 0.85) on 208V 3-phase: 5000 / (1.732 × 208 × 0.85) = 16.3A |
Worked Numeric Example: Sizing a 2000W Inverter Feeder
Let us apply these formulas to a high-current scenario that frequently causes fires in off-grid solar and van-build communities: wiring a 2000W pure sine wave inverter to a 12V LiFePO4 battery bank. Many builders mistakenly use the nominal 12V and assume a 100% efficient conversion, resulting in severely undersized cables.
Step 1: Calculate True DC Amperage
Your AC load is 2000W. The inverter's spec sheet lists a peak efficiency (η) of 90% (0.90). While the battery is nominally 12V, under a heavy 2000W load, the voltage will sag. We must use the lowest operational voltage before the Battery Management System (BMS) cuts off, which for LiFePO4 is typically 11.5V.
- P_in = 2000W / 0.90 = 2222.2W
- I_continuous = 2222.2W / 11.5V = 193.2A
Step 2: Apply the NEC Continuous Load Rule
According to NEC-style guidance, if a load is expected to run for three hours or more, you must multiply the continuous current by 125% to prevent thermal degradation of the breaker and wire insulation.
- I_sizing = 193.2A × 1.25 = 241.5A
Step 3: Select Wire Gauge and Overcurrent Protection
Looking at NEC Table 310.16 for copper wire in the 75°C column (the standard rating for most lugs and breakers), 4/0 AWG THHN is rated for 230A. This is insufficient for our 241.5A requirement. We must step up to 250 kcmil copper, which is rated for 255A. For overcurrent protection, you would install a 250A Class T fuse as close to the battery positive terminal as possible.
Where You Meet This in Practice
Amperage conversion is not just a textbook exercise; it is the foundational math for three distinct areas of electrical work.
1. Home Branch Circuit Sizing
When adding outlets to a 15A/120V breaker, the theoretical maximum is 1800W (15A × 120V). However, the NEC 80% continuous load rule limits you to 1440W. If you are wiring a dedicated circuit for a 1500W baseboard heater, you must convert that to 12.5A, apply the 125% multiplier (15.6A), and install a 20A breaker with 12 AWG NM-B wire, rather than using a standard 15A breaker and 14 AWG wire.
2. Solar and Battery Bank BMS Limits
A common trap in solar design is ignoring the BMS limit. You might calculate that your 3000W inverter needs 280A from a 24V battery bank. However, if you are using a single 100Ah LiFePO4 battery, its internal BMS is likely hard-capped at 100A continuous discharge. The math dictates the wire size, but the BMS dictates the actual available amperage. To safely deliver 280A, you must parallel three 100Ah batteries and use a busbar rated for at least 350A.
3. Embedded Systems and IoT Runtime
When designing an ESP32-based sensor node, converting battery capacity (mAh) to runtime requires converting the device's varying amperage draw into an average. An ESP32-WROOM-32 draws roughly 240mA during active WiFi transmission, but only 10µA (0.01mA) in deep sleep. If your code wakes the chip for 2 seconds every 10 minutes, your average amperage conversion is approximately 0.8mA. A 2000mAh 18650 cell will theoretically last 2,500 hours (104 days), provided your voltage regulator's quiescent current does not skew the math.
Common Amperage Conversion Mistakes
Mistake 1: Confusing Amp-Hours (Ah) with Amps (A)
Amps measure the instantaneous rate of flow, while Amp-hours measure total capacity. A 100Ah battery does not output 100A; it outputs 1A for 100 hours, or 10A for 10 hours (following Peukert's Law for lead-acid, though less relevant for lithium). Sizing a fuse based on Ah rather than calculated continuous Amps will result in immediate blown fuses or unprotected wiring.
Mistake 2: Using Apparent Power (VA) as Real Power (W)
In AC circuits, a UPS or transformer might be rated in Volt-Amps (VA). A 1000VA UPS with a Power Factor of 0.6 can only deliver 600W of real power. If you plug in an 800W PC power supply assuming '1000VA means 1000W', you will overload the inverter stage. Always convert VA to W using the formula: W = VA × PF. See All About Circuits' guide on AC Power for a deeper breakdown of reactive vs. real power.
Mistake 3: Ignoring Voltage Drop in Long DC Runs
Amperage conversion gives you the current, but it does not account for voltage drop over distance. If you calculate a 10A draw for a 12V water pump and run 50 feet of 14 AWG wire, the resistance of the wire will drop the voltage at the pump to roughly 10.5V. To maintain the 120W output (12V × 10A), the pump's internal electronics will actually pull more amperage from the source to compensate for the lower voltage, increasing heat in the wire. Always run a voltage drop calculation after your initial amperage conversion, upsizing the wire if the drop exceeds 3%.
Accurate amperage conversion bridges the gap between theoretical circuit design and safe, physical installation. By respecting power factor, inverter efficiency, and continuous load multipliers, you ensure your conductors stay cool, your breakers only trip during actual faults, and your power systems deliver reliable energy.






