When sourcing power supplies, makers frequently search for an "ads converter"—a common keyboard-proximity typo for an AC/DC converter, or a conflation with A/D (Analog-to-Digital) signal modules. Assuming you are sizing an AC/DC power supply for a 500W load, the exact current depends on your input and output voltages. On the DC output side at 12V, the converter delivers 41.67 Amps (assuming 100% efficiency). On the AC mains side at 120V with a 0.90 Power Factor (PF) and 85% efficiency, the converter draws 5.45 Amps. The core formula used for the AC input is I = P / (V × PF × η), which substitutes as 500 / (120 × 0.90 × 0.85) = 5.45A.
• DC Output @ 12V: 41.67A
• DC Output @ 24V: 20.83A
• AC Input @ 120V (PF 0.9, η 85%): 5.45A
• AC Input @ 230V (PF 0.9, η 85%): 2.84A
The Core Formulas and Fixing Assumptions
To convert watts to amps accurately across an AC/DC boundary, you must lock in two variables that dictate the real-world draw: Efficiency (η) and Power Factor (PF).
The DC output side is straightforward Ohm's law: I_dc = P_out / V_dc. However, the AC input side requires accounting for losses and phase shifts. Switch-mode power supplies (SMPS) like the Mean Well SE-500-12 are not perfectly efficient; they lose energy as heat. Furthermore, the AC current waveform may not perfectly align with the AC voltage waveform, creating a discrepancy between Real Power (Watts) and Apparent Power (Volt-Amps).
When is this conversion meaningless? If the Power Factor is unknown, calculating AC breaker size from Wattage is dangerous and mathematically invalid. Breakers trip based on RMS current (Apparent Power), not Real Power. A cheap, un-PFC-corrected 500W supply might have a PF of 0.60. Using the formula 500 / (120 × 0.60 × 0.75), that same 500W load would draw 9.26 Amps—nearly double the 5.45A of a high-quality unit. Always check the manufacturer's datasheet for the PF rating before sizing wire and breakers.
Neighboring Values Reference Table (±20% Range)
The table below maps the current draw for wattages surrounding the 500W benchmark. These values assume a standard active PFC (Power Factor Correction) efficiency of 85% and a PF of 0.90, which is typical for modern industrial switch-mode power supplies.
| Power (W) | DC Out @ 12V (A) | DC Out @ 24V (A) | AC In @ 120V (A) | AC In @ 230V (A) |
|---|---|---|---|---|
| 400W | 33.33A | 16.67A | 4.36A | 2.27A |
| 450W | 37.50A | 18.75A | 4.90A | 2.56A |
| 500W | 41.67A | 20.83A | 5.45A | 2.84A |
| 550W | 45.83A | 22.92A | 5.99A | 3.13A |
| 600W | 50.00A | 25.00A | 6.54A | 3.41A |
How the Answer Shifts: 120V vs 230V vs 3-Phase
Voltage architecture drastically alters your wire gauge and breaker requirements. Presenting a single-voltage answer as universal is a common trap that leads to oversized components or voltage drop failures.
- 120V (North America): At 5.45A, a standard 14 AWG copper wire (rated 15A) is sufficient for short runs. However, if the supply is located more than 50 feet from the panel, voltage drop dictates upgrading to 12 AWG.
- 230V (EU/UK/AU): The current drops to 2.84A. This allows the use of much smaller conductors (e.g., 1.5mm² or 18 AWG) and drastically reduces I²R heating losses in the wiring.
- 3-Phase (Industrial 400V): For heavy industrial loads, the formula shifts to account for the square root of 3:
I = P / (√3 × V_LL × PF × η). For a 500W load on a 400V 3-phase system, the current per phase is a mere 0.94 Amps (500 / (1.732 × 400 × 0.9 × 0.85)).
Frequently Asked Questions (FAQ)
Is an "ads converter" the same as an Analog-to-Digital Converter (ADC)?
No. In electrical engineering, an ADC (Analog-to-Digital Converter) is a microcontroller peripheral or standalone IC (like the ADS1115) that translates analog voltage signals into digital data for an MCU. An "ads converter" in the context of power and wattage is almost universally a search typo for an AC/DC power supply. If you are trying to read a sensor with an Arduino or ESP32, you need an ADC module, not a mains power supply.
What size breaker do I need for a 500W AC/DC converter on a 120V circuit?
Under NEC Article 210.20(A), if the converter will run for 3 hours or more, it is classified as a continuous load. You must multiply the calculated draw by 125%. For our 5.45A draw: 5.45A × 1.25 = 6.81A. The next standard breaker size up is 10A, though a standard 15A breaker on a 14 AWG branch circuit is perfectly code-compliant and more common in residential panels.
Why does my AC/DC converter trip a 15A breaker instantly on power-up even though it only draws 5.4A?
This is caused by inrush current. When an SMPS is first energized, its bulk input capacitors act as a dead short until they charge to the peak AC voltage. A 500W supply can easily pull 40A to 60A for the first few milliseconds. If you are using a standard thermal-magnetic breaker, the magnetic trip curve might interpret this spike as a short circuit. To fix this, use a breaker with a "C" or "D" trip curve (common in DIN-rail industrial panels), or ensure your power supply has an internal NTC thermistor to limit inrush current.






