Abandonment rate is the share of users who begin a flow but leave before completing it: users who started minus users who completed, divided by users who started. It is the mirror image of [[conversion-rate]] for that flow — if a checkout converts at 70%, its abandonment rate is 30% — but framing it as abandonment keeps the focus on the leak rather than the win.
Where abandonment matters most in apps
- Paywall to purchase — users who view the [[paywall]] but do not buy.
- Free trial to conversion — trial starters who never convert; see [[trial-conversion]].
- Checkout / IAP — an [[iap]] started at the StoreKit or Billing sheet but not confirmed.
- Onboarding to activation — users who begin [[onboarding]] but never reach [[activation]].
The drivers are borrowed from e-commerce cart abandonment but adapted to app purchase flows: too many steps, forced account creation, a price-to-value mismatch surfaced too late, payment friction, trust gaps, or outright technical errors on the purchase. One app-specific wrinkle is that part of the drop happens on the platform's own payment sheet (Apple StoreKit, Google Play Billing), which you can influence but not fully control.
Reducing it starts with measuring step by step — a single funnel percentage hides which step bleeds users. From there: cut steps and required fields, surface value at the exact moment of friction, [[a-b-testing]] the paywall and its trigger timing, and use [[re-engagement]] flows that bring abandoners back to a flow they already started.