What is the difference between leading and lagging indicators, and how do you use both when building a metrics system?
Lagging indicators (revenue, annual retention, NPS) measure outcomes after they have occurred — they are accurate but slow. Leading indicators (D1 retention, feature adoption rate, time-to-value) correlate with future outcomes and are available faster, making them suitable for early experiment decisions. A robust metrics system pairs both, with the leading metric as the experiment signal and the lagging metric as the validation gate.
How to think about it
Definitions with examples
Lagging indicators are the outcomes you ultimately care about. They are ground truth but have latency — you can only observe them long after the causal event.
| Lagging indicator | Latency | Why it matters |
|---|---|---|
| Annual revenue per user | 12 months | True monetisation outcome |
| 12-month retention | 12 months | Long-term product stickiness |
| Net Promoter Score | Weeks (survey cycle) | Brand loyalty signal |
Leading indicators are earlier signals that have been empirically validated to predict lagging outcomes. They are noisier but available quickly.
| Leading indicator | Latency | Predicts |
|---|---|---|
| D1 retention | 1 day | D30 and D90 retention |
| Time-to-first-value (e.g., first export in SaaS) | Hours–days | 6-month subscription renewal |
| Feature adoption rate in week 1 | 7 days | Long-term active usage |
| Support ticket rate | Near real-time | Churn risk |
How to build the relationship
The leading indicator is only useful if you have validated the correlation. Method: take a historical cohort, compute the leading metric for each user at day 7, then check correlation with their 6-month renewal. If Pearson r or Spearman rho is above ~0.4 and the relationship is consistent across cohorts, you have a defensible leading indicator.
Worked example — B2B SaaS onboarding. Company wants to improve 6-month renewal rate (lagging, 180-day latency). Analysis of 10 cohorts shows that users who invite a second team member within 7 days of signup renew at 74 % vs 31 % for those who do not. “Second team-member invited within 7 days” becomes the leading indicator. Product experiments now run against this metric; quarterly renewal is the validation gate.
Using both in a metrics system
Run A/B experiments against the leading indicator (fast signal, 2-week test). Before shipping, confirm the directional effect is consistent with the lagging indicator in earlier cohorts. Never make a ship decision based solely on a lagging indicator — the latency makes iteration too slow.