calc.engineer / Solar & Power / mAh To Wh

mAh To Wh v1.0.0

Converts battery capacity from milliamp-hours (mAh) to watt-hours (Wh), kilowatt-hours (kWh), and joules (J) given the nominal cell voltage. This is the most common battery unit conversion needed when comparing cells rated in mAh (e.g. 18650, AA) against energy budgets specified in Wh. Essential for airline lithium battery compliance (100 Wh limit for carry-on), solar battery bank sizing, and UPS capacity planning. Echoes back input values for easy chaining into battery_life, solar_sizing, and ups_runtime tools.

feeds battery_life →feeds solar_sizing →feeds ups_runtime →
Battery capacity in milliamp-hours (mAh)
Nominal battery voltage (V)
Fill in the inputs and Compute to see the structured result.

From an agent (MCP) or the API

curl -X POST https://calc.engineer/api/mah_to_wh \
  -H "Content-Type: application/json" \
  -d '{"capacity_mah": …, "voltage_v": …}'

MCP: connect to https://calc.engineer/mcp and call mah_to_wh.

calc.engineer — free, MCP-native engineering tools.