The invoice number is the one field every accounting system, tax office, and client bookkeeper keys on. Get the numbering right and disputes resolve in seconds because both sides can point at the same document. Get it wrong, by reusing a number or leaving gaps, and you create year-end work for yourself at best.
What an invoice number is
A short unique identifier you assign to each invoice you issue, usually shown near the top as "Invoice #" or "No.". It is not the same as a purchase order number, a customer number, or a payment reference, although your system can echo it into those. Its two jobs: make each invoice findable, and put the invoices in the order you issued them.
The four rules that matter
- Unique. No two invoices share a number, ever. A duplicate breaks bookkeeping on both sides.
- Sequential. Each new invoice takes the next number after the previous one. Many countries require an unbroken ascending sequence by law for tax purposes, and auditors read gaps as missing invoices.
- Never reuse. If you void invoice 0042, the next invoice is 0043. Retiring a number is fine; recycling it is not.
- One sequence. Keep a single series across all clients. Running parallel sequences per client (allowed in some countries, not in others) is bookkeeping complexity you do not need as a small business.
Four formats that work
- Pure sequential: 0001, 0002, 0003. Simplest possible. Best for solo freelancers and single-series businesses. Leading zeros keep sorting correct in spreadsheets.
- Year plus sequence: 2026-001, 2026-002. Resets each year, which keeps numbers short and tells you the age of an invoice at a glance. The most popular small-business format.
- Client prefix plus sequence: ACME-014, GLOBEX-003. Helpful when you invoice many clients and want to filter by client fast. Keep the global sequence intact in your own ledger even if the printed number carries the prefix.
- Date-based: 20260818-01. Encodes the issue date. Sorts beautifully, gets long, and reveals volume if anyone collects your invoices. Use it if your memory works by dates.
Choosing between them
If you invoice under ten clients, use year plus sequence (2026-041). If you juggle dozens of clients and live in email search, the client prefix saves real time. Avoid date-based unless you genuinely think in dates; most people regret the length. Whatever you pick, the format matters less than never breaking it.
Three questions people always ask
Can I start at a higher number? Yes. Nothing forces you to begin at 1. Starting at 0101 is common and makes a young business look established. The sequence just has to continue unbroken from wherever you start.
Can I change format mid-year? Preferably not. If you must, start the new format with the year marker (2027-001) so the change reads as intentional, and note the switch in your own records.
Does a proforma invoice take a number? A proforma is not a demand for payment, so in most systems it lives outside the legal invoice sequence. See our guide on proforma invoices for how to handle the transition to the real invoice number.
Where the number goes
Top of the document, labeled clearly, near the date. If you email invoices as PDFs, put the number in the file name too (invoice-2026-041-acme.pdf) and in the subject line; clients search their inbox, not their folder tree. Our guide on sending an invoice covers the subject line formula.
Build your next invoice with the number already in place using the free invoice generator.