How Do I Raise the Price of a WooCommerce Subscription?
How It Works
A subscription stores its own recurring price at the time it was created, independent of whatever the product's current listed price is. That's deliberate — it stops every active customer's bill from silently changing the moment a store owner edits a product page. Raising prices on existing subscriptions is a separate, explicit action.
How to Actually Change It
- For a single subscription, open it in WooCommerce → Subscriptions, edit the line item, and update its recurring total directly — the new amount applies from the next renewal onward.
- For a bulk price increase across many subscriptions, select the relevant subscriptions from the list view and use the bulk "Update recurring price" action, which applies a new amount without needing to open each one individually.
- Update the product's own listed price separately if new customers should also see and pay the new rate going forward — this doesn't happen automatically from the bulk action above.
Common Mistakes and Considerations
- Assuming a product price change retroactively updates existing subscriptions. It doesn't, by design — this is the single most common misunderstanding around this feature.
- Not notifying customers before a price increase takes effect. Many jurisdictions and payment processors expect advance notice of a recurring price change; check the relevant legal requirements before applying one silently.
- Applying the bulk update to subscriptions with different current prices (e.g. some on an old promotional rate, others not) without segmenting them first, resulting in customers who shouldn't get the same new price all being changed identically.
- Forgetting sign-up fees and trial pricing are separate fields from the recurring price — a price increase to the recurring amount doesn't touch either of those.
Need a price-increase rollout handled carefully — segmented customer groups, advance notice emails, and a controlled schedule? See custom WooCommerce development.