15 watts is 0.125 amps at 120V DC (or purely resistive AC), 0.065 amps at 230V AC, and 1.25 amps at 12V DC. The exact amperage depends entirely on your system voltage and load characteristics. We calculate this using Watt's Law: I = P / V. Substituting the values for a standard US 120V household circuit: I = 15W / 120V = 0.125A. If you are sizing a fuse for a 15W LED strip on a 12V DC bench supply, the math shifts to I = 15W / 12V = 1.25A. Because watts measure the actual work being done (power) and amps measure the flow rate of electrons (current), you cannot convert between them without knowing the electrical pressure (voltage) pushing that flow.
Neighboring Wattage Conversions (±20% Range)
In real-world troubleshooting, a '15W' load is rarely exactly 15 watts. A 15W LED bulb might draw 14.2W when cold and 15.8W when thermally saturated. The table below maps the ±20% neighborhood of 15 watts across the three most common bench and jobsite voltages. This assumes a purely resistive load (Power Factor = 1.0).
| Power (Watts) | Amps at 12V DC | Amps at 120V AC | Amps at 230V AC |
|---|---|---|---|
| 12W (-20%) | 1.000 A | 0.100 A | 0.052 A |
| 13W | 1.083 A | 0.108 A | 0.057 A |
| 14W | 1.167 A | 0.117 A | 0.061 A |
| 15W (Target) | 1.250 A | 0.125 A | 0.065 A |
| 16W | 1.333 A | 0.133 A | 0.070 A |
| 17W | 1.417 A | 0.142 A | 0.074 A |
| 18W (+20%) | 1.500 A | 0.150 A | 0.078 A |
The Hidden Variables: Power Factor, Phase, and RMS
The simple I = P / V formula only tells the whole story for DC circuits or purely resistive AC loads (like an incandescent bulb or a toaster). When you introduce inductive or capacitive components—like the switching power supply inside a 15W smart plug or the ballast in a fluorescent fixture—the conversion requires additional variables.
How Power Factor (PF) Shifts the Math
Power Factor is the ratio of real power (Watts) to apparent power (Volt-Amps). According to All About Circuits, reactive components cause the current waveform to lag or lead the voltage waveform. For single-phase AC with a known PF, the formula becomes I = P / (V × PF).
- Resistive Load (PF = 1.0): 15W / (120V × 1.0) = 0.125A
- Cheap LED Driver (PF = 0.65): 15W / (120V × 0.65) = 0.192A
- High-End Switching Supply (PF = 0.95): 15W / (120V × 0.95) = 0.132A
If you are measuring this with a standard clamp meter that only reads RMS current, the meter will display the higher 0.192A value, even though the device is only doing 15W of real work. This is why utility companies penalize industrial facilities for low power factor; the wires must be sized for the apparent current, not just the real power.
How 3-Phase Systems Change the Draw
While you will almost never see a 15W load on a 3-phase industrial panel, understanding the math is critical for scaling up. For 3-phase AC, the formula is I = P / (√3 × V × PF). If you had a highly efficient 15W instrumentation sensor running on a 208V 3-phase system with a PF of 0.90, the current draw would be: I = 15 / (1.732 × 208 × 0.90) = 0.046A. The three-phase architecture distributes the load across three conductors, drastically reducing the amperage per leg.
When the Conversion is Meaningless
Attempting to convert 15 watts to amps is a fool's errand under three specific conditions:
- Unknown Power Factor on AC: If you don't know the PF of an inductive load, calculating amperage from wattage will yield a number lower than what the wire actually carries, risking an undersized breaker.
- Peak vs. Continuous Ratings: A '15W' audio amplifier or motor might draw 15W at peak output, but only 2W at idle. Sizing a fuse based on the peak wattage will result in nuisance trips; sizing it on idle will result in melted wires during transients.
- Confusing RMS with Peak Voltage: As noted by Fluke, standard mains voltage (120V or 230V) is an RMS (Root Mean Square) value. The actual peak voltage of a 120V line is roughly 170V. If you accidentally use peak voltage in your Watt's Law equation, your calculated amperage will be dangerously inaccurate.
Real-World Wire Sizing and Code Constraints
Knowing that a 15W load draws 0.125A at 120V might lead a novice to believe they can use ultra-thin 28 AWG wire to connect it. On the bench, 28 AWG handles up to 1.4A, so thermally, it would survive. On a jobsite, this is a massive code violation and a fire hazard.
Sizing for 12V DC: The Voltage Drop Trap
For low-voltage DC, code minimums don't apply in the same way, but physics takes over. Let's look at a 15W, 12V DC LED strip drawing 1.25A, located 20 feet from the power supply.
- Using 18 AWG Wire: Resistance is ~6.385 Ω/kft. A 40-foot round-trip loop equals 0.255 Ω. The voltage drop is V = I × R (1.25A × 0.255 Ω) = 0.32V. This is a 2.6% drop. For general lighting, this is acceptable.
- Using 18 AWG for an ESP32 Logic Circuit: If that 15W load is actually an embedded system that spikes to 1.25A during WiFi transmission bursts, a 0.32V drop on a 12V-to-5V buck converter might push the input voltage just low enough to cause a brownout reset. For sensitive logic, you want voltage drop under 1%. Upsizing to 14 AWG (2.525 Ω/kft) drops the loss to 0.13V (1.0%), ensuring rock-solid stability.
Frequently Asked Questions
Does a 15W device always draw exactly 15W?
No. Most modern electronics have dynamic power profiles. A 15W smart home hub might draw 4W in standby and spike to 16W when booting its radio. Always measure continuous current with a true-RMS meter over a full operational cycle rather than trusting the nameplate wattage for breaker sizing.
Can I use a 15W solar panel to charge a 12V battery?
Yes, but the amperage will vary based on the panel's Vmp (Voltage at Maximum Power). A typical '15W' 12V nominal panel actually has a Vmp of around 18V. Therefore, the maximum current output is I = 15W / 18V = 0.83A. You must use a charge controller rated for at least 1.5A to handle this safely.






