CurrentMilliamps to Microamps

1mA to uA

Source: SI current prefixes normalized through amperes

Snapshot

1 mA equals 1,000 uA. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This converter uses exact current scaling between milliamps and microamps.
  • Example: For 10 mA, the result is 10,000 uA with the same exact factor.
  • Source basis: SI current prefixes normalized through amperes.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

1,000 Microamps (uA)

Switch

Machine access

Available to apps and AI agents

1mA to uA can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
current
Source unit
milliamps
Target unit
microamps

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "current",
  "value": 1,
  "from": "milliamps",
  "to": "microamps"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "current",
    "value": 1,
    "from": "milliamps",
    "to": "microamps",
    "result": {
      "raw": 1000.0000000000001,
      "display": "1,000"
    },
    "canonicalPath": "/current/milliamps-to-microamps/"
  }
}
Full API documentation

Explanation

This page answers the practical mA to uA query directly: 1 milliamp equals 1,000 microamps. It also covers common follow-up values such as 10 mA to uA and convert mA to uA using the same exact current scaling.

Because both units are SI current units tied to amperes, the conversion is exact rather than estimated. That keeps quick electronics and circuit-work conversions consistent whether the query is written as mA to uA, ma to ua, ma ua, ma u a, or ma in ua.

Method & Current Basis

  • Unit basis: both milliamps and microamps are exact SI current units normalized through amperes.
  • Applied factor: microamps = milliamps × 1,000.
  • Consistency rule: snapshot, calculator, FAQ, and common values all use the same exact mA-to-uA factor.
  • Source: SI current prefixes normalized through amperes

Common Conversion Values

Milliamps (mA)Microamps (uA)
0.1 100
1 1,000
10 10,000
50 50,000
100 100,000
250 250,000
500 500,000

Questions & answers

Frequently Asked Questions

What is 1 milliamps in microamps?

1 Milliamps equals 1,000 Microamps on this page.

Is Milliamps to Microamps just electronics-scale SI prefix scaling?

Yes. This route stays inside exact SI prefix scaling around the ampere, which is why microamp and milliamp conversions remain purely multiplicative and reversible.

When would I convert milliamps to microamps?

This route is useful when rewriting electronics-scale current values for datasheets, sensor readings, standby draw, and low-power circuit analysis.

How do I reverse Milliamps to Microamps?

Use the mirror Microamps to Milliamps route; it applies the inverse relationship with the same current assumptions.