Data

What is Funnel Drop-off Rate?

Funnel Drop-off Rate is the percentage of users who leave a defined multi-step process, such as a checkout or signup funnel, at a specific step without completing it. Measuring drop-off rate at each individual step, rather than only the funnel's overall completion rate, shows exactly where users are abandoning the process.

TL;DR

Funnel Drop-off Rate shows exactly which step of a checkout or signup process is losing the most users, instead of just knowing the overall funnel underperforms somewhere.

Formula

Funnel Drop-off Rate (at a step) = ((Users Entering the Step - Users Advancing to the Next Step) / Users Entering the Step) × 100

Why It Matters

A funnel's overall completion rate tells you that something is wrong somewhere, but funnel drop-off rate at each step tells you exactly where, which is the difference between a vague optimization problem and a specific, fixable one. Comparing drop-off rate across every step in the same funnel highlights the one step that's dramatically worse than the rest, and that step, not the funnel as a whole, is almost always where the real friction point lives. That precision is what lets a team prioritize fixing an unexpected shipping cost or a confusing form field instead of redesigning an entire flow based on a guess. It's especially valuable for high-value processes like checkout, where even a small improvement at the worst-performing step can meaningfully lift total completions. Ignoring step-level drop-off and only watching the aggregate conversion rate means missing the specific, actionable signal buried inside it.

Example

A four-step checkout funnel starts with 10,000 users, and 7,500 make it past the shipping information step to the payment step, meaning 2,500 dropped off at that step. Drop-off rate at the shipping step is 2,500 divided by 10,000, times 100, which equals 25%. If that 25% drop-off rate is dramatically higher than the drop-off rate at every other step in the funnel, that step, not the funnel as a whole, is almost certainly where a specific friction point, like an unexpected shipping cost or a confusing form field, needs to be fixed first.

Frequently Asked Questions

  • Exit rate looks at any page across an entire site and measures how often it's the last page in a session, regardless of whether it's part of a defined funnel. Funnel drop-off rate is specific to a defined multi-step process and measures step-to-step abandonment within that process.

  • It's whatever a team defines as a meaningful stage in the process, such as cart, shipping information, payment, and confirmation in a checkout funnel. How granular the steps are defined directly affects how precisely drop-off can be diagnosed.

  • There's no single universal threshold, since expected drop-off varies by step and funnel type. The more useful signal is a step's drop-off rate being noticeably higher than the drop-off rate at other steps in the same funnel.

  • It's commonly tracked continuously on a dashboard for high-value funnels like checkout, and reviewed in depth whenever the overall completion rate shifts or whenever a specific step is redesigned, to confirm the change actually helped.

  • Once a problem step is identified, teams typically use session recordings or user testing to understand the specific friction, whether it's an unexpected cost, a confusing form field, or a technical error, then test a fix and re-measure drop-off at that step to confirm improvement.