Invoice Numbering: Best Practices for Freelancers

The invoice number is the primary key of your billing system. A good scheme sorts correctly, survives year boundaries, and tells you at a glance which tax year a document belongs to. A bad one creates audit flags, reconciliation nightmares, and lost revenue.

Last updated 2026-09-17.

The only rule that matters

Sequential. No gaps. No duplicates. Ever.

Auditors look for two things first: missing numbers (skipped invoices = hidden revenue?) and duplicate numbers (which one is real?). Both are avoidable with a disciplined scheme.

Recommended scheme: INV-YYYY-NNNN

Example: INV-2026-0001, INV-2026-0002, … INV-2026-0147

Alternative schemes (and when to use them)

SchemeExampleProsCons
Simple sequential001, 002, 003…MinimalNo year info; resets are ambiguous
Client-prefixedABC-001, ABC-002Groups by clientBreaks global sequence; audit risk
Date-based20260905-01Sorts by dateMultiple invoices same day need suffix
INV-YYYY-NNNN (recommended)INV-2026-0001Sorts, year-explicit, scalableSlightly longer

What to do when things go wrong

You skipped a number

Do not go back and fill the gap. The gap is now part of your record. Document the reason (voided draft, test invoice deleted) in your internal notes and continue the sequence.

You duplicated a number

Immediately void one of them. Add a suffix to the replacement: INV-2026-0042-A. Note both numbers in your records with the reason.

You need to re-issue a corrected invoice

Issue a new number (next in sequence). In the notes, reference the superseded invoice: This invoice supersedes INV-2026-0042 dated 05 Sep 2026. Never reuse the old number.

You started with a bad scheme

Do not renumber history. Start the new scheme with the next invoice and add a note in your records: Invoices 001–047 used the old scheme; from INV-2026-0048 onwards the INV-YYYY-NNNN scheme applies.

How the Invoice Generator handles numbering

The generator suggests INV-YYYY-0001 based on the current year when you first open it (or after clearing the draft). You can overwrite it with any scheme you prefer. The field is free-text — the tool does not enforce a format, because enforcement belongs to your process, not the calculator.

Checklist for every invoice

Related guides

This guide covers numbering conventions only. It does not constitute legal advice. Some jurisdictions mandate specific formats — verify the rules that apply to you.