Funnel Analysis¶
Core Idea¶
A population enters an ordered sequence of stages, a fraction drops out at each, and the shape of the attrition curve becomes the diagnostic. Instead of "why did we lose so many?", the analyst asks where between stage k and k+1 did we lose them, making drop-off stage-attributable.
How would you explain it like I'm…
The Slide With Gates
Where People Drop Off
Stage-By-Stage Drop-Off
Broad Use¶
- Sales and marketing: lead → qualified → opportunity → closed-won; per-stage drop-off shows whether reach, qualification, pricing, or close is the bottleneck.
- Admissions and hiring: applicant → screened → interviewed → offered → enrolled; yield management is funnel work.
- Public health: the care cascade — symptomatic → tested → positive → linked-to-care → on-treatment → suppressed.
- Security operations: alert → triaged → investigated → confirmed → contained → recovered.
- Product onboarding: visited → signed-up → activated → retained → paid; "activation" is funnel thinking.
- Criminal justice: arrest → charge → indictment → trial → conviction, exposing discretion points.
- Manufacturing: raw input through process steps to shipped; yield analysis is funnel analysis with physical units.
Clarity¶
Makes visible where, not just how much, is lost, which stage binds the final yield, and the stage-specific friction signature — turning "we lose people somewhere" into a distribution of loss across nameable transitions.
Manages Complexity¶
Collapses a sprawling "improve the process" mandate into a ranked, finite set of inter-stage conversion gaps read against the surviving cohort.
Abstract Reasoning¶
Instantiates sequential filtering — modelable as staged Bernoulli trials — where yield is the product of per-stage conversions, making the multiplicative cost of long pipelines explicit and distinguishing aggregate yield from per-stage efficiency.
Knowledge Transfer¶
- Marketing → public health: the same conversion-rate reading localizes the binding loss in an HIV care cascade.
- Analytics → manufacturing: per-stage yield and stage compression carry directly to physical process lines.
- Across domains: funnel comparison — two populations' funnels side by side — re-expresses a difference in terminal outcome as a difference in one stage's conversion.
Example¶
A SaaS team finds sign-up healthy but activation converting poorly — the binding constraint — while the strong retained-to-paid rate they are proud of is conditional on the tiny cohort that already activated, masking how few reach that point.
Relationships to Other Abstractions¶
Current abstraction Funnel Analysis Prime
Parents (1) — more general patterns this builds on
-
Funnel Analysis presupposes Pipeline Prime
Funnel analysis presupposes an ordered pipeline whose stage boundaries let entrants, exits, and conditional survival be attributed to particular transitions.
Hierarchy paths (3) — routes to 2 parentless roots
- Funnel Analysis → Pipeline → Decomposition
- Funnel Analysis → Pipeline → Iteration
- Funnel Analysis → Pipeline → Modularity → Decomposition
Not to Be Confused With¶
- Funnel Analysis is not a Bottleneck because a bottleneck is the single binding stage (a structural fact), whereas funnel analysis is the diagnostic method that locates it by per-stage conversion gap.
- Funnel Analysis is not a Pipeline because a pipeline is sequential processing with a throughput focus and ideally loses no units, whereas funnel analysis is sequential filtering where the population monotonically shrinks.
- Funnel Analysis is not Sampling Representativeness because representativeness asks whether a sample fairly stands for a population, whereas funnel analysis tracks conditional attrition across ordered stages.