A typical ChatGPT query uses about 0.3 watt-hours of electricity. OpenAI says 0.34, Epoch AI estimates 0.3 for GPT-4o, and Google measures 0.24 for a median Gemini prompt. Data centres as a whole used about 415 terawatt-hours in 2024, 1.5% of the world’s electricity, and the IEA expects that to more than double by 2030.
The question has two honest answers and they point in opposite directions. Per query, AI uses less energy than the older estimates said, and the figure keeps falling. In total, AI is one of the fastest growing loads on the grid, and the figure keeps rising. Both are true because the number of queries is growing faster than the energy per query is falling.
Per query: three measurements that agree
Until 2025 the most quoted figure was about 3 watt-hours per ChatGPT query, roughly ten times a web search. It came from early hardware, early models and generous assumptions about prompt length. Three sources have since put real numbers on it.
OpenAI’s figure is 0.34 watt-hours. In June 2025 Sam Altman wrote that the average query uses about 0.34 watt-hours, about what an oven draws in a little over a second. No method was published with the figure.
Google’s figure is 0.24 watt-hours. In August 2025 it published a methodology paper for its own fleet. A median Gemini Apps text prompt uses 0.24 watt-hours and emits 0.03 grams of CO₂e, counting the accelerator, the host machine, idle capacity and the data centre overhead. The same paper reports that energy per prompt fell 33 times in twelve months.
Epoch AI’s estimate is 0.3 watt-hours. In February 2025 the research group worked through GPT-4o’s likely serving cost from the outside and landed on about 0.3 watt-hours for a typical text question, with the caveat that queries with very long inputs run to 2.5 to 40 watt-hours.
Earlier academic measurements sit lower still. Luccioni, Jernite and Strubell measured 88 open models on their own hardware in 2023 and found text generation at about 0.047 kilowatt-hours per 1,000 queries, which is 0.047 watt-hours each, while image generation cost orders of magnitude more. So the per-query range for text is a few tenths of a watt-hour, and the shape of the request matters more than the brand of the model.
Per token, and why "per query" hides the answer
A query is not a unit. It can be ten tokens or ten thousand, and the answer can be a sentence or a report. CrbonFree meters tokens instead, and its methodology charges each one a published number of joules by model tier: prefill for input, decode for output, a much smaller figure for a cached read. Scaled up by host power, cluster utilisation and the facility’s power usage effectiveness, that gives site energy for any exchange. Here is a task of 1,000 input tokens and 300 output tokens across the tiers:
| Model tier | Joules per input token | Joules per output token | Active energy | Site energy |
|---|---|---|---|---|
| Small or distilled | 0.1 | 0.2 | 0.044 Wh | 0.21 Wh |
| Medium or flagship | 0.3 | 0.5 | 0.125 Wh | 0.59 Wh |
| Large or frontier | 0.5 | 0.9 | 0.214 Wh | 1.01 Wh |
| Reasoning, extended thinking | 0.5 | 1.8 | 0.289 Wh | 1.36 Wh |
| Gemini Flash | 0.08 | 0.5 | 0.064 Wh | 0.27 Wh |
| Gemma, open weights | 0.04 | 0.16 | 0.024 Wh | 0.10 Wh |
The table shows three things. Output tokens cost two to four times what input tokens cost, because generating a token means a full pass through the model while reading one does not. Reasoning models cost the most per token and produce the most tokens, since their thinking is output. And a cached input token costs a tenth of an uncached one, 0.03 joules against 0.3 on the medium tier, which is why prompt caching is the cheapest efficiency a team can switch on.
Run it for your own usage. Pick an exchange size, a tier and how many queries a day, and the calculator gives the energy and the CO₂e per query, per day and per year from the same factors.
20
200 tokens in, 150 tokens out, uncached.
0.3 J per input token, 0.5 J per output token. PUE 1.2.
Energy per query
0.18 Wh
0.08 g CO₂e per query, full lifecycle
- Accelerator, active energy0.04 Wh
- Facility: host, idle capacity, cooling0.14 Wh
Per year: the totals
The per-query figures are small. The totals are not, because the queries are many and growing.
| Scope | Figure | Source |
|---|---|---|
| World, data centres, 2024 | 415 TWh, about 1.5% of global electricity | IEA |
| World, data centres, 2030 | about 945 TWh | IEA projection |
| United States, data centres, 2023 | 176 TWh, 4.4% of US electricity | Berkeley Lab |
| United States, data centres, 2028 | 325 to 580 TWh, 6.7 to 12% | Berkeley Lab projection |
| AI-specific growth by 2027 | 85 to 134 TWh a year added | de Vries, Joule |
These totals cover everything data centres do. AI is what is driving the growth: Berkeley Lab attributes the doubling of data centre power demand between 2017 and 2023 largely to AI servers. Our own case study shows the demand side of the same curve. Token traffic through the OpenRouter gateway grew many times over in a single year, and every one of those tokens is a fraction of a watt-hour that nobody was metering.
Training versus inference
The per-query figures above are inference: the cost of answering. Training a model is a separate, one-off cost, spread across every answer the model gives afterwards. Because a widely used model answers billions of queries, the training share per query is small, but it is not zero, and it is easy to leave out. CrbonFree’s methodology carries training as its own line, 0.008 kilograms of CO₂e per million tokens, alongside the embodied carbon of the hardware at 0.020, so neither is blended into the energy figure silently.
How to measure your own
- Count tokens per model from the provider’s usage data, not from spend. A dollar buys very different numbers of tokens on different models, so spend cannot tell an efficient model from a wasteful one.
- Convert tokens to joules with per-tier factors, then to site energy with the host, utilisation and power usage effectiveness factors. CrbonFree does this under methodology v1.2 and publishes every factor with a version number.
- Keep the layers separate: active energy, facility energy, and the lifecycle carbon on top. An auditor will ask which one you reported.
- Report the uncertainty. Every CrbonFree figure carries a plus or minus 28.3% band, from a 20% activity uncertainty and a 20% factor uncertainty combined the IPCC Tier 1 way.
What cuts it
Energy per answer falls with fewer tokens, cheaper tokens and smaller models. Caching the fixed part of a prompt cuts its input cost by ten times. Routing routine tasks to a small tier cuts the site energy of a typical task from 0.59 to 0.21 watt-hours. Asking for a short answer costs less than asking for a long one, and using a reasoning model only when the task needs reasoning avoids the most expensive tokens there are. None of this needs new hardware; it needs the numbers per model, which is what metering provides.
Sources
- 01Sam Altman, The Gentle Singularity (June 2025)
The average ChatGPT query uses about 0.34 watt-hours, about what an oven uses in a little over one second.
- 02Elsworth et al., Measuring the environmental impact of delivering AI at Google Scale (August 2025)
A median Gemini Apps text prompt uses 0.24 watt-hours and 0.03 grams of CO2e; energy per prompt fell 33 times in twelve months.
- 03Epoch AI, How much energy does ChatGPT use? (February 2025)
A typical GPT-4o query at roughly 0.3 watt-hours, ten times below the older 3 watt-hour estimate; 2.5 to 40 watt-hours for very long inputs.
- 04Luccioni, Jernite and Strubell, Power Hungry Processing (FAccT 2024)
Measured energy for 88 models across 30 datasets; text generation at about 0.047 kilowatt-hours per 1,000 queries, with image generation orders of magnitude higher.
- 05IEA, Energy and AI (April 2025)
Data centres used about 415 terawatt-hours in 2024, 1.5% of global electricity, set to reach around 945 terawatt-hours by 2030.
- 06Shehabi et al., 2024 United States Data Center Energy Usage Report, Lawrence Berkeley National Laboratory (December 2024)
US data centres used 176 terawatt-hours in 2023, 4.4% of the country’s electricity, projected at 325 to 580 terawatt-hours, 6.7 to 12%, by 2028.
- 07de Vries, The growing energy footprint of artificial intelligence, Joule (October 2023)
AI-related electricity could grow by 85 to 134 terawatt-hours a year by 2027, comparable to the Netherlands.
Figures attributed to CrbonFree come from methodology v1.2, published in full with every factor and formula. Read the methodology.
About the author
Cory Bergh
Cory leads Crbon Labs, which originates its own climate projects and builds CrbonFree, the platform that measures the footprint of AI usage per token. He was previously VP of Technology and Innovation in the energy industry and holds a BComm, an MBA and the CFA.

