Battery EnergyKilowatt Hours to Milliamp Hours At 1 5v

Kilowatt-hours to Milliamp-hours at 1.5V

Snapshot

1 Kilowatt-hour equals 666,666.67 Milliamp-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 Kilowatt-hours, the result equals 1,333,333.33 Milliamp-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

666,666.67 Milliamp-hours (mAh)

Switch

Machine access

Available to apps and AI agents

Kilowatt-hours to Milliamp-hours at 1.5V can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 1.5-volt value supplies the voltage required by the energy calculation.

Machine-readable identifiers

Conversion family
battery-energy
Source unit
kilowatt_hour
Target unit
milliamp_hour
Voltage
1.5

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/convert

Request

{
  "family": "battery-energy",
  "value": 1,
  "from": "kilowatt_hour",
  "to": "milliamp_hour",
  "parameters": {
    "voltage": 1.5
  }
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "battery-energy",
    "value": 1,
    "from": "kilowatt_hour",
    "to": "milliamp_hour",
    "result": {
      "raw": 666666.666667,
      "display": "666,666.67"
    },
    "canonicalPath": "/battery-energy/kilowatt-hours-to-milliamp-hours-at-1-5v/"
  }
}
Full API documentation

Explanation

Formula: Milliamp-hours = Kilowatt-hours × 666,666.67. Why: kilowatt-hours are larger energy units derived from watt-hours, so the calculator fixes nominal voltage at 1.5V before scaling to or from kWh.

Kilowatt-hours (kWh): a larger electrical energy unit used for bigger battery systems and energy-storage comparisons.

Milliamp-hours (mAh): a battery-capacity unit expressing electric charge, common for small electronics and portable devices.

This route is useful when translating battery capacity into energy, or energy into capacity, at a nominal 1.5V system for comparison, planning, and datasheet reading.

This page is purely multiplicative because nominal voltage is fixed at 1.5V, so charge-to-energy scaling stays constant for this route.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Kilowatt-hour = 666,666.67 Milliamp-hours.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

Kilowatt-hours (kWh)Milliamp-hours (mAh)
1 666,666.67
2 1,333,333.33
5 3,333,333.33
10 6,666,666.67
50 33,333,333.33
100 66,666,666.67
500 333,333,333.33
1,000 666,666,666.67
5,000 3,333,333,333.34
10,000 6,666,666,666.67
20,000 13,333,333,333.34

Questions & answers

Frequently Asked Questions

How is Kilowatt-hours to Milliamp-hours at 1.5V calculated?

mAh = (kWh x 1,000,000) / 1.5. Nominal voltage is fixed at 1.5V, so the direct answer, calculator, and table all use the same battery-energy relationship.

Why does 1.5V matter for battery energy?

Because charge-to-energy conversion depends on voltage. At 1.5V, the factor stays constant for this specific battery-energy route.

Can I estimate milliamp-hours from battery energy at 1.5V?

Yes. This Kilowatt-hours to Milliamp-hours at 1.5V page is designed for that exact nominal-voltage assumption, and the mirror Milliamp-hours to Kilowatt-hours at 1.5V page handles the inverse direction.