CurrentMilliamps to Amps

Milliamps to Amps

Snapshot

1 Milliamps equals 0.001 Amps. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This conversion uses a fixed factor based on SI electrical/energy references.
  • Example: For 0.1 Milliamps, the result equals 0.0001 Amps.
  • Use the reverse page if you need the opposite direction with the same basis.

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

Interactive conversion

Converter Calculator

0.001 Amps (A)

Switch

Machine access

Available to apps and AI agents

Milliamps to Amps 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
amps

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": "amps"
}

Essential response

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

Explanation

Formula: Amps = Milliamps × 0.001. Why: the route uses the ampere as the common basis, then applies exact SI prefix scaling for electronics-scale current units such as microamps and milliamps.

Milliamps (mA): a current unit equal to one thousandth of an ampere, common in electronics, sensors, and battery-powered circuits.

Amps (A): the SI base unit of electric current, expressing the rate of electric charge flow.

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

This conversion is purely multiplicative because both units reduce through one ampere basis with exact SI prefix scaling and no offset.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Milliamps = 0.001 Amps.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

Milliamps (mA)Amps (A)
0.1 0.0001
1 0.001
10 0.01
100 0.1
1,000 1
1,000,000 1,000

Questions & answers

Frequently Asked Questions

What is 1 milliamps in amps?

1 Milliamps equals 0.001 Amps on this page.

Is Milliamps to Amps 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 amps?

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 Amps?

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