← All studies · askamerica.ai

Yes — EVs cut emissions even on coal/gas-heavy grids, but by less than on clean grids

EIA state generation mix (askamerica energy.state_energy_mix) + EPA eGRID CO2 intensity + DOE/UCS/Consumer Reports lifecycle studies

EVs vs. gasoline cars: emissions by grid carbon intensity EV on coal-heaviest US grid vs avg gas car (tailpipe+grid only) ~57% lower Operational CO2/mile only; excludes manufacturing Full lifecycle (incl. battery mfg), worst-case coal grid ~20-40% lower UCS / Consumer Reports / DOE findings EV grams CO2/mile by grid carbon intensity, vs average gasoline car 0 100 200 300 400 Grid / vehicle g CO2/mile NY Upstate (hydro-heavy) EV California grid EV US national-avg grid EV West Virginia grid EV Coal-heaviest subregion EV Average gasoline car (24 mpg) Computed from EPA eGRID CO2 output rates (lb/MWh) × typical EV efficiency (0.30 kWh/mi), vs EPA gasoline combustion factor (8,887 g CO2/gal) at 24 mpg fleet-average fuel economy. Operational emissions only — excludes vehicle/battery manufacturing. Fossil-fuel share of electricity generation, most fossil-reliant states (2026 YTD, partial-year) 0 20 40 60 80 100 State % fossil DE WV KY RI IN MA UT OH MS HI Source: askamerica energy.state_energy_mix (EIA electricity generation rollup). Latest full-year data in this corpus stops at 2017; this is 2026 year-to-date and partial. Delaware and Rhode Island's high fossil share reflects small in-state gas-fired generation, not coal specifically —… AskAmerica · askamerica.ai
SVG

Summary

Yes. Even in the states that burn the most coal and gas for electricity, driving an EV still produces meaningfully lower greenhouse-gas emissions than driving a comparable gasoline car — the size of the advantage shrinks a lot on a dirty grid, but it does not disappear or reverse anywhere in the continental U.S. Multiple independent lines of evidence agree: a first-principles calculation from EPA grid-intensity data, and published lifecycle studies from DOE, the Union of Concerned Scientists, and Consumer Reports.

On an operational (tailpipe-vs-power-plant) basis, a typical EV on the single dirtiest U.S. grid region emits roughly 40-55% less CO2 per mile than the average gasoline car. Once you add in the extra emissions from manufacturing an EV's battery (the 'carbon debt' that operational figures leave out), published full-lifecycle studies put the advantage in worst-case coal states at roughly 20-40% lower lifetime emissions — smaller, but still a real, positive margin, achieved within the vehicle's driving lifetime (typically after 1-5 years / 7,000-30,000 miles of driving, depending on the study and grid).

Which states actually burn the most coal/gas

Using this corpus's EIA-derived state generation mix (energy.state_energy_mix), the most fossil-fuel-reliant states in the most recent (partial 2026) data are Delaware, West Virginia, Kentucky, Rhode Island, Indiana, Massachusetts, Utah, Ohio, Mississippi, and Hawaii — see chart. Caveat: this table's full-year coverage in the loaded corpus stops at 2017 and then jumps to a partial 2026 snapshot (data_coverage confirmed no rows for 2018-2025), so the 'currently' framing rests on year-to-date 2026 data, not a complete year. West Virginia (~95% coal) and Kentucky (~93% fossil, mostly coal) are the classic 'dirty grid' cases discussed in the literature; Delaware and Rhode Island's fossil share is mostly natural gas, not coal.

Quantifying the grid-intensity effect

Using EPA eGRID CO2 output emission rates (lb CO2/MWh, 2023 data released Jan 2025) and a typical EV efficiency of 0.30 kWh/mile, against EPA's gasoline combustion factor (8,887 g CO2/gallon) at a 24 mpg fleet-average fuel economy:

This operational calculation, run in Python against the eGRID figures pulled by web search, is directionally consistent with — though more favorable to EVs than — published full-lifecycle figures, because it excludes the one-time extra emissions from manufacturing an EV's battery pack.

What the published lifecycle literature finds

Three independent published sources converge on the same qualitative conclusion, with lifecycle (not just operational) accounting:

Caveats and what would change the answer

Every query behind this report

3 warehouse calls ran in this session, in order. Each is reproducible against the same snapshot.

query — 15 rows — 45803 ms
SELECT state_abbr, state_name, generation_year, fossil_pct, renewable_pct FROM energy.state_energy_mix WHERE generation_year = (SELECT MAX(generation_year) FROM energy.state_energy_mix) ORDER BY fossil_pct DESC LIMIT 15
query — 1428 ms
SELECT state_abbr, state_name, fossil_pct, renewable_pct FROM energy.state_energy_mix WHERE generation_year = 2023 ORDER BY fossil_pct DESC FETCH FIRST 15 ROWS ONLY
query — 9 rows — 13760 ms
SELECT generation_year, COUNT(*) FROM energy.state_energy_mix GROUP BY generation_year ORDER BY generation_year

Sources

  1. EIA state electricity generation mix (askamerica energy.state_energy_mix) — 2026 partial-year and 2017 full-year queried
    Show SQL
    SELECT state_abbr, state_name, fossil_pct, renewable_pct FROM energy.state_energy_mix WHERE generation_year = (SELECT MAX(generation_year) FROM energy.state_energy_mix) ORDER BY fossil_pct DESC FETCH FIRST 15 ROWS ONLY
  2. EPA eGRID 2023 data (released Jan 2025) — summary CO2 output emission rates
  3. West Virginia eGRID state-level CO2 factor (~946 lb/MWh)
  4. Union of Concerned Scientists, 'State of Charge' / How Clean is Your EV tool
  5. UCS blog: EPA data still shows EVs are winners
  6. DOE Alternative Fuels Data Center — well-to-wheel EV emissions by state (Fact #950)
  7. Consumer Reports — How Clean Are Electric Vehicles in Your State
  8. DRIDER — EV vs Gas Car Carbon Emissions by U.S. State (2025)
  9. FactCheck.org — EVs contribute fewer emissions than gas cars over lifetimes