Skip to content
Invoice Generator Tool

How to number invoices (with examples)

Updated · 2 min read

Invoice numbers look like a small detail, but they matter. They help you and your clients track payments, they make your records auditable, and in many countries tax rules require them to be unique and sequential.

The rules

  1. Every invoice gets a unique number. Never reuse one.
  2. Numbers follow a consistent sequence. No random jumps.
  3. Do not delete issued invoices. Cancel them with a credit note instead.
  4. Keep the format consistent once you have picked one.

Common numbering formats

Format Example Good for
Simple sequence 0001, 0002, 0003 Most small businesses
Prefix + sequence INV-0001 Telling invoices apart from quotes (QUO-0001)
Year + sequence 2026-001 Resetting yearly; easy to see the year
Year-month + sequence 202609-01 High volume, monthly reporting
Client + sequence ACME-003 Few clients, many invoices each

Tips for choosing

  • Pad with zeros (0001 instead of 1) so numbers sort correctly.
  • Leave room to grow. Four digits is plenty for most people; high-volume businesses may need more.
  • If you reset numbering each year, include the year so numbers stay unique.
  • Avoid giving away how many clients you have. Starting at 1001 is perfectly fine.

Handling mistakes and cancellations

If an invoice is wrong after you have sent it, the clean approach is:

  1. Issue a credit note referencing the wrong invoice, for the same amount.
  2. Send a new invoice with the next number and the correct details.

Gaps caused by genuinely unused numbers should be explainable, so keep a note if you skip one.

Automatic numbering

Our invoice generator continues your numbering automatically. If your last invoice was INV-0041, the next new invoice will be INV-0042, and zero padding is kept. You can type any format you like, and the sequence continues from there.

Frequently asked questions

Can I start invoice numbers at something other than 1?

Yes. Many businesses start at 1001 or include the year. What matters is that numbers are unique and follow a consistent sequence from then on.

What do I do if I make a mistake on an invoice?

Do not delete it and reuse the number. Issue a credit note that cancels it, then send a corrected invoice with a new number. That keeps your records complete.

Can two invoices have the same number if they go to different clients?

Not in a simple single sequence. If you use client prefixes (ACME-001, BETA-001), the full number is still unique, which is what counts.