Metered Billing
Also known as: Usage-Based Billing, Pay-As-You-Go Billing, Consumption-Based Billing
Metered billing charges customers based on actual usage of a product or service, tracked and invoiced after consumption rather than as a flat fee.
Definition
Metered billing is a pricing model where customers pay for what they actually consume — API calls, gigabytes transferred, minutes used, transactions processed, or any other measurable unit. Your billing system tracks usage events in real time and converts them into line items on an invoice at the end of each cycle.
Operators use metered billing when product value scales with usage rather than with seats or a fixed subscription. A typical setup involves a usage meter (the counter), a rating engine (price per unit, often with tiers or volume discounts), and an invoicing layer that reconciles the totals at month-end. Many companies blend it with a flat base fee — a hybrid model that gives predictable floor revenue plus upside from heavy users.
Metered billing is different from pure subscription billing, where the price is fixed regardless of consumption, and different from one-time transactional billing, where each charge is a discrete sale. The defining trait is continuous measurement against a price schedule, with the bill assembled from accumulated events.
Why It Matters
Metered billing aligns revenue with the value customers actually extract from your product, which is the single biggest driver of expansion revenue in usage-led businesses. Heavy users pay more without you renegotiating contracts, and light users stay on instead of churning because they aren't overpaying for unused capacity. For finance teams, it unlocks net revenue retention growth that flat subscriptions can't produce.
Ignore it and you leave money on the table — or worse, you cap your own growth by selling unlimited plans at a fixed price. Teams that bolt usage tracking onto a system that wasn't built for it usually end up with reconciliation errors, disputed invoices, and a finance ops headache every month-end. Customers will notice surprise charges immediately, so accuracy and transparency are non-negotiable.
Examples in Practice
A B2B communications platform charges a $99 monthly base plus $0.0075 per SMS sent. A mid-market customer sends 240,000 messages in March; the invoice shows the base fee plus a metered line item of $1,800, calculated from the platform's event log of every API call that triggered a send.
A cloud storage provider bills customers per gigabyte stored per month, prorated daily. A 30-person agency uploads 800 GB on the 15th of the month and gets charged for half a month of storage on that volume, automatically rolled into their next invoice with a usage breakdown by folder.
A managed services firm charges retainer clients a fixed monthly fee for the first 40 support hours and meters anything beyond at an hourly rate. Their billing system pulls time entries from the ticketing tool, applies the contract's overage rate, and generates an invoice line for the excess hours.