Milliamp-hours to Kilowatt-hours at 24V
Snapshot
1 Milliamp-hour equals 0.000024 Kilowatt-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 fixed nominal-voltage battery relationships.
- Example: For 2 Milliamp-hours, the result equals 0.000048 Kilowatt-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
0.000024 Kilowatt-hours (kWh)
SwitchMachine access
Available to apps and AI agents
Milliamp-hours to Kilowatt-hours at 24V can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 24-volt value supplies the voltage required by the energy calculation.
Machine-readable identifiers
- Conversion family
battery-energy- Source unit
milliamp_hour- Target unit
kilowatt_hour- Voltage
24
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-energy",
"value": 1,
"from": "milliamp_hour",
"to": "kilowatt_hour",
"parameters": {
"voltage": 24
}
}Essential response
{
"ok": true,
"conversion": {
"family": "battery-energy",
"value": 1,
"from": "milliamp_hour",
"to": "kilowatt_hour",
"result": {
"raw": 0.000024,
"display": "0.000024"
},
"canonicalPath": "/battery-energy/milliamp-hours-to-kilowatt-hours-at-24v/"
}
}Explanation
Formula: Kilowatt-hours = Milliamp-hours × 0.000024. Why: kilowatt-hours are larger energy units derived from watt-hours, so the calculator fixes nominal voltage at 24V before scaling to or from kWh.
Milliamp-hours (mAh): a battery-capacity unit expressing electric charge, common for small electronics and portable devices.
Kilowatt-hours (kWh): a larger electrical energy unit used for bigger battery systems and energy-storage comparisons.
This route is useful when translating battery capacity into energy, or energy into capacity, at a nominal 24V system for comparison, planning, and datasheet reading.
This page is purely multiplicative because nominal voltage is fixed at 24V, so charge-to-energy scaling stays constant for this route.
Common Conversion Values
| Milliamp-hours (mAh) | Kilowatt-hours (kWh) |
|---|---|
| 1 | 0.000024 |
| 2 | 0.000048 |
| 5 | 0.00012 |
| 10 | 0.00024 |
| 50 | 0.0012 |
| 100 | 0.0024 |
| 500 | 0.012 |
| 1,000 | 0.024 |
| 5,000 | 0.12 |
| 10,000 | 0.24 |
| 20,000 | 0.48 |
Questions & answers
Frequently Asked Questions
How is Milliamp-hours to Kilowatt-hours at 24V calculated?
kWh = (mAh x 24) / 1,000,000. Nominal voltage is fixed at 24V, so the direct answer, calculator, and table all use the same battery-energy relationship.
Why does 24V matter for battery energy?
Because charge-to-energy conversion depends on voltage. At 24V, the factor stays constant for this specific battery-energy route.
Can I estimate kilowatt-hours from battery charge at 24V?
Yes. This Milliamp-hours to Kilowatt-hours at 24V page is designed for that exact nominal-voltage assumption, and the mirror Kilowatt-hours to Milliamp-hours at 24V page handles the inverse direction.