top of page

How to reduce SaaS churn: find the cause before changing the product

  • Aug 18
  • 3 min read

Updated: 5 days ago

Introduction


Churn is the number that decides whether a subscription business compounds or leaks. Acquisition can be excellent and growth still stall, because customers leave at roughly the rate new ones arrive.

The mistake most teams make is treating churn as a single problem with a single fix — usually a new feature. Churn is several different problems wearing the same label, and they have different solutions.


1. Measure it properly first


Two figures, and they answer different questions.

Customer churn is customers lost divided by customers at the start of the period. It tells you how well the product holds people.

Revenue churn is recurring revenue lost over recurring revenue at the start. It tells you what those departures cost.

They can point opposite ways. Losing many small accounts while retaining large ones produces alarming customer churn and healthy revenue churn. Losing one major account does the reverse. Track both or you will misread your own situation.


2. Separate involuntary churn immediately


A meaningful share of cancellations are not decisions at all. They are expired cards, failed charges and billing errors — customers who intended to stay and were removed by a payment failure.

This is the cheapest churn to fix and it requires no product work: retry failed payments on a schedule, warn customers before cards expire, and send a recovery sequence when a charge fails.

Do this before anything else. It costs little, and it prevents you from investigating a product problem that is actually a billing problem.


3. How to reduce SaaS churn by fixing onboarding


Most voluntary churn is decided in the first weeks, long before the cancellation.

If a customer never reaches the point where the product does the thing they signed up for, they will leave — not because the product is bad, but because they never experienced it working. Cancellation in month four is usually the delayed consequence of week one.

Identify the specific action that correlates with customers staying — the first report generated, the first teammate invited, the first integration connected — and rebuild onboarding around getting people to that action as fast as possible. Measure the percentage who reach it. That percentage predicts churn better than satisfaction surveys.


4. Ask people who leave, and read the answers carefully


A cancellation flow with one open question — *what made you decide to leave?* — produces more useful information than most research exercises, because the answers come from people with no reason to be polite.

Sort responses into four buckets:

  • Never got value — an onboarding problem.

  • Got value but stopped needing it — sometimes natural, sometimes a positioning problem.

  • Too expensive for what I used — a packaging problem more often than a pricing one.

  • Missing something specific — a product problem, and the only bucket a feature fixes.


Teams that skip this sorting default to assuming everything is the fourth bucket, and build features to solve onboarding failures.


5. Watch for the signals before cancellation


Churn is visible in advance if you look. Declining logins, dropped usage of a core feature, a support ticket that went unresolved, a champion leaving the customer's company.

Pick two or three such signals, flag accounts that trigger them, and reach out while the customer is still a customer. A conversation at the point usage drops is far more likely to retain than any offer made after someone has clicked cancel.


6. Be careful with discounts as a retention tool


Offering a discount to someone cancelling often works in the moment and creates two problems: it teaches customers that threatening to leave lowers the price, and it retains revenue at a margin that may no longer be worth serving.

Use it selectively, for accounts where the value is clear and the objection is genuinely price rather than fit. For everyone else, fixing the reason is the durable answer, and letting a poorly fitting customer leave is sometimes the correct outcome.


Conclusion


Reducing churn is mostly diagnosis. Measure customer and revenue churn separately, strip out failed payments before analysing anything, and accept that most voluntary churn was determined during onboarding rather than at cancellation.

Then work in order of cost: fix billing recovery, fix time-to-first-value, act on early warning signals, and only build features when departing customers keep naming the same specific gap. Most churn work that fails does so because it starts at the expensive end.


Related reading


 
 
 

Comments


bottom of page