Microamps to Amps
Snapshot
1 microamp equals 0.000001 amp. 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 SI current scaling: amps = microamps / 1,000,000.
- Example: For 10 microamps, the result is 0.00001 amp with the same exact factor.
- 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.000001 Amps (A)
SwitchMachine access
Available to apps and AI agents
Microamps 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
microamps- 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/convertRequest
{
"family": "current",
"value": 1,
"from": "microamps",
"to": "amps"
}Essential response
{
"ok": true,
"conversion": {
"family": "current",
"value": 1,
"from": "microamps",
"to": "amps",
"result": {
"raw": 0.000001,
"display": "0.000001"
},
"canonicalPath": "/current/microamps-to-amps/"
}
}Explanation
The converter converts microamps to amps using exact SI prefix scaling. 1 microamp equals 0.000001 amp, 5 microamps equals 0.000005 amp, 10 microamps equals 0.00001 amp, 150 microamps equals 0.00015 amp, and 1,000 microamps equals 0.001 amp.
Use it for electronics, sensor current, leakage current, and low-current circuit checks where queries may be written as microamps to amps, convert microamps to amps, microamp to amp, uA to amps, ua to amp, or micro ampere to ampere.
Common Conversion Values
| Microamps (uA) | Amps (A) |
|---|---|
| 1 | 0.000001 |
| 5 | 0.000005 |
| 6 | 0.000006 |
| 10 | 0.00001 |
| 20 | 0.00002 |
| 42 | 0.000042 |
| 100 | 0.0001 |
| 150 | 0.00015 |
| 1,000 | 0.001 |
| 1,531 | 0.001531 |
| 10,000 | 0.01 |
| 1,000,000 | 1 |
Questions & answers
Frequently Asked Questions
What is 1 microamps in amps?
1 Microamps equals 0.000001 Amps on this page.
Is Microamps 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 microamps 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 Microamps to Amps?
Use the mirror Amps to Microamps route; it applies the inverse relationship with the same current assumptions.