Amps to Microamps
Snapshot
1 Amps equals 1,000,000 Microamps. 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 Amps, the result equals 100,000 Microamps.
- 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
1,000,000 Microamps (uA)
SwitchMachine access
Available to apps and AI agents
Amps to Microamps 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
amps- 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/convertRequest
{
"family": "current",
"value": 1,
"from": "amps",
"to": "microamps"
}Essential response
{
"ok": true,
"conversion": {
"family": "current",
"value": 1,
"from": "amps",
"to": "microamps",
"result": {
"raw": 1000000,
"display": "1,000,000"
},
"canonicalPath": "/current/amps-to-microamps/"
}
}Explanation
Formula: Microamps = Amps × 1,000,000. 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.
Amps (A): the SI base unit of electric current, expressing the rate of electric charge flow.
Microamps (uA): a very small current unit equal to one millionth of an ampere, often used for leakage, standby, and low-power measurements.
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.
Common Conversion Values
| Amps (A) | Microamps (uA) |
|---|---|
| 0.1 | 100,000 |
| 1 | 1,000,000 |
| 10 | 10,000,000 |
| 100 | 100,000,000 |
| 1,000 | 1,000,000,000 |
| 1,000,000 | 1,000,000,000,000 |
Questions & answers
Frequently Asked Questions
What is 1 amps in microamps?
1 Amps equals 1,000,000 Microamps on this page.
Is Amps 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 amps 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 Amps to Microamps?
Use the mirror Microamps to Amps route; it applies the inverse relationship with the same current assumptions.