Machine Readable Travel Document (MRTD)
An MRTD (Machine Readable Travel Document) is a passport, visa, or ID card built to ICAO Doc 9303, the specification that defines how identity data is laid out so any compliant reader anywhere can parse it. The defining feature is the machine-readable zone: fixed-length fields, a fixed typeface, and check digits. An eMRTD is an MRTD that also carries a contactless chip.
| Full name | Machine Readable Travel Document |
| Governing standard | ICAO Doc 9303 |
| TD1 format | ID-1 card size — 3 lines of 30 characters |
| TD2 format | ID-2 size — 2 lines of 36 characters |
| TD3 format | Passport booklet — 2 lines of 44 characters |
| MRZ typeface | OCR-B, Size I |
| eMRTD | An MRTD with an ISO/IEC 14443 contactless chip |
| Issued by | Sovereign states and recognised issuing authorities |
What makes a document an MRTD
Before ICAO Doc 9303, a border officer in one country had no reliable way to mechanically read a document issued by another. Layouts differed, date formats differed, name conventions differed. Automation was impossible at any scale.
Doc 9303 solved that by fixing the physical and data layout of the machine-readable zone. Three sizes exist because documents come in three shapes:
TD3 is the passport booklet — two lines of 44 characters across the bottom of the data page. TD2 covers larger cards and some older booklets at two lines of 36. TD1 is the credit-card-sized ID, which has less width available and so uses three lines of 30 characters instead of two longer ones.
In every case the fields sit at fixed character positions, the text is set in OCR-friendly OCR-B, and check digits guard the document number, date of birth, expiry date, and a composite of the whole zone. A reader does not need to understand the issuing country’s design conventions. It needs to count characters.
Why MRTDs matter for identity verification
The MRTD specification is the reason cross-border identity verification works at all. It is a rare piece of genuinely global standardisation, and it means a single parser handles documents from nearly two hundred issuing authorities.
That uniformity has a second effect that matters more for fraud. Because every field is positionally fixed and guarded by a check digit, the machine-readable zone is not just readable — it is internally verifiable. Data that has been altered fails arithmetic before anyone examines the document visually.
The eMRTD extends this from arithmetic to cryptography. The chip holds the same biographic data plus a facial image, signed by the issuing country. A reader can now check three sources against each other: what is printed in the visual zone, what is encoded in the MRZ, and what is signed on the chip. Disagreement between any two is a strong fraud signal, and this cross-matching is a core function of identity document verification.
TD1 vs TD2 vs TD3
| TD1 | TD2 | TD3 | |
|---|---|---|---|
| MRZ layout | 3 lines × 30 characters | 2 lines × 36 characters | 2 lines × 44 characters |
| Physical size | ID-1, credit card | ID-2 | ID-3, passport booklet |
| Typical document | National ID cards, residence permits | Some IDs and older booklets | Passports |
| Total MRZ characters | 90 | 72 | 88 |
The counts explain a common source of confusion. TD1 has three lines but fewer total characters than TD3, so it compresses some fields differently. A parser that assumes the TD3 field map will misread a TD1 card entirely.
What the MRTD standard doesn’t cover
It does not govern security features. Doc 9303 specifies data layout and chip behaviour. Holograms, substrates, printing techniques, and optical features are left to issuing authorities, which is why two compliant passports can look nothing alike.
Compliance is not authenticity. A counterfeit built to the specification produces a perfectly valid MRZ. Format compliance says the document is well-formed, not that it was issued by anyone.
Not every ID is an MRTD. Most US driver’s licences have no MRZ at all and encode their data in a PDF417 barcode under a different specification entirely. Assuming MRZ availability is a common integration mistake.
The chip is optional. MRTD does not imply eMRTD. Plenty of compliant documents in circulation have no chip, so a verification flow that depends on chip reading will fail on them.
Frequently asked questions
What is the difference between an MRTD and an eMRTD?
The chip. An MRTD has a machine-readable zone conforming to Doc 9303. An eMRTD adds a contactless ISO/IEC 14443 chip carrying signed biographic data and a facial image, which raises verification from format checking to cryptographic proof of issuance.
Are driver’s licences MRTDs?
Generally no. Most are national documents outside the ICAO travel-document scope and encode data by other means, commonly a two-dimensional barcode. Some countries do issue ID cards in TD1 format that qualify.
Why does TD1 use three lines?
A credit-card-sized document is not wide enough to carry 44 characters at the required print size. Splitting the same data across three shorter lines was the way to fit it while keeping the character cell dimensions that make optical reading reliable.
Who enforces Doc 9303 compliance?
Nobody enforces it directly. ICAO publishes the specification and states adopt it because non-compliant documents create friction at every border. The incentive is practical rather than regulatory.