DORA Metrics Calculator
Enter your deployment frequency, lead time, MTTR, and change failure rate. See where your team falls on the Elite / High / Medium / Low scale.
The four metrics
Deployment Frequency
How often successful changes reach production. A throughput measure.
Lead Time for Changes
Time from commit to production. A speed measure.
Mean Time to Restore
Time to recover from an incident. A stability measure.
Change Failure Rate
% of deploys that cause incidents. A quality measure.
Throughput (DF, LT) and stability (MTTR, CFR) are the two halves DORA balances. Optimizing one at the cost of the other rarely produces an Elite team.
Frequently asked questions
What are DORA metrics?
DORA (DevOps Research and Assessment) is a research program that identified four metrics that correlate with high-performing software teams: Deployment Frequency, Lead Time for Changes, Mean Time to Restore (MTTR), and Change Failure Rate. The annual State of DevOps reports group teams into Elite, High, Medium, and Low performance tiers based on these.
How is Deployment Frequency measured?
How often you push code to production. Elite teams deploy on demand (multiple times per day); High teams deploy weekly to daily; Medium teams deploy monthly to weekly; Low teams deploy less than monthly. Count successful production deploys, not failed ones.
What counts as Lead Time for Changes?
The time from a developer's commit landing on the main branch to that change running in production. Elite is under a day; High is up to a week; Medium is up to a month; Low is more than a month. Use the median, not the average — outliers from rare massive changes can distort an average.
How do I measure MTTR?
Mean Time to Restore is the median time between an incident being detected and service being restored. Elite teams restore within an hour; High within a day; Medium within a week. MTTR rewards observability and rollback discipline, not how quickly you write a postmortem.
What is Change Failure Rate?
The percentage of deploys that cause an incident, hotfix, or rollback. Elite teams sit at 0–5%; the published threshold for High is 5–10%, Medium is 10–15%, and Low is above 15%. A high CFR is usually about test coverage and rollout strategy (canaries, feature flags), not engineer skill.
Are these tiers updated each year?
DORA publishes refreshed benchmarks in the annual State of DevOps Report. The thresholds shift gradually as the industry baseline improves. Use this calculator as a directional check; for hiring or executive reporting, verify against the current year's published report.
Track DORA alongside your roadmap
Planet Roadmap pairs DORA-style engineering metrics with feature outcomes, so you can see how shipping velocity correlates with customer impact.
Try Planet Roadmap Free