Customer Segmentation Examples for SaaS
Published on April 13, 2026 · Jules, Founder of NoNoiseMetrics · 10min read
Updated on April 15, 2026
Customer segmentation examples make the theory concrete. Customer segmentation, the practice of dividing your existing customer base into distinct groups based on shared behavior, value, or attributes, only delivers ROI when you can see exactly what the segments look like and what decisions they drive. This guide shows six customer segmentation examples using real SaaS numbers: plan-tier segmentation, behavioral segmentation, tenure-based segmentation, channel segmentation, LTV segmentation, and value-based segmentation. Each example includes the data structure, the insight it surfaces, and the decision it should drive.
Why Customer Segmentation Examples Matter
Customer segmentation is the division of an existing customer base into distinct groups based on shared characteristics, plan type, behavior, acquisition channel, revenue contribution, so that you can make differentiated decisions about retention, pricing, expansion, and acquisition.
Most founders understand the concept. What trips them up is implementation: how do you actually build segments from Stripe data? What does a useful segment look like versus an academic exercise? The examples below show the full picture, data in, insight out, decision made.
All six examples use a hypothetical SaaS product: a document automation tool with 160 paying customers, plans from €19/month to €99/month, launched 18 months ago. The specific numbers will differ for your product; the structure and logic apply universally.
Example 1: Plan-Tier Segmentation
What it is: Grouping customers by their subscription plan.
Data needed: Stripe plan/price ID, subscription status, monthly charge amount.
Segments:
| Segment | Customers | Total MRR | Avg ARPU | Monthly Churn | 12-Month LTV |
|---|---|---|---|---|---|
| Starter (€19/mo) | 80 | €1,520 | €19 | 7.8% | €145 |
| Pro (€49/mo) | 60 | €2,940 | €49 | 3.4% | €820 |
| Scale (€99/mo) | 20 | €1,980 | €99 | 1.2% | €4,617 |
The insight: The Scale segment is 12.5% of customers but contributes 29.5% of MRR, and has dramatically lower churn. The Starter segment is 50% of customers but accounts for 22.5% of MRR with churn rates that are 6x higher than Scale.
The decision:
- Prioritize features that move Starter customers to Pro (the churn reduction from 7.8% to 3.4% is worth more than the €30 ARPU increase)
- Investigate what Scale customers have in common, they might be the ICP you should be marketing to more aggressively
- The €19 Starter plan may be attracting low-intent customers; consider adding more friction (annual-only, or adding a free tier to replace the monthly starter)
Plan-tier segmentation is the first segmentation every SaaS founder should run. The data is in Stripe with zero additional tooling. For a deeper look at how plan tier affects churn, see revenue churn vs customer churn.
Example 2: Billing Interval Segmentation
What it is: Separating annual subscribers from monthly subscribers.
Data needed: Stripe subscription billing interval, charge amount normalized to monthly.
Segments:
| Segment | Customers | MRR (normalized) | Monthly Churn Rate | Avg Tenure |
|---|---|---|---|---|
| Monthly billing | 115 | €4,830 | 5.2% | 11.4 months |
| Annual billing | 45 | €1,610 | 0.8% (monthly equiv.) | 28.6 months |
The insight: Annual customers stay 2.5x longer. Their normalized monthly churn (8% annual churn ÷ 12) is 6.5x lower than monthly customers. If you could convert 20 monthly customers to annual plans, you’d reduce your effective monthly churn and increase cash on hand. For the broader picture on reducing churn, see how to reduce customer churn.
The decision:
- Run an annual plan promotion targeting monthly customers in their months 3-6 (after they’ve experienced value but before churn risk rises)
- Feature the annual discount more prominently on the pricing page
- For monthly-to-annual conversion, the typical effective discount is 15-25% (offer 20% upfront, giving you a better LTV even at lower monthly rate)
Example 3: Behavioral Segmentation by Feature Usage
What it is: Grouping customers by how they use the product, not just what plan they’re on.
Data needed: Product analytics (PostHog, Mixpanel) or internal event tables. Key events: feature adoption flags per customer.
Segments (based on the document automation tool):
| Segment | Customers | Monthly Churn | Definition |
|---|---|---|---|
| Power users | 35 | 1.1% | Used automation templates AND connected external integration in first 30 days |
| Core users | 70 | 4.2% | Using primary feature but not integrations |
| Passive users | 38 | 9.8% | Logged in fewer than 4 times in last 30 days |
| Ghost users | 17 | 16.4% | No login in last 14 days (still paying) |
The insight: Ghost users churn at 16.4% monthly, meaning the average ghost user leaves within 4-5 months. Most of them probably don’t remember they’re paying. Power users barely churn at all (1.1% monthly = ~13% annual).
The decision:
- Build an automated re-engagement sequence for passive and ghost users: usage report email + link to key feature + “need help getting started?” CTA
- Identify which features Power users adopt first and make that the new onboarding path
- Consider whether ghost users should be contacted proactively about downgrading (counterintuitive, but prevents the churn + refund request combination)
Behavioral segmentation requires product analytics instrumentation, but even basic event tracking (feature clicked: yes/no, integration connected: yes/no) is enough to start.
Example 4: Acquisition Channel Segmentation
What it is: Grouping customers by how they discovered and signed up for your product.
Data needed: UTM parameters stored at signup, or manual tagging of acquisition source.
Segments:
| Channel | Customers | Avg CAC | Monthly Churn | 12-Month LTV | LTV:CAC |
|---|---|---|---|---|---|
| Organic search | 55 | €18 | 3.8% | €695 | 38.6x |
| Referral (word of mouth) | 40 | €0 | 2.9% | €940 | ∞ |
| Product Hunt launch | 22 | €0 | 11.2% | €124 | ∞ (but low LTV) |
| Paid ads (Google) | 25 | €62 | 5.1% | €520 | 8.4x |
| Cold outbound | 18 | €84 | 2.3% | €1,180 | 14.1x |
The insight: Product Hunt generated 22 customers at zero CAC, but those customers churn at 3x the rate of organic search customers and have 11x lower LTV. The aggregate LTV:CAC looks great (infinite), but the absolute LTV is terrible. Meanwhile, referral customers have both the highest LTV and near-zero CAC.
The decision:
- Invest in referral mechanics (referral program, testimonial flywheel, founder community presence), best unit economics
- Scale organic search content, high LTV, scalable CAC
- Deprioritize future Product Hunt launches, they fill the funnel with low-intent customers who inflate churn metrics
- Evaluate cold outbound ROI more carefully, €84 CAC with €1,180 LTV is strong, but time-intensive
This is one of the most actionable segmentation exercises for early-stage founders: it directly shows you where to spend your next marketing euro.
Example 5: Tenure-Based Segmentation
What it is: Grouping customers by how long they’ve been subscribed.
Data needed: Stripe subscription start date, current status.
Segments:
| Tenure Bucket | Customers | Monthly Churn | Interpretation |
|---|---|---|---|
| 0–30 days | 22 | 18.2% | New customers, high orientation risk |
| 31–90 days | 31 | 9.4% | Past initial interest, still fragile |
| 91–180 days | 35 | 4.7% | Past the danger zone, starting to stabilize |
| 181–365 days | 38 | 2.1% | Established customers, high retention |
| 365+ days | 34 | 0.8% | Loyal customers, very low churn |
The insight: Churn is overwhelmingly concentrated in the first 90 days. The 0-30 day churn rate (18.2%) is 22x higher than the 365+ day rate (0.8%). This means the product retention problem is almost entirely an onboarding problem. Customers who survive 90 days are very likely to stay.
The decision:
- Redirect product and success resources toward the first 90 days, onboarding sequence, setup assistance, activation email triggers
- Define a “30-day activation” metric: what specific action, taken within 30 days, correlates with surviving to 90 days? Make that the onboarding goal
- Stop treating all churned customers the same, a 10-day churn is categorically different from a 200-day churn. The interventions differ.
Tenure segmentation is especially powerful for cohort analysis, running cohort retention curves within tenure segments to see whether specific cohorts outperform others.
Example 6: LTV-Based Segmentation (Value Tiers)
What it is: Grouping customers not by plan or behavior, but by their projected lifetime value, the product of ARPU × average tenure.
Data needed: Current ARPU per customer, estimated remaining tenure (based on plan-level churn rate and current tenure).
Segments:
| Value Tier | Customers | LTV Range | Churn Rate | MRR Share | Characterization |
|---|---|---|---|---|---|
| High-value | 28 | €1,500–€6,000 | 0.9% | 38% | Scale/Pro annual, long tenure |
| Mid-value | 72 | €400–€1,500 | 3.2% | 45% | Pro monthly or Starter annual |
| Low-value | 60 | under €400 | 8.7% | 17% | Starter monthly, recent signups |
The insight: 28 customers (17.5% of the base) generate 38% of MRR and have the lowest churn. Losing one high-value customer costs as much revenue as losing 7-8 low-value customers. Your retention resources should be allocated accordingly.
The decision:
- Build a watch list for high-value customers: any login drop, support ticket, or product feedback should trigger a proactive outreach
- Track ARPU by segment monthly to detect whether your high-value segment is growing as a share of MRR or shrinking
- For low-value customers: automate rather than personalize retention efforts; the economics don’t justify white-glove treatment
- LTV segmentation feeds directly into LTV calculation improvements, when you know which segments have high tenure, your LTV model becomes more precise
Running All 6 Segmentation Types: Prioritization Guide
You don’t need to run all six simultaneously. Here’s how to prioritize based on your stage:
| Stage | Run First | Run Second | Run Third |
|---|---|---|---|
| Under 50 customers | Plan tier | Billing interval | Channel |
| 50–150 customers | Plan tier + LTV | Behavioral (basic) | Tenure |
| 150+ customers | LTV tier | Behavioral (full) | Channel + tenure combined |
The goal at every stage is to find one actionable difference between segments, one segment where the churn is materially lower or the LTV materially higher, and then understand what drives that difference.
FAQ
What is the simplest customer segmentation example?
The simplest segmentation is plan tier: group customers by which plan they’re on and compare churn rates and ARPU. In most SaaS products, higher-tier customers churn significantly less than lower-tier customers. This one comparison tells you whether upgrading customers is a retention strategy, not just a revenue strategy.
How do I collect the data for customer segmentation?
Start with Stripe: plan/price ID gives you plan segmentation, subscription start date gives tenure, billing interval gives monthly/annual split. Add UTM parameter tracking at signup for channel segmentation. Add basic product event tracking (feature used: yes/no) for behavioral segmentation. You need all of this before you can run the full segmentation stack.
How many customers do I need for segmentation to be meaningful?
At least 30 per segment for the numbers to be statistically meaningful. Below 30, a single churned customer can swing a churn rate by 3+ percentage points, making segment comparisons unreliable. For tenure segmentation, you need 30+ customers in each tenure bucket before drawing conclusions.
What is LTV-based segmentation?
LTV (lifetime value) segmentation groups customers by their estimated total revenue contribution over their expected tenure: LTV = ARPU × (1 / monthly churn rate). Rather than grouping by plan or behavior, you group by expected total value. This directly answers the question “which customers are worth the most resources to retain?”
Which customer segmentation example delivers the fastest insight?
Plan-tier segmentation delivers the fastest insight because the data is in Stripe with zero additional tooling. Group customers by plan, calculate average monthly churn per plan, and compare. In most SaaS products, this reveals that the highest plan has 3-5x lower churn than the lowest plan, a finding that changes how you think about pricing, onboarding, and feature priority.
How does behavioral segmentation differ from plan-tier segmentation?
Plan-tier segmentation reflects what customers pay. Behavioral segmentation reflects what they do. A customer on the Starter plan who uses a power feature every day might have lower churn than a customer on the Pro plan who never logs in. Behavioral segmentation often predicts churn better than plan tier because engagement is a leading indicator; plan tier is a lagging one.
Should I segment by company size?
If you have it, yes, but it’s often absent in Stripe data. You’d need to collect company size at signup or append it from a data enrichment service. For most bootstrapped SaaS founders, plan tier and behavioral segmentation are more accessible and equally informative. Add firmographic segmentation (company size, industry) when you have the data and the volume to make it meaningful.
How often should I review my segments?
Monthly for segments that drive decisions (plan tier, behavioral, LTV). Quarterly for segments used for positioning decisions (channel, acquisition cohort). The key signal to watch: is the share of MRR from your highest-value segment growing or shrinking? If high-value segment MRR share is declining, something is wrong with either acquisition or retention at the top of your customer stack.
Connect Stripe and see your customer segments by plan, tenure, and LTV in one dashboard. Free up to €10k MRR →
Free Tool
Try the Metric Stack Builder →
Build the right metrics framework for your SaaS stage, no signup required.