When converting 5V 3A to watts, the direct answer is 15 watts (15W). This calculation applies to a pure Direct Current (DC) circuit or a fully compensated AC load with a unity power factor. The foundational formula for electrical power is P = V × I. Substituting your exact values yields: 15W = 5V × 3A. This 15W power envelope is a critical benchmark in modern electronics, serving as the baseline requirement for high-draw single-board computers like the Raspberry Pi 4, USB-C Power Delivery (PD) fast-charging profiles, and dense WS2812B addressable LED strips.

The DC Assumption: Why 5V 3A Equals 15W

The calculation P = V × I assumes a pure DC environment where voltage and current are perfectly in phase, and the load is purely resistive or internally compensated. In a bench test using a linear power supply, 5.00V pushing 3.00A through a dummy load resistor will dissipate exactly 15W of heat.

However, in real-world bench and jobsite scenarios, you must account for switching regulator efficiency and transmission losses. A 15W USB-C wall adapter drawing 3A on the secondary (device) side will actually pull closer to 17.5W from your 120V AC wall outlet. Modern switching power supplies operate at roughly 85% to 90% efficiency under peak load.

Bench Reality: A 15W output requires ~17.5W AC input. The missing 2.5W is dissipated as heat inside the power brick's MOSFETs and inductor.

Furthermore, delivering 3A at 5V over a physical cable introduces voltage drop. If you use a cheap 6-foot USB cable with 24 AWG internal wiring, the resistance of the copper will drop the voltage before it reaches your device. According to the official Raspberry Pi power requirements, the board requires a minimum of 4.8V at the input header to avoid brownouts. At 3A, a 24 AWG cable will drop roughly 0.45V, leaving the device with only 4.55V and triggering an undervoltage warning. For a true 5V 3A (15W) delivery, you must use cables with 18 AWG or thicker conductors.

5V DC Power Neighborhood (±20% Current Variance)

Component tolerances and transient spikes mean your load will rarely sit at exactly 3.00A. Here is how the wattage shifts across a ±20% current range at a fixed 5V nominal supply:

Current (A) Voltage (V) Calculated Power (W) Common Application / Profile
2.4A (-20%) 5.0V 12.0W Standard USB Type-A BC1.2 Fast Charge
2.5A (-17%) 5.0V 12.5W Apple iPad 12W USB Adapter / Older Pi 3
3.0A (Target) 5.0V 15.0W Standard USB-C 5V Profile / Pi 4 Baseline
3.5A (+17%) 5.0V 17.5W High-draw 5V LED matrices / Overclocked SBCs
3.6A (+20%) 5.0V 18.0W Peak transient draw on multi-drive USB hubs

How the Math Shifts: 120V AC, 230V AC, and 3-Phase

The 15W answer is strictly locked to the 5V assumption. If you apply the same 3A current draw to standard alternating current (AC) mains voltages, the power scales linearly with the voltage, but the nature of the power changes from real Watts (W) to apparent Volt-Amperes (VA). Understanding this shift is critical when sizing branch circuit breakers or calculating feeder loads.

System Type Nominal Voltage Current Apparent Power (VA) Formula Used
Low-Voltage DC 5V 3A 15 VA (15W real) P = V × I
North American Mains (1-Phase) 120V 3A 360 VA S = V × I
European / UK Mains (1-Phase) 230V 3A 690 VA S = V × I
US Commercial (3-Phase Wye) 208V (Line-to-Line) 3A 1,081 VA S = √3 × V_L × I_L
EU Industrial (3-Phase Wye) 400V (Line-to-Line) 3A 2,078 VA S = √3 × V_L × I_L

Notice that in 3-phase systems, we multiply by the square root of 3 (approximately 1.732). A 3A draw on a 208V 3-phase HVAC control circuit represents over 1 kVA of apparent power, which drastically changes your wire sizing and breaker selection compared to a 15W DC logic circuit.

When the Conversion Fails: Power Factor and Unknowns

The direct multiplication of Volts and Amps becomes mathematically meaningless for real-world AC loads if the Power Factor (PF) is unknown. In AC circuits, inductive loads (like motors and transformers) and capacitive loads (like uncorrected switching power supplies) cause the current waveform to lag or lead the voltage waveform.

When voltage and current are out of phase, V × I only yields Apparent Power (measured in VA), not Real Power (measured in Watts). Real power is the actual work being done or heat being dissipated, calculated as:

Real Power (W) = V × I × PF

If you measure 120V and 3A on a clamp meter feeding an older, uncorrected fluorescent ballast or an induction motor, your meter reads 360 VA. But if the power factor is 0.65, the actual real power consuming your utility's watt-hours is only 234 Watts (120 × 3 × 0.65). The remaining 126 VAR (Volt-Amperes Reactive) is simply energy sloshing back and forth between the source and the load's magnetic fields. As detailed in the All About Circuits AC Power Factor guide, sizing your conductors requires the 360 VA figure (because the wires must carry the full 3A of current and suffer the I²R heating losses), but sizing your thermal cooling or calculating your battery inverter runtime requires the 234W real power figure.

Diagnostic Rule of Thumb: If you are measuring a DC circuit, a resistive AC heater, or an incandescent bulb, assume PF = 1.0 and treat VA and W as identical. If you are measuring an AC motor, a transformer, or a cheap LED driver, you must use a true wattmeter (like a Kill A Watt or a Fluke 434 power quality analyzer) to read the phase angle and extract the real watts.

FAQ: Real-World 5V 3A Power Supply Sizing

Can I use a 5V 4A (20W) power supply for a device that only asks for 5V 3A (15W)?
Yes, absolutely. Current is pulled by the load, not pushed by the supply. A 20W supply will simply run cooler and operate in a more efficient region of its switching curve when only asked to deliver 15W. The only strict requirement is that the voltage must match exactly (5.0V). Never use a 9V or 12V supply on a 5V logic board, as the linear regulators will instantly overheat and fail.

Why does my 15W device brownout even when using the official 5V 3A power supply?
The failure point is almost always the cable, not the brick. At 3A, voltage drop across thin USB wires is severe. If your cable is 2 meters long and uses 22 AWG or 24 AWG wire, the voltage at the device end will drop below the 4.75V USB specification threshold. Replace the cable with a heavy-duty 18 AWG USB-C cable, or move the power supply within 1 meter of the device.

Does a 15W load require a specific wire gauge on a custom PCB or breadboard?
For 3A of continuous DC current, a standard solderless breadboard is a fire hazard; the internal spring contacts are typically rated for only 1A to 2A and will overheat at 3A. On a custom PCB, use a trace width calculator. Assuming 1 oz copper, an external layer trace needs to be at least 1.2mm (47 mils) wide to carry 3A with a safe 10°C temperature rise. For internal layers, double that width to roughly 2.4mm (95 mils).