Back to blog
#cloud#business

Green Software in 2026: Cut Cloud Emissions and Cost

Data centres already burn about 1.5% of the world's electricity and AI is pushing that higher. Here is how to make software carbon-aware without slowing delivery.

By Rafael Costa4 min readEnglish
Share
Green Software in 2026: Cut Cloud Emissions and Cost

For most of the last decade, the way software used energy was somebody else's problem. You shipped features, the cloud bill arrived, and the emissions behind it were invisible. That is changing fast. Data centres consumed roughly 1.5% of global electricity in 2024, and the International Energy Agency expects that figure to nearly double by 2030, driven mostly by AI workloads. Sustainability has quietly moved from a marketing line to an operational KPI that sits next to cost, reliability and performance.

The useful part for a business is that green software and cheap software point in almost the same direction. Idle servers, oversized instances and wasteful queries burn both money and carbon, so most of what cuts emissions also cuts the bill. The FinOps Foundation found that 53% of European practices now report carbon alongside cost, and pressure from the EU's CSRD reporting rules means larger clients increasingly ask their suppliers to do the same. This is a guide to making software carbon-aware in practice, without turning delivery into a sustainability project that never ships.

Why sustainability became an engineering KPI

Three forces converged. Regulation came first: the EU's Corporate Sustainability Reporting Directive pulls thousands of companies into mandatory emissions disclosure, and Scope 3 includes the software and cloud services they buy. Cost came second, as FinOps teams noticed that carbon and waste track each other closely. Customer expectation came third, with procurement teams now putting emissions questions in vendor questionnaires.

The result is that "how much energy does this feature use" is becoming a normal engineering question, not an afterthought raised once a year by the ESG team.

Measure before you optimize

You cannot cut what you cannot see, and guessing leads teams to optimize the wrong things.

Start with the tools the big providers already give you. Microsoft's Emissions Impact Dashboard estimates the emissions attributable to your Azure usage. AWS and Google Cloud have equivalent carbon footprint tools. These are not perfect, methodologies still vary, but they turn an abstract worry into a number you can track quarter over quarter.

Then connect that number to real workloads. The goal is to know which services, jobs and regions produce the most emissions, because that is where a day of engineering effort actually moves the needle. Most teams find the usual suspects: over-provisioned databases, batch jobs running at full size around the clock, and dev environments nobody turned off.

Carbon-aware architecture: run work where the grid is clean

The single most modern idea in green software is that a kilowatt-hour is not equally dirty everywhere or at every hour. The carbon intensity of electricity swings with how much wind and solar is on the grid at that moment.

Carbon-aware scheduling uses that. Work that does not need to happen right now, model training, report generation, large batch jobs, backups, can be shifted to the times and regions where the grid is cleanest. Cloud providers now offer AI-driven scheduling that does exactly this, and open tools like the Green Software Foundation's carbon-aware SDK let you build the logic yourself.

Not everything can move

Latency-sensitive, user-facing traffic has to run now and near the user. Carbon-aware scheduling targets the flexible workloads, the batch and background jobs, which are often a bigger slice of total compute than teams expect.

Efficiency wins that also cut the bill

Before anything clever, there is boring efficiency, and it is where most of the gains sit.

  • Right-size and autoscale. Idle and over-provisioned resources are the biggest single waste in most cloud accounts, often a quarter to a third of spend. Scaling to actual demand cuts both emissions and cost immediately.
  • Turn off what is not used. Non-production environments running 24/7 for a team that works 40 hours a week is pure waste. Scheduled shutdowns are a one-afternoon fix.
  • Pick efficient hardware. ARM-based instances (AWS Graviton and equivalents) do more work per watt for many workloads, at a lower price.
  • Write leaner code paths. A query that scans a whole table, a loop that re-fetches the same data, an image served uncompressed: each one costs energy on every request. At scale, small inefficiencies become large ones.

None of these need a sustainability mandate to justify. They pay for themselves in the cloud bill, and the carbon reduction comes free.

Reporting: CSRD, FinOps and what customers now ask

Once you are measuring and improving, the last piece is being able to show it. Larger clients and public tenders increasingly ask suppliers for emissions data as part of due diligence. Being able to answer, even roughly, is becoming a competitive advantage rather than a compliance chore.

Fold carbon into the same dashboards where you already track cost. Report it quarterly, treat a rising trend as a bug to investigate, and tie efficiency work to a number the business recognizes. The teams getting ahead here are not running heroic green initiatives. They are treating energy as one more thing good engineering keeps low, alongside latency and spend, and letting the reporting fall out of work they would do anyway.

#cloud#business
Share this article
Rafael Costa

Written by

Rafael Costa

Software Engineer & Technical Writer

Rafael is a software engineer at Lusivision who writes about web development, cloud architecture and applied AI. He has spent over a decade shipping production software for companies across Europe and enjoys turning hard technical topics into clear, practical guides.

View all articles

Related articles

Post-Quantum Cryptography: A 2026 Business Guide
EN
#security#cloud

Post-Quantum Cryptography: A 2026 Business Guide

Quantum computers will break RSA and ECC, and "harvest now, decrypt later" attacks are already collecting your data. What businesses should do about it in 2026.

5 min read

Newsletter

Stay in the loop

Occasional notes on software, design and what we're building. No spam — unsubscribe anytime.