The Block of Letters at the Bottom
On a passport, and on some identity cards, the lower portion of the page carries lines of capital letters, digits, and chevrons in a blocky typeface that looks like nothing else on the document. That is the machine readable zone, and it is one of the oldest pieces of automation still in daily use at borders.
Those two lines of code sit along the lower edge of the card, and machine readable zones appear on identity documents worldwide. This guide explains what the zone encodes, how its check digits work, and why a driver licence in the United States carries a barcode instead. It sits next to the barcode-centric account in what is encoded in a licence barcode.
What the Zone Actually Is
A machine readable zone is plain text, deliberately. It is not encrypted, not compressed, and not hidden. It is the same information printed elsewhere on the document, rendered in a fixed layout and a font designed for optical character recognition, so a cheap reader can lift it reliably without understanding the design of the document.
That design choice is the reason it has survived so long. A barcode needs a scanner that knows the symbology. A zone of OCR-friendly characters can be read by anything with a camera and reasonable software, which mattered enormously when it was introduced and still matters at a border post with old equipment.
What It Contains
The exact layout depends on the document format, but the fields are consistent:
- Document type and issuing country.
- Surname and given names, separated by chevrons because the format has no spaces.
- Document number.
- Nationality, date of birth, and sex.
- Expiry date.
- Check digits, several of them.
Chevrons do the work that spaces and punctuation would do elsewhere. They separate names, pad fields to fixed width, and fill unused positions, which is why the zone looks so distinctive. Fixed width matters because a reader locates each field by counting character positions rather than by parsing.
How Check Digits Catch Errors
The check digits are the clever part. Each one is computed from the characters preceding it using a simple weighted sum, and a final composite digit covers several fields at once. A reader recomputes them and compares.
This turns a misread into a detected error rather than a wrong answer. If the optical read confuses an eight for a B, the arithmetic fails and the reader knows to ask a human rather than confidently admitting the wrong data. It is the same philosophy behind the redundancy built into two dimensional barcodes, described in PDF417 error correction on licences, achieved with much simpler mathematics.
Why Driver Licences Do Not Have One
The obvious question is why a United States licence does not carry a machine readable zone when passports do. The answer is that the two document families solved the same problem at different times, under different authorities, for different readers.
Passports are governed internationally, and the zone was standardized decades ago so any border in the world could read any passport. Driver licences are issued by individual jurisdictions and standardized regionally, and by the time they needed machine readability the two dimensional barcode existed and could hold far more data in less space. So licences went to the barcode and passports kept the zone. The two standards families are compared in ICAO 9303 passport standards versus AAMVA.
What the Zone Cannot Do
A machine readable zone proves nothing about authenticity on its own. It is printed text with arithmetic attached, so anybody who can print can produce a zone whose check digits are internally consistent. The digits catch reading errors, not lies.
Authenticity comes from elsewhere: the substrate, the optical features, and on electronic documents the signed chip that carries the same data cryptographically. That is why an inspector reads the zone for data and inspects the document for genuineness, and treats those as two separate questions. More of the anatomy is set out in the ID security features hub.
Frequently Asked Questions
What is a machine readable zone?
It is the block of capital letters, digits, and chevrons on a passport or some identity cards. It repeats data printed elsewhere on the document in a fixed layout and an OCR-friendly typeface so a simple reader can lift it.
Why are there chevrons in it?
The format has no spaces or punctuation, so chevrons separate names and pad every field to a fixed width. Readers find each field by counting character positions, which only works if the widths never vary.
What do the check digits do?
Each is a weighted sum of the characters before it, with a composite digit covering several fields. A reader recomputes them, so an optical misread fails the arithmetic instead of silently producing wrong data.
Why do US driver licences use a barcode instead?
Different standards bodies and different timing. Passports were standardized internationally decades ago around the zone, while licences adopted machine readability later, when a two dimensional barcode could hold more data in less space.
Can a machine readable zone prove a document is genuine?
It cannot. The zone is printed text with arithmetic attached, and anyone able to print can make one internally consistent. Genuineness is established by the substrate, the optical features, and on electronic documents the signed chip.
Is the zone encrypted?
No, and deliberately so. It is plain text meant to be readable by the simplest possible equipment. Any confidentiality or integrity guarantees come from other parts of the document, not from the zone.
