# Offering Subscription

**Definition (short).** Customers pay a recurring fee (monthly/annual) for continuous access to a product, service, or perks. Value comes from retention, expansion, and efficient acquisition—far more about relationships than one-off deals.

**Recent examples.** Netflix closed 2024 with [\~301.6 million paying members](https://apnews.com/article/c0447b9289e31e09ce4f0b6e6bde1c54?utm_source=chatgpt.com) and keeps raising ARPU via pricing tiers and an ad-supported plan. Spotify ended Q4 2024 at [263 million premium subscribers](https://newsroom.spotify.com/2025-02-04/spotify-reports-fourth-quarter-2024-earnings/?utm_source=chatgpt.com) and posted its first full profitable year. B2B SaaS leaders (Salesforce, ServiceNow) live and die by ARR growth and net retention.

**Historical example.** Newspaper and magazine subscriptions date to the 18th century; *The Times* (1785) and *Reader’s Digest* (1922) built massive recurring bases long before software did.

<figure><img src="https://3709841693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCeRlmJf2y704TpjpubE1%2Fuploads%2FzK5oUTRatQ01WlgYnfVs%2Fimage.png?alt=media&#x26;token=f77d3f19-0fb1-47ce-9377-2c1652b30028" alt=""><figcaption></figcaption></figure>

1. **Net Recurring Profit Growth % (NRG)**\
   \&#xNAN;*EN:* Year-over-year growth in profit generated by recurring revenue (ARR × Gross Margin − OpEx tied to subs).\
   \&#xNAN;*Pseudo:*

   ```
   ((ARR_t*GM_t - OpEx_t) - (ARR_{t-1}*GM_{t-1} - OpEx_{t-1})) / (ARR_{t-1}*GM_{t-1} - OpEx_{t-1}) * 100  
   ```

   *Why:* Bundles what a CEO ultimately wants from a subscription engine: bigger recurring top line *and* healthy margins.\
   \&#xNAN;*Benchmark:* Private SaaS medians target **\~20% ARR growth** with **\~75–85% gross margin** ([OpenView](https://openviewpartners.com/2023-saas-benchmarks-report/?utm_source=chatgpt.com)).
2. **ARR / MRR Growth %**\
   \&#xNAN;*EN:* % change in annual or monthly recurring revenue.\
   \&#xNAN;*Pseudo:* `(ARR_t - ARR_{t-1}) / ARR_{t-1} * 100`\
   \&#xNAN;*Why:* Clean topline indicator, independent of one-off services.\
   \&#xNAN;*Benchmark:* 2024 SaaS ARR growth medians **\~19%**.
3. **Net Profit Margin %**\
   \&#xNAN;*EN:* Net income / revenue.\
   \&#xNAN;*Pseudo:* `NI / Revenue * 100`\
   \&#xNAN;*Why:* Recurring revenue still needs to drop profit to the bottom line.\
   \&#xNAN;*Benchmark:* Large mature subs businesses (e.g., Spotify) moved to positive NP margins; best-in-class SaaS aim double-digit NP margins at scale.
4. **Active Subscribers (Subs)**\
   \&#xNAN;*EN:* Paying customers at period end.\
   \&#xNAN;*Pseudo:* `Subs_end = Subs_start + New - Churned`\
   \&#xNAN;*Why:* The “count” lever of ARR (ARR = Subs × ARPU).\
   \&#xNAN;*Benchmark:* Netflix 301.6 M; Spotify 263 M; B2B SaaS counts vary—growth rate matters more than absolute.
5. **ARPU / ARPA**\
   \&#xNAN;*EN:* Average revenue per user/account.\
   \&#xNAN;*Pseudo:* `Recurring_Revenue / Avg_Subs`\
   \&#xNAN;*Why:* Monetization depth; can rise via price hikes, tiering, upsells.\
   \&#xNAN;*Benchmark:* Streaming ARPU spans **$4–$14/mo** globally; enterprise SaaS ARPA often **>$50k/yr**.
6. **Net Revenue Retention % (NRR)**\
   \&#xNAN;*EN:* (Starting ARR from existing customers ± expansion − contraction − churn) / Starting ARR.\
   \&#xNAN;*Pseudo:* `(ARR_existing_end / ARR_existing_start) * 100`\
   \&#xNAN;*Why:* Land-and-expand scorecard. >100% means base grows without new logos.\
   \&#xNAN;*Benchmark:* Public/private SaaS medians **\~101% NRR**, top quartile **>120%**.
7. **New Subscribers**\
   \&#xNAN;*EN:* Gross adds in period.\
   \&#xNAN;*Pseudo:* `count(new_customer_ids)`\
   \&#xNAN;*Why:* Pipeline health; offsets churn to grow the base.\
   \&#xNAN;*Benchmark:* Aim that New Subs ≥ Churned Subs to lift net adds.
8. **Churn % (Logo or Revenue)**\
   \&#xNAN;*EN:* % of customers (or ARR) lost in period.\
   \&#xNAN;*Pseudo:* `Churned_Customers / Start_Customers * 100` (logo) or `Lost_ARR / Start_ARR * 100`\
   \&#xNAN;*Why:* Leaky-bucket killer; drives LTV.\
   \&#xNAN;*Benchmark:* B2B SaaS best-in-class **<10% annual logo churn**; consumer subs **3–5% monthly** common.
9. **Expansion / Upsell Rev %**\
   \&#xNAN;*EN:* Additional ARR from existing customers / starting ARR.\
   \&#xNAN;*Pseudo:* `Expansion_ARR / Start_ARR * 100`\
   \&#xNAN;*Why:* Determines NRR >100%; cheaper than net-new.\
   \&#xNAN;*Benchmark:* Top PLG SaaS drive **15–30% expansion annually**.
10. **Base Plan Price**\
    \&#xNAN;*EN:* Published price for entry tier.\
    \&#xNAN;*Pseudo:* `Plan_price_monthly`\
    \&#xNAN;*Why:* Anchor for ARPU and upgrade ladders; careful adjustments yield ARPU gains without spiking churn.\
    \&#xNAN;*Benchmark:* Streaming base plans **$7–15**; SMB SaaS **$20–50**; enterprise tiers negotiated.
11. **Gross Retention % (GRR)**\
    \&#xNAN;*EN:* % of starting ARR retained *excluding* expansion.\
    \&#xNAN;*Pseudo:* `(ARR_existing_end_excl_expansion / ARR_existing_start) * 100`\
    \&#xNAN;*Why:* Purist retention health; insulation from upsell masking churn.\
    \&#xNAN;*Benchmark:* SaaS GRR median **\~90%**.
12. **Cross-sell Rate**\
    \&#xNAN;*EN:* % of customers buying ≥2 products/modules.\
    \&#xNAN;*Pseudo:* `Customers_multi_product / Total_Customers * 100`\
    \&#xNAN;*Why:* Depth of relationship; diversifies revenue per account.\
    \&#xNAN;*Benchmark:* Top enterprise suites push **>30% cross-sell penetration**.
13. **Customer Acquisition Cost (CAC)**\
    \&#xNAN;*EN:* Sales & marketing spend per new paying customer.\
    \&#xNAN;*Pseudo:* `S&M_spend_period / New_Paying_Customers`\
    \&#xNAN;*Why:* Efficiency of growth engine; ties to payback and LTV economics.\
    \&#xNAN;*Benchmark:* SaaS CAC often **$200–$600** for SMB, thousands for enterprise.
14. **Payback Months**\
    \&#xNAN;*EN:* Months to recover CAC from gross margin dollars.\
    \&#xNAN;*Pseudo:* `CAC / (ARPU * GM%)`\
    \&#xNAN;*Why:* Shorter payback = faster cash recycle, less burn.\
    \&#xNAN;*Benchmark:* Best-in-class SaaS **≤12 months**; median **15–16 months**.
15. **Customer Lifetime Value (LTV)**\
    \&#xNAN;*EN:* Gross margin dollars expected from a customer over life.\
    \&#xNAN;*Pseudo:* `(ARPU * GM%) / Churn_rate`\
    \&#xNAN;*Why:* Sets the ceiling for rational CAC.\
    \&#xNAN;*Benchmark:* Wildly variable; LTV/CAC ratio is key.
16. **LTV/CAC Ratio**\
    \&#xNAN;*EN:* LTV divided by CAC.\
    \&#xNAN;*Pseudo:* `LTV / CAC`\
    \&#xNAN;*Why:* Sanity check: too low = unprofitable growth; too high = under-investment.\
    \&#xNAN;*Benchmark:* “Rule of thumb” **3:1 ideal**, <2:1 dangerous, >5:1 may mean under-investing.
