Urgent.News

What's breaking now, across thousands of outlets.

Tech

When Power Costs Rise, Data Centers Need to Know Where Every Megawatt Is Going

Electricity is becoming one of the defining operating constraints of the AI data center expansion. Recent reporting around the PJM Interconnection highlighted a 76 percent year over year increase in wholesale power costs in the first quarter of 2026. How much of that increase should be attributed specifically to data center demand is disputed. Gas prices, weather, generation retirements,…

Electricity is emerging as a critical factor in the growth of AI data centers. A recent report by PJM Interconnection revealed a 76 percent increase in power costs year over year in the first quarter of 2026. However, it is difficult to determine the exact impact of data center demand on this rise, as other factors such as gas prices, weather, generation retirements, transmission constraints, and market design also play a role.

Regardless, the bottom line remains clear: power is no longer a background expense for many data centers. Instead, it is becoming a capacity constraint, a cost driver, and a business risk that infrastructure teams must understand in greater detail. The issue goes beyond simply receiving energy bills or relying on facility-level meters.

Data center operators need to identify which rooms use more energy, which racks run at the highest density, which servers or GPU clusters are consuming more power, and which projects are utilizing those accelerators. They must also determine how much power is being wasted by idle or underutilized equipment, and whether cooling overhead is increasing with IT load.

Furthermore, they need to know how much electrical capacity remains safe to deploy without compromising other critical infrastructure components. This detailed energy visibility is essential because AI infrastructure makes the problem even more acute. Large GPU deployments can rapidly change both power and cooling demands. A useful energy model should allow operators to trace energy from the facility level down to the individual hardware components.

This hierarchy typically includes site, data hall, row, rack, power circuit, server, GPU or accelerator node. Rack-level visibility is particularly crucial as a rack might have spare U positions but little remaining power headroom. Alternatively, a rack may show significant electrical headroom while not having sufficient cooling or network connectivity to support additional deployment.

Therefore, power capacity must be considered alongside other constraints like space and operational reserves. The real question should not be "How many racks are left?" but rather, "How much deployable capacity remains when all factors are taken into account?" Using high-performance GPUs adds complexity to the economics of each kilowatt.

Idle enterprise servers waste electricity, and idle high-end GPU servers waste electricity while also consuming valuable accelerator capacity, rack power, cooling capacity, and capital. AI infrastructure requires an operating model that links energy consumption with utilization. Operators should be able to pinpoint idle accelerator resources, assess how long they have been underused, and identify the project or tenant responsible for them.

This information enables resource reclamation, scheduling adjustments, and capacity optimization, leading to lower energy consumption and potentially delaying the need for new infrastructure. Moreover, connecting energy data with responsibility creates a stronger incentive for projects to optimize their consumption. When electricity is treated as a shared data center overhead, individual projects may not be motivated to reduce their energy usage.

Instead, infrastructure teams see the bill, while workload owners are only concerned with compute allocation. By linking GPU hours, energy consumption, and project ownership, operators can evaluate services not only based on the number of accelerators allocated but also on how efficiently those accelerators are used. This shift in perspective transforms the relationship between projects and energy consumption.

The question then becomes "Which services and projects consumed the electricity, and what value did that consumption produce?" Ultimately, this marks the beginning of true operating economics for AI data centers. Electricity prices can also vary over time. In regions where electricity costs fluctuate depending on the time of day, workload scheduling can be incorporated into energy strategy.

Non-critical training jobs may be shifted to lower-cost periods when operational requirements permit. Less time-sensitive workloads can be prioritized differently from latency-sensitive inference services. However, operators must remember that business priorities, service commitments, training deadlines, resource availability, and reliability all play a role.

Nonetheless, when energy data and workload data are connected, operators gain an additional scheduling input. This connection enables operators to make more informed decisions about where to deploy resources and how to allocate them most effectively.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Review Agent PRs for Silent Interface Drift

A checkout squad opened an agent pull request on Monday. The title claimed a small null-safety cleanup. The diff looked tiny in GitHub. The helper loadInvoice stopped throwing NotFoundError .

  • Agent PR changes return shape from NotFoundError to null
  • Staging converts missing invoices to HTTP 500 errors
  • Reviewers must manually inventory call sites to detect contract drift

More from Sunday 6 September →