We have recently integrated a GPU power estimation feature in our software to help our clients understand and optimise the energy consumption of their AI-accelerated servers.

The GPU has become the beating heart of modern artificial intelligence (AI). From powering large language models (LLMs) to driving real-time generative AI applications, GPUs deliver the parallelism that makes state-of-the-art training and inference possible.

According to the 2024 U.S. Data Center Energy Usage Report, AI servers are responsible for 23% of total US data centre electricity use, and are expected to consume 70 to 80% (240 to 380 TWh annually) of all US data centre electricity use by 2028.

Greenpeace estimates that the electricity consumption to manufacture AI hardware in 2030 is expected to increase to between 11,550 GWh and 37,238 GWh, up to 170 times more than the demand in 2023, highlighting the urgency of improving both the operational and lifecycle efficiency of GPUs.

In response, researchers have spent the past decade building tools and models to understand, estimate, and optimise GPU power. Alongside this, a new wave of lifecycle assessments (LCA) is emerging, placing GPU power in the broader context of environmental sustainability.

Higher embodied impact due to increased complexity in chip manufacturing

The environmental footprint of GPUs begins long before they are turned on. Semiconductor fabrication, packaging, and distribution add substantial embodied emissions. Today, several trends are shaping GPU manufacturing and adding to its complexity, notably:

  • Shrinking process nodes. Modern GPUs like NVIDIA's A100 or H100 are fabricated at 5 to 7 nm process nodes, requiring extreme ultraviolet lithography (EUV). Smaller transistors generally improve performance-per-watt, but the energy intensity of chip manufacturing itself rises due to the equipment and chemical (photoresists, solvents, ultrapure water) demands.
  • Concentration of foundries. Nearly all advanced GPU chips are fabricated by TSMC (Taiwan) or Samsung (South Korea). In addition, SK Hynix (South Korea), Samsung, and Micron manufacture the memory chips used in GPUs. This geographic concentration creates both supply chain risks and carbon and water bottlenecks, since regional energy mixes and water stress risks differ based on location.
  • Memory and packaging challenges. High-bandwidth memory (HBM) integration, now standard in AI GPUs, increases embodied impact. HBM involves 3D stacking of DRAM dies with through-silicon vias (TSVs), requiring advanced chip-on-wafer-on-substrate (CoWoS) packaging, adding thermal, yield, and manufacturing complexity and raising embodied energy and materials use.

This year, NVIDIA published the Product Carbon Footprint (PCF) for the H100 baseboard with x8 H100 SXM cards. This is the first vendor-based assessment offering transparency into the embodied environmental impact of their hardware. They estimate the embodied footprint to be 1,312 kg CO2e (around 164 kg CO2e per card), with memory contributing 42% of the material impact, followed by ICs (25%), and thermal components (18%). Below is a compiled summary of the published embodied emission figures at the time of writing.

  • Medium (2021), Luccioni et al. (2023): 150 kg CO2e
  • NVIDIA (2025): 164 kg CO2e per card
  • Google (2025): [208, 238, 323, 366, 585] kg CO2e
  • Falk et al. (2025): 141 kg CO2e

GPU operational power demands

GPU power modelling and optimisation has been a central research challenge for more than a decade. As GPUs became essential not only for graphics but also for high-performance computing and cloud workloads, researchers have developed progressively better models, from early analytical efforts to data-driven approaches.

Early efforts focused on runtime performance counters and analytical modelling. In 2010, one of the first validated GPU power models was introduced, showing how microarchitectural events could be mapped to energy predictions. Since then, several studies advanced statistical and regression-based models, enabling more accurate real-time power estimation.

More recent research has shifted to machine learning-based approaches across diverse workloads, and explored task allocation strategies to improve performance-per-watt in large-scale AI workloads.

Today, state-of-the-art models integrate multiple layers of measurement, simulation, and workload characterisation, capturing not just average power but also transient spikes and peak thermal design power (TDP). The clear trend is toward system-aware modelling to optimise GPU performance, energy efficiency, and thermal reliability.

GPU Thermal Design Power (TDP)

Data-centre GPU thermal design power (W) by release year. NVIDIA in green, AMD in red, other accelerators in grey. Hover any point for the model and its TDP.

Alongside modelling efforts, empirical data shows how TDP has scaled over time, especially in the last 5 years. Plotting TDP values for GPUs across their release years demonstrates this increase.

We note that the average yearly growth factor for TDP for the period 2021 to 2025 is x1.415/year. This means that over the last four years, the average TDP has increased by an average of 41.5% per year (compounded).

GPU idle power estimations

Table of published studies reporting GPU idle power, from 2017 to 2025, with idle power as a percentage of TDP ranging from about 11% to 27%.
Table 1. Published studies reporting GPU idle power, and idle power as a percentage of TDP.

The 2024 U.S. Data Center Energy Usage Report estimates that AI servers consume idle power equal to roughly 20% of their rated power. To validate this estimate, we compiled idle power values from several published studies and calculated the corresponding percentages relative to each server's TDP. The resulting average is approximately 21.4%, which supports our decision to use the 20% figure in our models.

Beyond watts and carbon emissions: full LCAs of AI hardware

While power modelling provides insights into the energy consumption of AI hardware, a holistic understanding necessitates a thorough LCA.

Falk et al. (2025) performed a cradle-to-grave LCA of NVIDIA's A100 GPUs, providing the only multi-criteria environmental impact of a GPU. Their study reveals that the use phase dominates 11 out of 16 impact categories using the BLOOM model, and 10 out of 16 impact categories using GPT-4 training, including acidification, climate change, EF-particulate matter, land use, fossils depletion and water use.

The manufacturing phase dominates categories in human toxicity, ozone depletion, and minerals and metals depletion. This highlights the significance of both manufacturing and operational phases, as well as end-of-life, in the overall environmental impact of AI hardware.

Although the study has limitations, it provides valuable data for sustainable AI development, highlighting impacts that extend beyond carbon emissions, which can be largely driven by location (grid mix), power purchase agreements (PPAs), and sometimes carbon credits.

In Part II of this series, we examine GPU performance-per-watt trends and discuss strategies to optimise and reduce their environmental footprint.