Posted on Aug 3, 2026 · Updated Aug 3, 2026 · 11 min read

Cloud Waste by Industry 2026: Which Sectors Overspend Most

Organizations waste about 27% of their cloud spend, and that figure has held at 21–35% every year since 2019 (Flexera, State of the Cloud 2025). But the average hides the real story: waste is not spread evenly across the economy. It clusters by industry, because each sector runs a different architecture, and every architecture has its own signature leak. An AI lab bleeds money through idle GPUs; a retailer bleeds it through capacity provisioned for a Black Friday that lasts one weekend a year; a bank bleeds it through redundant, compliance-driven environments that must exist whether they are used or not.

This post is a research asset meant to be cited. Every headline figure is sourced. The industry-level waste rates are a SpendArk synthesis — directional estimates cross-referenced against Flexera 2025, the Harness FinOps in Focus report, and the FinOps Foundation's State of FinOps 2026 — not survey-measured numbers, and we say so wherever we extrapolate. The goal is to give engineering leaders and FinOps practitioners a way to see their own sector's pattern and benchmark against it. For the overall picture, start with our State of Cloud Waste 2026 report; for the spend ranges to compare your bill against, see the Cloud Cost Benchmark 2026.

TL;DR

Cloud waste averages 27% (Flexera, 2025), but the rate swings by sector. AI/ML, gaming/media, and public sector run highest (roughly 32–45%) because of idle GPUs, peak-provisioning, and low FinOps maturity. Financial services and mature SaaS run lowest (roughly 22–30%) because regulation forced cost discipline early. The driver is not the industry itself — it is architecture plus FinOps maturity. Both are fixable.

Key finding

At Gartner's ~$675B global cloud infrastructure market for 2025, a 27% waste rate is roughly $182B burned annually. Harness puts infrastructure-only waste at $44.5B out of $211.9B in IaaS spend for 2025. The sector that is now inflating the average fastest is AI: GPUs jumped to 18% of spend at AI-forward organizations, up from just 4% in 2023 (State of FinOps 2026), and statically provisioned GPU fleets run at only 30–40% utilization — the most expensive idle hours in the cloud.

Analyst reviewing cloud spend charts across multiple industry segments

Why waste rates differ by industry

The waste rate you should expect is determined by two things: the shape of your workload and the maturity of your cost practice. Neither is about the industry label directly — they just happen to correlate strongly with it. A sector full of unpredictable, GPU-heavy, or spiky workloads will overprovision defensively; a sector where regulators have demanded cost accountability for a decade will have built the muscle to trim it.

Three structural forces do most of the sorting. First, workload predictability: steady traffic is easy to right-size, but bursty or experimental workloads get padded with headroom that mostly sits idle. Second, the cost of the idle unit: a wasted general-purpose vCPU is cents an hour, but a wasted H100 is several dollars an hour, so the same 30% idle rate costs an AI team an order of magnitude more. Third, FinOps maturity: 98% of organizations now manage AI costs and 46% grew their FinOps practice in 2025 (State of FinOps 2026), but that adoption is lopsided — regulated enterprises are years ahead of fast-moving startups and under-resourced public bodies.

The result is a spread. The 27% average is real, but a given company can reasonably sit anywhere from the low 20s to the mid-40s depending on where it lands on those three axes. Knowing your sector's typical pattern tells you which leak to hunt first.

Cloud waste by industry: the 2026 picture

The table below is a SpendArk synthesis: we take the sourced 21–35% overall band (Flexera 2025) and adjust it up or down per sector based on the dominant waste mechanism and the observed FinOps maturity for that industry. Treat these as directional benchmarks for "is my sector a high-waste or low-waste environment," not as precise survey outputs.

IndustryEst. waste rateDominant leak
AI/ML & deep tech35–45%Idle GPUs between jobs
Public sector & education32–42%Low FinOps maturity, no cost owner
Media, streaming & gaming30–38%Egress + peak-provisioned capacity
Retail & e-commerce28–36%Year-round capacity for seasonal peaks
Healthcare & life sciences28–34%Compliance redundancy + legacy lift-and-shift
SaaS & software25–32%Non-prod environment sprawl
Financial services22–30%Mature FinOps, but multi-region redundancy

Source: SpendArk synthesis, cross-referenced with Flexera State of the Cloud 2025, Harness FinOps in Focus 2025, and State of FinOps 2026. Ranges are directional.

Estimated cloud waste rate by industry (midpoint, % of spend)

27% avgAI/ML & deep tech40%Public sector/edu37%Media & gaming34%Retail/e-commerce32%Healthcare31%SaaS & software28%Financial services26%

SpendArk synthesis of Flexera 2025, Harness 2025, and State of FinOps 2026. Directional midpoints; the dashed line is the 27% cross-industry average.

Two patterns run through the whole table. Sectors at the top share unpredictable or accelerator-heavy workloads combined with younger cost practices. Sectors at the bottom were forced into cost discipline early — usually by regulators or by the brutal unit economics of running software at scale — so their remaining waste is the structural kind that is genuinely hard to remove, like the standby region a bank must keep warm for failover.

AI/ML & deep tech: idle GPUs are the new frontier

AI and machine-learning teams post the highest waste rates in 2026 for one dominant reason: the idle unit is astronomically expensive, and the workload is inherently bursty. GPUs now make up 18% of spend at AI-forward organizations, up from 4% in 2023 (State of FinOps 2026), and statically provisioned fleets sit at 30–40% utilization. A single high-end GPU node left running over a long weekend between experiments can burn thousands of dollars before anyone notices — a mistake that would cost a few dollars on a general-purpose CPU box.

The pattern compounds on Kubernetes, where AI teams increasingly run training and inference. Clusters already average 10% CPU and 23% memory utilization, with 70% of requested resources never used (CAST AI, 2025), and GPU nodes inherit the same defensive over-requesting. The result is idle capacity stacked on idle capacity. Our State of AI Infrastructure Costs 2026 breaks down the training-versus-inference economics, and the State of Kubernetes Costs 2026 covers the request-sizing fix.

The highest-ROI moves are GPU-specific: schedule training on spot or preemptible capacity, scale inference endpoints to zero when idle, and separate the "always-on" serving fleet from the "burst" training fleet so the expensive chips only spin up when a job is queued. Teams that do this routinely halve the accelerator line.

Media, streaming & gaming: egress and peak provisioning

Media, streaming, and gaming waste money in two places that most sectors barely touch: data egress and event-driven peak capacity. Delivering video and game assets means moving petabytes out of the cloud, and egress is one of the least elastic costs there is — AWS charges around $0.09/GB, and the bill grows with every viewer whether or not the architecture is efficient. Content served from the wrong region, cache-miss rates left untuned, and origins that bypass the CDN quietly inflate the largest line on the bill.

The second leak is provisioning for the launch or the live event. A game studio spins up capacity for a launch-day player surge, or a streamer for a marquee broadcast, and then leaves much of it running afterward because tearing it down feels risky. The peak is real; the problem is that the peak becomes the permanent baseline. Autoscaling that scales up eagerly and down reluctantly turns a one-week event into a twelve-month cost.

The fixes are architectural rather than about buying a smaller instance: raise CDN cache hit rates, keep origin traffic same-region, and make scale-down as automatic and aggressive as scale-up. Our guide to cloud egress costs covers the data-transfer half in detail.

Retail & e-commerce: the seasonal peak tax

Retail's waste signature is the year-round bill for a few peak days. Black Friday, Cyber Monday, and holiday traffic can be 5–10x a normal day, and the instinct is to provision for that peak and keep it — so infrastructure sized for one frantic weekend idles for the other fifty-one. Reserved instances and savings plans, bought to cover the peak, then lock that oversized baseline in for one to three years.

The rational fix is to make peak capacity temporary: autoscale into the surge, use spot capacity for stateless front-end tiers, and reserve only the genuine year-round baseline rather than the holiday high-water mark. Image-heavy catalogs add a second, quieter leak — storage and CDN egress for product media that never gets a lifecycle policy. We cover the sector's playbook in cloud cost management for e-commerce.

Financial services & healthcare: the compliance premium

Regulated industries are a study in contrasts. Financial services often runs the lowest waste rate of any sector on this list, because a decade of regulatory scrutiny and eye-watering scale forced FinOps discipline early — these are the teams with 8–10 full-time practitioners at $100M+ of spend (State of FinOps 2026). Yet they still carry a structural "compliance premium": hot standby regions for disaster recovery, encrypted-everything overhead, and audit-retention data that cannot be deleted. Much of that looks like waste on a utilization chart but is genuinely required.

Healthcare and life sciences sit higher, for a different reason. HIPAA and validation requirements push teams toward conservative, redundant, often lift-and-shift architectures, and many organizations moved to the cloud later and with thinner FinOps staffing. The redundancy is real, but a large share of the excess is optional: oversized non-production environments, un-lifecycled imaging and genomics storage, and legacy VMs that were never re-architected after the migration. The discipline is separating the compliance-mandated redundancy you must keep from the defensive padding you can cut. For the startup end of regulated spend, see cloud cost management for fintech startups.

SaaS & software: environment sprawl

Software companies have relatively predictable, well-understood workloads, so their production tiers tend to be reasonably tuned. Their waste hides off to the side, in non-production sprawl: staging, QA, demo, preview, and per-developer environments that run 24/7 but are used during working hours at best. A dev environment left on overnight and every weekend is idle roughly 75% of the time, and most teams have many of them.

The second SaaS leak is per-customer drift — infrastructure that was right-sized at launch and never revisited as usage patterns changed, so cost per user creeps up quietly. Because SaaS cost scales with users rather than raw traffic, that drift is easy to miss until margins tighten. Scheduled shutdowns for non-prod, aggressive right-sizing, and per-tenant cost tracking are the standard fixes; our guide to cloud cost management for SaaS startups walks through cost-per-user benchmarks by stage.

How to benchmark your industry waste rate

Your real waste rate is the share of spend attributable to idle, orphaned, or oversized resources — not a number you can read off the monthly bill. Here is a provider-agnostic way to estimate it and compare against your sector's band above.

Step 1: Find the always-100%-waste resources

Unattached storage volumes, idle load balancers, old snapshots, orphaned IP addresses, and instances with near-zero utilization for 14+ days are pure waste with no performance trade-off. This is the safest first cut and usually the fastest 5–10%.

Step 2: Quantify the over-provisioning gap

For live resources, compare provisioned capacity against 95th-percentile observed usage over two weeks. The gap — oversized instances, over-requested pods, over-allocated databases — multiplied by unit cost is your recoverable right-sizing spend. Apply a headroom allowance for genuinely spiky workloads.

Step 3: Add your sector-specific leak

Layer on the pattern from your industry: idle GPU hours (AI/ML), CDN cache-miss and cross-region egress (media/retail), non-prod running out of hours (SaaS), or optional redundancy beyond the compliance minimum (regulated). This is where sector benchmarks earn their keep — they tell you which line to scrutinize.

Step 4: Compute the rate and compare

Add idle cost (100% waste) plus the right-sizing gap plus the sector leak, then divide by total spend. Compare against your industry band in the table above. If you are well below your sector's low end, you have real cost discipline; if you are above the high end, the dominant leak for your sector is the place to start.

Waste-rate benchmarks (any industry)

  • >40%: Severe — little to no FinOps practice, or heavy idle accelerators
  • 27–40%: Above average — consistent with high-waste sectors, clear room to cut
  • 15–27%: Around or below the cross-industry average — solid hygiene
  • <15%: Top tier — active right-sizing, allocation, and commitment coverage

For the full remediation playbook, see our cloud cost optimization checklist and the monthly cloud cost review template.

Where waste concentrates, by dominant mechanism (share of avoidable waste)

Idle / unused compute35%Overprovisioned25%Orphaned resources15%Idle GPUs/accelerators13%Egress / networking12%

SpendArk synthesis of Flexera 2025 and Harness 2025 waste-category data; the GPU slice reflects the 2026 rise in accelerator spend (State of FinOps 2026).

To model right-sizing and cross-provider scenarios before you commit, SpendArk's free cloud cost calculator compares AWS, Azure, GCP, and others for the same workload — no account needed.

Frequently asked questions

Which industry wastes the most cloud spend in 2026?

AI/ML and deep-tech teams post the highest waste rates, an estimated 35–45% of spend, because idle GPUs are the most expensive wasted resource in the cloud and AI workloads are inherently bursty. GPUs reached 18% of spend at AI-forward organizations in 2026, up from 4% in 2023 (State of FinOps 2026), and static GPU fleets run at only 30–40% utilization. Public sector and education follow closely, driven by low FinOps maturity rather than expensive hardware.

Which industry is the most cost-efficient in the cloud?

Financial services typically runs the lowest waste rate, roughly 22–30%, because regulatory scrutiny and large scale forced mature FinOps practices early — the biggest firms field 8–10 full-time FinOps practitioners at $100M+ of spend (State of FinOps 2026). Their remaining waste is largely structural: standby regions and compliance redundancy that are genuinely required rather than optional.

Why is the cloud waste rate different across industries?

Two factors sort it: workload shape and FinOps maturity. Bursty, GPU-heavy, or event-driven workloads get overprovisioned defensively, and the cost of an idle unit varies enormously (a wasted GPU-hour is dollars; a wasted CPU-hour is cents). Sectors that adopted FinOps early — usually under regulatory pressure — trim more of the avoidable waste. The 27% average (Flexera, 2025) masks a real spread from the low 20s to the mid-40s.

How much cloud spend is wasted globally?

About 27% of cloud spend is wasted, a rate that has held at 21–35% since 2019 (Flexera). At Gartner's ~$675B global cloud infrastructure market for 2025, that is roughly $182B per year; Harness estimates $44.5B of infrastructure-only waste out of $211.9B in IaaS spend. The absolute figure keeps rising because total cloud spend is growing fast, even as the percentage stays flat.

How do I know if my company's cloud waste is normal?

Estimate your rate by adding idle and orphaned resource cost (100% waste) to your right-sizing gap and any sector-specific leak, then dividing by total spend. Compare against your industry band: 35–45% is typical for AI/ML, 22–30% for financial services, and around 27% cross-industry. Below your sector's low end means strong discipline; above the high end means the dominant leak for your industry is where to start.

Sources

  • Flexera, State of the Cloud Report 2025 — flexera.com/blog/cloud/state-of-the-cloud-report
  • FinOps Foundation, State of FinOps 2026 — data.finops.org
  • Harness, FinOps in Focus 2025 ($44.5B infrastructure waste) — harness.io
  • Gartner, Worldwide Public Cloud End-User Spending Forecast (Nov 2024) — gartner.com
  • CAST AI, Kubernetes Cost Benchmark Report 2025 — cast.ai/kubernetes-cost-benchmark
  • Synergy Research Group, cloud infrastructure market data (2025) — srgresearch.com
  • SpendArk synthesis and customer account analysis (anonymized, 2024–2025)

Estimate your cloud costs — for free

Compare AWS, Azure, and GCP pricing side by side with our free calculator, and dig into the guides to learn how to cut cloud waste. No sign-up required.