# Accrued Revenue: Definition, Journal Entries, and SaaS Examples

> Learn what accrued revenue is, how to record the journal entry, and why usage-based SaaS companies accumulate unbilled revenue between metering and invoicing.
- **Author**: Ayush Agarwal
- **Published**: 2026-04-21
- **Category**: Finance, SaaS Metrics
- **URL**: https://dodopayments.com/blogs/accrued-revenue

---

Accrued revenue is one of those accounting concepts that sounds theoretical until your SaaS company starts billing after service delivery. Then it becomes the gap between the value you have already delivered and the invoice you have not sent yet.

Most founders think about revenue in terms of what hits the bank. But accrual accounting does not work that way. Revenue is recognized when it is earned, not when cash arrives. If your product delivered value this month and the invoice goes out next month, you have accrued revenue sitting on the balance sheet right now.

This matters especially in [usage-based billing](https://dodopayments.com/blogs/usage-based-billing-saas) models where customers consume services continuously but get invoiced on a cycle. Every day between metering and invoicing, accrued revenue grows.

If you already track [deferred revenue](https://dodopayments.com/blogs/deferred-revenue-explained) or [gross vs net revenue](https://dodopayments.com/blogs/gross-revenue-vs-net-revenue), accrued revenue is the mirror image that completes the picture.

## What is accrued revenue?

Accrued revenue is revenue that has been earned through the delivery of goods or services but has not yet been billed or collected. It appears on the balance sheet as a current asset because the company has a right to receive payment for work already performed.

The key distinction: the service happened, the customer owes you money, but no invoice exists yet.

Common examples outside SaaS include consulting firms that bill monthly for work performed daily, or contractors who complete project milestones before submitting payment requests. In SaaS, it shows up most clearly in usage-based and metered billing models.

Accrued revenue is sometimes called unbilled revenue or accrued receivables. All three refer to the same underlying concept: earned but not yet invoiced.

## Accrued revenue vs deferred revenue

Founders often confuse these two because both involve timing gaps between cash and revenue recognition. But they point in opposite directions.

| Concept | Service status | Payment status | Balance sheet position |
| --- | --- | --- | --- |
| Accrued revenue | Delivered | Not yet billed | Asset (you are owed money) |
| Deferred revenue | Not yet delivered | Already collected | Liability (you owe service) |

With [deferred revenue](https://dodopayments.com/blogs/deferred-revenue-explained), cash arrives before the work is done. A customer prepays an annual subscription, and you recognize revenue ratably as each month of service is delivered. The unearned portion sits as a liability.

With accrued revenue, the work is done before cash arrives. You delivered API calls, compute hours, or platform access this month, but the invoice will not go out until next month. The earned-but-unbilled portion sits as an asset.

Think of it this way: deferred revenue means you owe the customer future service. Accrued revenue means the customer owes you money for past service.

## The accrued revenue journal entry

Recording accrued revenue requires an adjusting journal entry at the end of the accounting period. The entry creates an asset (the right to be paid) and recognizes the revenue that was earned.

### When revenue is earned but not yet billed

| Account | Debit | Credit |
| --- | --- | --- |
| Accrued Revenue (Asset) | $5,000 | |
| Revenue (Income) | | $5,000 |

This entry increases your assets (you are owed money) and increases recognized revenue on the income statement.

### When the invoice is sent and payment is received

Once the invoice goes out and the customer pays, you reverse the accrued revenue and record the receivable-to-cash flow:

| Account | Debit | Credit |
| --- | --- | --- |
| Accounts Receivable | $5,000 | |
| Accrued Revenue (Asset) | | $5,000 |

Then when cash arrives:

| Account | Debit | Credit |
| --- | --- | --- |
| Cash | $5,000 | |
| Accounts Receivable | | $5,000 |

The full lifecycle moves through three stages: accrued revenue (earned, unbilled) to accounts receivable (billed, uncollected) to cash (collected). At each step, one asset replaces another until the cash is in the bank.

## The accrued revenue lifecycle in SaaS

The flow is clearest in [usage-based billing](https://dodopayments.com/blogs/usage-based-billing-saas) where customers consume services continuously but invoices go out on a fixed cycle.

```mermaid
flowchart LR
    A["Usage events recorded daily"] -->|"Value delivered"| B["Accrued revenue builds"]
    B -->|"Billing cycle ends"| C["Invoice generated"]
    C -->|"Customer pays"| D["Cash collected"]
```

Between steps A and C, accrued revenue grows every day. The moment the invoice is created, accrued revenue converts to accounts receivable. When the customer pays, accounts receivable converts to cash.

This is why founders building [metered pricing](https://dodopayments.com/blogs/metered-pricing-guide) or [implementing usage-based billing](https://dodopayments.com/blogs/implement-usage-based-billing) need to understand accrued revenue. The gap between delivering value and collecting payment can be weeks or even a full month.

> Usage-based founders should watch accrued revenue growth the same way subscription founders watch MRR. If unbilled revenue is climbing faster than invoicing can keep up, your billing cycle might be too slow for your consumption patterns.
>
> \- Ayush Agarwal, Co-founder & CPTO at Dodo Payments

## SaaS scenarios that create accrued revenue

Accrued revenue does not only appear in usage-based models. Several common SaaS monetization patterns produce it.

### Usage-based and metered billing

This is the most straightforward case. Customers consume API calls, compute hours, storage, or transactions throughout the month. The platform meters usage in real time, but invoices go out on the first of the following month. Every day of consumption before that invoice creates accrued revenue.

If your billing infrastructure supports [usage-based billing](https://docs.dodopayments.com/features/usage-based-billing/introduction), usage events are tracked as they happen. The accounting question is how quickly those events become invoiced revenue.

### Mid-cycle subscription upgrades

A customer on a $100/month plan upgrades to a $200/month plan on day 15. The prorated difference for the remaining 15 days is earned immediately but may not be billed until the next cycle. That prorated amount is accrued revenue until it appears on an invoice.

### Milestone-based or project billing

Some SaaS products charge based on completed milestones, such as successfully processing a batch, generating a report, or finishing an onboarding phase. If the milestone is completed before the billing event, accrued revenue exists in the interim.

### Contracted minimums with true-up billing

Enterprise contracts sometimes include a minimum commitment with quarterly true-ups based on actual consumption. If actual usage exceeds the minimum, the overage is earned as it happens but only billed at true-up time.

## A concrete accrued revenue example

Suppose your SaaS platform charges $0.02 per API call, billed monthly in arrears.

In April, a customer makes 250,000 API calls. The total earned value is $5,000. But your billing cycle runs on the first business day of May.

Here is how accrued revenue builds throughout April:

| Date | Cumulative API calls | Cumulative value earned | Accrued revenue |
| --- | --- | --- | --- |
| April 7 | 62,500 | $1,250 | $1,250 |
| April 14 | 125,000 | $2,500 | $2,500 |
| April 21 | 187,500 | $3,750 | $3,750 |
| April 30 | 250,000 | $5,000 | $5,000 |

On April 30, the adjusting journal entry records $5,000 as accrued revenue (debit) and revenue (credit). On May 1, the invoice is generated and accrued revenue converts to accounts receivable.

If you are tracking [MRR](https://dodopayments.com/blogs/mrr-monthly-recurring-revenue) alongside usage charges, accrued revenue from usage sits on top of your subscription base. Both are real revenue, but they follow different billing timelines.

## ASC 606 and accrued revenue recognition

Under ASC 606 (Revenue from Contracts with Customers), revenue is recognized when control of the promised good or service transfers to the customer. The standard uses a five-step model:

1. Identify the contract with the customer
2. Identify the performance obligations
3. Determine the transaction price
4. Allocate the price to performance obligations
5. Recognize revenue as obligations are satisfied

For SaaS companies, this means revenue is recognized as the software service is delivered, not when the invoice is sent or cash is received. If your performance obligation is satisfied over time (which is typical for SaaS access), revenue accrues continuously as service is provided.

The practical implication: if you deliver service in April and invoice in May, ASC 606 requires you to recognize revenue in April. That creates the accrued revenue entry.

This is the same recognition framework that drives [deferred revenue](https://dodopayments.com/blogs/deferred-revenue-explained) treatment. Both concepts are outputs of matching revenue recognition to service delivery rather than cash flow.

## Accrued revenue on financial statements

Accrued revenue touches three financial statements differently.

**Balance sheet.** Accrued revenue appears as a current asset, typically grouped with receivables or listed as a separate line item called unbilled revenue. It increases when you earn revenue before billing and decreases when invoices are issued.

**Income statement.** The revenue recognized through the accrual entry appears on the income statement in the period it was earned. This is what makes your income statement reflect economic reality rather than billing timing.

**Cash flow statement.** No cash has changed hands when accrued revenue is recorded. The cash flow impact comes later when the customer actually pays the invoice. This is why a company can show strong revenue on the income statement while cash flow lags behind.

Founders who focus only on cash-basis thinking can miss this entirely. If you want a cleaner picture, pair accrued revenue analysis with [revenue leakage](https://dodopayments.com/blogs/revenue-leakage-saas) tracking and [net revenue retention](https://dodopayments.com/blogs/net-revenue-retention-nrr) to understand both recognition and collection health.

## Common mistakes with accrued revenue

### Not recording accrued revenue at all

Some early-stage teams skip adjusting entries because they bill quickly or the amounts feel small. This works until usage-based revenue or mid-cycle upgrades become material, and then the income statement is suddenly wrong.

### Confusing accrued revenue with accounts receivable

Accrued revenue is earned but unbilled. Accounts receivable is billed but uncollected. They are sequential steps, not synonyms. Mixing them creates confusion in aging reports and collection workflows.

### Letting accrued revenue balances grow without investigation

A rising accrued revenue balance is not always good. It can mean your billing cycle is too slow, invoices are stuck in a queue, or usage data is not flowing to the billing system on time. If accrued revenue keeps climbing without a matching rise in invoiced revenue, something in the billing pipeline is broken.

### Ignoring the cash flow timing gap

Accrued revenue inflates your income statement before cash arrives. Founders who hire or spend based on recognized revenue without checking collection timelines can run into cash crunches despite healthy-looking financials.

## How a Merchant of Record simplifies accrued revenue

When you use a [Merchant of Record](https://dodopayments.com/blogs/what-is-a-merchant-of-record) like Dodo Payments, the billing and revenue operational complexity changes.

Dodo acts as the seller of record, which means tax collection, compliance, and invoicing are handled within the platform. For SaaS founders, that has practical effects on accrued revenue management:

- Usage events flow into the billing system through the [usage-based billing infrastructure](https://docs.dodopayments.com/features/usage-based-billing/introduction), reducing the gap between metering and invoicing
- [Subscription](https://docs.dodopayments.com/features/subscription) billing handles proration and mid-cycle changes automatically, minimizing manual accrual calculations
- Tax is calculated and collected at the transaction level across 220+ countries and regions, so accrued revenue balances are not inflated by tax amounts you need to remit
- Payout reconciliation is cleaner because the MoR structure means one operational system tracks the full lifecycle from usage event to cash settlement

The difference between an MoR and a traditional [payment facilitator](https://dodopayments.com/blogs/merchant-of-record-vs-payfac) matters here. With a payfac, you are still the seller of record and carry the full burden of revenue recognition, tax, and compliance. With an MoR, the operational surface area shrinks.

That does not eliminate the need for proper accrual accounting inside your company. But it does mean fewer manual entries, fewer reconciliation gaps, and faster invoice cycles that naturally reduce accrued revenue balances.

## FAQ

### What is the difference between accrued revenue and deferred revenue?

Accrued revenue is earned but not yet billed, so it appears as an asset. Deferred revenue is collected but not yet earned, so it appears as a liability. They are opposite sides of the same revenue timing problem.

### Is accrued revenue the same as accounts receivable?

No. Accrued revenue is earned but unbilled. Accounts receivable is billed but uncollected. Accrued revenue converts to accounts receivable once the invoice is issued to the customer.

### Why does usage-based billing create more accrued revenue?

Because customers consume services continuously but are invoiced on a fixed cycle, usually monthly. Every day of usage between invoice dates creates revenue that has been earned but not yet billed, which is accrued revenue by definition.

### How do you record an accrued revenue journal entry?

Debit the Accrued Revenue asset account and credit the Revenue income account for the amount earned but not yet billed. When the invoice is later issued, debit Accounts Receivable and credit Accrued Revenue to reclassify the balance.

### Does ASC 606 require companies to record accrued revenue?

ASC 606 requires revenue recognition when performance obligations are satisfied, regardless of billing timing. If service is delivered before invoicing, the standard effectively requires an accrued revenue entry to match revenue to the correct period.

## Conclusion

Accrued revenue is not an abstract accounting exercise. It is the direct result of delivering value before sending an invoice. For SaaS companies selling usage-based, metered, or arrears-billed products, accrued revenue can be one of the largest current assets on the balance sheet.

Understanding how to record it, how it differs from deferred revenue, and how ASC 606 drives recognition timing gives founders a clearer picture of financial health. The journal entries are straightforward once you see the pattern: debit the asset when revenue is earned, credit it when the invoice goes out.

If you want to reduce the operational gap between usage metering and invoicing, explore [Dodo Payments](https://dodopayments.com) and review [pricing](https://dodopayments.com/pricing).
---
- [More Finance articles](https://dodopayments.com/blogs/category/finance)
- [All articles](https://dodopayments.com/blogs)