Skip to content

Methodology

This page documents how ChargeCalcs calculators are researched, built, tested, and maintained. It is written for transparency — so that users, researchers, and quality reviewers can evaluate the reliability of the tools and data on this site. If something on this page does not match what you see on a calculator, that is a reportable defect. Contact details are at the bottom.

Data sources

Every number on this site traces back to a named primary source with a verification date. The categories and authoritative sources are:

  • Vehicle specifications — the EPA Fuel Economy Guide (fueleconomy.gov) for US-market vehicles, updated annually per model year. WLTP test data is used for vehicles sold primarily outside the US. Manufacturer specification sheets are used when standardised test data is not available or when charging-rate data differs from test-cycle results.
  • Electricity rates — the US Energy Information Administration Electric Power Monthly reports for US residential rates by state; the Ofgem domestic price cap for the UK; the Ontario Energy Board and BC Hydro for Canada; the Australian Energy Regulator default market offer for Australia.
  • Fuel prices AAA (gasprices.aaa.com) for US national and state averages, RAC Fuel Watch for the UK, and equivalent national sources for Canada and Australia.
  • Battery degradation research — the Geotab 2025 EV Battery Health Study (based on data from thousands of fleet vehicles) and publications from the US National Renewable Energy Laboratory (NREL) on calendar and cycle aging of lithium-ion batteries.
  • Charging infrastructure — SAE International standards (notably J1772 for AC charging connectors and power levels), Idaho National Laboratory EV charging infrastructure test data, and the US Department of Energy Alternative Fuels Data Center for public charger counts and locations.
  • Tax credits and incentives — the specific legislation or regulatory programme, cited with effective dates, directly on the affected calculator.

Verification process

Every calculator undergoes a dedicated formula accuracy audit before it is published (internally referred to as Stage 2b). The audit does three things:

  • Source link verification — every source URL on every calculator page is web-searched and checked to confirm it returns HTTP 200 and that the content at the URL actually supports the claimed formula or data point. During the most recent full audit across the launch content, 19 broken or fabricated source links were caught and replaced before publication. Link rot is a real and ongoing problem in this space, and the audit catches it.
  • Worked example cross-check— every worked example on every calculator page is run through the live calculate function with the stated inputs, and the narrative values are verified against the actual output. If the worked example says “this charges in 6 hours 15 minutes,” the calculate function must return that exact time when fed the example’s inputs.
  • Known-value tests — each calculator has at minimum two automated tests: a primary scenario that verifies every output, and an edge case that tests boundary conditions (charging from 80% to 100% on DC fast, a 100 A panel with no slack, a vehicle at 20% battery in sub-zero temperature). These tests run on every build. A calculator without passing tests cannot deploy.

The test suite across the site exceeds 600 automated checks. Categories include formula accuracy, JSON-LD schema validation, internal link topology (no orphan pages, no duplicate anchors, minimum outbound and inbound counts), AI-phrasing detection with a domain-specific exception list, accessibility (contrast, touch targets, focus management), and content-similarity detection using 64-bit simhash with a 6-bit Hamming threshold to prevent template repetition across pages.

Independent review

Calculator methodology and data sources are reviewed by independent domain experts before and after publication. The review panel is scoped so that each expert covers the area of their actual professional or academic specialism:

  • Doc. dr. sc. Danijel Jerković-Štil, Assistant Professor at FERIT Osijek (Faculty of Electrical Engineering, Computer Science and Information Technology, Josip Juraj Strossmayer University of Osijek). Reviews the power-electronics side of the site: charger sizing and circuit specification, on-board AC charging speed, DC fast-charge power delivery and the BMS taper above 80% state of charge, plus the cost calculators where charging-power-times-tariff drives the maths.
  • Doc. dr. sc. Damir Topić, Assistant Professor at FERIT Osijek (same faculty). Reviews the battery-storage side: usable capacity and depth-of-discharge, range under load and in cold weather, DC-fast-charge planning across a road-trip route, battery degradation models, and the cost calculators where battery economics — cost per mile, break-even versus gas, lease-versus-buy depreciation — drive the result.

Both reviewers also attest to the same methodology at sister site VoltCalcs. Each site emits its own independent Person body in JSON-LD (no cross-site references); the underlying human and credentials are identical. Full bios at /reviewers.

Reviewers verify calculator methodology and data sources. They do not endorse specific purchase decisions or guarantee results for individual circumstances. Reviewer attribution appears as a visible byline directly below the calculator heading — editorial verification is a content signal, not a product review, so it is deliberately not encoded as Review/Rating schema.

Charging curve modelling

Most online EV calculators assume constant charging speed from 0% to 100%. ChargeCalcs uses a simplified three-phase taper that reflects real DC fast charging behaviour: nominal speed from 0–80% state of charge, approximately 50% of nominal from 80–90%, and approximately 25% of nominal from 90–100%. For Level 1 and Level 2 AC charging the taper is negligible and a constant rate is used. For DC fast sessions the time is integrated across 1% SoC steps to produce a realistic total. This is still a simplification — every battery chemistry has its own curve — but it is markedly more accurate than linear.

Battery degradation uses a square-root-of-time calendar aging model consistent with the Geotab 2025 dataset and NREL research, not a linear assumption. This matters because linear models over-predict early-life degradation and under-predict mid-life degradation, giving users the wrong picture of their battery’s actual trajectory.

Review cadence

ChargeCalcs content is not static. The review cycle operates on three timescales:

  • Continuous — user-reported errors are investigated and corrected as soon as they are received.
  • Quarterly — vehicle data is reviewed against current EPA and manufacturer sources to capture new model years and mid-cycle updates. Electricity and fuel rates are refreshed against the regulatory and industry sources listed above. The internal vehicleDataReviewDate and rateDataReviewDate fields record the last quarterly review per calculator.
  • Six-monthly — financial calculators carry a costDataExpiry date six months from the last cost verification. When this date passes, the affected calculators are flagged and data is refreshed from primary sources before any other content work on those pages proceeds.

Each calculator displays a “Last updated” date that reflects the most recent meaningful change — not routine maintenance. Automated content-language checks run on every build to catch generic AI-generated phrasing, with a maintained exception list for legitimate EV terminology (range anxiety, state of charge, charging curve, WLTP, CCS, NACS, and similar).

Limitations

Calculator results are estimates based on average data and simplified models. Several limitations are worth stating directly:

  • Vehicle efficiency in the real world depends on driving style, temperature, terrain, HVAC load, cargo, and tyre condition — not just the EPA or WLTP rating. A single efficiency figure cannot capture that variance.
  • Electricity rates use state or regional averages. Your specific tariff, time-of-use schedule, or demand charge may differ significantly, and the calculator cannot account for contracts it does not know about.
  • The three-phase charging curve model is a simplification of each battery’s unique chemistry-specific taper. It is more accurate than linear, but it is not a replacement for the vehicle’s onboard systems.
  • Tax credit and incentive amounts change with legislation. Verify current eligibility and amounts with the official programme before making a purchase decision based on them.
  • Battery degradation projections are population-level estimates. Your specific vehicle’s degradation depends on its battery chemistry, thermal management, and individual usage pattern.

These limitations are acknowledged on every calculator page via a category-specific caveat that appears below the results. The goal is to be useful and transparent, not to claim false precision.

Contact

Questions about methodology, data sources, or corrections: contact@chargecalcs.com. Background on the author and the portfolio behind ChargeCalcs is on the about page.