Why AI Water Estimates Differ by 2000x
Published figures for water per AI prompt range from 0.26 millilitres to over 500. Both are defensible. The gap is entirely in what each one counts.

Published estimates of how much water an AI prompt uses range from about 0.26 millilitres to over 500 millilitres. That is a factor of roughly two thousand, between figures that are both defensible and both produced by competent people.
The disagreement is not really about water. It is about where the boundary of the system is drawn, and almost nobody states which boundary they used.
The two headline numbers
Google has reported a median of around 0.26 millilitres of water per text prompt. Researchers at UC Riverside estimated roughly 519 millilitres for a 100-word response, about a standard bottle.
Both can be true at once, because they are measuring different systems:
| Google's ~0.26 mL | UC Riverside's ~519 mL | |
|---|---|---|
| Counts on-site evaporation | Yes | Yes |
| Counts water behind the electricity | No | Yes |
| Unit | One median prompt | A 100-word response |
| Facility assumption | Google's own fleet | Modelled US average |
Three multipliers, stacked. A longer response is more tokens. Including the power sector's water adds a large indirect term. And an efficient, cool-climate, closed-loop facility differs enormously from an evaporatively cooled one in a hot region.
None of those steps is a trick. Multiply them and you get three orders of magnitude.
Withdrawal is not consumption
The second confusion is more basic and does more damage.
Withdrawal is water taken from a source. Consumption is the part that does not go back, normally because it evaporated. A facility can withdraw a great deal and return most of it slightly warmer, or withdraw less and consume nearly all of it.
Headline comparisons routinely put a withdrawal figure from one source next to a consumption figure from another. The resulting contrast is meaningless, and the distinction is usually the first casualty when a study is summarised.
When you encounter any AI water number, the first question is not how big but which of these two, and measured where.
What the boundary choice does, arithmetically
The following is illustrative arithmetic, not a measurement, and it exists only to show how quickly the boundary dominates the result.
Take a facility-level consumption figure and divide by a query count. If you assume the facility serves ten million queries a day, you get one number. Assume a hundred million and you get a tenth of it. The physical facility has not changed at all; only the denominator has.
That denominator is almost never published. Providers report infrastructure totals, not queries per facility, so every per-prompt figure in circulation contains an outside estimate of a number only the provider knows.
This is why per-prompt figures should be treated as rhetoric rather than measurement. They are useful for establishing that the cost is not zero. They cannot support a comparison between providers, and they should not carry policy.
What is actually solid
Some numbers in this area are much firmer than others, and the ranking is not the one the coverage implies.
| Claim type | How verifiable | Why |
|---|---|---|
| Facility withdrawal and consumption | Good | Reported by operators and often recorded by local water authorities |
| Regional data centre water use | Good | Aggregated from utility data |
| Training run totals for named models | Moderate | Traceable to a specific study, but modelled |
| Per-prompt figures | Weak | Depend on an unpublished denominator |
Facility-level reporting is the level at which the question is answerable, and it is also the level at which it matters. A community sharing an aquifer with a data centre cares about the volume that facility consumes, not about a bottle-of-water metaphor.
Where the number genuinely is large
Being sceptical about per-prompt figures is not the same as saying the consumption is small.
Individual large facilities can consume on the order of millions of gallons a day, comparable to a small town. Training runs for large models have been estimated in the hundreds of thousands of litres. Those are facility-scale and campus-scale numbers, and they are the ones with the firmest provenance.
The physical constraint is real, and it belongs in the same category as the power and interconnect limits that decide what a large training cluster can actually do. Water is one of the resources that determines where compute can be built at all, which is a more consequential fact than any per-query figure.
What we do not know
We do not have a defensible way to convert facility consumption into a per-query figure, because the query denominator is not public and we do not expect it to become public.
We also do not know how quickly cooling technology is shifting the picture. Closed-loop and air-cooled designs change the direct term substantially, and the deployment mix across the industry is not published in enough detail to say what the current average actually is. Estimates modelled on a few years ago may already be wrong in either direction.
Finally, the indirect term inherits every uncertainty in grid water intensity, which varies by region and by hour. Any lifecycle figure is a estimate resting on another estimate, and should be read that way.
How to read the next figure you see
Ask three questions, in order:
- Withdrawal or consumption? If unstated, the number cannot be compared to anything.
- Does it include the water behind the electricity? This alone accounts for most of the spread.
- What is the denominator? If it is per-prompt, someone has guessed a query count.
A figure that survives all three is worth taking seriously. Most do not, and the ones that circulate most widely tend to be the ones that survive fewest — the same pattern as confident output that no component in the pipeline is positioned to question.
Sources: EESI, Data Centers and Water Consumption · Forbes, How Much Water Does AI Use
Frequently asked questions
How much water does AI use per prompt?
There is no single number, and the published range spans roughly three orders of magnitude. Google has reported about 0.26 millilitres for a median text prompt, counting water evaporated at the data centre. Researchers at UC Riverside estimated around 519 millilitres for a 100-word response, counting the data centre plus the water consumed generating the electricity. Neither is wrong; they answer different questions.
Why do AI water estimates vary so much?
Three choices drive almost all of the variation: whether you count only water evaporated on site or also the water consumed producing the electricity, whether you divide by one prompt or by a long response, and which data centre you assume, since cooling method and local climate change consumption by large factors. Change those three and you can move an estimate by a thousandfold without anyone being dishonest.
What is the difference between water withdrawal and water consumption?
Withdrawal is water taken from a source; consumption is the portion that does not return to it, usually because it evaporated. A facility can withdraw large volumes and return most of it, or withdraw less and consume nearly all of it. Reports that compare a withdrawal figure with a consumption figure are not comparing like with like, and the distinction is often dropped in summaries.
Does AI use water directly?
Partly. Many data centres use evaporative cooling, where water absorbs heat and evaporates, so that consumption is direct and on site. The larger share for most facilities is indirect: thermoelectric power generation consumes water, so every kilowatt-hour carries an embedded water cost that appears in the power sector's accounts rather than the data centre's.
Is a per-prompt water figure useful at all?
Only as an illustration. Per-prompt figures divide a facility-level total by an assumed query count, so they inherit every assumption in that total and add a new one. They are useful for conveying that the cost is not zero and unsuitable for comparing providers or informing policy, which needs facility-level reporting with a stated boundary.
Which AI water numbers can actually be verified?
Facility-level withdrawal and consumption, where operators publish it and where local water authorities record it, are the most solid. Aggregate training figures for specific historical models are weaker but traceable. Per-prompt figures are the least verifiable, because the denominator, how many queries a facility served, is almost never published.
Related reading
What a Data Centre Actually Does With Water
Cooling is a heat transfer problem with several solutions. Which one a facility uses decides whether it consumes water, electricity, or land.
What a $50M Cluster Actually Buys You
GPU count is the least interesting number in a cluster. Power, cooling and interconnect decide what the money actually turns into.
Where the Tokens Actually Go in Long-Context Inference
Profiling memory bandwidth and attention entropy in 128k context runs. Why models collapse attention to window edges and how sparse key-value caching reduces RAM load.