Microamp-hours to Kiloamp-hours
Snapshot
1 Microamp-hour equals 1e-9 Kiloamp-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 Microamp-hours, the result equals 1e-8 Kiloamp-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
1e-9 Kiloamp-hours (kAh)
SwitchMachine access
Available to apps and AI agents
Microamp-hours to Kiloamp-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
microamp_hour- Target unit
kiloamp_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": "microamp_hour",
"to": "kiloamp_hour"
}Essential response
{
"ok": true,
"conversion": {
"family": "battery-charge",
"value": 1,
"from": "microamp_hour",
"to": "kiloamp_hour",
"result": {
"raw": 1e-9,
"display": "1e-9"
},
"canonicalPath": "/battery-charge/microamp-hours-to-kiloamp-hours/"
}
}Explanation
Formula: Kiloamp-hours = Microamp-hours × 1e-9. Why: battery-capacity units such as microamp-hours, milliamp-hours, amp-hours, and kiloamp-hours all normalize through exact coulomb relationships.
Microamp-hours (uAh): a very small battery-capacity unit used for tiny electronics and low-drain devices.
Kiloamp-hours (kAh): a very large battery-capacity unit used for industrial-scale or aggregated charge values.
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
| Microamp-hours (uAh) | Kiloamp-hours (kAh) |
|---|---|
| 1 | 1e-9 |
| 10 | 1e-8 |
| 100 | 1e-7 |
| 500 | 5e-7 |
| 1,000 | 0.000001 |
| 5,000 | 0.000005 |
| 10,000 | 0.00001 |
| 20,000 | 0.00002 |
Questions & answers
Frequently Asked Questions
How is Microamp-hours to Kiloamp-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 Kiloamp-hours to Microamp-hours?
Yes. Use the mirror Kiloamp-hours to Microamp-hours page to apply the inverse relationship with the same exact charge basis.
Does this Microamp-hours to Kiloamp-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.