# Tiered Pricing vs Volume Pricing: Which Model Maximizes SaaS Revenue?

> Compare tiered and volume pricing models for SaaS. Includes revenue calculations, use cases, and which billing model works best at different scales.
- **Author**: Ayush Agarwal
- **Published**: 2026-03-29
- **Category**: SaaS, Pricing, Comparison
- **URL**: https://dodopayments.com/blogs/tiered-vs-volume-pricing

---

Choosing the right billing model is one of the most consequential decisions a SaaS founder can make. It is not just about how much you charge, but how you charge. The structure of your pricing dictates your customer acquisition cost, your expansion revenue, and ultimately, your net revenue retention.

Two of the most common models for scaling SaaS businesses are tiered pricing and volume pricing. While they might sound similar, they function very differently under the hood. One rewards incremental usage by filling up buckets, while the other applies a single price to the entire volume once a threshold is crossed.

If you choose the wrong one, you might leave thousands of dollars on the table or, worse, create a "pricing cliff" that discourages your best customers from growing. In this guide, we will break down the mechanics of tiered vs volume pricing, show you the math behind the revenue impact, and help you decide which model fits your product.

## What is Tiered Pricing?

Tiered pricing, often called graduated pricing, is a model where the price per unit changes as the customer moves through different usage brackets. However, the price change only applies to the units within that specific bracket.

> Most SaaS founders do not leave a billing platform because the product is bad. They leave because they realize billing-only tools solve half the problem. If you still manage tax registration, compliance, and disputes yourself, you have not actually reduced operational load.
>
> \- Rishabh Goel, Co-founder & CEO at Dodo Payments

Think of it like filling up a series of buckets. You pay one price for the first 100 units. Once that bucket is full, you start filling the next bucket at a different (usually lower) price. The units in the first bucket remain at the original price.

This model is highly popular in [subscription pricing models](https://dodopayments.com/blogs/subscription-pricing-models) because it is predictable and fair. It ensures that every customer pays the same amount for their first 100 units, regardless of whether they use 101 units or 10,000 units.

### How Tiered Pricing Works

Let's look at a typical tiered pricing structure for an API-based service:

- **Tier 1 (1-100 units):** $1.00 per unit
- **Tier 2 (101-500 units):** $0.80 per unit
- **Tier 3 (501+ units):** $0.50 per unit

If a customer uses 600 units, the calculation looks like this:

- First 100 units: 100 \* $1.00 = $100
- Next 400 units: 400 \* $0.80 = $320
- Remaining 100 units: 100 \* $0.50 = $50
- **Total Cost:** $470

The effective price per unit for this customer is $0.78. This model is excellent for [value-based pricing](https://dodopayments.com/blogs/value-based-pricing-saas) because it captures more revenue from the initial high-value usage while offering a discount for scale.

## What is Volume Pricing?

Volume pricing is simpler but more aggressive. In this model, the price for all units is determined by the total volume of usage. Once a customer crosses a threshold, the price for every single unit they have used drops to the new rate.

This is often referred to as "staircase pricing" or "volume discounting." It is designed to encourage massive scale by offering a significant reward for reaching higher tiers.

### How Volume Pricing Works

Using the same thresholds as before, but with a volume pricing model:

- **1-100 units:** $1.00 per unit
- **101-500 units:** $0.80 per unit
- **501+ units:** $0.50 per unit

If a customer uses 600 units, the calculation is straightforward:

- Total units: 600
- Applicable rate: $0.50 (since 600 is in the 501+ bracket)
- **Total Cost:** 600 \* $0.50 = $300

The effective price per unit is $0.50. Notice the massive difference in revenue compared to the tiered model ($300 vs $470). This highlights why understanding the difference is critical for [SaaS profitability](https://dodopayments.com/blogs/boost-saas-profitability).

## Tiered vs Volume Pricing: Visual Comparison

To better understand how these models diverge as usage scales, let's look at a flow diagram of the decision and calculation process.

```mermaid
flowchart TD
    Start[Customer Usage Recorded] --> Model{Pricing Model?}

    Model -- Tiered --> T1[Calculate units in Tier 1]
    T1 --> T2[Calculate units in Tier 2]
    T2 --> T3[Calculate units in Tier 3]
    T3 --> TSum[Sum costs from all tiers]
    TSum --> End[Final Invoice Amount]

    Model -- Volume --> VCheck[Identify highest tier reached]
    VCheck --> VApply[Apply tier rate to ALL units]
    VApply --> End
```

## Revenue Impact Calculation: The Math of Scale

The choice between tiered and volume pricing has a profound impact on your bottom line. Many founders make one of the [top pricing mistakes](https://dodopayments.com/blogs/top-pricing-mistakes-founders-make) by assuming volume pricing is "good enough" without realizing how much expansion revenue they are sacrificing.

Let's run the numbers for three different customers using the following rates:

- **Tier 1 (1-100):** $2.00/unit
- **Tier 2 (101-500):** $1.50/unit
- **Tier 3 (501-1000):** $1.00/unit

### Scenario 1: 100 Units (Low Usage)

- **Tiered:** 100 \* $2.00 = $200
- **Volume:** 100 \* $2.00 = $200
- **Difference:** $0

At the lowest tier, both models are identical.

### Scenario 2: 500 Units (Medium Usage)

- **Tiered:** (100 _ $2.00) + (400 _ $1.50) = $200 + $600 = $800
- **Volume:** 500 \* $1.50 = $750
- **Difference:** $50 (6.25% revenue loss with volume pricing)

### Scenario 3: 1,000 Units (High Usage)

- **Tiered:** (100 _ $2.00) + (400 _ $1.50) + (500 \* $1.00) = $200 + $600 + $500 = $1,300
- **Volume:** 1,000 \* $1.00 = $1,000
- **Difference:** $300 (23% revenue loss with volume pricing)

As usage increases, the revenue gap widens significantly. Tiered pricing protects your margins on the initial units, while volume pricing gives away that margin to incentivize the customer to reach the next level.

## Side-by-Side Comparison

| Feature               | Tiered Pricing                                                                 | Volume Pricing                                   |
| :-------------------- | :----------------------------------------------------------------------------- | :----------------------------------------------- |
| **Calculation**       | Cumulative (bucket-based)                                                      | Flat (threshold-based)                           |
| **Revenue Potential** | Higher (preserves margin on early units)                                       | Lower (discounts all units)                      |
| **Complexity**        | Higher for customers to calculate                                              | Very simple and transparent                      |
| **Incentive**         | Steady growth                                                                  | Aggressive scaling to hit thresholds             |
| **Pricing Cliff**     | None (smooth transition)                                                       | Significant (total cost can drop as usage rises) |
| **Best For**          | [Usage-based billing](https://dodopayments.com/blogs/usage-based-billing-saas) | Wholesale, bulk seats, or storage                |

## The "Pricing Cliff" Problem in Volume Pricing

One of the biggest risks with volume pricing is the "pricing cliff." This occurs when a customer can actually save money by using _more_ of your product.

Let's look at our volume pricing example again:

- 500 units \* $1.50 = $750
- 501 units \* $1.00 = $501

In this scenario, a customer using 500 units is incentivized to "waste" one unit of usage just to trigger the lower rate and save $249. This creates a perverse incentive and makes your revenue unpredictable. It also feels "unfair" to the customer who is just below the threshold.

Tiered pricing solves this entirely. In a [tiered pricing model](https://dodopayments.com/blogs/tiered-pricing-model-guide), the 501st unit only costs $1.00, but the first 500 units still cost the same. The total price always goes up as usage goes up, which aligns with [pricing psychology](https://dodopayments.com/blogs/pricing-psychology).

## When to Use Tiered Pricing

Tiered pricing is the gold standard for most B2B SaaS companies. You should choose it if:

1. **Value is front-loaded:** The first 10 units of your product provide significantly more value than the 1,000th unit.
2. **You want to maximize expansion revenue:** You want to capture every possible dollar as a customer grows.
3. **You have high infrastructure costs:** You need to ensure your margins are protected on every account.
4. **You use a [billing credits](https://dodopayments.com/blogs/billing-credits-pricing-cashflow) model:** Tiered pricing works perfectly with credit-based systems where users buy packs that fill different tiers.

## When to Use Volume Pricing

Volume pricing is less common in pure SaaS but has its place. You should choose it if:

1. **You are in a commodity market:** If you are selling something like SMS segments or raw storage where price is the primary differentiator.
2. **You want to encourage massive bulk purchases:** If your goal is to get customers to commit to 10,000+ units upfront.
3. **Simplicity is your brand:** If you want your [SaaS pricing calculator](https://dodopayments.com/blogs/saas-pricing-calculator) to be as simple as "Units \* Price."
4. **You are selling seats:** Many companies use volume pricing for seats (e.g., $15/user for 1-10 users, $10/user for all users if you have 11+).

## Hybrid Approaches: The Best of Both Worlds

Many modern SaaS companies do not stick to a rigid definition of either. Instead, they use hybrid models to balance revenue and incentives.

### 1. Tiered Base + Volume Overage

You might have a flat subscription fee that includes a certain number of units (tiered), and then any usage beyond that is charged at a volume-discounted rate. This is a common strategy in [subscription billing software](https://dodopayments.com/blogs/best-subscription-billing-software).

### 2. Capped Tiers

You can use tiered pricing for the first few brackets to protect your margins, and then switch to a flat volume price for "Enterprise" levels to make the deal more attractive for large contracts.

## How Dodo Payments Supports Both Models

Implementing these models manually is a nightmare. You have to track usage in real-time, calculate which units fall into which brackets, and handle the edge cases of upgrades and downgrades mid-cycle.

Dodo Payments is built to handle this complexity out of the box. Whether you are running a simple subscription or a complex [usage-based billing](https://docs.dodopayments.com/features/usage-based-billing/introduction) system, Dodo handles the math for you.

### Implementing Tiered Pricing with Dodo

In the Dodo dashboard, you can create [hybrid billing models](https://docs.dodopayments.com/features/hybrid-billing) where you define multiple price brackets for a single meter. Dodo's billing engine automatically calculates the graduated cost, ensuring your invoices are always accurate and your margins are protected.

### Implementing Volume Pricing

For volume models, you can set up products with [seat-based billing](https://docs.dodopayments.com/features/seat-based-billing) or usage thresholds that apply a single rate to the entire quantity. This is perfect for companies scaling from prosumers to enterprise-grade accounts.

By using a Merchant of Record like Dodo, you also get the added benefit of automatic tax compliance and global payment localization, regardless of how complex your pricing tiers become.

## FAQ

### What is the main difference between tiered and volume pricing?

The main difference is how the price is applied. Tiered pricing applies different prices to units within specific brackets (graduated), while volume pricing applies a single price to all units based on the total quantity reached.

### Can volume pricing lead to a decrease in total revenue as usage increases?

Yes. This is known as the "pricing cliff." If the discount for reaching a new volume threshold is large enough, the total cost for a customer can actually drop when they use more units. Tiered pricing avoids this issue entirely.

### Which model is better for a new SaaS startup?

Tiered pricing is generally better for new startups because it protects margins on smaller accounts and provides a smoother path for expansion revenue. It ensures you are paid fairly for the initial high-value usage of your product.

### How do I explain tiered pricing to my customers?

The best way to explain it is using the "bucket" analogy. Tell customers they are filling up buckets of usage, and each bucket has its own price. This feels fair because they know they are getting the same "deal" on their first units as everyone else.

### Does Dodo Payments handle the calculations for these models?

Yes. Dodo Payments handles all usage tracking and billing calculations for both tiered and volume models. You simply define your brackets and rates in the dashboard, and Dodo takes care of the rest, including global tax and payments.

## Final Take

Choosing between tiered and volume pricing is not just a technical detail; it is a strategic lever for your business. Tiered pricing is almost always the right choice for SaaS companies looking to maximize revenue and avoid perverse incentives. Volume pricing is a powerful tool for commodity services or bulk seat sales where simplicity and aggressive discounting are required.

Whichever model you choose, make sure your billing infrastructure can support it without requiring constant manual intervention. If you are ready to scale your SaaS with a billing system that handles the complexity for you, [get started with Dodo Payments today](https://dodopayments.com).

---

_Related Reading:_

- [The Ultimate Guide to Tiered Pricing](https://dodopayments.com/blogs/tiered-pricing-model-guide)
- [How to Implement Usage-Based Billing](https://dodopayments.com/blogs/usage-based-billing-saas)
- [Maximizing SaaS Profitability in 2026](https://dodopayments.com/blogs/boost-saas-profitability)