Home Driver's License New York

New York Driver's License validator

How the Driver's License format works

Format
8-9 digits (legacy), or a newer letter-prefixed / all-letter form
Example
123456789

Things to watch for

  • Format-only check — does not confirm the license actually exists, is valid, or is registered to a real driver
  • UNCERTAIN: New York has used more historical formats than almost any other state (classic 9-digit, letter+7-digit, and newer longer alphanumeric forms) — sources conflict on the newer forms, so this checker is deliberately permissive; flag for extra review
  • Runs entirely in your browser — nothing you type is transmitted or stored
Regex for Driver's License
^(\d{8,9}|[A-Z]\d{7}|[A-Z]\d{18}|[A-Z]{8})$

A New York driver’s license number has taken more documented shapes over the years than almost any other state’s, issued by the New York Department of Motor Vehicles: a classic 8- or 9-digit numeric form, a letter followed by 7 digits, a letter followed by 18 digits, or an 8-letter all-alphabetic form. Sources conflict on exactly which of the newer, longer forms represents current issuance, which is itself a reflection of how many numbering generations New York DMV has cycled through.

Reading the format

Rather than guess at which format is “the” current one and risk rejecting a real, still-valid number, this checker deliberately accepts every documented shape — the classic digits-only form alongside all three newer alphanumeric variants. What it still rejects is a string that fits none of the four.

What a pass doesn’t tell you

None of New York’s documented formats include a check digit this tool can verify. A pass confirms only that the shape matches one of the four known patterns — not that DMV issued it, that the license is current, or that it belongs to a real driver.

Scope: format-only validation across all documented eras, entirely client-side.

Content last reviewed 2026-08-09.

Driver's License FAQ

Why does New York have so many driver's license number formats?

New York DMV has used more documented historical formats than almost any other state: a classic 8-9 digit numeric form, a letter followed by 7 digits, a letter followed by 18 digits, and an 8-letter all-alphabetic form. This checker accepts all of them.

Which New York format should I expect to see today?

Sources conflict on exactly which of the newer, longer alphanumeric forms is current, so rather than pick one and risk rejecting a real number, this checker is deliberately permissive across every documented shape.

Does a valid format confirm the license is currently active?

No. It only confirms the string matches one of the documented shapes, not that DMV has that number on file or that the license is valid.

← More Driver's License validators