💼  Customer Lifetime

Customer Lifetime#

The expected duration of a customer’s active relationship with a business.

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

What it is#

Customer lifetime is the average length of time a customer keeps buying from or using a business before churning. It is measured in time units (months, years) and is a key input to lifetime value (LTV) — LTV is the revenue or profit earned across that span.

Formula#

If you know the churn rate (the share of customers lost per period), the expected lifetime is its reciprocal:

\[\text{Customer Lifetime} \approx \frac{1}{\text{Churn Rate}}.\]

This follows from modelling churn as a constant per-period probability: the expected number of periods until a customer leaves is \(1/\text{churn}\).

Worked example#

At 5% monthly churn,

\[\text{Customer Lifetime} = \frac{1}{0.05} = 20 \text{ months}.\]

How it’s used#

It plugs straight into LTV and unit economics:

\[\text{LTV} = \text{ARPU} \times \text{Gross Margin} \times \text{Customer Lifetime},\]

and the resulting LTV is compared against CAC, with LTV:CAC ≥ 3 as the healthy benchmark.

Limitations#

  • Constant-churn assumption — real churn is highest early and falls for loyal cohorts, so \(1/\text{churn}\) can mislead.

  • Sensitivity — because lifetime is \(1/\text{churn}\), a small churn error swings it a lot (5% → 20 months, but 4% → 25 months).

  • For retention-driven businesses, refine it with survival analysis or cohort analysis rather than the shortcut.


Theme: Business & Growth Analytics  ·  All terminology



See also

Source article Adapted (context, re-expressed) in our own words from: Customer Lifetime (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: intermediate