Ah to Wh converter
Converts Ah at a given voltage to Wh, helping engineers, technicians, and hobbyists size batteries and estimate runtime.

Check It Yourself
About This Tool
This tool converts energy capacity expressed as ampere-hours (Ah) into energy capacity expressed in watt-hours (Wh) for a fixed voltage. It is used by engineers, technicians, battery installers, and hobbyists who know a battery rating in Ah and the system voltage and need a comparable energy figure for sizing, planning, and comparison. The common scenario is a 12 V battery rated at 100 Ah; the user wants to know its nominal energy stored, in Wh, to size inverters or estimate runtime. The tool assumes the goal is Ah to Wh; it cannot derive instantaneous power without a current or a time basis. If voltage is missing or invalid, the tool reports an error immediate output.
\nThis tool applies the simple relation Wh = Ah × V to produce energy in watt-hours. Required inputs: Ah and voltage (V). Outputs: energy_wh (Wh) and energy_kwh (kWh) derived. Optional/advanced: support for automatic unit conversion of the same inputs, validation with bounds, and rounding to configurable decimals. Features include validation, error signaling, and derived results for documentation. The design emphasizes clarity for planning tasks and cross-battery comparisons.
\nInputs: Ah (number, units Ah, sample 100, required), voltage (number, units V, sample 12, required). Outputs: energy_wh (number, units Wh, default 2 decimals), energy_kwh (number, units kWh, energy_wh/1000). Validation rules: non-negative, numeric; handle overflow gracefully; if missing, report error.
\nAlgorithms: Core formula: energy_wh = Ah × voltage. Derived: energy_kwh = energy_wh / 1000. Rounding: default to 2 decimals; optional precision. Edge-case handling: zero yields 0; negative yields error; numeric types preserved.
\nIndustry/Region & Localization: SI units; voltage is system-dependent (e.g., 120 V nominal in US, 230 V in EU). The tool does not assume region but can present derived kWh. Currency not involved.
\nAssumptions & Exclusions: Nominal voltage; fixed input for Wh; no discharge curves or efficiency losses; not a runtime model; UI/front-end details excluded.
How to Use
1. Provide inputs: enter Ah rating and system voltage (V).
2. Run calculation to obtain energy in Wh and optional energy in kWh.
3. Review outputs for planning, sizing, and documentation.
4. If needed, adjust Ah or voltage and recompute to compare options.
5. Save or export the results for records.

FAQs/Additional Resources
Find Quick Answers
What is the practical difference between Ah and Wh?
What voltage should I use for a car battery or a 12 V system?
Can I convert to kilowatt-hours (kWh)?
What if I input negative values or non-numeric data?
User Reviews
See What Others Are Saying
Explore Related Tools
More Solutions for Your Needs
Bedrock to Java Converter
A web-based converter that assists Minecraft players and server admins to convert Bedrock edition worlds to Java Edition, ensuring compatibility and minimal world data loss.
Bedrock to Java Converter
A precise converter for Minecraft worlds and assets from Bedrock to Java, designed for players, server admins, and map developers migrating editions.
Your Feedback Matters
Help Us to Improve