Calculateus

Electric Current Converter

Convert electric current between microamps, milliamps, amps and kiloamps.

Result

Amps (A)
0.5
Milliamps (mA)Amps (A)
10.001
50.005
100.01
250.025
500.05
1000.1

About the Electric Current Converter

This tool converts electric current readings between microamps, milliamps, amps, and kiloamps, the four scales most often seen on multimeters, datasheets, and circuit diagrams. It is built for anyone who needs to move between a sensor's microamp leakage spec and a breaker's amp or kiloamp rating without doing the decimal shifting by hand. Because current values in electronics span such a wide range, from millionths of an amp in a photodiode to thousands of amps on an industrial bus, a quick converter avoids the off-by-a-thousand errors that are easy to make when eyeballing prefixes.

How It Works

You enter a numeric value along with a From unit and a To unit chosen from microamps (uA), milliamps (mA), amps (A), and kiloamps (kA). The calculator first converts your value into amps, the base unit, by multiplying it by that unit's conversion factor, then divides by the target unit's factor to land on the final figure. A reference table below the result also shows the same conversion applied to 1, 5, 10, 25, 50, and 100 units so you can see the scaling pattern at a glance.

Amps = value x factor(from); Result = Amps / factor(to), where factor(uA) = 0.000001, factor(mA) = 0.001, factor(A) = 1, and factor(kA) = 1000.

Examples

Phone charger spec

A charger rated at 500 mA is entered with From set to milliamps and To set to amps. The calculator multiplies 500 by 0.001 to get 0.5 A, matching the amp rating printed on many USB power adapters.

Bench power supply reading

A lab supply reads 2.5 A and needs to be compared against a component's milliamp tolerance. Converting from amps to milliamps multiplies 2.5 by 1000, giving 2500 mA.

Advantages

  • Removes the mental math of shifting decimal points across four different current prefixes.
  • Includes a built-in scaling table so you can see how the conversion behaves across a range of values, not just one.
  • Useful for cross-checking datasheet specs that mix microamp, milliamp, and amp notation in the same document.

Common Mistakes

  • Mixing up microamps and milliamps, which differ by a factor of 1000 and can lead to a circuit being wildly under- or over-supplied.
  • Forgetting that kiloamps are rarely used outside industrial or utility contexts, and entering a kA value when amps was intended.
  • Assuming the converted number reflects power or voltage as well, when current alone says nothing about a circuit's wattage.

Edge Cases to Watch For

  • Converting from microamps to kiloamps spans a factor of one billion, so results can display in scientific-looking long decimals; the tool still shows up to 6 decimal places rather than switching notation.
  • The calculator treats every input as a plain magnitude, so it does not distinguish AC RMS current from DC current or account for sign (direction of flow).
  • Extremely small values (a few microamps) rounded to 6 decimal places in amps can display as 0.000000 once truncated, so switching the target unit to microamps or milliamps preserves precision.

Common Use Cases

  • Electronics hobbyists reading a multimeter's milliamp display against a component's microamp-rated leakage current.
  • Engineers translating a datasheet's current rating into the unit used in their own design documentation.
  • Students working through Ohm's law problems that mix current units across a single worksheet.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

Why do phone chargers list output in milliamps?

Milliamps (mA) give a more convenient whole-number scale for the relatively small currents phone and USB chargers deliver (typically 500-3000 mA) compared to writing fractional amps like 0.5-3 A.

Conclusion

Because the underlying math is a straightforward linear scaling around the amp, this converter is really a fast, error-resistant way to keep current units consistent across your notes, designs, or homework. Double-check the From and To selectors before reading the result, since a swapped unit is the most common source of a wrong answer here.