Milli to Micro – home
Updated June 27, 20266 min read

Milliampere vs Microampere: Measuring Low-Power Electronics

Discover the difference between milliamps (mA) and microamps (µA), and why this conversion is critical for designing battery-powered devices.

A batch of 500 IoT smart water meters shipped to the field with a 10-year rated battery life. Forty-five days later, every unit was dead.

The firmware team had left a debug sensor module in an "idle" state drawing 2.1 mA instead of properly putting it into deep sleep at 2.1 µA. The device worked flawlessly on the bench — the power budget difference was invisible in short-term testing. But 2.1 mA versus 2.1 µA is a 1,000× gap. Instead of sipping power through a decade, these devices were draining their batteries in weeks. The result was a full physical recall and manual firmware reflash of every unit in the field. A single decimal point — one order of magnitude — turned a successful product launch into a logistics disaster.

If you are dealing with milliamperes (mA) and need microamperes (µA), multiply by 1,000. To convert microamperes (µA) back to milliamperes (mA), divide by 1,000. Use the mA to µA converter to verify your numbers instantly.

Skip the Mental Math

When designing low-power electronics, errors cost recalls, not just rework. Use the calculator below to flip between mA and µA without risk.

MilliamperesEnter your value in Milliamperes
FrommA
MicroamperesEnter your value in Microamperes
ToµA
Result
1,000 µA
Scientific Notation
1 × 10³ µA
Real-World Context
1 mA is roughly the current powering a small LED
Step-by-Step
1. Start with 1 mA. 2. Since 1 milli-unit = 1,000 micro-units, multiply by 1,000. 3. 1 × 1,000 = 1,000 µA.
Formula Used
× 1,000 (milli = 10⁻³, micro = 10⁻⁶)

Quick Conversions

Mega1.000000e-9 MA
Kilo0.000001 kA
Base Unit (amperes (A))0.001 amperes
Nano1,000,000 nA
Pico1.000000e+9 pA

The Shift to Low Power

In the past, electronic engineers mostly worked in volts and full amps. Today, with IoT devices, wearables, and battery-powered sensors, the target is years of life from a coin-cell or small lithium pack. At that scale, a full amp is an unreachable power budget. Modern low-power design happens entirely in the realm of milliamperes (mA) and microamperes (µA).

For the underlying prefix math, see the milli to micro conversion guide and how to convert micro to milli.

Milliamperes (mA): The Active State

A milliampere is one-thousandth of an amp (0.001 A). This is the scale of an actively operating device.

  • An LED lighting up draws 10–20 mA.
  • A microcontroller waking to process data consumes 5–15 mA.
  • A Bluetooth module transmitting a packet spikes into the tens of milliamps.

A device drawing continuous milliamps from a small battery will be dead in hours to days.

Microamperes (µA): The Sleep State

A microampere is one-millionth of an amp — one-thousandth of a milliampere (0.001 mA). To achieve years of battery life, devices spend 99.9% of their operational time in a sleep state where only a tiny clock circuit remains alive. In deep sleep, a well-designed microcontroller draws 1–5 µA.

The entire battery life of a long-life IoT device depends on keeping sleep current in the µA range, not accidentally leaving it in mA.

Why the mA to µA Conversion Matters

Engineers jump between mA and µA constantly when calculating battery life. The math is a single multiplication or division, but the consequences of a direction error are measured in product failures.

Rule: 1 mA = 1,000 µA

graph LR
    A[Active State<br>10 mA] -- "Divide by 1,000" --> B[Sleep State<br>10 µA]
    B -- "Multiply by 1,000" --> A
    style A fill:#7c3aed,stroke:#d946ef,stroke-width:2px,color:#fff
    style B fill:#22d3ee,stroke:#d946ef,stroke-width:2px,color:#111

If you miscalculate sleep current as 5 mA instead of 5 µA, your battery life estimate is off by a factor of 1,000. A device expected to last 3 years dies in a single day.

Common Power Draw Reference

Device StateTypical CurrentUnit
LED (On)10–20mA
Bluetooth (Transmitting)15–30mA
Microcontroller (Active)5–15mA
Microcontroller (Deep Sleep)1–5µA
Real-Time Clock (RTC)0.5–2µA

Measuring the Invisible

Single-digit microamp measurement requires specialized equipment. Standard multimeters are rarely accurate below 100 µA. In practice, engineers use precision picoammeters or current profilers with high-speed data logging to characterize sleep states. If your tooling cannot resolve µA-level current, you cannot verify your low-power design — and you will not catch a 2.1 mA vs 2.1 µA error before production.

For the reverse conversion when reviewing specs, use the µA to mA converter. For a broader look at how this fits into the prefix system, see understanding SI prefixes.

Frequently Asked Questions

How many microamps are in a milliamp? Exactly 1,000 µA = 1 mA. This is an SI-defined relationship with no rounding — 1 mA and 1,000 µA are identical currents expressed at different scales.

Why does the mA vs µA distinction matter for battery life? Battery life is capacity (mAh) ÷ current draw (mA). If your sleep current of 5 µA is accidentally entered as 5 mA, your estimated battery life shrinks by 1,000×. A 3-year estimate becomes a 1-day estimate — but usually, it goes undetected until units die in the field.

What tools measure microamp-level current accurately? Standard digital multimeters struggle below 100 µA. For single-digit µA resolution, use a precision source-measure unit (SMU), a picoammeter, or a current-sensing data logger designed for low-power profiling.

What is the difference between a milliampere and a microampere? Milli (m) is 10⁻³ — one thousandth. Micro (µ) is 10⁻⁶ — one millionth. A microampere is 1,000 times smaller than a milliampere. The milli to micro conversion applies the same ×1,000 rule as every other SI prefix pair.

How does sleep current relate to timing precision? The same precision discipline that governs µA sleep current also governs µs timing windows. See milliseconds vs microseconds in embedded systems for how timing-unit errors cause a parallel class of failures.


Next: The same 1,000× precision that governs sleep current governs timing windows — see Milliseconds and Microseconds: The Scale of Digital Latency.

Sources

Ready to run the numbers?

Get your result instantly — private, in your browser.

Open the calculator →