State of FinOps 2026: 98% now manage AI spend

Published 15 August 2026

The FinOps Foundation's State of FinOps 2026 survey covered 1,192 practitioners representing more than $83B in annual cloud spend. The headline number: 98% now manage AI spend, up from 63% in 2025 and 31% in 2024. In two years AI cost management went from a minority specialism to something practically every FinOps team owns.

The adoption curve

YearPractitioners managing AI spend
202431%
202563%
202698%

Roughly a doubling, then a saturation. There is nowhere left for that line to go, which makes 2026 the last year the interesting question is whether teams manage AI spend. From here the question is how well.

And "manage" is doing heavy lifting in that 98%. It counts everyone who has been handed the problem, including the large share who have a monthly bill, a rough split by provider, and no idea which feature caused which line. Adoption is universal. Capability is not. Do not read the number as maturity.

FinOps is no longer a public-cloud discipline

The survey's scope numbers make the point better than the AI ones do:

FinOps in 2026 is a technology-spend discipline that happens to have started in public cloud. AI is the fastest-moving line inside it, and it crosses every one of those categories at once: an AI feature can bill as API usage, as a SaaS seat, as a licence, and as reserved GPU capacity in the same month. That is precisely why it resists the tooling built for any single category.

The most-requested capability does not exist yet

The finding worth the most attention is not the 98%. It is this: granular AI spend monitoring - tokens, LLM requests, GPU utilization - is the single most-requested capability in the entire survey. Not most-requested among AI capabilities. Most-requested, full stop.

A capability at the top of a request list of 1,192 practitioners is a capability the market has not delivered. Vendors have shipped AI cost dashboards; what they have not shipped is allocation at the granularity that makes a dashboard actionable. The reason is structural, not lazy:

A vendor can solve dashboards from billing exports alone. Nobody can solve allocation without instrumentation inside your request path.

What it means that nobody has shipped it

The practical consequence: the visibility layer is yours to build for at least another cycle. Teams waiting for a procurement decision to solve token allocation will spend 2026 without token allocation.

The good news is that the build is smaller than the wait. The instrumentation that produces granular AI cost is a gateway tagging contract plus a monthly reconciliation, and it is a matter of weeks:

  1. Route every model call through one gateway. Everything below depends on this and nothing else does.
  2. Require four tags on every request: feature, environment, team, customer or tenant. Reject untagged traffic in staging first, then production. See cost attribution.
  3. Log token counts by type, not just totals. Input, output, cached, reasoning. See reasoning token attribution.
  4. Reconcile to the provider invoice monthly. An unreconciled internal number is a guess with a decimal point. See invoice reconciliation.
  5. Publish one unit-economic metric - cost per request, per ticket, per active user. See cost per request as a KPI.

Emit the tags using OpenTelemetry GenAI semantic conventions rather than a private schema. When tooling does catch up, the conventions are what it will read.

The skills signal: value, not cost

The top skillset FinOps teams say they are hiring for is AI value management. That is a different job from cost reduction, and the difference shows up in what gets asked in the meeting. Cost reduction answers "why is this so expensive." Value management answers "what did the spend produce, and would we buy it again at this price."

You cannot answer the second question with a cost dashboard. It needs a denominator - tickets resolved, PRs merged, deals sourced - attached to the same tag the cost was attributed to. Which is the same instrumentation as above, used for a better question. This is also the gap the Tokenomics Foundation was launched to standardize, and its first workstreams are aimed squarely at it.

What to take from this if you own AI spend

Related


Want this applied to your own LLM spend? FinOps LLM runs a free audit of your AI costs and shows where the savings are. Book free audit →

Back to research

FAQ

What percentage of FinOps teams manage AI spend in 2026?

98%, according to the FinOps Foundation's State of FinOps 2026 survey of 1,192 practitioners representing over $83B in annual cloud spend. That is up from 63% in 2025 and 31% in 2024 - effectively universal adoption in two years.

What is the most-requested FinOps capability in 2026?

Granular AI spend monitoring: visibility into tokens, LLM requests, and GPU utilization at a level that supports allocation. It is the single most-requested capability in the entire survey, which means commercial tooling has not delivered it at the scale practitioners need.

What does FinOps cover besides public cloud in 2026?

90% of respondents manage SaaS spend, 64% licensing, 57% private cloud, and 48% data center. FinOps in 2026 is a technology-spend discipline, not a public-cloud discipline, and AI spend is the fastest-moving part of it.

What skillset are FinOps teams hiring for in 2026?

AI value management is the number-one skillset sought. The demand has moved past cost reduction toward proving that AI spend produced business value - which requires unit economics, not just a cost dashboard.

Why does the tooling gap matter?

Because it means the visibility layer is yours to build for at least another cycle. Teams waiting for a vendor to ship token-level allocation will spend 2026 without allocation. The instrumentation is a gateway tagging contract plus reconciliation, and it is buildable in weeks.

Is 98% adoption the same as 98% maturity?

No. Managing AI spend counts anyone who has been handed the problem. Most of those teams have a bill and a rough split, not per-feature allocation or a cost-per-outcome metric. Adoption is universal; capability is not.