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
- Sorts correctly. Lexicographic and chronological order are identical.
- Year boundary is explicit.
INV-2026-0147andINV-2027-0001can never be confused. - Four-digit counter. Handles up to 9,999 invoices per year — more than enough for any freelancer or small studio.
- Human-readable. You and your accountant can glance at a spreadsheet and know the year and sequence instantly.
Alternative schemes (and when to use them)
| Scheme | Example | Pros | Cons |
|---|---|---|---|
| Simple sequential | 001, 002, 003… | Minimal | No year info; resets are ambiguous |
| Client-prefixed | ABC-001, ABC-002 | Groups by client | Breaks global sequence; audit risk |
| Date-based | 20260905-01 | Sorts by date | Multiple invoices same day need suffix |
| INV-YYYY-NNNN (recommended) | INV-2026-0001 | Sorts, year-explicit, scalable | Slightly 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
- ☐ Number follows your declared scheme
- ☐ Number is the next unused integer in the sequence
- ☐ Year prefix matches the issue date's year
- ☐ No other invoice (live, voided, or draft) shares this number
- ☐ If corrected: new number issued, old number referenced in notes
Related guides
- How to Create an Invoice: Step-by-Step Guide
- What an Invoice Must Contain (Legal Requirements)
- Organizing Invoice Records for Tax Time
This guide covers numbering conventions only. It does not constitute legal advice. Some jurisdictions mandate specific formats — verify the rules that apply to you.