# Change Failure Rate (CFR)

## Change Failure Rate Metric Definition

This measures the percentage of deployments causing a failure in production.

## Change Failure Rate Formula

{% code overflow="wrap" %}

```
Change Failure Rate % = [Number of Production Deployments Caused An Incident] / [Number of Production Deployments] * 100
```

{% endcode %}

***

### LEARN MORE

{% content-ref url="/pages/C6ejvicsVyZF52dkYr4e" %}
[Failure Detection (For Change Failure Rate & MTTR)](/deployment-analytics/failure-detection-for-change-failure-rate-and-mttr.md)
{% endcontent-ref %}

**BLOG POST -** [DORA Metrics Tracking: How to Effectively Detect Production Failures](https://oobeya.io/blog/dora-metrics-tracking-how-to-effectively-detect-production-failures/)

> Detecting production failures is the most critical and challenging component of tracking DORA metrics. While it can be challenging, organizations can overcome these challenges by using the right tools and following best practices.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction/change-failure-rate-cfr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
