Understanding Churn, Retention, and the Monthly-to-Annual Trap
Churn rate is the percentage of customers or revenue you lose over a given period, and it is the metric that quietly decides whether a subscription business grows or slowly bleeds out. A company can pour money into acquisition and still shrink if churn is high, because it is filling a leaky bucket. This calculator computes customer churn, its mirror image retention, revenue churn including the case where it goes negative, the average customer lifespan implied by your churn, and it converts churn between monthly and annual periods the correct way. That last feature exists because the naive conversion is one of the most common and costly errors in the field.
The formulas are straightforward once you keep the denominators clear. Customer churn = customers lost ÷ customers at the start of the period × 100. Retention rate is simply 100 minus customer churn, since every customer either stays or leaves. Revenue churn = lost monthly recurring revenue ÷ starting monthly recurring revenue × 100, and unlike customer churn it can be negative: if upgrades and expansion from existing customers outweigh the revenue lost to cancellations, you have net negative churn, a powerful sign of a healthy product. Net revenue retention captures the same idea as a percentage above or below 100. The implied average customer lifespan equals one divided by the churn rate expressed as a decimal, so a 5 percent monthly churn implies a 20-month average lifespan.
The conversion between monthly and annual churn is where most people go wrong. It is tempting to multiply monthly churn by twelve, but that overstates the loss badly because churn compounds on a shrinking base. The correct formula is annual churn = 1 − (1 − monthly churn)^12. Take a 5 percent monthly churn. The naive method gives 5 × 12 = 60 percent, but the correct compounded figure is 1 − (1 − 0.05)^12 = 45.96 percent. That is a fourteen-percentage-point difference, enough to completely change a retention forecast or an investor conversation. Reversing it, an annual churn of 30 percent converts to a monthly churn of 1 − (1 − 0.30)^(1/12) = 2.93 percent, not 2.5 percent.
SaaS founders and subscription teams watch churn as closely as revenue, because reducing churn compounds over time in exactly the way that raising it does. Comparing customer churn against revenue churn reveals whether you are losing many small accounts or a few large ones, which points to very different fixes. Tracking net revenue retention shows whether your existing base is expanding or contracting before any new sales, and a figure above 100 percent means you would grow even if you signed no new customers. Investors treat net revenue retention above 100 percent as a strong signal, while a high churn rate caps how large a business can ever become, since growth eventually equals the point where new customers merely replace lost ones. The implied lifespan feeds directly into lifetime value, tying churn to the economics of every acquisition decision.
A handful of honesty notes keep the numbers meaningful. Always convert between periods by compounding, never by multiplying, or you will materially misstate annual churn, which is why the tool builds that correction in and flags it in the FAQ. Keep your customer counts and revenue figures aligned to the same cohort and period, since mixing timeframes distorts the rate. Revenue churn can legitimately be negative, so do not treat a negative number as an error; it means expansion revenue exceeded losses. At zero churn the implied lifespan is infinite and the tool returns a dash rather than a misleading figure. Treat these results as planning estimates for your subscription metrics, not accounting-grade figures or financial advice. Everything runs in your browser, with guards against dividing by zero, and none of your customer or revenue data is uploaded, logged, or stored anywhere.