Net LTV (sometimes called Contribution LTV)#
Customer lifetime value after subtracting variable and serving costs.
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#
Net LTV (also Contribution LTV) is the profit contribution a customer generates over their lifetime, after the direct cost of serving them. Where Gross LTV is pure revenue, Net LTV adjusts for gross margin, answering “how much do we actually keep?”.
Formula#
with gross margin \(= (\text{Revenue} - \text{COGS}) / \text{Revenue}\) and customer lifetime \(\approx 1/\text{churn}\).
Worked example#
Continuing the running example — ARPU $50/month, 5% churn (20-month lifetime) — gives Gross LTV $1,000. At 70% gross margin:
The customer pays $1,000 in revenue, but the business keeps $700 in profit contribution.
Why it’s the number that matters#
Net LTV is the realistic measure of customer value and the correct numerator for unit economics: the healthy benchmark is
Investors and CFOs favour Net over Gross LTV because revenue without margin is not sustainable. As with Gross LTV, prefer retention-curve or predictive lifetime estimates over a flat \(1/\text{churn}\) when the data allows.
Theme: Business & Growth Analytics · All terminology
Hint
Mind map — connected ideas
Gross LTV (Customer Lifetime Value) · LTV:CAC Ratio · Gross Margin · Predictive LTV (pLTV) · Revenue per User (RPU / ARPU)
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 Lifetime · Customer Segmentation · D2C (Direct-to-Consumer)
See also
Source article Adapted (context, re-expressed) in our own words from: Net LTV (sometimes called Contribution LTV) (insightful-data-lab.com).