Subscription Revenue Calculator Formula
Understand the math behind the subscription revenue calculator. Each variable explained with a worked example.
Formulas Used
Gross Annual Revenue (no churn)
gross_arr = subscribers * monthly_price * 12Net Annual Revenue (after churn)
net_arr = subscribers * monthly_price * 12 * (1 - churn_rate / 100)Monthly Recurring Revenue
mrr = subscribers * monthly_priceRevenue Lost to Churn
revenue_lost_to_churn = subscribers * monthly_price * 12 * churn_rate / 100Variables
| Variable | Description | Default |
|---|---|---|
subscribers | Number of Subscribers | 1000 |
monthly_price | Monthly Price(USD) | 29 |
churn_rate | Annual Churn Rate(%) | 10 |
How It Works
How to Calculate Subscription Revenue
Formula
Net Annual Revenue = Subscribers x Monthly Price x 12 x (1 - Churn Rate/100)
Churn rate is the percentage of subscribers who cancel within a year. Reducing churn is one of the most powerful levers for growing subscription revenue.
Worked Example
1,000 subscribers at $29/month with a 10% annual churn rate.
subscribers = 1000monthly_price = 29churn_rate = 10
- 01MRR = 1,000 x $29 = $29,000
- 02Gross ARR = $29,000 x 12 = $348,000
- 03Revenue lost to churn = $348,000 x 10% = $34,800
- 04Net ARR = $348,000 - $34,800 = $313,200
Ready to run the numbers?
Open Subscription Revenue Calculator