What Is Bates Numbering? A Guide to Sequential Numbering for Legal Documents
6 min read
When a case file contains thousands of pages of evidence, correspondence, and records, referring to one of them as "that page somewhere in the middle of the third binder" just isn't practical. The legal world solved this problem in the late nineteenth century with the invention of the Bates stamping machine; today the same logic continues in digital form, with tools that automatically stamp sequential numbers onto PDF documents. In this article, we take a detailed look at what Bates numbering is, what technical methods are used to apply it, when it's actually necessary, and what you should watch out for when uploading a document to an online tool for this purpose.
What exactly is Bates numbering?
Bates numbering is the process of adding a unique, sequential, typically prefixed identifier to every page in a document set. An example format looks like this: ABC-000001, ABC-000002, ABC-000003... Here, the prefix (ABC) usually represents the case, the party, or the document source, while the number that follows is a fixed-digit, zero-padded counter.
These numbers are added to the bottom or top corner of the page without touching the page's original content. The goal is to be able to point to any single page within a stack of thousands of pages of evidence with one exact reference (like "see document number ABC-004521"). Page numbers don't reset from document to document; they increase continuously across the entire set. This means the same number never repeats on two different pages.
The name comes from the mechanical stamping device developed by Edwin G. Bates in the nineteenth century, which automatically printed increasing numbers. In the paper era, every page was fed through a physical machine to be stamped; today this is done in software, by adding a text layer to every page of the PDF file.
What technical method is used: WASM or a server?
Bates numbering is, technically speaking, a relatively lightweight operation — there's no need to analyze or reinterpret the document's content, just place text in a defined corner of each page. This makes it extremely well-suited to processing with browser-based WebAssembly (WASM) engines.
In practice, there are two basic approaches:
Server-side processing: The file is uploaded to a server, numbers are added there using a PDF library, the result is sent back, and it's usually deleted from the server after some time. This method can be practical for large document sets or batch processing, but it means the file goes out to a third-party server at some point.
In-browser (WASM) processing: The PDF library is compiled to WebAssembly and runs directly in the user's browser. The file never leaves the device; numbering, ordering, and prefix insertion all happen locally, and the result is downloaded directly. Because Bates numbering isn't a CPU-intensive operation, this approach delivers reasonable performance even with large files.
Some tools also offer AI-assisted analysis for additional features like OCR or document classification, but the core function of Bates numbering — stamping sequential numbers — doesn't itself require any "smart" decision-making. What matters most here is accuracy and consistency: that numbers aren't skipped, aren't repeated, and match the chosen format exactly.
When and why is it needed?
Bates numbering comes up most often in the following situations:
- Case file preparation (discovery/evidence submission): In a document set of thousands of pages exchanged between parties, every page needs a unique identity. Saying "see ABC-000047" instead of "see page 47" during a hearing prevents confusion.
- Contracts and tender files: Sequential numbering is used in multi-page contract exhibits or tender documents to prove the integrity of the pages. A missing or altered page becomes immediately noticeable through a gap in the numbering.
- Audit and compliance files: The same need for traceability arises in internal audit, mediation, or administrative investigation files.
- Archiving and physical-digital matching: Bates numbers can also be used to match digital copies of documents scanned from paper with the order of the original physical folders.
In short, whenever multiple people need to reference the same document set at different times and from different places, Bates numbering provides a shared, immutable reference system. Manually writing numbers on hundreds of PDF pages one by one both wastes time and is prone to human error; that's why using an automated tool becomes a practical necessity, especially for large document sets.
What does this mean for security and privacy?
Documents processed with Bates numbering usually carry sensitive content: case evidence, personal data, trade secrets, contract details. This raises the stakes on how the tool actually works.
A few concrete questions are worth asking:
- Where does the file go? If the processing happens in-browser (via WASM), the file never leaves your device — a significant advantage for sensitive legal documents. If it's a server-based tool, you need to know which server, which region (Turkey, EU, US, etc.) the file is going to, and how long it's stored.
- Is the numbering order preserved? If a document set is processed in the wrong order, the Bates numbers get stamped in the wrong order too, which can create a serious problem for evidentiary integrity. It should be clear whether numbering follows file names or upload order.
- Does the original file change? A good Bates numbering process only adds a layer without touching the document's existing content (text, signatures, dates). Keeping the page content intact is important for preserving the document's evidentiary value.
- Is data deleted after processing? Especially with server-based tools, how long the file is kept on the server after processing finishes, and how it's deleted, should be stated transparently.
When working with legal documents, confidentiality isn't just a technical detail — it's a professional obligation. That's why, even for a relatively simple operation like Bates numbering, understanding how the tool handles data is a step you should take before uploading the file.
Practical tips for use
Before starting a Bates numbering job, clarifying the following points makes the process easier: decide your prefix format in advance (abbreviation, date code, party name, etc.); fix the starting number (usually 000001) and the digit count; control the processing order of the documents through a file naming convention; and decide which corner of the page the numbers will appear in and at what font size. When these settings are clarified in advance, the output stays consistent and there's no need for renumbering later.
Frequently Asked Questions
What's the difference between a Bates number and a regular page number?
A regular page number starts at 1 in every document and is specific to that document. A Bates number, on the other hand, continues uninterrupted across the entire document set; meaning the second document continues numbering right where the first document left off. This way, even with hundreds of separate files, every page has a single unique identity across the whole set.
Does Bates numbering change the content or text of the PDF?
No, a properly functioning Bates numbering process only places an additional text layer in a designated corner of the page; the document's existing text, signatures, or formatting remain unchanged. This matters for preserving the document's evidentiary value.
Is it possible to number multiple PDF files with a single Bates numbering sequence?
Yes, that's the core purpose of Bates numbering. Multiple files are processed in a defined order, and the numbering doesn't reset at the end of one file — it continues right where it left off in the next; this creates a single, sequential reference system across the entire set.
Try this out right away with Bates Numaralama.
Try Bates Numaralama