The Hidden Cost of Every Query You Send
The article highlights the growing energy consumption of AI and data centers, which accounted for over 4% of U.S. electricity use in 2024 and are projected to nearly double globally by 2030. While individual AI queries consume small amounts of energy, massive scale and infrastructure demands drive significant electricity growth, contributing to rising residential energy costs. Emerging technologies like neuromorphic and photonic chips offer potential efficiency gains, but overall demand continues to outpace improvements.
- ▪In 2024, U.S. data centers consumed 183 terawatt-hours of electricity, more than 4% of the nation's total usage.
- ▪A single ChatGPT query uses about ten times more energy than a Google search, and AI data centers consumed 155 TWh in 2025.
- ▪Hyperscale data centers can use as much power as 100,000 households, and regions like Ireland now dedicate 22% of their electricity to data centers.
- ▪Neuromorphic chips like Intel's Loihi 2 have demonstrated up to a 70,000-fold reduction in energy consumption for certain AI tasks.
- ▪Global data center electricity demand is projected to nearly double by 2030, reaching 980 TWh, driven largely by AI workloads.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3932002) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Talal Ahmad Posted on May 17 The Hidden Cost of Every Query You Send #ai #computerscience #hardware #sustainability AI's energy problem is real, it's growing, and it's showing up in your electricity bill. Photo by Paul Hanaoka on Unsplash Here is a number that you should know. In 2024, US data centres consumed 183 terawatt-hours of electricity.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).