Compute churn rate, retention, and churned customers for SaaS and subscription businesses. Enter start, end, and new customers or a direct churned count—get instant, precise outputs.
Formula
Method: Start/End/New
churned = start + new − end
churn_rate = churned / start
retention = 1 − churn_rate
Method: Churned Count
churn_rate = churned / start
retention = 1 − churn_rate
Monthly → Annualized (approx.)
annualized_churn = 1 − (1 − monthly_churn) ^ 12
Examples
Start customers = 1000; New customers = 50; End customers = 950
churned = 100; churn_rate = 100 / 1000 = 0.1 = 10%; retention = 90%; churn (decimal) = 0.1
Features
- Two methods: Start/End/New or Churned Count.
- Period selector: Monthly, Quarterly, Annually (classification uses monthly thresholds).
- Inputs: Start customers, New customers, End customers (or Start + Churned).
- Outputs: Churn %, Retention %, Churn (decimal), Churned customers, Start, End, New, Churn level.
- Show decimals toggle for percentage precision.
- Clear number formatting with thousands separators.