What is Crash Rate KPI?
Crash Rate is a metric that indicates the stability of an application. It helps teams understand the percentage of sessions in which the app crashed, providing insight into the app’s overall health and reliability. A high crash rate can negatively impact user experience, lead to poor reviews, and reduce user retention. A good way to benchmark your app’s crash rate is to compare it with your competitors and industry standards. You can also use tools like Google Play Console or App Store Connect to see how your app ranks in terms of stability and user ratings.“My job is not to be easy on people. My job is to make them better.”
Have you battled app crashes before?
The Formula for Calculating Crash Rate
The formula for calculating the crash rate for mobile apps is
A session is defined as the period of time that a user spends on your app from launch to exit. A crash is defined as an unexpected termination of the app due to an error or a bug.
Where
- Number of Crashes refers to the total number of times the application crashed during a specific period.
- Number of Sessions refers to the total number of user sessions during the same period.
