Churn Rate Benchmarks for Small SaaS Products
Churn rate is the share of customers or recurring revenue lost during a defined period. For a small SaaS product, the useful benchmark is not an…
Churn rate is the share of customers or recurring revenue lost during a defined period. For a small SaaS product, the useful benchmark is not an enterprise average; it is your own retention by plan, customer age, acquisition channel, and billing cycle. ProvenStartups’ 229-project cohort contains no comparable disclosed churn series, so publishing a universal small-product percentage would be made-up precision.
Contents

What churn rate actually measures
Churn rate measures loss, but a solo founder should track two versions: customer churn and revenue churn. Customer churn exposes disappearing accounts; revenue churn exposes disappearing MRR. Keep them separate because a product can lose low-value users while retaining most revenue, or keep account count stable while losing its best contracts.
Investopedia defines churn rate as the rate at which customers stop doing business with an entity. For a subscription product, the relevant entity is the recurring customer relationship described by the software-as-a-service model. Cancellations, failed renewals, and downgrades are related events, but they should not be collapsed into one opaque number.
Data Fetcher reports $23K/mo [F] from 600 paying customers [F] at 85% margin [F], yet its churn was not disclosed. Those operating figures cannot substitute for lost-customer or lost-MRR data.
How do you calculate churn rate?
Calculate customer churn as customers lost during the period divided by customers active at the period’s start. Calculate gross revenue churn as recurring revenue lost divided by starting recurring revenue. Exclude new sales from both denominators; track expansion separately, or growth can hide a retention problem.
``text customer_churn = lost_customers / starting_customers gross_revenue_churn = lost_mrr / starting_mrr ``
Use closed billing periods and a consistent definition of “lost.” The Stripe guide to churn measurement distinguishes customer and revenue views; its SaaS metrics reference provides the wider recurring-revenue context. In code, snapshot the opening set, record terminal subscription events, and make refunds, pauses, reactivations, and failed payments explicit states.
Do not infer churn from revenue alone. Letterly reached $250K/mo [C], but no starting-customer count or losses were disclosed. Without both parts of the fraction, there is no churn rate to calculate.

The useful benchmark for small products
A small-product benchmark should be a matrix: product type, price model, customer tenure, acquisition source, and billing interval. Compare each segment with its own earlier cohorts before comparing it with another company. ProvenStartups would refuse to call revenue, downloads, margin, or launch speed a churn benchmark because none measures customers leaving.
The full matching cohort contains 229 projects, including 138 solo-run products. Of those, 86 publish a clean monthly figure; across that full matching set, the median is $30K/mo and the range is $6/mo to $2.2M/mo. Those are cohort calculations, not evidence grades and not churn values.
| Product | Reported scale with evidence class | Category | Comparable churn |
|---|---|---|---|
| nano-banana.ai | ≈$115K/mo net profit for one month [C] | AI Website | Not disclosed |
| Selling Shovels in the OpenClaw Ecosystem | $40K in subscriptions in 2 weeks [C] | Ecosystem Tool | Not disclosed |
| Social Wizard + Clean Eats | $1.5M across both apps in 12 months [F]; 700K+ downloads [F] | Consumer App | Not disclosed |
| AEO Service | $2,000/mo retainer from one client [F] | SaaS | Not disclosed |
| StoryShort.ai | $35K/mo across 3 apps [F] | AI Website | Not disclosed |
| Outrank | Pushing toward $1M/mo [F] | SaaS | Not disclosed |
| Revid | $600K+/mo [F] | SaaS | Not disclosed |
This table is deliberately not a churn leaderboard. It shows why scale is a bad proxy: a single-client service, a consumer app, and a high-volume SaaS have different denominators and cancellation mechanics. Benchmark like against like, then use the direction of your own cohorts as the decision signal.
Where popular SaaS churn advice breaks
The popular claim is that an industry-average churn rate gives a small SaaS founder a sensible target. ProvenStartups’ data contradicts that claim: this cohort spans SaaS, consumer apps, AI services, simple tools, plugins, directories, AI websites, and ecosystem tools, while publishing no comparable churn series. One percentage across those models would conceal more than it reveals.
The contradiction is not subtle. Revenue evidence can verify scale, but it cannot manufacture retention evidence. HabitKit reports $15K MRR [F], 300K+ downloads [F], and only $200–300/mo in costs [F]; its churn still was not disclosed. Downloads are not the opening subscriber denominator.
The full ProvenStartups index contains 406 graded startup ideas, including 266 software or SaaS products and 246 solo-operated cases. Its evidence grading method labels claims as third-party verified [V], founder-reported [F], creator-relayed [C], or unverified [U]. If a churn input is absent, the correct label is “not disclosed,” not an estimated benchmark.

What to do when churn is high
When churn looks high, stop comparing the blended percentage with a public average and debug the event stream. Confirm the denominator, separate voluntary cancellation from payment failure, segment customers, and inspect when each cohort drops. The goal is not a prettier dashboard; it is locating a specific failure that product or billing work can change.
- 1.Validate the state machine. Check cancellation, expiration, failed payment, pause, downgrade, and reactivation events against billing records.
- 2.Split the denominator. Segment by plan, billing interval, acquisition source, geography, and customer age. Never average unlike contracts first.
- 3.Read the exits. Join cancellation reasons with usage before departure. Look for a missing activation event, exhausted use case, support failure, or price mismatch.
- 4.Ship one fix per segment. Repair onboarding, lifecycle messaging, payment recovery, or product value, then compare the next equivalent cohort.
Fast growth does not remove this work. MeetOscar reported $45,000 MRR after 60 days [F] and profitability from day one [F], but that launch result does not disclose durable retention. ProvenStartups would track the next renewal cohorts before calling its churn healthy.
FAQ
For a small product, churn questions have short answers but strict data requirements. Use starting customers or starting MRR, count losses consistently, and preserve segment boundaries. If a case discloses revenue without the necessary retention inputs, report the revenue with its evidence class and state plainly that churn cannot be calculated.
What is a good churn rate for a small SaaS?
A good churn rate is one that falls across comparable cohorts while the product keeps attracting the customers it was built to retain. The supplied data does not disclose a defensible universal percentage. Setter AI reports ≈$10K MRR [F] from 40 paying customers [F], but without customer losses, even that concrete base cannot establish a benchmark.
How do you calculate the churn rate for customers?
Divide customers lost during a closed period by customers active at the start of that period. Do not put new customers in the denominator, and define how pauses, failed payments, and reactivations behave before running the query. Report the period, starting population, losses, and segment beside the result so another person can reproduce it.
What is the difference between customer churn and revenue churn?
Customer churn counts lost accounts; gross revenue churn measures recurring revenue removed by cancellations and downgrades. They answer different questions. A small account and a large account each contribute one customer loss, but not the same lost MRR. Track both, and keep expansion revenue separate when diagnosing leakage.
Can revenue growth hide bad SaaS churn?
Yes. New sales or expansion can lift MRR while an older cohort deteriorates, which is why ending revenue cannot reveal churn by itself. StoryShort.ai’s $35K/mo across 3 apps [F] and Revid’s $600K+/mo [F] prove reported scale, not retention. Reconstruct opening cohorts and lost recurring revenue before judging either product’s churn.
How much churn data should a new product collect?
The spec provides no universal observation window, so ProvenStartups will not invent one. Collect complete billing cycles until comparable cohorts contain enough renewals and losses to expose a stable pattern, while showing the raw denominator. For an early product, customer-level event review is usually more actionable than a volatile blended percentage.