Freemium Decision Framework
When should a SaaS company use a freemium model?
Definition
Freemium is a customer acquisition strategy (not a revenue model) where a permanently free tier drives top-of-funnel volume, and a fraction of users convert to paid plans. The decision to adopt freemium depends on five conditions: large addressable market (>10M potential users), low marginal cost of serving free users, strong network effects or viral loops, product that demonstrates value quickly without human assistance, and a clear feature/usage boundary between free and paid. When these conditions are met, freemium can reduce CAC by up to 60%. [src2]
Key Properties
- Conversion benchmarks: Healthy freemium-to-paid conversion is 2-5% for B2B SaaS (cohorted annually). Below 1% signals a too-generous free tier; above 5% suggests too restrictive.
- Three failure modes (a16z): (1) Too-generous free tier; (2) Too-restrictive free tier; (3) Too-expensive entry paid tier.
- Free tier value calibration: Deliver 40-50% of full product value in the free tier -- enough to solve real problems but limited enough to create natural upgrade triggers.
- Cost structure requirement: Marginal cost per free user must be near zero. High compute/storage/support cost products are poor freemium candidates.
- Market size threshold: Minimum ~100K potential users in addressable market for 2-5% conversion to yield meaningful revenue.
Constraints
- TAM floor of 100K users: At 2-5% conversion, you need 100K+ potential users. A 50K market at 3% = only 1,500 paying customers. [src2]
- Near-zero marginal cost: If a free user costs >$0.50/month in compute/storage/support, the economics break. Video hosting and AI-heavy tools often cannot sustain free tiers. [src2]
- Self-serve value demo: Product must deliver its "aha moment" in the first session without human help. Implementation-heavy products should use free trials. [src4]
- Natural upgrade boundary: Free/paid boundary must feel natural (Slack's 10K message limit), not an arbitrary gate on core functionality. [src1]
- PLG infrastructure maturity: Converting at scale requires in-app prompts, usage analytics, and automated nurture. Without this, free users accumulate without converting. [src5]
Pricing Model Selection Decision Tree
Should you use freemium?
|
+-- TAM > 100K potential users?
| |
| +-- NO --> Skip freemium. Use free trial or sales-led.
| +-- YES: Marginal cost per free user < $0.50/month?
| |
| +-- NO --> Free trial (14-30 days) more cost-effective
| +-- YES: Product demos value without human help?
| |
| +-- NO --> Reverse trial (full features, downgrade after 14d)
| +-- YES: Network effects or viral loops?
| |
| +-- YES --> Strong freemium (Slack/Figma model)
| +-- NO: Gate on usage volume?
| +-- YES --> Usage-gated freemium (Zapier model)
| +-- NO --> Feature-gated freemium (weaker)
|
+-- Conversion < 1%? Check a16z three failure modes
+-- Want to add usage pricing? --> Usage-Based Pricing
+-- Selling to enterprises? --> Layer sales on PLG
Application Checklist
- Validate the five preconditions (Week 1-2)
- Inputs: TAM estimate, marginal cost per user, onboarding data, feature inventory
- Output: Pass/fail on: large TAM, low marginal cost, self-serve demo, network effects, clear boundary
- Constraint: Must pass 4 of 5. Failing TAM or marginal cost is disqualifying
- Design the free tier boundary (Week 3-4)
- Inputs: Feature usage data, customer journey mapping, competitive free tiers
- Output: Free tier delivering 40-50% of full value with 2-3 upgrade triggers
- Constraint: Must solve a real problem, not be a demo
- Set entry paid tier pricing (Week 5-6)
- Inputs: WTP research (50+ respondents), competitive pricing
- Output: Entry paid at 2-3x perceived free tier value
- Constraint: Unclear free-to-paid value delta = conversion stalls below 1%
- Build PLG conversion infrastructure (Week 7-10)
- Inputs: Analytics platform, in-app messaging, billing system
- Output: Automated upgrade prompts, <3-click checkout
- Constraint: Track conversion by cohort from day one
- Measure and iterate (Monthly)
- Inputs: Conversion rate (target 2-5%), time-to-convert, engagement
- Output: Monthly optimization decisions
- Constraint: Below 1% after 6 months = revisit tier generosity
Anti-Patterns
Wrong: Making free tier a crippled product with "upgrade to unlock" gates on basic features.
Consequence: Users churn entirely rather than upgrading. Evernote's aggressive restrictions drove users to Apple Notes and Notion. [src1]
Correct: Free tier should solve a complete use case. Gate on scale, not core functionality.
Wrong: Entry paid tier at >$50/month for SMB without intermediate tiers.
Consequence: The "upgrade cliff" -- $0 to $50+ is psychologically enormous. Conversion drops below 1% when the jump exceeds 10x perceived hourly value. [src1]
Correct: Offer a $10-$25/month bridge tier. Notion's $10/month personal pro converts at 3-4x enterprise-first pricing rates.
Wrong: Treating all free users as future customers.
Consequence: 70-80% will never convert. Support resources on non-convertible users burn cash. [src2]
Correct: Focus conversion on top 20% showing high-intent signals (approaching limits, inviting team members).
Wrong: Removing the free tier under investor cost pressure.
Consequence: Heroku's 2022 removal cratered developer mindshare overnight. Long-term acquisition cost increase exceeds savings. [src3]
Correct: Optimize free tier economics rather than eliminating. If unsustainable, shift to free trial rather than removal.
Common Misconceptions
Misconception: Freemium is just "giving your product away for free."
Reality: Freemium is an acquisition model with precise unit economics. The free tier is a calculated marketing expense that reduces CAC at scale. [src2]
Misconception: If conversion rates are low, the free tier is too generous.
Reality: Low conversion can also mean the paid tier doesn't offer enough incremental value, or the entry paid tier is too expensive. a16z identifies three equal failure modes. [src1]
Misconception: Every PLG company should have a free plan.
Reality: Only 16% of B2B SaaS offer free plans, and the percentage is declining. A 14-day free trial often outperforms freemium for complex products with high per-user costs. [src3]
Misconception: Freemium eliminates the need for sales teams.
Reality: The most successful freemium companies (Slack, Zoom, Figma) layer sales on top of PLG. Free users qualify accounts; sales teams close enterprise upgrades. [src1]
Comparison with Similar Concepts
| Model | How It Works | Best For | Risk |
|---|---|---|---|
| Freemium | Permanent free tier, paid upgrades | High-volume, low marginal cost, viral products | Free users never convert |
| Free trial (time-limited) | Full access for 7-30 days | Complex products needing time to show value | Users don't engage during window |
| Reverse trial | Start full, downgrade to free after trial | Showing premium value before limiting | Confusing UX if poorly designed |
| Open-source + commercial | Community edition free, enterprise paid | Developer tools, infrastructure | Community fork risk |
When This Matters
Fetch this when a user asks whether to offer a free plan, how to design a freemium tier, what conversion rates to target, or whether to choose freemium vs. free trial for their SaaS product.