100 watts converts to 0.833 amps on a standard 120V AC single-phase circuit (assuming a unity power factor of 1.0). If you are running that same 100W load on a 12V DC system, it draws 8.33 amps. The foundational formula for DC is I = P ÷ V, and for single-phase AC, it is I = P ÷ (V × PF). Substituting our baseline values for a 120V AC circuit: 100W ÷ (120V × 1.0) = 0.833A.

While 100W is a relatively small load—typical of a high-output LED driver, a benchtop soldering station, or a laptop power supply—the resulting amperage dictates your wire gauge, voltage drop considerations, and overcurrent protection. Below is the exact current draw for a 100W load across standard global and industrial voltages.

100 Watts to Amps Across Standard Voltages

The current drawn by a 100W device changes drastically depending on the system voltage and phase configuration. Use this reference table to find the exact amperage for your specific supply. All AC calculations below assume a Power Factor (PF) of 1.0 unless otherwise noted.

System Type Nominal Voltage Phase Power Factor Current (Amps) Typical Application
DC 12V N/A 1.0 8.333 A Automotive, Solar, RV
DC 24V N/A 1.0 4.167 A Marine, 24V Solar Banks
AC 120V Single 1.0 0.833 A US/CA Standard Receptacle
AC 120V Single 0.8 (Lagging) 1.042 A Inductive Loads (Motors)
AC 208V Three 1.0 0.277 A US Commercial HVAC
AC 230V Single 1.0 0.435 A UK/EU/AU Standard Mains
AC 277V Single 1.0 0.361 A US Commercial Lighting
AC 480V Three 1.0 0.120 A Industrial 3-Phase Power

Why "100W to Amps" is Meaningless Without These 3 Assumptions

If someone asks "how many amps is 100 watts" without providing context, the question is electrically incomplete. Watts measure real power (the actual work being done or heat being generated), while amps measure current (the flow of electrons). To bridge the two, you must lock in three variables:

1. The System Voltage (The Divisor)

Current is inversely proportional to voltage for a fixed wattage. As seen in the table above, pushing 100W through a 12V DC system requires nearly 7 times more current than pushing it through a 230V AC system. This is why high-voltage transmission lines are used for power grids: higher voltage drastically reduces the amperage, allowing for thinner, cheaper conductors with lower I²R (heat) losses.

2. Power Factor (The Hidden Multiplier)

In AC circuits, Power Factor (PF) represents the ratio of real power (Watts) to apparent power (Volt-Amps). For purely resistive loads like incandescent bulbs or space heaters, PF is 1.0. However, for inductive loads like transformers, fluorescent ballasts, or AC motors, the PF drops (often to 0.6 - 0.8).

⚠️ The Power Factor Trap:
A 100W incandescent bulb (PF=1.0) on a 120V circuit draws 0.833A. A 100W magnetic fluorescent ballast (PF=0.5) on the same circuit draws 1.66A. Both consume 100W of real power, but your wiring and breakers must be sized for the 1.66A apparent current. If you do not know the PF of an inductive load, converting its wattage to amps will result in undersized, potentially dangerous wiring. For a deeper dive into phase angles and reactive power, refer to the power factor guides on Electronics Tutorials.

3. Phase Configuration (Single vs. Three-Phase)

For three-phase AC power, the formula introduces the square root of 3 (≈1.732) to account for the 120-degree phase shift between the three lines. The formula becomes I = P ÷ (√3 × V × PF). If you mistakenly use the single-phase formula on a 480V 3-phase motor, your calculated amperage will be off by a factor of 1.732, leading to immediate breaker trips or melted lugs.

Neighboring Load Values and Breaker Sizing

When designing a circuit, you rarely deal with exactly 100.0W. Below is a quick-reference table for loads in the ±20% range of 100W on a standard 120V AC single-phase circuit (PF=1.0).

Load (Watts) Current at 120V AC (Amps) 125% Continuous Load Rating (Amps)
80W 0.667 A 0.834 A
90W 0.750 A 0.938 A
100W 0.833 A 1.042 A
110W 0.917 A 1.146 A
120W 1.000 A 1.250 A

Sizing the Breaker and Wire for 100W

According to NEC Article 210.20(A), if a 100W load is considered "continuous" (running for 3 hours or more, like commercial lighting or a server), you must multiply the amperage by 125% to size your overcurrent protection.

For our 100W / 120V load, the continuous rating is 1.042A. Theoretically, a 2A breaker and 24 AWG wire could handle this. However, NEC 240.4(D) strictly limits small conductor sizes; for general branch circuits, the absolute minimum copper wire size is 14 AWG, protected by a maximum 15A breaker. Therefore, your 100W load will safely run on a standard 15A/120V household circuit using 14/2 NM-B cable.

The 12V DC Voltage Drop Caveat

If you are wiring a 100W load on a 12V DC system (drawing 8.33A), overcurrent protection is only half the battle. Voltage drop becomes your primary constraint. Pushing 8.33A through 10 feet of 16 AWG wire will result in a voltage drop of roughly 0.34V (nearly 3%). For sensitive DC electronics like a 12V router or an ESP32-based controller, a 3% drop can cause brownouts or watchdog resets. For 12V DC runs over 5 feet carrying 100W, always step up to 12 AWG or 10 AWG wire to keep the voltage drop below 2%.