Glossary
Deployment frequency
How often an organization successfully releases code to production, one of the four DORA metrics.
Deployment frequency measures how often an organization successfully releases code to production, one of the four DORA metrics used to assess software delivery performance. Elite-performing teams in DORA's research release on demand, multiple times a day, while lower-performing teams may deploy only monthly or less often.
Deployment frequency differs from lead time for changes in what it captures: frequency counts how often releases happen, while lead time measures how long a single change takes from commit to production, and a team can have high frequency with long lead times if many small, fast-moving changes are batched, or the reverse. Higher frequency generally correlates with smaller, lower-risk individual changes, since large infrequent releases tend to bundle more risk into each deployment.
Deployment frequency matters because it is a leading indicator of a team's ability to deliver value and respond to incidents quickly, and it is commonly paired with change failure rate to confirm that faster releases are not coming at the cost of stability. A common pitfall is treating frequency as a target in isolation, encouraging trivial or cosmetic deploys purely to inflate the number rather than reflecting genuine delivery capability.
Last reviewed September 22, 2026