Calculate total cost with tiered pricing where each tier applies only to units within that range. Utility-billing style graduated pricing analysis.
Tiered pricing charges different rates for different bands of quantity, where each tier's price applies only to the units that fall within that specific range. This is commonly called "graduated" or "progressive" pricing. Unlike volume pricing, where a single per-unit price applies to the entire order, tiered pricing means only the marginal units above a threshold are charged at the next rate.
This model is widespread in utility billing (electricity, water, gas), SaaS usage-based plans, API pricing, cloud storage, and wholesale ordering. For example, a SaaS platform might charge $0.10/request for the first 10,000 requests, $0.07 for the next 40,000, and $0.04 for everything above 50,000. The total cost is the sum of cost from each tier.
Our Tiered Pricing Calculator lets you define up to 8 graduated tiers and instantly see how total cost accumulates across tiers for any usage level, including an effective blended rate and a visual breakdown of spend per tier.
Tiered pricing rewards increasing usage while protecting margin on smaller users. Understanding how each tier contributes to total cost helps buyers optimize consumption levels and helps sellers design tier breakpoints that maximize revenue without discouraging growth. Compare your tiered schedule against flat-rate alternatives to confirm the model works for both sides.
Total Cost = Σ (Units in Tierᵢ × Priceᵢ) Blended Rate = Total Cost ÷ Total Units Tierᵢ Units = min(Usage, Upperᵢ) − Lowerᵢ (clamped to 0)
Result: $47.00 (blended $0.0627/unit)
The first 100 units cost 100 × $0.10 = $10.00. The next 400 units (101–500) cost 400 × $0.07 = $28.00. The remaining 250 units (501–750) cost 250 × $0.04 = $10.00. Total = $10 + $28 + $10 = $48.00. The blended per-unit cost is $48.00 ÷ 750 = $0.064/unit, significantly lower than the top tier rate of $0.10 but higher than the lowest tier rate of $0.04.
Flat pricing charges one rate regardless of quantity — simple but leaves money on the table from low-volume buyers and may not attract high-volume ones. Volume pricing assigns a single rate based on total order size, creating dramatic "cliffs" at breakpoints. Tiered pricing provides a smooth cost curve where each marginal unit is priced according to its band, balancing simplicity with incentive alignment.
Set tier boundaries at natural usage clusters. Analyze your customer distribution: if 80% of users consume 0–500 units, that's your base tier ceiling. Space remaining tiers to capture power users without creating dead zones. A common pattern is doubling: 100 / 500 / 2,000 / 10,000. Always model revenue at median usage within each tier to ensure profitability.
As usage increases through tiers, the blended rate gradually decreases, creating a natural incentive for growth without the abrupt price drops of volume pricing. Visualize this curve to identify the "sweet spot" where your pricing is most competitive against alternative providers.
In volume pricing, the entire order gets one price based on total quantity. In tiered pricing, each band of units has its own rate and only units within that band are charged at that rate. Tiered pricing always produces a higher total cost than volume pricing at the same breakpoints because units in lower tiers don't benefit from higher-tier discounts.
Divide the total cost by the total number of units. The blended rate represents the effective per-unit cost across all tiers and always falls between the highest tier rate and the lowest tier rate for the tiers you actually use.
Tiered pricing protects seller margin on low-usage customers while still offering discounts for high-volume users. For buyers, it means they always pay the higher rate on initial units, but benefit from lower marginal rates as they scale. Volume pricing can be more buyer-friendly at high quantities.
Most effective tiered models use 3–5 tiers. Fewer tiers are simpler for customers to understand. Too many tiers (7+) create confusion and administrative overhead without meaningful pricing granularity.
Absolutely. SaaS platforms, API providers, cloud services, consulting firms, and telecom carriers all use tiered pricing. Any usage-based metric (requests, hours, storage, bandwidth) can be structured in tiers.
Compared to volume pricing, yes — high-volume customers pay more because their initial units are charged at higher tier rates. However, compared to a flat rate, tiered pricing usually offers savings for large customers. The key is benchmarking against competitors at the volumes your top customers actually consume.