Visa's chargeback limit dropped to 1.5%.Check your number, free
disputeless.

What Is Involuntary Churn? Rate, Causes and What It Costs

Involuntary churn is a payment failure, not a decision. What causes it, how to measure it, and why one cause of it costs far more than the rest.

September 25, 2026

TL;DR

  • The meaning of involuntary churn is narrow: a subscriber lost to a failed payment rather than to a decision to cancel. The customer still wants the product.
  • Roughly a third of all subscription churn is involuntary, which matches Paddle's independent estimate of 20 to 40%.
  • Price point moves it more than industry does. Across the Recurly network, involuntary churn falls about sevenfold from the cheapest plans to plans above 250 USD a month.
  • A chargeback is the one cause of involuntary churn that also damages your ability to keep processing. Every other cause costs you revenue you can win back.
  • On Stripe, a disputed subscription keeps billing by default, which produces more disputes from the same customer until you change a setting.

Who this helps: you run a subscription business, you are losing subscribers who never clicked cancel, and you want to know how much of that is a payments problem you can fix.

Most churn analysis starts with why customers leave. Involuntary churn is the part where nobody left: the renewal simply did not collect. A card expired, a bank declined, a charge was disputed, and a paying customer became a former customer without ever deciding to be one.

What is involuntary churn?

Involuntary churn is the loss of a subscriber caused by a payment failing rather than by the customer choosing to cancel. The customer still wants the product, and in most cases does not know the payment failed.

The failures happen during automatic renewals, which is why they go unnoticed. A customer who decides to cancel clicks a button and receives a confirmation. A customer whose card expired receives nothing, keeps expecting the service, and finds out when it stops working.

Paddle estimates that failed payments and billing issues drive 20 to 40% of all subscription churn. That range is a vendor estimate rather than a measured figure, and it is consistent with the network data below.

How is involuntary churn different from voluntary churn?

Voluntary churn is a decision and involuntary churn is an accident. A customer who churns voluntarily has weighed the product, the price or a competitor and chosen to leave; a customer who churns involuntarily wanted to stay and lost access anyway.

The distinction matters because the two are fixed by different teams. Voluntary churn is a product, pricing and onboarding problem. Involuntary churn is a billing, card data and dispute problem, and it sits with whoever owns payments.

Involuntary churn is also the cheaper one to fix. Reversing a voluntary cancellation requires persuading someone who already decided to leave. Reversing an involuntary one requires a payment to clear.

What causes involuntary churn?

Five things cause involuntary churn, and four of them are payment failures. Expired or reissued cards, insufficient funds, issuer declines, and processor or network errors all end with a renewal that did not collect.

The fifth cause is a chargeback, and it does not belong in the same list. A disputed renewal ends the customer relationship like the other four, and then keeps costing you after the subscriber is gone.

Two customers on the same 49 USD plan show the gap. Priya's card expires in March, the renewal fails, and after a fortnight of retries she updates it and stays, so the month cost you nothing you did not get back. Tom does not recognize the charge on his statement, disputes it with his bank, and you lose the 49 USD, pay 15 USD to receive the dispute, and carry one more event in the ratio forever, whether or not you win.

Both cost you the 49 USD. Only one of them also counts against your ability to keep processing.

What is a good involuntary churn rate?

There is no published benchmark you can safely measure yourself against. The most-cited source in the industry cannot say whether its own figures are monthly or annual, and the difference between those two readings is more than tenfold.

Recurly publishes network churn data that almost every article on this subject quotes, including the first draft of this one. Its page labels the figures "median annual churn rates from Recurly network data (July 2026)". The same page then states that "below 2% annual churn is strong performance across almost any segment". An annual churn rate of 2% means 98 of every 100 subscribers renew each year, which effectively no subscription business sustains. The page also gives SaaS as 3.22% in one table and 3.04% two sections later.

Recurly's published churn figures are almost certainly monthly rates carrying an annual label. This article does not print them either way, because a benchmark whose basis you cannot state is not a benchmark.

Two findings from the same data do hold, because both are ratios rather than levels.

Involuntary churn is roughly a third of all churn. Recurly's involuntary figure is 1.25 against an overall 3.60, and Paddle's independent estimate puts failed payments and billing issues at 20 to 40% of subscription churn. Two sources, different methods, the same answer.

Price point moves it about sevenfold. Involuntary churn falls consistently from the cheapest plan tier to plans above 250 USD a month. Higher-value subscribers keep cards current and resolve failures faster, and merchants invest more per account in recovering them.

The practical conclusion is to benchmark against yourself. A month-over-month involuntary churn rate on your own data tells you more than a cross-industry median that blends enterprise software with 9 USD streaming.

How do you calculate your involuntary churn rate?

Divide the subscribers you lost to failed payments in a period by the subscribers you had at the start of that period, then multiply by 100. Count only the subscribers who never chose to cancel.

The separation is the part that takes work. A cancellation is a customer decision and a failed renewal is a payment event, and most billing systems record both as a subscription that ended. On Stripe, a subscription that reaches the end of its retry schedule ends in a canceled, unpaid or past_due state depending on your settings, while a customer who cancelled deliberately produces a customer.subscription.deleted event with cancellation details attached.

Pick one basis and keep it. Monthly is the useful basis for a monthly-billed business, because it matches the cycle in which failures actually happen.

Why does a chargeback cost more than a failed card?

A failed card costs you one month of revenue that you can usually recover. A chargeback costs you the revenue, two fees, and a permanent entry in the ratio that decides whether you keep your merchant account.

On Stripe the fees are 15 USD to receive a dispute and 15 USD more to contest it, both refunded if you win. The ratio damage is not refunded. A dispute counts toward Visa's VAMP ratio and Mastercard's chargeback rate whether you win it or lose it, because the networks count disputes filed rather than disputes lost.

If the customer described the charge as fraud rather than as a billing problem, the bank also files a TC40 fraud report. That report counts toward your VAMP ratio independently, and no refund, alert or won dispute removes it.

The wider cost is documented too. LexisNexis, in a study published in June 2026 based on 513 risk and fraud leaders, puts the total cost at 5.13 USD for every 1 USD of direct fraud loss in the US, the first time the figure has passed 5. Chargeback fraud accounts for 12% of US ecommerce fraud losses, with first-party fraud a further 12%.

Does a chargeback cancel the subscription?

On Stripe, no, not unless you changed a setting. Stripe's documentation is explicit: "When a customer disputes a charge for a subscription, the subscription continues to cycle, which can create more disputed charges."

Key fact

One disputed renewal, left on the default setting, becomes a new dispute every billing cycle from the same customer. Each one counts separately.

Leaving that default in place produces a loop. A customer disputes a renewal, the subscription bills them again next month, they dispute again, and the card networks count each dispute separately. One unhappy subscriber becomes three or four entries in the ratio.

The same customer, three billing cycles, three separate entries in your ratio.

Turning it off takes one change in the Stripe Dashboard, under Billing settings. Two options exist. Cancelling immediately stops the billing at once, though Stripe warns "You can't restart a cancelled subscription." Cancelling at the end of the period sets cancel_at_period_end and, in Stripe's words, "allows you time to work through the dispute process before the cancellation occurs."

Two limits are worth knowing before you rely on it. The feature only applies to card disputes opened for the full amount, and changes take about an hour to take effect.

How do you recover a failed subscription payment?

Retries recover most failed renewals, because most failures are temporary. Stripe retries automatically through Smart Retries, with a recommended default of 8 attempts across 2 weeks and policy options running from 1 week to 2 months.

Smart Retries picks the timing rather than following a fixed schedule. Stripe's model uses signals including how many devices have presented that payment method recently, and the observation that "payments made for debit cards in certain countries might be slightly more successful at 12:01 AM in local time zones."

Subscriptions do not retry forever. Stripe cancels a subscription automatically after up to eight unsuccessful billing attempts, and you choose what happens at the end of the retry window: cancel the subscription, mark it unpaid, or leave it past due with invoices still generating.

One default catches people out. Retries for local payment methods such as ACH, SEPA and Bacs Direct Debit are off unless you turn them on, and each method has its own published cap, from 1 retry over 30 days for ACSS to 4 retries over 30 days for Australian BECS.

The mechanics are the same on other billing platforms, and only the names change. Chargebee, Recurly, Paddle and Adyen each run a retry schedule you configure, stop retrying on a hard decline, and make you choose what the subscription becomes when recovery fails. Find those three settings in whatever system you bill through, because the defaults are rarely the ones you would pick.

Which failed payments can never be retried?

Nine decline codes cannot be retried, because the issuer has said the card will not work again. Stripe names them: incorrect_number, lost_card, pickup_card, stolen_card, revocation_of_authorization, revocation_of_all_authorizations, authentication_required, highest_risk_level and transaction_not_allowed.

Retrying these wastes attempts and delays the only action that works, which is asking the customer for a new payment method. A card account updater is the exception worth enabling: when an issuer reissues a card, the network pushes the new number to your processor and the stored credential refreshes without the customer doing anything. Stripe keeps scheduling the retries and incrementing the attempt count, but the payment only executes once a new payment method exists.

Three other conditions stop retries entirely: no payment method on file, a disconnected Connect account, and India-issued cards, which Stripe lists as excluded from automatic retries without stating why.

How do you reduce the chargeback share of involuntary churn?

Two mechanisms work on the chargeback half, and they run at different speeds. Prevention lowers how many disputes customers file, over a billing cycle or two. Alerts and pre-dispute resolution keep disputes that were filed from reaching the ratio, within days.

Prevention for a subscription business is mostly three settings: a statement descriptor customers recognize, a cancellation flow that completes without contacting support, and a renewal reminder before the charge. Stripe's own guidance recommends a reminder 7 days before a yearly renewal and 2 to 3 days before a monthly one.

The faster mechanism is the networks' own pre-dispute products. A Visa dispute resolved through Rapid Dispute Resolution carries a status that excludes it from the VAMP count entirely, which is why two businesses with identical raw dispute counts can report materially different ratios.

Neither mechanism touches the other four fifths of involuntary churn. Expired cards and insufficient funds are a billing problem, solved by retries, card updaters and better payment-failed emails, and no chargeback tool improves them.

FAQ

What is involuntary churn?

Involuntary churn is the loss of a subscriber caused by a failed payment rather than a decision to cancel, such as an expired card, insufficient funds, an issuer decline or a chargeback. The customer still wants the product and usually does not know the payment failed.

What is a good involuntary churn rate?

No published benchmark is reliable enough to answer this, because the most-cited source labels its figures annual while also describing 2% annual churn as strong performance, which would mean 98 of every 100 subscribers renewing each year. What holds is the shape: involuntary churn is roughly a third of total churn, and it falls about sevenfold from the cheapest plans to plans above 250 USD a month.

What is the difference between voluntary and involuntary churn?

Voluntary churn is a customer choosing to cancel, and involuntary churn is a payment failing at renewal. Voluntary churn is fixed by product, pricing and onboarding, while involuntary churn is fixed by billing logic, card data and dispute handling, and involuntary churn accounts for roughly a third of the total.

How do you calculate an involuntary churn rate?

Divide the subscribers lost to failed payments in a period by the subscribers you had at the start of that period, then multiply by 100, counting only subscribers who never chose to cancel. Use a monthly basis for a monthly-billed business, because monthly and annual churn rates differ by more than tenfold and most published benchmarks do not say which they are quoting.

Does a chargeback cancel a subscription?

Not on Stripe by default. Stripe's documentation states that a disputed subscription continues to cycle, which can create more disputed charges, and automatic cancellation is a setting you turn on, limited to card disputes opened for the full amount.

How many times does Stripe retry a failed subscription payment?

Stripe's recommended Smart Retries default is 8 attempts across 2 weeks, and a subscription cancels automatically after up to eight unsuccessful billing attempts. Retries never execute for the nine hard decline codes until a new payment method is added.

Why is a chargeback worse than a failed payment?

A failed payment costs one month of revenue that is usually recoverable. A chargeback costs the revenue plus a 15 USD dispute fee, plus 15 USD more to contest it, plus a permanent entry in the ratio that decides whether you keep processing, and a fraud claim adds a TC40 report that no refund clears.

Facts checked against Stripe's cancel subscriptions, automate payment retries and revenue recovery documentation, Recurly's published churn research, and the LexisNexis True Cost of Fraud study of June 2026. Last reviewed 25 September 2026.

Share this article

The churn retries cannot reach.

Disputeless catches disputes before they become chargebacks. Alerts are priced per alert, and the intelligence is free.