A
Glossary
Auto-Renewal
Auto-renewal is a contract term that extends a subscription into a new billing period automatically, charging the customer again unless they cancel before a stated deadline. Consumer protection statutes in several jurisdictions treat auto-renewal as lawful only when the seller disclosed the renewal terms upfront, took express consent, and offers an easy way out.
Key Takeaways
California requires a renewal notice 15 to 45 days before an initial term of a year or longer renews, and 3 to 21 days before a trial or promotional price lasting over 31 days expires.
New York attaches money to that duty: up to $100 per single violation and $500 for multiple violations from one incident, doubling when the violation is knowing.
The FTC's 2024 "click to cancel" Rule is not in force. A court vacated it, and the FTC's March 2026 advance notice asks whether to revive parts of it, keep the 1973 Rule, or skip rulemaking.
ROSCA binds every US internet seller regardless of that rulemaking: material terms disclosed before billing information, express informed consent, a simple way to stop the charges.
California makes the seller keep proof of consent for three years, or one year after the contract ends, whichever runs longer, so the notice is a records problem before it's an email problem.
How does auto-renewal work in a billing system?
Renewal is a scheduled job with a deadline, not a single moment. The boundary itself does very little, because most of the work lands days or weeks earlier. Systems that get this wrong are the ones that wake up on the boundary date and find a statutory notice window already closed.
The ordered sequence I'd expect to see wired up:
Ahead of the boundary, the notice job fires. It reads the term length and the trial or promotional flag, works out which windows apply, and sends. Nothing later can repair a notice that went out on the wrong day.
On the boundary, the cancel intent gets read. A subscription flagged to end at period close stops here. The rest continue, and the new term length comes from the contract, not from the term that just closed.
A new billing period record opens and the previous one closes. Two dated records, not one mutated row, because the renewal has to stay auditable afterwards.
The invoice generates against the new term for billing in advance, or against the closed term for arrears.
Collection runs, and failure hands off rather than reversing the renewal. What follows is dunning and payment retry, not an undo.
The consent record and the notice send both get logged. Proof that a notice went out is what regulators ask for, and it lives in the billing system or nowhere.
What does the law require before a subscription auto-renews?
Requirements split into two families that don't map onto each other. Some jurisdictions prescribe a dated notice window before the charge. Others say nothing about notice and instead cap how long a renewal can bind the buyer.
Jurisdiction | Pre-renewal notice window | Cancellation requirement
|
|---|---|---|
US federal, ROSCA § 4 | None prescribed | Material terms disclosed before billing information is taken, express informed consent, "simple mechanisms" to stop recurring charges |
15 to 45 days for terms of a year or longer, 3 to 21 days after a trial or promo over 31 days, annual reminder on annual plans, 7 to 30 days before a fee change | Online signup means online termination through a prominent link, button, or prefilled email, with a "click to cancel" control displayed beside any retention offer | |
15 to 45 days where the initial paid term is a year or more and it renews for six months or more, 3 to 21 days for a trial over a month | Cancellation in every medium the seller accepts consent in, and as easy as the signup path | |
None prescribed | Standard terms cannot bind a consumer to a tacit extension unless it runs indefinitely and stays cancellable on a month's notice or less | |
Reminder per renewal payment, tied to the end of a relevant six-month period, not yet commenced | 14-day cooling-off after a trial or 12-month-plus contract renews, with full or proportionate refund, plus online exit where signup was online |
The federal US row is contested and worth stating that way. A court vacated the FTC's 2024 Rule before its compliance date, and the agency's March 2026 advance notice asks commenters whether it should keep the 1973 Prenotification Negative Option Rule, adopt provisions of the vacated Rule, or replace rulemaking with education. The FTC cites more than 100,000 complaints about negative options over five years, so enforcement under ROSCA continues while the rule question sits open.
Related terms
Renewal sits between the contract and the invoice, so these border it on both sides.
Subscription lifecycle covers the states sitting either side of a renewal, and which of them still bill.
Billing Cycle sets the rhythm that decides when a renewal boundary arrives.
Billing Period is the dated span each renewal opens.
Billing in Advance is the collection timing most auto-renewing plans use.
Payment Retry is what runs when the renewal charge fails.
Involuntary Churn is where a renewal ends up when retries run out.
FAQ
Is auto-renewal legal?
Yes, in every jurisdiction covered above, provided the disclosure, consent, and cancellation conditions are met. No statute here bans automatic renewal. What the statutes police is the surrounding conduct: whether the buyer saw the renewal terms before paying, agreed to them expressly, and can get out without obstruction.
What is the difference between auto-renewal and a negative option?
Negative option is the wider category, and auto-renewal is one form of it. A negative option is any arrangement where silence counts as consent to a charge, which also covers continuity shipments and prenotification plans. Auto-renewal is the subscription-specific case, where silence extends an existing term instead of triggering a new order.
Does a price increase need its own notice before renewal?
Under both statutes with dated windows, yes, and the window is separate from the renewal notice. California requires notice of a fee change 7 to 30 days before it takes effect. New York requires notice of a material change, price increases included, between 5 business days and 30 days before the change date.
What happens if a required renewal notice never goes out?
The remedies differ by jurisdiction rather than following one pattern. New York's attorney general can seek an injunction and civil penalties without proof that anyone was harmed. Under the UK regime, a missed reminder notice gives the consumer a right to cancel and, in defined cases, a refund without proving financial loss.
Back to glossary
















