Back To All

DevOps Accelerate Metrics: The 4 DORA Measures Explained 2026

November 15th, 2025
Topics
DORA
Share Article

DevOps Accelerate metrics are four specific measures, Deployment Frequency, Lead Time for Changes, Mean Time to Recovery, and Change Failure Rate, drawn from the research behind Accelerate by Dr. Nicole Forsgren, Jez Humble, and Gene Kim. Together they give engineering managers a signal about delivery speed and system stability that commit counts or story points simply cannot provide. Traditional output metrics put teams in competition with one another; the Accelerate four orient everyone toward a shared outcome.

Key takeaways

  • Measuring software delivery is hard, and traditional metrics like lines of code do not accurately reflect quality or throughput.
  • Accelerate established four key metrics: Deployment Frequency, Lead Time for Changes, Mean Time to Recovery, and Change Failure Rate.
  • The four split into two tempo measures and two reliability measures, and they only tell the full story when read together, not in isolation.
  • Some engineering managers remain skeptical, preferring tangible output KPIs like lines of code or story points, even though those numbers say little about quality or throughput.
  • Waydev automates tracking for all four, so the assessment happens continuously instead of getting postponed until the next planning cycle.

Accelerate: The Science of Lean Software and DevOps, the book

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations, written by Dr. Nicole Forsgren, Jez Humble, and Gene Kim, studies the productivity models and strategies of companies that build software. Its central claim is that software delivery performance and organizational performance are directly linked, not two separate concerns that happen to sit in the same building.

4 yearsof research behind the book’s findings1
23,000+survey respondents analyzed1
2,000+organizations, startups to Fortune 5001

The research spanned profit and non-profit organizations, digitally native companies and those mid-way through a digital transformation, across industries including manufacturing, finance, and agriculture. It was first published as peer-reviewed papers in academic journals before the book gathered the findings into one narrative. As Accelerate argues, the right practices can take a change from “committed to mainline” to “running in production” in hours rather than months.

What you need to know about the Accelerate four

The authors adapted the four key metrics from lean manufacturing principles. Lead Time and Deployment Frequency, the first two, are tempo metrics: their job is measuring speed and throughput. Mean Time to Recovery and Change Failure Rate are reliability metrics, and together the four create a balanced approach where speed and quality are read as one picture rather than two competing priorities.

Tempo

Speed and throughput

Deployment Frequency and Lead Time for Changes. How often you ship, and how long a change takes to get there.

Reliability

Stability and quality

Mean Time to Recovery and Change Failure Rate. How fast you recover, and how often a change breaks something.

This was the first widely cited research to make the case that sound engineering practice can pursue speed and stability at the same time, rather than treating them as a trade-off you have to pick a side of. The Accelerate four, also known as DORA metrics since the same authors founded the DevOps Research and Assessment program, work best when read together. Waydev’s DORA Metrics Dashboard gives you exactly that combined view of your team’s delivery performance.

Why some engineering managers are still skeptical

No industry novelty gets received with universal enthusiasm, and the Accelerate metrics are no exception. Measuring software delivery performance has long been considered close to impossible, and plenty of engineering leaders still treat it that way. Many relate better to output KPIs like lines of code, commit counts, or story points, because those numbers feel concrete. The problem is that none of them indicate actual throughput or the quality of what got delivered.

They work across every kind of organization

Because the underlying research spanned such a wide range of company types, Accelerate supports the case that these four metrics apply regardless of size, structure, or industry. The authors are explicit that success depends less on a company’s specifics and more on leadership creating the environment where teams can understand and adopt the model, and guiding them through that adoption rather than mandating it from a slide deck.

Outcome over output

When different individuals or teams measure different things, they end up competing rather than collaborating, and that competition works against the project. The authors encourage engineering managers to focus on team-level outcomes instead of individual or departmental output, so people work toward a shared goal and prioritize quality and performance over sheer quantity. Waydev’s Team Insights reflects that same team-level lens rather than pitting contributors against each other on a leaderboard.

Measuring DevOps according to Accelerate: the four metrics

1

Deployment Frequency (DF)

“How often does the organization deploy into production?”

In classical lean manufacturing, this metric focuses on batch size: smaller batches delivered more often increase performance. Software has no physical batch, so the authors measured release frequency instead, on the premise that a CI/CD pipeline handling fewer changes per release, tested more often, performs better.

Deployment Frequency reads more like an Agile metric than a DevOps one. It fosters innovation and hypothesis testing, so companies ship the features that actually benefit users rather than betting everything on one large release.

2

Lead Time for Changes (LTTC)

“How long does it take for a commit to be running in production?”

This metric focuses on technical capability, measuring the time spent testing, deploying, and delivering code for a specific feature. The authors’ underlying premise: code only creates value once it’s in production. Before that, it’s inventory, work sitting on a shelf with no return yet.

Organizations with strong technical foundations, well-designed systems, and mature integration and delivery pipelines are the ones that consistently improve this number.

3

Mean Time to Recovery (MTTR)

“How long does it take a company to recover from a failure in production?”

The premise here is blunt: companies cannot avoid failures. Capacity errors, security incidents, expired certificates, DNS issues, these are normal consequences of running an active, constantly changing system. Some downtime, partial or total, is inevitable given enough time.

The real question isn’t whether something breaks. It’s how fast the team restores full operation once it does. Shorter recovery time means higher team performance and better end-user experience through the incident.

4

Change Failure Rate (CFR)

“How often do a company’s deployments generate failures in production?”

CFR is a valuable metric because it stops a team from optimizing throughput at the expense of quality, the same tension it addresses in lean manufacturing. In software, it measures whether releases and new features generate issues or degrade existing performance.

A high CFR means changes are disrupting the end user’s experience and pulling the team into unplanned work instead of the roadmap they committed to.

Historical performance benchmarks

For years, DORA’s annual State of DevOps research sorted teams into four tiers, Elite, High, Medium, and Low, based on where they landed across the four metrics. That tiered model is useful context, but it’s worth knowing it’s now historical framing rather than DORA’s current approach.

Commonly cited tier definitions from DORA research through 2024. Treat as directional; exact thresholds have varied slightly between report years.
TierDeployment frequencyLead timeTime to recoverChange failure rate
EliteOn demand, multiple times a dayUnder one hour to under one dayUnder one hour0 to 15 percent
HighBetween once a day and once a weekOne day to one weekUnder one dayRoughly 16 to 30 percent
MediumBetween once a week and once a monthOne week to one monthOne day to one weekRoughly 16 to 30 percent
LowBetween once a month and once every six monthsOne to six monthsOne week to one month46 to 60 percent

Scroll the table sideways on a small screen.

The 2025 DORA report retired the four-tier ranking in favor of seven team profiles that weigh delivery performance alongside human factors like burnout and organizational friction.2 The metric definitions haven’t changed. The idea that every team should be climbing toward one leaderboard position has.

The practical takeaway: use the tiers above as a sanity check against your own trend, not a target to chase for its own sake. DORA’s own research also found that AI adoption is now reshaping this picture, with higher AI usage correlating with increases in both delivery throughput and delivery instability at the same time, which is exactly the kind of nuance a single tier ranking used to flatten away.2

Measuring the Accelerate metrics: the challenge

Once you’ve decided the four Accelerate metrics are worth tracking, the next step is actually measuring them, and this is where most engineering managers hit friction. Many still validate these numbers by hand, which means significant time spent gathering and reconciling data instead of acting on it.

1
A script monitors deploys and uses each commit’s timestamp to calculate how long it took to reach production.
2
Someone manually records the number of weekly deploys.
3
A second script calculates Mean Time to Recovery.
4
Change Failure Rate comes from manually entering the number of weekly error-causing deploys.

This in-house approach requires constant manual input, which eats an engineering manager’s time and turns tracking into a task that keeps getting postponed. An automated solution removes that friction entirely.

One dashboard for all four metrics

Analyzing deployments individually across separate CI/CD tools and hand-building reports from the results isn’t a realistic workflow for engineering executives with a full agenda and a wide range of responsibilities. Waydev automatically pulls data from your CI/CD pipelines and aggregates your team’s DORA metrics, so the information you need sits in your dashboard a few clicks away rather than in a spreadsheet someone has to rebuild every sprint.

Inside your DORA metrics dashboard, you get a clear view of your team’s delivery performance without anyone manually correlating timestamps. Since the Accelerate research was published, the surrounding measurement landscape has expanded too: Waydev’s WAY Framework reads DORA alongside SPACE, Core 4, and AI adoption data from the same commit-level source, so the four metrics from this research sit next to the newer questions AI-assisted development has raised.

Frequently asked questions

Are Accelerate metrics the same as DORA metrics?

Yes. “Accelerate” refers to the book that introduced the four metrics; DORA, the DevOps Research and Assessment program, was founded by the same authors and continues the research. The terms are used interchangeably because they describe the same four measures.

Which two metrics measure speed, and which two measure stability?

Deployment Frequency and Lead Time for Changes are tempo metrics, measuring speed and throughput. Mean Time to Recovery and Change Failure Rate are reliability metrics, measuring stability. Read all four together for an accurate picture; any one in isolation can mislead.

Should we still use the Elite, High, Medium, Low tiers?

They’re useful as a rough sanity check, but DORA’s own 2025 research moved past that single-ladder model toward seven team profiles that account for human and cultural factors alongside the raw numbers.2 Chasing a tier label for its own sake was already a known failure mode before that shift.

Can we track these metrics without an automated platform?

Yes, with scripts that read commit timestamps and manual logs for deploy counts and failure counts. It works, but it consumes real engineering-manager time every week and is the kind of task that quietly stops happening once things get busy, which is usually the moment you need the data most.

See all four metrics on one dashboard

Connect your CI/CD pipeline and Waydev aggregates Deployment Frequency, Lead Time, MTTR, and Change Failure Rate automatically, no scripts, no manual logs.

Schedule a Demo

We’ll show you how to put Accelerate metrics to work for your team.

Sources

  1. Forsgren, Humble, and Kim, Accelerate: The Science of Lean Software and DevOps (IT Revolution, 2018); getAbstract, Accelerate summary, on the four years of research and 23,000 survey responses.
  2. Axify, State of DevOps Report in 2025: Lessons for Engineering Leaders, on the shift from four performance tiers to seven team profiles; GetDX, DORA metrics: the complete guide, on the 2025 finding that AI adoption correlates with increased throughput and increased instability together.

Benchmark figures in the historical tier table vary slightly by source and report year; use them directionally. Last verified September 2026.

Ready to unlock your SDLC productivity?

Request a Demo Call