# Engagement metrics that predict churn before it happens
A subscriber who skipped 40% more songs than usual last week, opened the app three fewer times, and stopped saving new playlists is not a random blip. She is a cancellation risk, and a good data team knew it two to three weeks before her subscription lapsed. Music platforms like Spotify have built entire retention functions around this idea: engagement decay shows up in behavior long before it shows up in the churn report.
This lesson looks at the leading indicators media companies track to forecast subscriber loss, how they're calculated, and what "healthy" looks like by sector benchmark.
Churn rateChurn rateChurn rate is the percentage of customers or revenue lost over a period. It measures how fast a business loses its existing customer base.Voir la définition complète → (the percentage of subscribers who cancel in a given period) tells you what already happened. By the time it moves, you've lost the customer and the marketing spend used to acquire them.
That's why marketing and product teams build leading indicators: metrics that change before the cancellation event itself. For subscription media (music, video, news), the leading indicators cluster into three families:
1. Usage frequency (are they showing up?)
2. Usage depth (are they engaged while there?)
3. Usage friction (are they struggling or losing interest?)
How many times a user opens the app or plays content in a rolling window, typically 7 or 28 days.
Worked example: a music app has 10 million MAU and 3 million DAU in a given month.
DAU/MAU = 3,000,000 / 10,000,000 = 30%.
If that ratio drifts to 22% over two months for a specific cohort, that cohort's churn risk rises, even if nobody has cancelled yet.
The share of tracks or content units a user abandons before a completion threshold (e.g., skipped within 30 seconds).
Skip rate = (tracks skipped early) / (total tracks played)
Rising skip rate signals dissatisfaction with recommendations, a classic precursor to disengagement. Spotify has publicly discussed skip behavior as an input to its recommendation algorithm; the general principle (rising skip rate = weakening content-market fitmarket fitThe moment your product genuinely solves a real problem for a well-defined market, so users retain, refer and pay willingly.Voir la définition complète → for that user) applies across music and video.
Netflix and similar platforms track completion rate obsessively because it correlates with perceived value, a bigger completion drop for a user's favorite genre often precedes a "nothing worth watching" cancellation reason.
How many distinct artists, shows, or genres a user engages with per period. A narrowing repertoire (same 5 songs on repeat) often precedes boredom-driven churn. Conversely, users who actively explore recommendations tend to have higher lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → (LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →: total net revenue expected from a customer over their relationship with the platform).
A user who stops saving songs or sharing playlists is disengaging from the *habit loop*, even if raw logins haven't dropped yet.
Marketing and data teams typically combine these signals into a churn propensity score, a probability estimate updated weekly per user.
Simplified logic (illustrative, not a specific company's actual model):
risk_score =
0.3 * normalized(decline_in_session_frequency) +
0.25 * normalized(increase_in_skip_rate) +
0.2 * normalized(decline_in_session_length) +
0.15 * normalized(decline_in_content_breadth) +
0.1 * normalized(decline_in_social_actions)
if risk_score > threshold:
flag_user_for_retention_campaign()Each behavioral decline is measured relative to that user's own historical baseline (a "power user" dropping to "average" looks very different from an already-light user staying flat). This personalization is why cohort-level averages alone miss early signals; the model needs individual trend lines.
Retention teams then trigger interventions: personalized playlists, win-back emails, temporary discounts, or customer support outreach, often 2 to 4 weeks before the point where cancellation becomes likely.
These aren't just product metrics, they're marketing economics:
Engagement decay directly shortens expected subscriber lifespan, which lowers LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →, which compresses the LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →:CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → ratio. A platform spending $30 to acquire a subscriber via paid social, expecting 24 months of retention at $10/month ($240 LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →, an 8:1 ratio) sees that math collapse if early engagement decline cuts average lifespan to 10 months ($100 LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →, roughly 3.3:1). Catching the decay early and re-engaging the user protects the original acquisition investment.
For deeper background on subscription funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → economics, see this overview from NYU Stern's coverage of subscription business metrics or industry primers from a16z on SaaS and subscription metrics, whose frameworks mapmapUsing software to automate repetitive marketing tasks and campaigns, enabling personalisation at scale across channels like email, web, and social.Voir la définition complète → directly onto media subscriptions.
Vérification des acquis
1. Why is churn rate considered a lagging metric rather than a useful early warning signal?
2. A subscriber plays music less often, opens the app fewer times, and stops saving playlists. Which category of leading indicator does this combination primarily represent?
3. What does the DAU/MAU ratio primarily measure, and why is it useful for churn prediction?
4. Select ALL correct answers about the three families of leading indicators for subscriber churn described in the lesson.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about why media companies build leading indicators instead of relying solely on churn rate.
Sélectionnez toutes les réponses correctes.
| Metric | Healthy range (estimate) | Warning zone |
|---|---|---|
| Monthly churn, music/video streaming | 2 to 4% (as of recent industry commentary) | above 6 to 7% |
| DAU/MAU, daily-use category (music) | 25 to 35% | below 15% |
| Skip rate, music streaming | varies by platform; rising trend matters more than absolute level | sustained increase over 4+ weeks |
| Free-to-paid conversion (freemium models) | roughly 2 to 5% (estimate, varies hugely by platform) | below 1% sustained |
These are directional estimates for context, not precise disclosed figures; always check each company's investor disclosures (e.g., Spotify's quarterly shareholder letters) for actual reported numbers.
🎬 [VIDEO: "How Spotify Uses Data to Personalize Your Music" - youtube.com - a walkthrough of how listening behavior feeds Spotify's recommendation and retention systems]
Detecting risk is half the job. The marketing response typically follows a tiered playbook:
The key marketing discipline: intervene *before* the cancellation button is pressed, because post-cancellation win-back rates are typically far lower than pre-churn retention save rates (exact rates vary and are rarely disclosed publicly; treat any specific percentage here as unverified).