What are DORA metrics?

DORA metrics are four measurements of software delivery performance developed by the DevOps Research and Assessment (DORA) team. They emerged from six years of research involving tens of thousands of engineering teams worldwide and are now the most widely validated framework for assessing DevOps capability.

The core finding: high-performing teams are not trading speed for stability. Elite performers deploy more frequently and more reliably than low performers — speed and quality move together.

The four metrics

1. Deployment Frequency

How often does your team deploy to production? This metric captures delivery cadence. Higher frequency generally means smaller, lower-risk changes and faster feedback from real users.

BandDeployment frequency
EliteMultiple times per day
HighOnce per day to once per week
MediumOnce per week to once per month
LowLess than once per month

2. Lead Time for Changes

How long does it take from code commit to production deployment? This measures the efficiency of the delivery pipeline — from writing code to delivering value to users.

BandLead time
EliteLess than one hour
HighOne hour to one day
MediumOne day to one week
LowMore than one month

3. Time to Restore Service (MTTR)

How quickly can your team restore service after an incident? This measures the operational response capability of the team and the quality of observability, runbooks, and incident processes.

BandTime to restore
EliteLess than one hour
HighLess than one day
MediumLess than one week
LowMore than one week

4. Change Failure Rate

What percentage of deployments cause a failure requiring remediation (rollback, hotfix, or patch)? This measures deployment quality and testing effectiveness.

BandChange failure rate
Elite0–15%
High16–30%
Medium31–45%
LowMore than 45%
Use the DORA Metrics Calculator to score your team across all four metrics and see your overall performance band.

Key research findings

Elite performers are significantly more likely to meet their reliability and performance targets. They also report lower burnout rates and better team culture. The research consistently finds that you do not have to choose between speed and stability — the practices that improve one tend to improve the other.

The strongest levers for improvement are: investing in CI/CD automation (improves deployment frequency and lead time), improving test coverage and quality (reduces change failure rate), and investing in observability and runbooks (reduces MTTR).