A tiny engineer stands on warm stone steps gazing up at a colossal liquid-cooled monument threaded by a glowing amber closed loop and flanked by dry radiator fins; a wide stone basin at its base lies cracked and bone-dry, while a crossed-out cooling tower and faint upstream power-plant and water-drop motifs float in the hazy sky.
June 24, 20267 min readby Rishabh Kumar

NVIDIA's 45°C "Water-Free" AI Data Centers — How It Works, and What It Doesn't Fix

Every few months a headline arrives promising that AI's resource problem has finally been solved, and most of the time the truth is more boring than the press release. So when NVIDIA announced a water-free data center design on June 22, 2026, I did what I always do: read the actual claim, then went looking for the catch. The good news is that the nvidia liquid cooling story is real and genuinely clever. The honest news is that it fixes one specific number — on-site water — and leaves the bigger picture mostly untouched. Both of those things can be true at once, so let's walk through it.

What NVIDIA actually announced

The centerpiece is NVIDIA's DSX reference architecture for the Rubin generation of AI hardware — which the company says is the first design built for 100% liquid cooling, with no fans. In a normal server, fans push air across hot components and that heat eventually gets dumped outside, often via water-hungry evaporative cooling towers. NVIDIA's pitch, laid out on the NVIDIA technical blog, is to remove that air-cooling stage from the equation entirely.

Here's the part I found genuinely interesting. The system runs a closed loop cooling coolant that's roughly three-quarters water and one-quarter propylene glycol — basically the same antifreeze chemistry you'd find in a car's radiator. That coolant is delivered to the racks at about 45°C and comes back out around 55°C. That sounds counterintuitive — you'd expect cooling fluid to be cold — but the temperature is the whole trick.

Because the loop runs that hot, the facility can reject heat to the outside air using dry coolers and radiators instead of evaporative towers. Evaporative cooling works by boiling off water to shed heat, which is exactly where conventional data centers spend their water budget. A 45°C loop is warm enough relative to ambient air that you can dump heat through a glorified radiator and let the closed loop recirculate. No evaporation, no constant make-up water, no cooling tower. As Axios reported, that shift from rejecting heat into water to rejecting it into air is the core of the design.

The numbers, and why they're not nothing

The water math here is the headline. Conventional cooling-tower systems consume roughly 2.6 million gallons of water per megawatt per year. NVIDIA's design drops on-site water consumption to near zero — the company and outlets covering it describe up to a 100% reduction in on-site water use. Gizmodo led with exactly that figure.

And it isn't only water. Fortune reported that a 50-megawatt hyperscale facility could save on the order of $4 million per year in combined cooling-energy and water costs. Liquid cooling moves heat far more efficiently than air, so you spend less energy on the cooling itself — which is why this lands as a sustainability story and an economics story at the same time. When the greener option is also the cheaper option, adoption tends to follow on its own.

If you only measure ai data center water usage at the meter where the pipe enters the building, this is a near-total win. That's a real engineering achievement and I don't want to wave it away. But that meter is also where the marketing gets to stop measuring — and that's where the honest part of this post begins.

The catch: on-site water isn't AI's real water footprint

This is the distinction the press release glides past, and to its credit TechCrunch put it right in the headline: cutting data center water use is not the same as fixing AI's water problem. The water a facility evaporates through its cooling towers is only one slice of the ai water footprint. The two slices NVIDIA's design doesn't touch are the big ones.

Power generation. The electricity feeding these GPUs has to come from somewhere, and thermoelectric power plants — gas, nuclear, coal — consume enormous volumes of water for their own cooling. A water-free data center that draws more power can still drive up water consumption upstream at the power plant. You've moved the water off your site, not out of the system.

Chip manufacturing. Fabricating the chips themselves is famously water-intensive — semiconductor fabs use ultra-pure water by the millions of gallons. None of that shows up at the data center's water meter either. Between power generation and manufacturing, TechCrunch and others note that these upstream stages account for roughly two-thirds of AI's total water footprint. The on-site cooling water NVIDIA just eliminated is the remaining third — meaningful, but not the majority.

Zoom out and the scale gets sobering. A UN report covered by Time warns that AI could consume as much water as 1.3 billion people by 2030. And we can't even see most of the current usage clearly: per compiled water-usage statistics, an estimated 92.6% of US data-center water use isn't even captured in corporate sustainability disclosures. You can't manage what you don't report, and right now the industry barely reports it.

What this means if you're building on AI

If you ship features on top of someone else's models, none of this shows up on your invoice — and that's exactly the problem. The water and energy cost of an inference is abstracted away behind a clean per-token price, so it's easy to write code as if compute were free and weightless. It isn't. Every prompt you send is a few more watt-hours and, somewhere upstream, a few more drops of water at a power plant. NVIDIA's announcement is a useful reminder that the externality is real even when the API hides it from you.

You can't re-plumb a hyperscaler's cooling loop, but the choices you make as a builder do nudge the upstream number, because it all traces back to compute:

Right-size the model. Routing everything to the biggest model is the most expensive habit in AI engineering — in dollars and in watts. A smaller or more efficient model that's good enough for the task does proportionally less work, and less work is less energy and less upstream water.

Cache and dedupe. Caching responses, deduping near-identical prompts, and not re-running the same expensive call are boring optimizations that quietly cut your compute footprint. The greenest inference is the one you didn't need to make.

Mind where it runs. Region and grid matter — the same workload on a cleaner grid carries a smaller real footprint than one on a water-stressed, fossil-heavy grid. It's not always in your control, but when it is, it counts.

None of this is a substitute for the structural fixes — cleaner power, more efficient fabs, honest disclosure. But it's the part that's actually in a developer's hands, and it rhymes with the efficiency argument I keep coming back to: the cheapest, greenest compute is the compute you don't waste.

The verdict

Here's where I land. NVIDIA's water-free data center design is a genuine, meaningful win — and I say that as someone who is reflexively skeptical of vendor sustainability claims. Taking on-site cooling water to near zero while also cutting cooling energy and operating cost is the rare case where the engineering, the economics, and the environmental story actually point the same direction. If the choice is between a 45°C closed loop and a row of evaporative towers, the closed loop wins outright. Expect this to become the default for new hyperscale builds, because the $4-million-a-year math will make that decision for the operators.

What it is not is a green light to declare that AI's water problem is solved. On-site water and total water footprint are different numbers, and roughly two-thirds of the real footprint still sits upstream in power plants and chip fabs that this announcement doesn't touch. So credit where it's due — this is a strong fix for site water and cost — but read the next "AI is now sustainable" headline with the meter location in mind. The honest framing is the one TechCrunch used: NVIDIA cut data center water use, which is a real and good thing, and that is not the same as fixing AI's water problem. Both halves of that sentence are true, and you need both to understand what actually happened this week.

More writing

Like what you read?

Stay in the loop.

New articles on engineering, architecture, and building software that lasts. Straight to your inbox.

or follow