AI Energy & Carbon Footprint Calculator
Wondering how much energy ChatGPT uses? Enter how many prompts you send and pick your country's grid to estimate the electricity, CO₂e, and water footprint of your AI chatbot use — with every per-prompt figure traced to a published source so the result is citable. Runs entirely in your browser.
How it works
The calculator multiplies one published figure — the energy a single text prompt uses — by how many prompts you send, then converts that energy to carbon using your electricity grid's intensity. Every step is plain arithmetic; the only modelling choice is which per-prompt figure you pick, and that figure is always shown.
- Normalise to a year. Prompts per year = prompts ×
{ day: 365, week: 52, month: 12, year: 1 }. - Energy.Energy (Wh/yr) = prompts per year × watt-hours per prompt; divide by 1,000 for kWh. The per-prompt figure comes from your chosen preset — Google's 0.24 Wh for Gemini, Epoch AI's ~0.30 Wh for a GPT-4o-class query, OpenAI's ~0.34 Wh average, or the older 2.9 Wh high-end estimate.
- Carbon. CO₂e (g/yr) = energy (kWh/yr) × grid intensity (gCO₂/kWh). Grid intensities are annual averages from Ember and the IEA. The same total is verified a second way — summing (Wh ÷ 1,000 × intensity) over every prompt — so the two routes must agree.
- Water. Google reports ≈ 0.26 mL per Gemini prompt at 0.24 Wh. For other presets the tool scales that linearly by the energy ratio,
0.26 × (Wh ÷ 0.24)— a transparent approximation, labelled as such, and switchable off. - Equivalents. Phone charges = energy ÷ 12 Wh; petrol-car km = CO₂ ÷ 120 g/km; LED-bulb hours = energy ÷ 10 W; Google searches = energy ÷ 0.3 Wh. Each constant is sourced in the references below.
The tool models inferenceonly — the energy of using a chatbot. It excludes model training, image and video generation, and the embodied carbon of data-centre hardware, because those figures are model-specific, contested, or out of an individual user's control. Treat the output as a sourced estimate, not a precise meter reading: real energy varies with prompt length, model size, and data-centre load.
Worked examples
Frequently asked questions
Sources & references
- Google — Measuring the environmental impact of AI inference (Aug 2025): 0.24 Wh, 0.03 gCO₂e, 0.26 mL per Gemini text prompt
- Epoch AI — How much energy does ChatGPT use? (2025): ~0.3 Wh per GPT-4o query
- Sam Altman / OpenAI — The Gentle Singularity (2025): ~0.34 Wh per average ChatGPT query
- de Vries, A. — The growing energy footprint of artificial intelligence (Joule, 2023): ~2.9 Wh older estimate
- Ember — Electricity Data Explorer: country grid carbon intensity (gCO₂/kWh)
- European Environment Agency — average new-car CO₂ emissions (~120 g/km basis for the driving equivalent)
Per-prompt energy, grid intensity, and water figures were last cross-checked against these sources on 2026-06-05. They are reviewed whenever a provider publishes new first-party measurements or Ember updates its annual grid data.
Related tools
Comments & feedback
Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.
Found a bug, edge case, or a better-sourced figure?
Email me at [email protected] — most fixes ship within 24 hours.