GPU Cluster Power Calculator

Pick a GPU, enter how many, and get the honest electrical answer: nameplate power, full-node IT load, facility megawatts through PUE, a year of energy, the power bill, and the CO2 on your grid. The defaults are tuned to answer the question people actually type: what does it take to run 100,000 H100s?

Data reviewed: August 2026. Figures here come from published sources and change over time. How we verify

Put this calculator on your website for free

Copy one snippet and give your visitors a working GPU Cluster Power Calculator.

How the GPU cluster power calculator works

Somewhere between "how much power does one GPU use" and "why is my state building a nuclear plant" sits a question people actually type: what does it take to run 100,000 H100s? This calculator answers it with public spec sheets and four honest multipliers. Start with the GPU's rated TDP (the number NVIDIA prints), multiply by how many you have, then by a node overhead factor (because every GPU drags CPUs, memory, network cards, and fans along with it), then by sustained utilization, then by PUE (because the building itself eats power for cooling and conversion). That gives facility power at the utility meter, and from there a year of energy, the electricity bill, and the CO2 on your grid are just multiplication.

The satisfying part: run the defaults with 100,000 H100s and this page lands at 152.9 MW. xAI's Colossus in Memphis, the real cluster that made that number famous, started life as 100,000 H100s drawing about 150 MW from the grid (the Tennessee Valley Authority approved exactly that much for it in November 2024). The calculator knows nothing about Memphis. It just multiplies spec sheets, and the answer comes out where reality did.

The formula

facility watts = GPUs × TDP × overhead × utilization × PUE
annual kWh = facility kW × 8,760 hours

TDP is the per-GPU rated power in watts. Overhead is node power divided by GPU power (default 1.82, derived below). Utilization is the share of rated power the cluster actually sustains (100 percent for training). PUE is total building power divided by IT power (default 1.2 for a modern AI build). Cost is annual kWh times your price; CO2 is annual kWh times the grid's intensity.

Worked example: the 100,000 H100 question

100,000 H100 SXMs, node overhead 1.82, sustained at 100 percent, PUE 1.2, electricity at 8 cents per kWh, US average grid:

100,000 × 700 W = 70 MW of bare GPU. × 1.82 node overhead = 127.4 MW of IT load. Training pins the rated power, so that is the sustained draw. × PUE 1.2 = 152.9 MW at the meter.

Over a year: 152.9 MW × 8,760 hours = 1,339,228,800 kWh, about 1.34 TWh. At $0.08 per kWh the power bill is $107,138,304 a year. On the US average grid that carries 466,052 metric tons of CO2, and the same electricity would run about 127,546 average US homes. At 2.5 people per household, that is roughly every home in a city of 300,000 people, powering arithmetic instead of dishwashers.

TDP is the sticker, the meter reads higher

TDP (thermal design power) is the maximum sustained power a GPU is designed to draw and its cooling designed to remove. It is a rating, not a measurement: your GPU can sit far below it (an idle H100 draws well under 100 W) and can brush against it all day under load. The reason this page defaults utilization to 100 percent is that large training runs genuinely do pin it. Modern clusters are tuned to maximize model FLOPs utilization, which in electrical terms means keeping the silicon saturated for weeks. Inference fleets are different: traffic breathes, batches vary, and average draw lands meaningfully below rated power, which is what the utilization field is for.

But the GPU is never the whole bill, and here the spec sheets do the arguing for us. An NVIDIA DGX H100 holds 8 H100s, which is 8 × 700 W = 5.6 kW of GPU TDP. The system's rated maximum is 10.2 kW. The other 4.6 kW is everything else in the box: two Xeon CPUs, 2 TB of RAM, eight 400 Gb network cards, NVMe storage, and the fans fighting to move all that heat. Divide and you get 10.2 / 5.6 = 1.82, our default overhead factor. Two honest caveats. First, that is nameplate against nameplate: a real training workload does not slam every component to its maximum simultaneously, so sustained overhead usually lands below 1.82, and the field is editable for exactly that reason. Second, the factor varies by design: a GB200 NVL72 rack runs about 120 kW for 72 GPUs at 1,200 W each, an overhead closer to 1.4, because rack-scale liquid cooling strips out most of the fans. Pleasingly, if you enter 8 GPUs at our defaults, the IT line reads 10.2 kW: the calculator reproduces the DGX datasheet, because it was built from it.

Why AI clusters forced liquid cooling

A decade ago a full server rack drew 5 to 10 kW and air conditioning handled it. An H100 node draws 10.2 kW by itself, and a GB200 NVL72 packs about 120 kW into a single rack, more than ten times the old ceiling. Air physically cannot carry heat away that fast at sane velocities, which is why every serious AI build since 2024 pipes liquid straight to the chips. This is also why PUE for AI facilities is improving even as total power explodes: liquid cooling is more efficient than chillers and fans, so a purpose-built AI hall can run a PUE near 1.2 while the industry average across all data centers still sits at 1.54 (Uptime Institute's 2025 survey). If you want the facility view of that story, sizing racks, rooms, and cooling from the building down, that is our data center power calculator. If you want the opposite altitude, what one chatbot prompt costs in watt-hours, that is the AI energy calculator. This page is the middle altitude: the cluster itself.

The grid decides the carbon

A cluster is exactly as clean as the wires feeding it. The same 100,000 H100s from the worked example emit 260,276 metric tons of CO2 a year on California's grid, 466,052 tons on the US average, and 753,158 tons on a coal-heavy Midwest grid: a 2.9x spread from location alone, with not one setting on the cluster changed. This is why the siting announcements you read always lead with power contracts, and why the same headline cluster can be described as a climate problem or a solved problem depending on which reporter called which utility. The grid factors here are EPA eGRID 2023 data, the same constants our EV pages use, so the two halves of this site can never quote you different grids.

What this page does not claim

This calculator prices power: what the meter reads while the cluster runs. It deliberately does not estimate what training a specific model costs or how much energy a training run consumed, because those depend on two numbers only you have: how long the run lasted and what utilization it actually sustained. Multiply this page's facility power by your own duration and you have that answer; we will not pretend to know your duration for you. It also excludes the embodied energy of manufacturing the chips and building the hall, and the water story (evaporative cooling is its own honest topic). One page, one claim, priced carefully.

Sources and method

Figures as of August 2026. TDPs are ratings, overheads are design-dependent, and utility contracts are private, so treat results as honest engineering estimates, not an audit.

Frequently asked questions

How much power does 100,000 H100s use?

About 152.9 MW at the utility meter, using public spec sheets: 100,000 GPUs at 700 W of rated TDP each is 70 MW of bare silicon, a DGX-class node roughly 1.82x that with CPUs, memory, networking, and fans included, and a modern facility multiplies the result by a PUE around 1.2. Reality agrees: xAI's Colossus, the actual 100,000-H100 cluster in Memphis, got a 150 MW grid connection approved for exactly this job. Over a year that is about 1.34 TWh, roughly the electricity of 127,500 average US homes.

What is the TDP of an H100?

The SXM version is rated up to 700 W, configurable downward, per NVIDIA's datasheet. The PCIe card version runs 300 to 350 W. TDP is a design ceiling rather than a constant draw: an idle H100 sits far below it, but a saturated training workload will hold it near the rating for weeks.

Does the GPU's TDP include the rest of the server?

No, and that gap is why naive GPU-count math understates cluster power. NVIDIA's own DGX H100 holds 5.6 kW of GPU TDP (8 x 700 W) but the whole box is rated 10.2 kW: the other 4.6 kW is CPUs, 2 TB of memory, eight 400 Gb network cards, storage, and fans. That 10.2 / 5.6 = 1.82 ratio is this calculator's default overhead factor, and it is editable because sustained real-world overhead usually lands a bit lower than nameplate.

Do GPUs actually run at 100 percent of TDP?

Training clusters come close, which is why 100 percent is the default here. Big training runs are tuned to keep the silicon saturated around the clock, so the fleet sits near rated power for weeks. Inference fleets are different: traffic rises and falls, so average draw lands meaningfully below the rating. If you are pricing an inference deployment, drop the utilization field to something like 40 to 70 percent.

Why do AI data centers need liquid cooling?

Density. A traditional server rack drew 5 to 10 kW and air handled it. One DGX H100 node is 10.2 kW on its own, and a GB200 NVL72 rack packs about 120 kW of hardware into a single cabinet. Air cannot move heat away that fast at reasonable velocities, so modern AI builds pipe liquid coolant directly to the chips. A side benefit is efficiency: liquid cooling helps purpose-built AI facilities reach a PUE near 1.2 while the industry average is still about 1.54.

What is PUE?

Power usage effectiveness: total facility power divided by the power that reaches the computing equipment. A PUE of 1.2 means that for every watt the servers use, the building spends another 0.2 on cooling, power conversion, and everything else. The best hyperscale fleets report about 1.1, new AI builds target 1.2 or below, and the global average across all data centers has been stuck around 1.54 for years, per Uptime Institute's annual survey.

How much does it cost to power a GPU cluster for a year?

At US industrial electricity prices (about 8 cents per kWh), a single H100 kept busy behind typical overheads costs about $1,071 a year in electricity, so the rule of thumb is a thousand dollars per GPU per year. A 1,000-GPU cluster runs about $1.07 million a year, and the 100,000-H100 worked example lands at $107 million. Big operators negotiate their own rates, which is why the price field is editable.

How much CO2 does a GPU cluster produce?

The cluster produces none; the grid feeding it produces all of it, which means location dominates. The 100,000-H100 example emits about 260,000 metric tons of CO2 a year on California's grid, 466,000 on the US average, and 753,000 on a coal-heavy Midwest grid: a 2.9x spread with identical hardware. This is why data center siting announcements lead with power contracts.

Related calculators