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:
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,
How it’s used#
It plugs straight into LTV and unit economics:
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
Hint
Mind map — connected ideas
Churn · Retention · Gross LTV (Customer Lifetime Value) · LTV (Customer Lifetime Value) · Cohort-Based LTV (Simple Version)
Hint
More in Business & Growth Analytics
Blended CAC (Customer Acquisition Cost) · CAC (Customer Acquisition Cost) · Cannibalization · Channel-Specific CAC (Customer Acquisition Cost) · Churn · Cohort · Cohort-Based LTV (Simple Version) · Conversion Rate (CR) · Cost-Per-Click (CPC) Models · Cross-Selling · CTR (Click-Through Rate) · Customer Segmentation · D2C (Direct-to-Consumer) · FTEs
See also
Source article Adapted (context, re-expressed) in our own words from: Customer Lifetime (insightful-data-lab.com).