惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
I
InfoQ
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
WordPress大学
WordPress大学
B
Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI

Microsoft in Business Blogs

Responsible AI in 2026: How we are adapting for what’s ahead Accelerating Frontier Transformation: Reinvent customer engagement | The Microsoft Cloud Blog Accelerating AI adoption with intelligent discovery in Microsoft Marketplace | The Microsoft Cloud Blog 5 signals of trusted AI: How organizations scale AI with security, governance, and observability | The Microsoft Cloud Blog Accelerating Frontier Transformation: Enrich employee experience | The Microsoft Cloud Blog What's the Tea? Lessons from leaders navigating AI transformation | The Microsoft Cloud Blog Looking back on Microsoft’s FY26: From AI experimentation to Frontier Transformation - The Official Microsoft Blog Inside nonprofits using AI to extend their impact | The Microsoft Cloud Blog The AI Strategy Roadmap: Five drivers of successful AI transformation | The Microsoft Cloud Blog Small and medium businesses aren't waiting for an AI invitation—they're already leading | The Microsoft Cloud Blog The 2026 Agent Confidence Index: Where 300 builders see real momentum | The Microsoft Cloud Blog 4 paths to Frontier Transformation: From AI experimentation to real business value | The Microsoft Cloud Blog Achieving success with AI - The Official Microsoft Blog USA TODAY brings AI into real newsroom workflows How insurance and advisory leaders are using AI to support better decisions How Grant Thornton is building an AI‑powered professional services firm When AI becomes an accelerant, not an experiment AI as a platform shift, not another experiment - Microsoft in Business Blogs Why AI is an operating model shift—Not a technology upgrade - Microsoft in Business Blogs When AI delivers real value, not just potential Scaling AI with confidence: How leaders are using AI to drive enterprise transformation Cyber risk is financial risk: Why CFO leadership matters more than ever Delivering more cost-efficient healthcare with Epic on Azure Frontline AI in action: How AI-powered tools are reshaping work where it matters most Agents of change: Microsoft Canada’s vision for AI transformation Modern banking, reinvented: CIBC’s blueprint for successful AI transformation A CISO’s guide to future-proofing security Reimagining public service: OPS’s digital transformation journey Ignite 2025: Innovations that will transform the ways we work The actionable AI playbook: 5 lessons leaders can learn from Transcard’s Virtual CFO
Scaling AI with 8 to 20x energy efficiency | The Microsof...
Melanie Nakagawa, Juan Lavista Ferres · 2026-06-16 · via Microsoft in Business Blogs

As AI becomes part of daily life for people and organizations around the world, that shift brings a key question from leaders: can AI scale sustainably? This question is especially real in the communities where datacenters operate. Leaders need clear, credible answers about what it takes to run AI on a local and global scale, how much energy and water it uses to serve a user request today, and what we at Microsoft are doing to improve efficiency over time as we scale access to AI.

Our recent research study by Microsoft AI for Good Lab, Microsoft Sustainability, and Azure, published in the peer-reviewed energy journal Joule, answers this question. For organizations evaluating AI adoption, understanding per‑user energy and water impact is essential for scaling responsibly. When a user sends a text request (“a query”) to a large language model (LLM), like the AI models powering Microsoft Copilot, the system reads the input and then generates a response one piece at a time. Each piece is called a “token,” roughly equivalent to three-quarters of a word. This process, known as “inference,” runs on specialized hardware inside datacenters.

The energy used per query depends on how many tokens are read and generated, how fast the hardware processes them, how large and resource-consuming the LLM is, and how efficiently the whole system is managed.

The key finding of this study: AI at scale is significantly more efficient than previously reported in literature and media. The analysis, focused on serving AI at large scale, finds that a typical AI query to some of the largest and most capable LLMs uses between 0.16 and 0.60 watt-hours of electricity, depending on the length of the query, the LLM used, and datacenter specifications. This is equivalent to the amount of electricity used by a PC (~40 W1) for 15 to 60 seconds or running a home microwave oven (1000 W2) for 0.6 to 2 seconds. That is 4 to 20 times less energy than previous measurements, as described in the study, mainly because those past reports didn’t account for how efficient large-scale AI systems are.

Understanding energy per query also allows us to estimate the amount of cooling water consumed by a typical query. For large production models under conservative assumptions, we estimate that a typical query uses in the range of 0.0 to 0.067 mL of water, with a median water use equivalent to about one-hundredth of a teaspoon or less than a single drop. As datacenter designs continue to evolve, including our rollout of zero water datacenter designs, this amount of water is expected to decrease further.

Bigger systems unlock greater efficiency

Our analysis considered the efficiency of AI inference at scale: usually the bigger an LLM serving system is, the more efficient it becomes for each individual query or user. Think of it as a major airline versus a small regional carrier. A small airline running just a few flights can’t do much if a plane is half-empty—that’s just wasting fuel or underutilizing aircraft. But a large airline running thousands of flights every day can constantly adjust, fill up planes, reroute aircraft, and apply fuel-saving techniques across every single flight at once.

AI works the same way. When billions of queries are served by a hyperscaler such as Microsoft Azure, thousands of requests can be processed at the same time, multiple efficiency optimization techniques can be applied at various stages of the AI inference process, and trade-offs can be made to reduce the resource consumption of the whole system or product without compromising user experience or response quality. Usually, the bigger the system, the more efficiency improvement compounds.

At a billion queries a day, efficiency cuts energy use in half

Leading AI products already serve in the order of a few billion queries every single day. The analysis in the study shows that serving one billion queries, assuming those are conversational queries with a few hundred tokens per interaction, takes about 0.7 gigawatt-hours (GWh) of electricity at baseline, roughly comparable to about 0.4% of the energy US households use watching TV each day. But when smart efficiency improvements are applied, that number drops by more than half, to about 0.3 GWh.

Chart demonstrating energy required to serve 1 billion queries per day.
Energy required to serve 1 billion queries per day. “Conversational” = typical queries (median ~300 output tokens). 
“Mixed” = 90% conversational + 10% long queries (median ~5,000 output tokens). Efficiency improvements reflect conservative line-of-sight gains across model, serving, and hardware layers. Source: Oviedo at al., Joule (2026). 

Even with 10% of queries consisting of longer, more complex tasks that consume more than ten times the tokens—such as code generation or multi-step reasoning—our study showed that efficiency improvements still cut total energy use by more than half relative to the baseline, effectively mitigating overall consumption.

Microsoft is actively investing in multiple efficiency levers

Efficiency at scale doesn’t happen on its own. It takes deliberate research and development and investment. The study estimates the impact of three main categories of efficiency improvements:

  • Optimized models and the right model for a task. Carefully designed and specialized models, such as Microsoft’s Fara-7B and Phi models, can match the performance of much larger ones at a small fraction of energy and cost. In the same way, intelligent model routing, such as Microsoft’s Model Router in Azure AI Foundry, is designed to automatically direct simple questions to lightweight models and reserves large models for complex tasks. Similar model improvements, as described under the modeling assumptions in the study, can lead to 5 to 10x reductions in energy use in the near term.
  • Smarter AI serving. Beyond models, queries must be orchestrated in a datacenter to maximize efficiency while providing a great customer experience. Techniques such as disaggregated serving or adapting serving being implemented by Microsoft can reduce energy use substantially. For long queries generating thousands of tokens, these serving optimizations in general are especially impactful, with estimated efficiency gains in the study leading to up to 5x reductions in energy use.
  • Better hardware. Next-generation chips deliver substantially more computation per watt. Together with datacenter-level energy use improvements, the study estimates that advances in GPU hardware offer over at least 1.5x to 2.5x energy reduction per query. And custom AI chips built for inference, such as Microsoft’s Maia 200, can provide even larger efficiency gains.

These improvements build on each other. In the study, we estimate that these efficiency gains, many currently being implemented or scaled up, have a combined near-term reduction of energy per query of 8 to 20x. An efficiency gain made in one area becomes the new starting point for everything that runs on the platform going forward.

Scaling AI responsibly

AI is becoming something that billions of people rely on every day—to learn, to work, and to create. As that happens, it is important that we make sure growing access to AI doesn’t mean growing pressure on local energy grids or on water supplies.

This research shows that scaling AI does not require proportional increases in energy or water use. With the right engineering and investment decisions, organizations can grow AI adoption while improving efficiency. Microsoft remains committed to making that possible—combining advancing capability with infrastructure.


Learn about Microsoft’s sustainability efforts