WebmasterID logoWebmasterID
Analytics metrics

Crash-free users rate

Crash-free users rate is the percentage of active users who used an app over a period without hitting a crash. It is a mobile stability metric, distinct from crash-free sessions, which counts at the session level. Because one user can have many sessions, the two rates differ: a single crashing user can drag the user-based rate while barely moving the session-based one.

Verified against primary sources

What this means

Crash-free users rate divides users with no crash by total active users over a window. It is a standard stability metric in mobile crash-reporting tools (for example Firebase Crashlytics reports both crash-free users and crash-free sessions). The user-based framing answers 'what fraction of people had a clean experience,' which maps more directly to user impact than session-based counts.

Users versus sessions

Crash-free sessions and crash-free users measure the same crashes against different bases. Because users typically have multiple sessions, a crash that recurs for a small number of heavy users can show a high crash-free session rate yet a noticeably lower crash-free user rate. Reporting both prevents a misleadingly reassuring session number from hiding a problem concentrated in specific users or devices.

Segment by app version, device, and OS to localize a regression rather than reading the global rate alone.

How it appears in analytics and logs

A drop in crash-free users after a release flags a regression affecting real people. The user-based view weights each person once, so it surfaces crashes that hit many distinct users even if each crashes only occasionally.

Diagnostic use case

Track app stability from the user's perspective so a release's quality is judged by how many people hit a crash, not just how many sessions did.

What WebmasterID can help detect

WebmasterID's observability surface tracks error and exception signals first-party, complementing app crash reporting with web-side stability without third-party identifiers.

Common mistakes

Privacy and accuracy notes

The rate is an aggregate ratio of unaffected users to active users. Crash reporting must avoid collecting personal data in stack traces or logs. This is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.