Why Cloud Spend Is Hard to Forecast — and Why That's No Excuse
Cloud spend is genuinely harder to forecast than on-premises infrastructure spend. On-premises costs are largely fixed: hardware depreciation, software licences, data centre leases. Cloud costs are variable by design — consumption-based, affected by traffic patterns, influenced by individual developer decisions, and subject to pricing model changes that vendors make unilaterally. The 2026 environment adds further complexity: AI workload costs are among the most volatile spend categories ever introduced to enterprise IT budgets, with token-based pricing that can spike by orders of magnitude based on prompt length and model selection decisions that engineers make daily.
Yet the difficulty of cloud forecasting is not an excuse to avoid it. Organisations that tell their CFO "cloud costs are unpredictable" are implicitly asking the CFO to accept unmanaged financial risk in the largest or second-largest technology spend category. That is not a sustainable position. What CFOs and procurement leaders actually need is not perfect forecast accuracy — it is forecast ranges with explicit confidence levels that allow them to make defensible budget and commitment decisions. That is precisely what FinOps practitioners can produce, if the forecasting process is designed correctly.
This article covers the core forecasting techniques used by mature FinOps organisations, how those forecasts translate into vendor negotiation leverage, and what the 2026 shift toward continuous and AI-assisted forecasting means for enterprise teams. It is part of our broader guide on FinOps and procurement: connecting cloud costs to contract negotiations.
The Two Core Forecasting Methods
The FinOps Foundation distinguishes between two primary cloud spend forecasting methodologies, and the appropriate choice depends on organisational maturity and the nature of the spend being forecast.
Trend-Based Forecasting
Trend-based forecasting projects future spend by extrapolating historical growth rates, with adjustments for seasonality and known anomalies. It is the simpler model and the natural starting point for organisations in the early stages of FinOps maturity. A basic trend-based model uses 12 months of monthly spend data, calculates a trailing monthly growth rate (or applies a statistical smoothing method to reduce noise), and projects forward 12–24 months.
Trend-based forecasting has two significant limitations. First, it is retrospective — it cannot anticipate step-changes in cloud usage driven by new projects, acquisitions, or architectural migrations that FinOps practitioners know about but that are not yet visible in historical data. Second, it treats all spend growth as homogeneous, when in practice different services and teams have very different growth trajectories. A single organisational growth rate that blends a 5% growth compute tier with a 200% growth AI tier produces a number that is useful for no one.
The practical fix is to apply trend-based forecasting at the service level rather than the aggregate, and to supplement it with known exceptions. A per-service trend model with exceptions for planned project launches or migrations produces a materially more accurate forecast than an aggregate model. Our guide to enterprise FinOps software governance covers how to build the cross-functional processes that feed engineering project data into the forecasting model.
Driver-Based Forecasting
Driver-based forecasting models cloud spend as a function of underlying business drivers: number of active users, transaction volume, data processed, or API calls. Instead of extrapolating historical spend, it models the relationship between a measurable business variable and cloud cost, then forecasts based on projections of that variable.
Driver-based forecasting is more accurate for mature organisations with well-understood unit economics — the cost per active user, cost per transaction, or cost per GB processed. It requires investment in instrumentation (connecting cloud billing data to business metrics) and cross-functional data sharing (engineering teams providing usage projections, product teams providing growth plans). But the payoff is substantial: driver-based forecasts can accurately project step-changes in cloud spend driven by product growth that trend models would entirely miss, and they produce the unit economics data that is invaluable in vendor negotiations. A forecast that says "our cost per active user will increase from $1.20 to $1.45 next year due to AI feature rollout" is a far more sophisticated document than a trend projection. It demonstrates operational understanding that commands respect in a vendor conversation.
Scenario-Based Forecasting for Commercial Decisions
For decisions that involve multi-year financial commitments — EDP contracts, Azure MACCs, GCP PPAs — single-point forecasts are inadequate. They create false precision and do not communicate the uncertainty range within which decision-makers must operate. The appropriate approach for these decisions is scenario-based forecasting: three parallel models that represent conservative, base-case, and aggressive assumptions about future cloud spend.
The conservative scenario models spend growth at the low end of the plausible range — perhaps historical growth minus a standard deviation, combined with the assumption that the waste optimisation backlog identified by FinOps will be executed within 12 months. This scenario produces the minimum credible commitment level for an EDP or other volume commitment.
The base-case scenario models spend growth at the most likely trajectory — historical growth adjusted for known projects that will increase spend and known optimisation work that will reduce it, with explicit notation about which assumptions are most sensitive. This scenario should be the primary basis for commitment sizing.
The aggressive scenario models spend growth at the high end — perhaps the base case plus a major new initiative that is not yet approved or funded. This scenario supports the upper bound for commitment consideration; committing at this level requires high confidence in the growth trigger and explicit risk acceptance of the shortfall penalty if the trigger does not materialise.
Presenting these three scenarios to procurement, with dollar-value shortfall risk estimates for each over-commitment scenario, transforms commitment sizing from a guess into a documented risk decision. It also creates a defensible paper trail: if the organisation ends up in a shortfall situation, the documentation shows that the risk was identified and explicitly accepted, rather than overlooked. Our detailed analysis of using FinOps data as EDP negotiation leverage goes deeper on how these scenarios directly affect negotiation outcomes.
Need a credible cloud spend forecast before your next EDP, MACC, or CUD commitment?
Our FinOps forecasting and negotiation advisory team builds the models that change commercial outcomes.AI Spend Forecasting: The New Frontier
The State of FinOps 2026 report notes that 98% of FinOps teams are now managing AI spend — and that AI spend forecasting is the fastest-growing capability gap in enterprise FinOps practices. The challenge is real: AI workload costs depend on token consumption, which varies based on prompt design, model selection, context window length, and feature adoption rates — variables that are far less predictable than compute instance hours or storage consumption.
The practical approach for AI spend forecasting separates the known from the variable. Known components: provisioned throughput commitments (AWS Bedrock PTU, Azure OpenAI PTU) that have fixed monthly costs regardless of usage — these are forecastable with high confidence. Variable components: on-demand token consumption from development, experimentation, and user-initiated queries — these require range forecasting based on observed consumption patterns.
For teams deploying AI features in production, the critical forecasting input is token consumption per user interaction, multiplied by projected active user count and interaction frequency. Instrumenting this relationship early — before scale makes the data collection retroactively expensive — is the primary forecasting investment FinOps teams should make for AI workloads in 2026. For organisations managing Oracle's AI model pricing alongside cloud AI services, our guide to the Oracle OCI FinOps framework covers how OCI AI pricing fits into a multi-cloud AI cost governance model.
2026 Trends: Continuous Forecasting and Shift-Left FinOps
The 2026 FinOps Foundation data points to two major shifts in how leading organisations are approaching cloud spend forecasting. The first is the shift from quarterly to continuous forecasting. Most enterprises still run a quarterly forecast cycle — a batch process that produces a point-in-time view that is already partially stale by the time it reaches decision-makers. Leading teams in 2026 are adopting real-time or rolling forecast models that update automatically as new billing data arrives, flagging variance from plan and projecting end-of-month and end-of-year spend continuously.
Continuous forecasting requires automation: the forecast model must be a living system, not a quarterly spreadsheet exercise. FinOps platforms with native forecasting capabilities (Apptio Cloudability, CloudZero, Flexera One) support this out of the box. Teams building on a data warehouse architecture can implement rolling forecasts using dbt models or similar transformation frameworks that recompute projections on each billing data refresh.
The second shift is "shift-left FinOps" — forecasting costs before deployment rather than optimising after. Leading engineering organisations are incorporating cloud cost forecasting into their architecture review process: before a new service is deployed to production, the infrastructure cost at projected usage levels is estimated, reviewed against budget, and documented. This approach catches cost surprises at design time rather than six months after launch, when changing the architecture is far more expensive. The institutional data produced by shift-left FinOps — infrastructure cost models for each service — also feeds directly into vendor negotiation forecasts, because the planned architecture of upcoming projects is a far better predictor of future service-level spend than historical growth rates alone. Our piece on FinOps for enterprise software licensing explores how this shift-left discipline applies equally to SaaS procurement decisions.
Using Forecasts as Vendor Negotiation Leverage
A well-constructed cloud spend forecast is not just an internal planning tool — it is evidence that changes the dynamic in vendor negotiations. When procurement presents an AWS account team with a three-scenario forecast (conservative, base, aggressive) with explicit methodology, confidence intervals, and sensitivity analysis, it communicates something that no amount of forceful negotiating can substitute for: this organisation is data-driven, understands its own spend precisely, and will not accept a commitment level it cannot defend.
The specific leverage mechanisms are several. First, the conservative scenario limits the account team's ability to project inflated growth — you have a documented alternative view that they must rebut with their own data. Second, the waste optimisation backlog included in the conservative scenario creates a credible floor below which spend could credibly fall — the account team knows you could execute that optimisation if they are not competitive on price. Third, the scenario range provides procurement with a principled basis for proposing a commitment level (the base case minus a risk buffer) rather than simply responding to whatever level the account team suggests.
For GCP negotiations timed to Google's Q3 fiscal year-end, a forecast that demonstrates strong confidence in multi-year workload stability supports the case for a 3-year PPA or CUD at rates competitive with AWS. For Azure negotiations ahead of Microsoft's June 30 fiscal year-end, a forecast showing predictable MACC attainment removes the risk premium from the negotiation and shifts focus to rate improvement rather than commitment sizing. Engaging our AWS contract negotiation specialists or Google Cloud advisory team early ensures your forecast is built to the precision these negotiations demand. For comprehensive guidance on connecting all of these techniques, see our FinOps and procurement integration pillar.
FinOps Forecasting & Negotiation Newsletter
Monthly analysis on cloud spend forecasting techniques, commitment sizing strategies, and vendor negotiation benchmarks.
Redress Compliance helps enterprise teams build the forecasting models that strengthen their cloud contract negotiations.
Independent advisory. Buyer side only. No cloud vendor affiliation.