Net Revenue Churn¶
Definition¶
Net Revenue Churn measures the percentage of recurring revenue lost in a given period due to customer churn, downgrades, or cancellations, after accounting for revenue gained through upgrades or expansions from existing customers.
Description¶
Net Revenue Churn is a key indicator of customer revenue retention and expansion balance, showing how well you're maintaining and growing revenue from your current customer base over time. Unlike gross churn, this metric accounts for upgrades, cross-sells, and expansion revenue, making it a more balanced reflection of business health.
Its interpretation differs by growth motion:
- In SaaS, it reflects renewal success and expansion wins
- In enterprise models, it shows upsell leverage and account stickiness
- In freemium/PLG, it tracks upgrade velocity and churn offset
A negative Net Revenue Churn means you’re growing revenue faster than you're losing it—💥 the gold standard. A rising churn rate, on the other hand, signals possible product misalignment or retention gaps. By segmenting by plan, geography, or customer size, you can pinpoint where expansion works—or where churn hits hardest.
Net Revenue Churn informs:
- Strategic decisions, like retention investment, expansion playbooks, and CS priorities
- Tactical actions, such as targeted save plays or churn recovery campaigns
- Operational improvements, including renewal automation or usage-based alerts
- Cross-functional alignment, empowering CS, product marketing, growth, and finance to protect and grow recurring revenue
Key Drivers¶
These are the main factors that directly impact the metric. Understanding these lets you know what levers you can pull to improve the outcome
- Customer Retention and Downgrades: When churn and contraction outpace upsell, net revenue churn spikes.
- Expansion Timing and Pathways: If expansion happens too slowly or isn’t built into the journey, it can’t offset churn.
- Customer Health Score and NPS Trends: Declining health and sentiment often precede revenue loss.
Improvement Tactics & Quick Wins¶
Actionable ideas to optimize this KPI, from fast, low-effort wins to strategic initiatives that drive measurable impact.
- If net revenue churn is positive, prioritize upsell nudges earlier in the customer lifecycle (not just at renewal).
- Add CS triggers for re-engagement when accounts show inactivity or support dissatisfaction.
- Run save campaigns offering flexible downgrade alternatives with limited feature sets.
- Refine onboarding to drive early activation of revenue-driving features.
- Partner with product and CS to surface expansion paths tied to usage thresholds or maturity.
-
Required Datapoints to calculate the metric
- Revenue Lost: Recurring revenue lost from cancellations or downgrades.
- Expansion Revenue: Additional recurring revenue gained from upgrades, cross-sells, or usage-based increases.
- Total Revenue: Monthly recurring revenue (MRR) or annual recurring revenue (ARR) at the start of the period.
-
Example to show how the metric is derived
A SaaS company starts the month with $100,000 MRR. They lose $5,000 in revenue from cancellations and downgrades but gain $10,000 in expansion revenue. Their Net Revenue Churn is:
- Net Revenue Churn = [($5,000 – $10,000) / $100,000] × 100 = -5%
A negative churn rate shows that the company is growing revenue from existing customers despite losses.
Formula¶
Formula
Data Model Definition¶
How this KPI is structured in Cube.js, including its key measures, dimensions, and calculation logic for consistent reporting.
cube(`RevenueChurn`, {
sql: `SELECT * FROM revenue_churn`,
measures: {
revenueLost: {
sql: `revenue_lost`,
type: 'sum',
title: 'Revenue Lost',
description: 'Total recurring revenue lost from cancellations or downgrades.'
},
expansionRevenue: {
sql: `expansion_revenue`,
type: 'sum',
title: 'Expansion Revenue',
description: 'Additional recurring revenue gained from upgrades, cross-sells, or usage-based increases.'
},
totalRevenue: {
sql: `total_revenue`,
type: 'sum',
title: 'Total Revenue',
description: 'Total monthly or annual recurring revenue at the start of the period.'
},
netRevenueChurn: {
sql: `(${revenueLost} - ${expansionRevenue}) / ${totalRevenue} * 100`,
type: 'number',
title: 'Net Revenue Churn',
description: 'Percentage of recurring revenue lost after accounting for revenue gained through upgrades or expansions.'
}
},
dimensions: {
id: {
sql: `id`,
type: 'string',
primaryKey: true
},
periodStart: {
sql: `period_start`,
type: 'time',
title: 'Period Start',
description: 'The start date of the period for which the revenue churn is calculated.'
}
}
})
Note: This is a reference implementation and should be used as a starting point. You’ll need to adapt it to match your own data model and schema
Positive & Negative Influences¶
-
Negative influences
Factors that drive the metric in an undesirable direction, often signaling risk or decline.
- Customer Retention and Downgrades: Higher churn and downgrades lead to increased net revenue churn as the loss of recurring revenue from these customers is not sufficiently offset by upsells.
- Expansion Timing and Pathways: Delayed or poorly integrated expansion efforts fail to counterbalance the revenue lost from churn, resulting in higher net revenue churn.
- Customer Health Score: A declining customer health score indicates potential dissatisfaction or disengagement, which can lead to increased churn and higher net revenue churn.
- NPS Trends: Negative trends in Net Promoter Score (NPS) suggest declining customer satisfaction, which can precede increased churn and contribute to higher net revenue churn.
- Customer Support Response Time: Longer response times can lead to customer dissatisfaction, increasing the likelihood of churn and thus raising net revenue churn.
-
Positive influences
Factors that push the metric in a favorable direction, supporting growth or improvement.
- Upsell and Cross-sell Success: Effective upselling and cross-selling increase revenue from existing customers, helping to offset revenue lost from churn and reducing net revenue churn.
- Proactive Customer Engagement: Engaging customers proactively can improve satisfaction and retention, reducing churn and net revenue churn.
- Customer Success Initiatives: Strong customer success programs can enhance customer satisfaction and loyalty, leading to lower churn and reduced net revenue churn.
- Product Feature Adoption: Encouraging adoption of new or existing product features can increase customer value perception, reducing churn and net revenue churn.
- Loyalty Programs: Implementing loyalty programs can incentivize continued customer engagement and retention, thereby decreasing net revenue churn.
Involved Roles & Activities¶
-
Involved Roles
These roles are typically responsible for implementing or monitoring this KPI:
-
Activities
Common initiatives or actions associated with this KPI:
Retention Strategies
Revenue Management
Expansion Prevention
Contract Review
Funnel Stage & Type¶
-
AAARRR Funnel Stage
This KPI is associated with the following stages in the AAARRR (Pirate Metrics) funnel:
-
Type
This KPI is classified as a Lagging Indicator. It reflects the results of past actions or behaviors and is used to validate performance or assess the impact of previous strategies.
Supporting Leading & Lagging Metrics¶
-
Leading
These leading indicators influence this KPI and act as early signals that forecast future changes in this KPI.
- Customer Loyalty: High customer loyalty is a strong forward-looking predictor of reduced net revenue churn, as loyal customers are less likely to churn, downgrade, or cancel, thus decreasing revenue loss.
- Product Qualified Accounts: The number of product qualified accounts indicates the pool of engaged organizations likely to expand or retain, making it a leading signal for future revenue retention or churn.
- Activation Rate: A higher activation rate shows more users reaching meaningful product value, which is a leading indicator for future retention and lower net revenue churn.
- Cross-Sell Conversion Rate: Early success in cross-selling increases customer investment and stickiness, forecasting improved retention and reducing the risk of revenue churn in subsequent periods.
- Customer Health Score: A composite metric tracking product usage, satisfaction, and engagement, the Customer Health Score predicts which accounts are at risk of downgrading or churning and thus signals future net revenue churn.
-
Lagging
These lagging indicators confirm, quantify, or amplify this KPI and help explain the broader business impact on this KPI after the fact.
- Customer Downgrade Rate: Captures the percentage of customers reducing their subscription value, directly contributing to lost recurring revenue and explaining a key component of net revenue churn.
- Expansion Revenue Growth Rate: Measures the rate of upsell/cross-sell to existing customers, which offsets churn and downgrades in net revenue churn calculations, contextualizing overall revenue movement.
- Contract Renewal Rate: Tracks the percentage of contracts renewed; lower renewal rates directly increase net revenue churn, while higher renewal rates help mitigate it.
- Revenue Churn Rate: Directly quantifies the loss of recurring revenue from churned or downgraded customers, forming the core negative component of net revenue churn.
- Customer Retention Rate: High retention rates indicate fewer customers churning or downgrading, leading to lower net revenue churn; low retention amplifies revenue churn effects.