Milliamp-hours to Microamp-hours
Snapshot
1 Milliamp-hour equals 1,000 Microamp-hours. 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 exact coulomb-based charge definitions.
- Example: For 10 Milliamp-hours, the result equals 10,000 Microamp-hours.
- 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 Microamp-hours (uAh)
SwitchMachine access
Available to apps and AI agents
Milliamp-hours to Microamp-hours 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
battery-charge- Source unit
milliamp_hour- Target unit
microamp_hour
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": "battery-charge",
"value": 1,
"from": "milliamp_hour",
"to": "microamp_hour"
}Essential response
{
"ok": true,
"conversion": {
"family": "battery-charge",
"value": 1,
"from": "milliamp_hour",
"to": "microamp_hour",
"result": {
"raw": 1000,
"display": "1,000"
},
"canonicalPath": "/battery-charge/milliamp-hours-to-microamp-hours/"
}
}Explanation
Formula: Microamp-hours = Milliamp-hours × 1,000. Why: battery-capacity units such as microamp-hours, milliamp-hours, amp-hours, and kiloamp-hours all normalize through exact coulomb relationships.
Milliamp-hours (mAh): a common battery-capacity unit used for phones, wearables, power banks, and small battery packs.
Microamp-hours (uAh): a very small battery-capacity unit used for tiny electronics and low-drain devices.
This route is useful when restating battery-capacity values across microamp-hour, milliamp-hour, amp-hour, and kiloamp-hour scales for electronics and pack sizing.
This conversion is purely multiplicative because both units reduce through coulombs using exact SI charge definitions with no offset.
Common Conversion Values
| Milliamp-hours (mAh) | Microamp-hours (uAh) |
|---|---|
| 1 | 1,000 |
| 10 | 10,000 |
| 100 | 100,000 |
| 500 | 500,000 |
| 1,000 | 1,000,000 |
| 5,000 | 5,000,000 |
| 10,000 | 10,000,000 |
| 20,000 | 20,000,000 |
Questions & answers
Frequently Asked Questions
How is Milliamp-hours to Microamp-hours calculated?
The factor is derived by reducing both units to coulombs, using the exact relationship 1 amp-hour = 3600 coulombs together with fixed SI prefix scaling where needed.
Is there a reverse page for Microamp-hours to Milliamp-hours?
Yes. Use the mirror Microamp-hours to Milliamp-hours page to apply the inverse relationship with the same exact charge basis.
Does this Milliamp-hours to Microamp-hours page convert charge only, not watt-hours?
Yes. Battery-charge math covers charge-to-charge units only. Converting to watt-hours also requires a voltage assumption.