← Hub
Pulse ← Library ⚡ Hire a Fractional CRO
Pulse Knowledge Library

When should I move from per-seat to usage-based pricing?

Kory White, Chief Revenue Officer
Curated byKory WhiteChief Revenue Officer  ·  CRO Syndicate
👍 Yup or 👎 Nope — vote this up its category:
📅 Published · 9 min read
When should I move from per-seat to usage-based pricing?

When UBP Is The Right Answer (Sourced)

  1. Value scales with a non-seat unit. Twilio (messages), Snowflake (compute credits), Stripe (transaction volume), Datadog (hosts and events ingested), OpenAI (tokens), MongoDB Atlas (storage and ops), Cloudflare (requests). Per OpenView 2023 SaaS Benchmarks (openviewpartners.com/2023-saas-benchmarks-report), 46% of SaaS now use hybrid or pure-UBP, up from 27% in 2018, and pure-UBP companies posted 121% median NDR vs 110% for pure subscription - an 11pt gap that compounds into a 60% revenue divergence over 5 years. ICONIQ Growth State of SaaS 2024 (iconiqcapital.com/insights/state-of-saas) found UBP cohorts hit $100M ARR ~30% faster than per-seat peers.
  2. Per-seat creates perverse incentives. An SDR org that grows headcount 30% YoY should not drive 30% more spend if call volume is flat. Per-seat punishes growth and rewards license hoarding. Bridge Group 2024 SDR Metrics Report (bridgegroupinc.com/sdr-metrics) shows median SDR tenure is 16 months - meaning ~30% annual turnover that breaks per-seat fairness within a year. Outreach and Gong both publicly acknowledged this dynamic at SaaStr 2024.
  3. Buyer budget is tied to a usage metric. A FinOps tool sold to a CIO whose AWS bill is $50M/year can credibly charge 1-3% of cloud spend. A revenue-intel tool sold to a CRO measuring pipeline-per-rep can charge per pipeline dollar influenced. The metric must be (a) auditable in the buyer systems of record, (b) growing 15%+ YoY, and (c) controllable by the buyer (not by you).
  4. Wedge motion needs a low-friction entry. RepVue 2024 employer data (repvue.com/companies) shows UBP-led vendors close 23% faster than per-seat peers. KeyBanc 2024 SaaS Survey (keybanccm.com/insights/saas-survey) reports UBP companies have 14% lower CAC payback than per-seat at the $10-50M ARR band.

Worked Example 1: Sales Engagement Platform

Acme sells at $150/seat/month. 100 customers, $9M ARR, average 50 seats. Telemetry shows:

Migration math: $0.40/call with a 10k-call commit ($4k/month minimum, $48k/year floor). Top decile pays ~$87k (similar) but expansion is uncapped - a 25% volume bump = $22k of net-new revenue with zero CAC. Bottom decile pays $48k floor (a $36k decrease, the migration tax).

Net effect across 100 accounts: +$1.4M ARR over 18 months if 70% of accounts grow volume; -$600k if they do not. The asymmetry is why you meter first.

Worked Example 2: AI Token Pricing

AI feature added to a per-seat product. Cost of inference: $0.002 per 1k input tokens, $0.008 per 1k output. Mistakes you must avoid:

The Forecast Problem (Why CFOs Resist)

UBP looks clean in the deck and ugly on the 10-Q. A customer with a $50k commit and $0.10/call overage might bill $48k or $112k - your CFO cannot model that to within 5%. Bessemer State of the Cloud 2024 (bvp.com/atlas/state-of-the-cloud-2024) found UBP companies trade at higher multiples (median 8.4x ARR vs 6.1x for per-seat) but show 2-3x higher quarterly revenue volatility.

Snowflake FY2024 10-K disclosed consumption fell ~4% in Q1 as customers optimized workloads. Snowflake DEF 14A filings (sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001640147&type=DEF+14A) explicitly tie executive comp to *consumption revenue* and *NRR-on-consumption*, not bookings - because the gap between bookings and consumption is the entire UBP risk premium and the board needs management to feel it.

Commit-Based UBP (The Practical Default)

Customer pre-purchases credits (Snowflake, AWS, Twilio Flex, Datadog). You book the commit as deferred revenue, recognize on consumption, forecast against a burn-down curve.

Pavilion CRO community (joinpavilion.com) recommends commit-based as the 2024 default for any company over $20M ARR considering migration.

Rate-Card Construction (How to Set the Per-Unit Price)

Do not pull a price out of thin air. Construct the rate card from cohort telemetry:

  1. Compute per-customer monthly usage across 12 months. Throw out months with platform outages.
  2. Find the P50 (median) and P90 (top decile) usage.
  3. Anchor the list rate so P50 customer pays ~80% of their current per-seat ACV. This protects renewals.
  4. Anchor the commit minimum so P10 customers (low usage) still pay ~50% of current ACV. This is the migration tax floor.
  5. Compute implied gross margin at P90. If GM falls below 70%, raise the rate. Snowflake (~75% GM), Datadog (~80%), Twilio (~50%) - know which neighborhood you live in.

Phase 1 Telemetry SQL (Starter)

``sql -- Per-customer monthly usage distribution SELECT customer_id, date_trunc('month', event_ts) AS month, COUNT(*) AS billable_events, PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY count) OVER () AS p50_global FROM billable_events WHERE event_ts >= NOW() - INTERVAL '12 months' GROUP BY 1,2; ``

If you cannot run that query today, you cannot price UBP. Stay per-seat until the data infra is real.

Migration Mechanics (Phased)

Gong attempted a partial UBP migration in 2022-2023 and reverted. Public comments at SaaStr Annual 2024 noted enterprise buyers wanted predictability more than fairness. That outcome should be your null hypothesis, not your worst case.

Metering Architecture (What You Are Actually Building)

Bear Case (Adversarial - Read This Twice)

UBP is over-prescribed. Five ways it kills you, in priority order:

  1. The Twilio problem (correlation with customer cost-cutting). Pure UBP revenue collapses with usage. Twilio stock fell ~80% from 2021 peak partly because A2P 10DLC fees and customer optimization crushed per-message volume. Twilio 2023 10-K Risk Factors lists customer optimization as a material risk. UBP correlates your top line to your customer COGS line, and CFOs cut COGS first in a downturn.
  2. The Datadog ZIRP comp. Datadog Q4 2022 missed because hyperscaler customers explicitly cost-optimized. Per-seat would not have seen that quarter. Stock dropped ~40% on the print.
  3. The procurement reversal. Above $250k ACV, every CFO demands a cap, and your UBP becomes a per-seat contract with extra reporting overhead. Levels.fyi enterprise-software comp data (levels.fyi) shows the highest-paid AEs sell flat-fee enterprise deals, not UBP - UBP commission plans are unstable and reps avoid them.
  4. The metering tax. Real UBP requires real-time metering, anomaly detection, customer-facing dashboards, dispute resolution, and a billing engine that survives a SOC 2 audit. Budget 8-12% of engineering capacity for 18 months. A half-built meter is worse than no meter - it generates disputes you cannot defend.
  5. The discounting death spiral. UBP rates are visible; once a competitor undercuts by 30%, your floor evaporates faster than per-seat negotiation cycles. ICONIQ data shows UBP gross margin compressed ~4pts 2021-2024 in their cohort.

Decision Rules (Use These Verbatim)

Decision Framework

quadrantChart title Pricing Model Selection x-axis "Low Usage Variance" --> "High Usage Variance" y-axis "Adoption Friction" --> "Adoption Aligned" quadrant-1 "Hybrid" quadrant-2 "Stay Per-Seat" quadrant-3 "Reprice Per-Seat" quadrant-4 "Pure UBP / Commit-UBP" Per-Seat-Today: [0.2, 0.3] Hybrid-Pilot: [0.55, 0.6] Commit-UBP: [0.75, 0.75] Pure-UBP: [0.9, 0.9]

Cross-References

TAGS: pricing-model,usage-based,per-seat,hybrid-pricing,commit-based,saas-economics,forecasting,ndr,metering,rate-card,ai-pricing

FAQ

What three conditions must all hold before moving to usage-based pricing? Realized value must vary 10x+ across customers along a non-headcount axis, per-seat must be actively suppressing adoption (license hoarding, contractor rotation, shadow accounts), and you must sell to a buyer whose budget tracks their unit economics rather than their org chart.

Stay per-seat if you have one buyer per account, low usage variance, or a finance team that needs ARR predictable to within 3%.

Which companies exemplify value scaling on a non-seat unit? Twilio (messages), Snowflake (compute credits), Stripe (transaction volume), Datadog (hosts and events ingested), OpenAI (tokens), MongoDB Atlas (storage and ops), and Cloudflare (requests). Per OpenView's 2023 benchmarks, pure-UBP companies posted 121% median NDR versus 110% for pure subscription, and ICONIQ found UBP cohorts hit $100M ARR ~30% faster than per-seat peers.

In the sales engagement platform example, what does the migration math look like? Acme sells at $150/seat/mo ($9M ARR, 100 customers averaging 50 seats), with 30x variance — the top decile logs 18,000 calls/month and pays $90k/year against ~$400k of value delivered, leaving ~$310k on the table.

Migrating to $0.40/call with a 10k-call commit ($48k/year floor) yields +$1.4M ARR over 18 months if 70% of accounts grow volume, but -$600k if they don't — which is why you meter first.

How should I price an AI token feature added to a per-seat product? Don't bundle it flat (power users burn 100x average and crush gross margin — the reason ChatGPT Pro is $200/month) and don't pure-pass-through (customers can't budget, so procurement blocks the renewal). The right answer is a per-seat platform fee plus a monthly token allotment sized to P75 usage, with overage at 4x cost ($0.008/1k input, $0.032/1k output) — the pattern Salesforce Einstein consumption pricing follows.

Why do CFOs resist usage-based pricing? Because a customer with a $50k commit and $0.10/call overage might bill $48k or $112k, which a CFO can't model to within 5%. Bessemer found UBP companies trade at higher multiples (median 8.4x ARR vs 6.1x) but show 2-3x higher quarterly revenue volatility, and Snowflake disclosed consumption fell ~4% in one quarter as customers optimized workloads.

The practical default is commit-based UBP — pre-purchased credits booked as deferred revenue and recognized on consumption against a burn-down curve.

Keep reading
Was this helpful?  
⌬ Apply this in PULSE
Gross Profit CalculatorModel margin per deal, per rep, per territory
Related in the library
More from the library
pulse-q · revopsShould I open or buy a Spiffy franchise in 2027?pulse-q · revopsShould I open or buy an AlignLife franchise in 2027?pulse-tech-stacks · tech-stacksCloud-Native Stack for Enterprise Supply Chain Managementpulse-q · revopsShould I open or buy an Office Evolution franchise in 2027?pulse-q · revopsShould I open or buy a Bar-B-Cutie franchise in 2027?pulse-q · revopsShould I open or buy an Amada Senior Care franchise in 2027?editorial · pulse-editorialMy Thoughts: The 10 Best Comic Books from the 2010s to Collect in 2027pulse-q · revopsShould I open or buy a Club Z Tutoring franchise in 2027?editorial · pulse-editorialMy Thoughts: The Go-Giver by Bob Burg and John David Mann — Cliff Notes Summarypulse-q · revopsShould I open or buy a Bach to Rock franchise in 2027?pulse-q · revopsShould I open or buy a Code Wiz franchise in 2027?revops · current-events-2027Top 10 Buying Committee Personas That Ignore Cold Emails in 2027pulse-q · revopsShould I open or buy a Junk Doctors franchise in 2027?
Was this helpful?