Electric Current Converter
Electrical drawings, bench notes, battery data sheets, and sensor specifications do not all use the same current scale. A motor driver may be rated in amperes, an LED string in milliamperes, and a sleep-mode microcontroller in microamperes. This converter keeps those values aligned by converting every entry through the ampere, the SI unit of electric current. Enter a nonnegative Value, choose the From unit, select the To unit, and the conversion gives the selected result plus the equivalent in every supported unit.
Current is the rate at which electric charge flows through a point in a circuit. The ampere is one of the SI base units and is the reference used by this page. The calculator’s supported prefixes are intentionally practical for electronics work: milliamperes for everyday low-voltage loads and microamperes for leakage, standby, sensor bias, and instrumentation currents. It does not model voltage, resistance, waveform shape, duty cycle, conductor heating, or fuse behavior; it only changes the unit label while preserving the same physical current.
Exact factors used by the calculator
The calculation stores each unit as a factor relative to amperes. It multiplies the entered value by the source factor to get amperes, then divides by the target factor:
| Unit in the converter | Symbol | Factor used to get amperes |
|---|---|---|
| Amperes | A | 1 |
| Milliamperes | mA | 0.001 |
| Microamperes | µA | 0.000001 |
These are SI prefix conversions, so no rounding is needed before the final display. The converter formats the chosen result to six decimal places and lists all three equivalents below the primary answer.
Electric Current example
Suppose a data sheet lists a wireless module’s active current as 37.5 mA and you want amperes. The source factor for milliamperes is 0.001:
The target factor for amperes is 1, so the final division leaves the value at 0.0375 A. The calculator displays 0.037500 A as the selected conversion. In the full result list, the same entry is also 37.500000 mA and 37,500.000000 µA, because:
That exact path is useful when moving between a parts table and a power budget. For example, a device that draws 37.5 mA at 3.3 V can be evaluated with the power converter after converting the current into amperes, and the voltage-current relationship can be checked with the ohms law calculator.
Where these current units appear
Amperes are common for power supplies, breakers, motors, heaters, inverters, charger outputs, and high-current battery connections. When the value is near or above one ampere, the base unit keeps the number compact. A 5 A supply is easier to scan than 5,000 mA, and safety markings on fuses or conductors are normally written in amperes.
Milliamperes are the everyday unit for small electronics. LED branch currents, USB peripheral draw, op-amp supply current, relay coils, and embedded boards often fit naturally in mA. A board that uses 180 mA is drawing 0.18 A; both statements are correct, but mA communicates the scale more clearly.
Microamperes fit very small currents. Low-power sensors, CMOS input leakage, battery protection ICs, real-time clocks, and sleep modes are often specified in µA. Converting 8 µA to 0.008 mA or 0.000008 A prevents a common battery-life mistake: treating microamps as milliamps and overestimating consumption by a factor of one thousand.
Reference table
| Current | In amperes | In milliamperes | In microamperes |
|---|---|---|---|
| 1 A | 1 A | 1,000 mA | 1,000,000 µA |
| 0.5 A | 0.5 A | 500 mA | 500,000 µA |
| 20 mA | 0.02 A | 20 mA | 20,000 µA |
| 1 mA | 0.001 A | 1 mA | 1,000 µA |
| 50 µA | 0.00005 A | 0.05 mA | 50 µA |
For energy and cost work, convert current first, then combine it with voltage, time, or power. The electricity cost calculator is better suited to appliance operating cost, while the energy converter helps when joules, watt-hours, and related units enter the calculation.
Pitfalls to avoid
- Do not confuse a power supply’s maximum current rating with the current a load will automatically draw. The load and voltage conditions matter.
- Do not mix mA and µA in battery spreadsheets without converting; a one-prefix error changes the result by 1,000.
- Do not use this unit converter as a safety check for mains wiring, breakers, or conductor sizing. Current magnitude is only one part of electrical safety.
- Do not enter negative values. The converter accepts nonnegative magnitudes, so use the absolute current when you only need a unit conversion.
Sources
- NIST, SI Units — SI base units and the role of the ampere.
- NIST, SI Prefixes — milli and micro prefix scaling used in mA and µA conversions.
- BIPM, SI base units — international reference for SI base unit definitions.