EV Charging Time Calculator
Estimate the time required to charge your battery from X% to Y%.
What this calculator does
Estimate how long an EV charge session will take from a starting state of charge to a target level. It uses battery capacity, charger power, vehicle acceptance limits, and charging losses to compute time, energy added, and grid energy used. This is useful for home charging plans and for comparing public charging options.
Inputs explained
- Battery capacity: Total or usable capacity in kWh.
- Start level: Current state of charge as a percent.
- Target level: Desired state of charge as a percent.
- Charger power: Charger output in kW.
- Vehicle max acceptance: Optional kW limit the vehicle can actually accept.
- Charging efficiency loss: Percent of power lost to heat and conversion.
How it works / Method
- Choose the lower of charger power and vehicle max acceptance as effective power.
- Apply charging loss to estimate net power that reaches the battery.
- Compute energy needed from start to target as a percent of capacity.
- Divide energy needed by net power to estimate time.
- Multiply effective power by time to estimate grid energy used.
Formula(s) used
effective_power = min(charger_power, vehicle_max)
net_power = effective_power * (1 - loss%/100)
energy_needed = capacity_kWh * (target% - start%)/100
time_hours = energy_needed / net_power
grid_energy = effective_power * time_hours
Units: power in kW, energy in kWh, time in hours. Assumes steady charging power during the session.
Inputs
Results
Step-by-step example
Example inputs: 75 kWh battery, start 10%, target 80%, charger power 7.2 kW, vehicle max 11 kW, and 10% loss.
- Energy needed: 75 * (80 - 10) / 100 = 52.5 kWh.
- Effective power: min(7.2, 11) = 7.2 kW.
- Net power to battery: 7.2 * 0.90 = 6.48 kW.
- Time: 52.5 / 6.48 = 8.10 hours (about 8h 6m).
- Grid energy: 7.2 * 8.10 = 58.3 kWh.
Use cases
- Plan overnight Level 2 charging time at home.
- Compare Level 1, Level 2, and DC fast charging sessions.
- Estimate how long a public charging stop may take.
- Test how a lower vehicle acceptance rate affects charging time.
- Estimate grid energy for cost or emissions calculations.
- Plan charging around time of use electricity windows.
Assumptions & limitations
- Charging power is treated as constant; real sessions often taper at higher state of charge.
- Battery conditioning, temperature, and preheating can change effective power.
- Loss percent is simplified and does not vary with charge rate or temperature.
- Start and target levels must be within 0 to 100% and target must be higher than start.
- Does not model idle fees or station limits at public chargers.
- Results are estimates for planning, not a guaranteed session time.
Disclaimer: Results are estimates for planning only. Real world charge time varies by vehicle, charger, and conditions.
Frequently Asked Questions
Sources & references
- U.S. Energy Information Administration: Measuring electricity - Defines kW and kWh for power and energy.
- DOE Alternative Fuels Data Center: EV charging options for consumers - Charging level power ranges and typical use.
- U.S. EPA: Plug-in electric vehicle charging basics - Charging behavior and power tapering context.
- U.S. DOE: Vehicle Technologies Office fact of the week - Notes battery capacity on a usable energy basis.
- Schema.org: FAQPage, WebPage, and BreadcrumbList - Structured data definitions used on this page.