Why this is the measurement that matters
Engagement and conversion metrics measure the message. Retention and lifetime value measure the business. A lifecycle programme exists to keep customers and grow their value, so these are the numbers it should ultimately be judged on, and the ones most worth moving.
How to build a cohort retention curve
Group customers by when they were acquired and track what share remain active over time. The construction is mechanical.
- Define the cohort. The usual key is acquisition month, so the January cohort is everyone who made their first purchase or signed up in January. Acquisition channel or plan tier works as a second key when you want to compare them.
- Define active in period. Pick the action that means alive for your business (a purchase, a login, a paid renewal) and a fixed window (a calendar month is the common one). A customer is active in month N if they took that action in month N.
- Build numerator and denominator. The denominator is the cohort size, fixed at acquisition and never changing. The numerator for month N is how many of that original cohort were active in month N. Retention at month N is numerator / denominator.
- Plot percent active at month 1, 3, 6, 12 for each cohort, with months since acquisition on the x axis and percent retained on the y axis.
retention(N) = active_in_month_N / cohort_size_at_acquisition
The shape carries the signal. Read it as decline then flatten: an early drop as casual sign ups fall away, settling onto a flatter floor that is your stable core of long term customers. The height of that floor is the number that matters, because it is the fraction worth a programme. A curve that keeps falling steeply without ever flattening has no core, which points to a product or fit problem that no amount of messaging will paper over. Reading retention as a curve rather than a single churn number is what turns it from a report card into a diagnostic. Segment the cohorts by acquisition channel, because customers acquired cheaply through one route often retain quite differently from another.
Lifetime value
LTV combines what a customer is worth per period with how long they stay, derived from the retention curve rather than guessed. Three disciplines keep it honest. Use contribution margin, not revenue, so the number reflects real unit economics. Discount future value, because a relationship that only turns profitable years out is worth less than the undiscounted total suggests, sometimes dramatically less. And prefer cohort based LTV to a single blended figure, which hides the differences that decisions depend on.
The simplest defensible form sums contribution margin per active period, weighted by the share still retained in that period, discounted back to today:
LTV = sum over periods t = 1..T of:
M x retention(t) / (1 + d)^t
M = contribution margin per customer per period
retention(t)= share of the cohort still active in period t (from the curve)
d = discount rate per period
T = horizon (cap it where retention has flattened or the curve runs out)
A clearly hypothetical worked example, illustrative numbers only, not a benchmark. Say contribution margin is 20 per active month, the monthly discount rate is 1%, and a cohort retains 100% in month 0 then 60%, 50%, 45% over the next three months before you cap the horizon:
month 0: 20 x 1.00 / 1.01^0 = 20.00
month 1: 20 x 0.60 / 1.01^1 = 11.88
month 2: 20 x 0.50 / 1.01^2 = 9.80
month 3: 20 x 0.45 / 1.01^3 = 8.73
LTV (4 months) = 20.00 + 11.88 + 9.80 + 8.73 = 50.41
Undiscounted the same flows total 51.00, so the discount shaves a little here and far more over a multi year horizon.
LTV to CAC, and payback period
Compare lifetime value to the cost of acquiring the customer. A ratio around three to one is the common health marker. Alongside it sits the payback period, how long until cumulative contribution margin clears CAC, which tells you how long your acquisition spend is underwater.
LTV:CAC = LTV / CAC
CAC payback = number of periods until cumulative margin >= CAC
Reading LTV:CAC and payback
Continuing the hypothetical above, suppose CAC is 30. Then LTV:CAC is 50.41 / 30 = 1.7, below the three to one marker, so this cohort is acquired too expensively or retained too poorly to be comfortable. For payback, accumulate margin period by period until it clears 30: month 0 reaches 20.00, month 1 reaches 31.88, so this cohort pays back in month 1. The ratio judges whether the customer is worth acquiring at all; payback judges how long your cash is tied up getting there.
How to segment LTV, and why
A blended LTV averages away the decisions. Compute it separately by:
- Acquisition source. Channels differ in both CAC and retention, so a cheap source can still be the worst once you weigh how badly it retains, and an expensive one the best. Only segmented LTV:CAC tells you where the next acquisition pound should go.
- Cohort. Comparing acquisition months shows whether newer customers are retaining better or worse, which is the earliest read on whether a programme or product change is working.
- Tier or plan. Higher tiers usually carry both higher margin and higher retention, so their LTV justifies more acquisition spend and more programme attention.
The point of segmenting is that LTV is an input to a decision, and the decision (where to spend, whom to keep) lives at the segment level, not the average.
How to run a retention sensitivity check
The most useful thing the model surfaces is sensitivity: which input moves LTV most. Run it as a simple what if. Take the LTV formula, nudge one input at a time by the same proportion, and compare the resulting change in LTV.
- Move retention up by, say, 10% relative across the curve, recompute LTV.
- Separately move contribution margin up by the same 10%, recompute LTV.
- Compare the two lifts.
Small improvements in retention move LTV more than comparable changes in margin or discounting, because retention compounds through every later period of the sum while a margin change scales a fixed set of flows. That is the quantified case for spending on the retention stage of the lifecycle, and it usually beats cutting price. See lifecycle mapping.
How to move it, and how to prove you did
Retention responds to onboarding that drives early activation, to relevant and well paced lifecycle messaging, and to timely intervention before lapse, not to heavier discounting. Prove the lift the way the rest of the programme is proven, against a holdout: hold back a randomised slice of the targeted population, run the intervention on the rest, and read the difference in retention between the two. A retention gain claimed without a control group is usually just the customers who were going to stay anyway. See holdouts and control groups.
Related
- Holdouts and control groups
- Core metrics
- Lifecycle mapping
- Uplift and incrementality
- Sample size and power