Funnel analysis is the method of examining how users move through a defined sequence of steps toward a specific goal, such as a purchase, signup, or subscription, in order to identify where the largest proportion of users disengage before completing that goal. A funnel is typically visualized as a series of stages, for example landing page visit, product view, add to cart, checkout initiation, and purchase, with the number or percentage of users remaining at each stage shown so that the relative size of drop-off between any two consecutive steps is immediately visible to anyone reviewing the report, without needing to interpret raw event tables directly or run a separate query for every stage. Funnels can be built as either closed, requiring users to complete each step in strict order to be counted, or open, allowing users to enter at any point in the sequence, and the choice between the two materially changes how the resulting drop-off percentages should be interpreted.
This method matters because it reframes a single aggregate conversion rate into an actual diagnostic tool. Knowing that a website converts at 2 percent overall says very little about what specifically to fix, whereas knowing that 60 percent of users abandon specifically between viewing shipping costs and completing payment provides a concrete, testable target for a team's next sprint. Funnel analysis is therefore the primary technique used to move from noticing that a conversion problem exists to understanding precisely where in the user journey that problem actually originates, which is the necessary first step before any design or content change can be reasonably prioritized over another competing idea. Reviewing the same funnel over successive periods also reveals whether a previous fix actually held, since a step that improved after one release can quietly regress months later as unrelated changes are shipped elsewhere on the page.
Funnels are commonly built and analyzed using tools such as Google Analytics 4's funnel exploration reports, Mixpanel, or Amplitude, all of which require each step to be defined as a tracked event beforehand, making accurate event tracking an absolute prerequisite for reliable funnel analysis of any kind. Analysts typically build both an overall funnel and several segmented versions, for example separating funnels by traffic source, device type, or new versus returning visitor, because a step that appears to perform adequately in aggregate can be masking a severe problem for one segment, such as mobile users, while performing perfectly well for another, such as desktop users arriving from branded search with high existing intent to buy.
A frequent error is defining funnel steps too broadly or too loosely connected to the actual user interface, for example treating an entire multi-field checkout as a single step rather than breaking it into shipping information, payment information, and order review, which hides exactly the granular drop-off point the analysis was meant to reveal in the first place. Another common pitfall is analyzing a funnel using only linear, sequential logic when real user behavior is often non-linear, with visitors moving backward to compare products, opening multiple tabs, or returning across multiple sessions and devices before eventually converting, patterns that a strict step-by-step funnel model can badly misrepresent if not deliberately accounted for in the underlying analysis and reporting configuration.
In CRO consulting, funnel analysis is typically the second step of an engagement, following an event tracking audit, and it directly feeds the prioritization of which stage to test first, generally the stage with the highest drop-off rate relative to its potential recoverable value in revenue terms. Consultants often pair quantitative funnel data with qualitative research, such as session recordings of users who dropped off at a specific step or on-page exit surveys asking why a visitor chose not to proceed, to move from identifying where users leave to understanding why they left, which is ultimately what shapes a well-targeted, evidence-backed hypothesis worth investing testing resources into. Presenting funnel findings alongside the estimated revenue value of closing a given gap, rather than only the percentage drop-off itself, also tends to make prioritization conversations with non-technical stakeholders considerably more concrete and persuasive.