Home Driver's License New Mexico

New Mexico Driver's License validator

How the Driver's License format works

Format
8 or 9 digits, numeric only
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
  • The number encodes no checksum digit we verify
  • Runs entirely in your browser — nothing you type is transmitted or stored
Regex for Driver's License
^\d{8,9}$

A New Mexico driver’s license number is a purely numeric string of either 8 or 9 digits, e.g. 123456789, issued by the New Mexico Motor Vehicle Division (MVD). That two-length range is narrower than states like South Carolina or Utah, which accept a much wider spread, making a New Mexico check a bit more decisive: any digit count outside 8 or 9 is rejected outright.

Reading the format

This tool confirms the input is entirely numeric and is either 8 or 9 digits long, catching a stray letter, leftover punctuation from a paste, or a digit count that falls outside that two-length range.

What a pass doesn’t tell you

New Mexico’s numbers carry no check digit this tool can verify, so a correctly shaped numeric string is the strongest signal a browser-only check can give. It doesn’t confirm MVD actually issued that number, that the license is currently valid, or that it belongs to a real driver.

Scope: format-only validation, entirely client-side.

Content last reviewed 2026-08-09.

Driver's License FAQ

How many digits is a New Mexico driver's license number?

Either 8 or 9 digits, all numeric, issued by the New Mexico Motor Vehicle Division (MVD) — one of the narrower accepted ranges among states that don't fix a single exact length.

Does a correctly formatted number mean the license is valid?

No. It only confirms the input is 8 or 9 numeric digits. Confirming the license actually exists and is current requires New Mexico MVD's own records.

Is my number stored or sent anywhere when I use this checker?

No. The check runs entirely in your browser; nothing you type is transmitted, logged, or stored.

← More Driver's License validators