Short answer: The original four DORA metrics are Deployment Frequency, Lead Time for Changes, Failed Deployment Recovery Time, and Change Failure Rate. Together they show delivery throughput and instability.

The four DORA metrics at a glance

MetricWhat it measuresDesired direction
1. Deployment FrequencyHow often the team successfully deploys changes to production.Higher is generally better
2. Lead Time for ChangesTime from a code commit to that change running successfully in production.Lower is generally better
3. Failed Deployment Recovery TimeTime to restore service after a production change causes a user-impacting failure.Lower is generally better
4. Change Failure RateThe percentage of production changes that require immediate remediation such as a rollback, hotfix, fix-forward, or patch.Lower is generally better
How to read the bands: These bands are from the 2024 DORA Accelerate State of DevOps Report and use the same values as the ObserveForge calculator. DORA derives these four bands from a combined cluster analysis across all metrics each year, not from independent per-metric cutoffs — figures shift between reports and are not permanent thresholds. The 2024 report itself shows Medium and High tied on recovery time, and Medium scoring a lower (better) change failure rate than High.

Elite, High, Medium, and Low bands

1. Deployment Frequency

How often the team successfully deploys changes to production.

BandDeployment Frequency
EliteOn demand (multiple deploys per day)
HighBetween once per day and once per week
MediumBetween once per week and once per month
LowBetween once per month and once every six months

2. Lead Time for Changes

Time from a code commit to that change running successfully in production.

BandLead Time for Changes
EliteLess than one day
HighBetween one day and one week
MediumBetween one week and one month
LowBetween one month and six months

3. Failed Deployment Recovery Time

Time to restore service after a production change causes a user-impacting failure.

Terminology: Failed Deployment Recovery Time is formerly Time to Restore Service; often shortened to MTTR. For DORA, it measures recovery from a failed production change; it is narrower than a general incident MTTR across every cause.

BandFailed Deployment Recovery Time
EliteLess than one hour
HighLess than one day
MediumLess than one day
LowBetween one week and one month

4. Change Failure Rate

The percentage of production changes that require immediate remediation such as a rollback, hotfix, fix-forward, or patch.

BandChange Failure Rate
Elite5%
High20%
Medium10%
Low40%
Use the DORA Metrics Calculator to apply these same four metrics and bands to one application or service.

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.

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).