5V at 3A equals exactly 15 watts. In a direct current (DC) circuit, the math is strictly linear: Power (W) = Voltage (V) × Current (A). Substituting your values, the formula is 15W = 5V × 3A. Whether you are sizing a USB-C Power Delivery (PD) charger, selecting a barrel-jack adapter for a Raspberry Pi cluster, or sizing a fuse for a 5V LED strip, 15W is your continuous baseline. There is no hidden multiplier for standard DC; the answer is fixed at 15 watts.
The Core Formula and Neighboring Current Values
The calculation for DC power is governed by Joule's Law, a foundational principle detailed in standard electrical theory texts like All About Circuits. Because real-world components rarely draw exactly 3.0A continuously, it is highly practical to map the wattage across a ±20% current range. This helps you understand your thermal and headroom margins if your load fluctuates or if voltage drop alters the current draw.
| Current (A) | Voltage (V) | Power (W) | Real-World Context |
|---|---|---|---|
| 2.4A (-20%) | 5V | 12.0W | Standard USB-A BC 1.2 charging limit |
| 2.7A (-10%) | 5V | 13.5W | Raspberry Pi 4 under moderate compute load |
| 3.0A (Base) | 5V | 15.0W | Target query: Standard 5V/3A adapter rating |
| 3.3A (+10%) | 5V | 16.5W | Transient spike for ESP32 with WiFi TX burst |
| 3.6A (+20%) | 5V | 18.0W | USB-C PD negotiated 9V/2A or 5V/3.6A tier |
The Hidden Assumption: Why DC Makes This Easy (And When It Fails)
The assumption that fixes the 15W answer is that we are operating in a purely resistive DC environment where the Power Factor (PF) is exactly 1.0. In DC, voltage and current are constant and in phase, meaning every electron pushed through the circuit does real work.
However, the conversion becomes meaningless under two specific conditions:
- Unknown AC Power Factor: If '5V 3A' somehow refers to an alternating current (AC) control circuit with inductive loads (like a relay coil array), you must know the Power Factor. Without it, you only have Apparent Power (15VA), not Real Power (Watts).
- Peak vs. RMS Ratings: Many cheap DC motor controllers or servo drivers label '3A' as the peak stall current. If 3A is a peak value, the continuous Root Mean Square (RMS) current might only be 1.5A, making your continuous wattage 7.5W. Always verify if the datasheet specifies continuous or peak current.
Scaling Up: How 3A Shifts at 120V, 230V, and 3-Phase
While 5V is inherently a DC or low-voltage AC control standard, it is critical to understand how the 3A current variable scales when applied to standard mains voltages. When moving to AC, we must introduce a standard Power Factor of 0.8 (typical for uncorrected switched-mode power supplies and inductive motors), as explained by Electronics Tutorials.
- 120V AC (Single Phase, North America): 120V × 3A × 0.8 PF = 288W. This is the typical draw of a large desktop PC or a small refrigerator compressor.
- 230V AC (Single Phase, EU/UK/AU): 230V × 3A × 0.8 PF = 552W. This approaches the limit of a standard 10A/16A household branch circuit when combined with other loads.
- 400V AC (3-Phase, Industrial): √3 × 400V × 3A × 0.8 PF = 1,662W. The formula shifts to include the √3 (1.732) multiplier for 3-phase systems, drastically increasing the real power delivered at the exact same 3A line current.
For a deeper dive into measuring these AC shifts on the bench, Fluke's guide on Power Factor details how true-RMS clamp meters capture the phase angle discrepancy that simple multimeters miss.
Sizing Your Power Supply: A Decision Path for 15W Loads
Do not buy a power supply rated for exactly 15W. Running a supply at 100% capacity degrades its lifespan, triggers thermal throttling, and causes voltage sag. Use this decision tree to select the correct hardware.
| Load Profile | Required Headroom | Minimum Supply Rating | Concrete Hardware Pick |
|---|---|---|---|
| Continuous (e.g., LED strips, Pi 4 cluster, always-on sensors) | +25% to +30% | 18.75W - 20W | Mean Well LRS-25-5 (5V 5A, 25W enclosed SMPS) or a certified 20W USB-C PD wall brick. |
| Intermittent (e.g., servos, stepper motors, solenoid valves) | +50% to +100% (for inductive kickback and stall current) | 25W - 30W | Mean Well LRS-35-5 (5V 7A, 35W) paired with a 4700µF bulk capacitor on the rails. |
| Battery Charging (e.g., LiPo/LiFePO4 via TP4056 or BMS) | Match exact CC/CV profile | 15W (Strict limit) | A dedicated 5V/3A USB-C PD adapter with a hardware current-limiting BMS; do not oversize the supply beyond the BMS rating. |
Frequently Asked Questions
Can I use a 5V 4A (20W) power supply on a device that only needs 5V 3A (15W)?
Yes. Current is pulled by the load, not pushed by the supply. A 5V 4A supply will only deliver the 3A (15W) that your device requests, while running cooler and more efficiently than a supply maxed out at its 3A limit. The only exception is if you are using a dumb, unregulated transformer-based supply, which may require a minimum load to regulate voltage properly—but these are virtually extinct in modern electronics.
Why does my 5V 3A multimeter read 4.6V under load?
Voltage drop. If you are using thin 24 AWG or 26 AWG wires to deliver 3A over a distance greater than 3 feet, the resistance of the copper will drop the voltage before it reaches the load. At 3A, a standard 6-foot USB-C cable can easily drop 0.4V. To fix this, upgrade to 18 AWG silicone wire for bench power delivery, or use a power supply with remote voltage sensing (Kelvin sense) to compensate for line loss.
Does a 15W load require a specific wire gauge?
For the 3A DC side, 22 AWG wire is rated for roughly 5A in free air, making it safe for short bench runs. However, for permanent installations or bundled wires, step up to 18 AWG to minimize voltage drop and prevent insulation warming. On the 120V AC mains side feeding the power supply, standard 18 AWG SVT lamp cord (rated for 10A) is more than sufficient for the ~0.15A drawn from the wall.






