Finance tools

Churn rate calculator

Free churn rate calculator and SaaS churn calculator for subscription businesses. Enter customers at the start of the period and customers lost to see monthly logo churn, retention rate, compound annualized churn (not monthly × 12), average customer lifetime, and optional gross revenue churn. Compare against segment benchmarks — then export CSV or PDF (Excel-friendly).

What this churn rate calculator does

  • Monthly & annual churn

  • Segment benchmarks

  • Revenue churn mode

  • CSV/PDF export

Churn rate formula

  1. Enter customers at start

    Count paying customers or active subscriptions at the beginning of the period (month, quarter, or year).

  2. Enter customers lost

    Count customers who cancelled or churned during the same period — not new sign-ups.

  3. Read your results

    Review logo churn %, compound annualized churn, retention rate, benchmark verdict, and optional revenue churn.

Annual churn is not monthly churn × 12

Use compound annualization

What is a good churn rate?

SegmentHealthy monthly churn (max)Approx. annual (compound)
Enterprise SaaS< 0.5%~6%
Mid-market SaaS1–2%~12–22%
SMB SaaS3–5%~30–46%
Consumer subscriptions5–10%~46–72%

Logo churn vs revenue churn

Customer lifetime from churn rate

How to calculate churn rate in Excel

Common churn calculation mistakes

Frequently asked questions about this churn rate calculator

How do you calculate churn rate?

Divide customers lost during the period by customers at the start of the period, then multiply by 100. Example: 5 lost ÷ 100 start = 5% churn.

What is a good churn rate for SaaS?

It depends on segment. Enterprise often targets <0.5% monthly; SMB may see 3–5% monthly. Compare against your segment in the calculator and focus on improving your own trend.

Is annual churn just monthly churn × 12?

No. Churn compounds on a shrinking base. 5% monthly46% annual using 1 − (1 − 0.05)12, not 60%.

What is the difference between customer churn and revenue churn?

Customer (logo) churn is the % of accounts lost. Revenue churn is the % of MRR lost to cancellations. They diverge when churn is concentrated in high- or low-value accounts.

What is net revenue churn?

Net revenue churn includes expansion (upsells) minus contraction (downgrades) and cancellations. Negative net revenue churn means expansion revenue exceeded losses — a strong signal for SaaS businesses.

Should new customers be included in the churn formula?

For simple logo churn, no — use customers at the start of the period. Some companies use adjusted formulas (e.g. Shopify-style averages); this calculator uses the standard start-of-period denominator.

How do you calculate customer lifetime from churn?

Average lifetime (in months) ≈ 1 ÷ monthly churn rate (as a decimal). At 5% monthly churn (0.05), lifetime ≈ 20 months. At 0% churn, lifetime is undefined — you retain every customer in that period.

Should free trial users count as customers?

Usually no for SaaS churn reporting — measure paying customers or active subscriptions. Trial drop-off is a separate conversion metric.

How often should I measure churn?

Monthly for operational reviews; quarterly for board reporting. Use consistent definitions and the same denominator each period.

What is retention rate vs churn rate?

Retention rate = 100% − churn rate for the same period and customer set. 5% churn = 95% retention.

How do I convert monthly churn to yearly churn?

Use compound math: Annual churn = [1 − (1 − monthly rate)12] × 100. Example: 5% monthly → about 46% annual, not 60%. The calculator annualizes automatically for monthly, quarterly, or annual period inputs.

What does a 20% churn rate mean?

A 20% churn rate means you lost 20% of your starting customer base in the period measured. If that is monthly logo churn, annualized loss compounds to roughly 93% — only a small fraction of the starting cohort would remain after a year at that pace. Context matters: 20% annual B2B churn is very different from 20% monthly consumer churn.

How do you calculate churn rate in Excel?

Logo churn % = (customers lost ÷ customers at start) × 100. In Excel: =B2/B1*100 where B1 is start count and B2 is lost count. For annualized churn from monthly % in cell C1: =(1-(1-C1/100)^12)*100. Or export CSV from this calculator and open it in Excel.