Arizona license plate lookup

Turn a Arizona (AZ) plate into a VIN, full vehicle specs and open safety recalls — and see exactly how Arizona plate serials are formatted.

Arizona plate formats

Standard-issue passenger series. Regex patterns match the normalized serial — uppercase, with spaces and dashes removed.

Mixed 6-7 char series (e.g. ABC1D23) Currently issued
^[A-HJ-NPR-TV-Z0-9]{6,7}$

Randomized mixed letter/digit series issued since 2020.

ABC1234 Previous series, still on the road
^[A-Z]{3}\d{4}$

Issued 2008-2020.

Letters I, O, Q and U are not used.

What a Arizona plate lookup returns

The VIN

The vehicle's 17-character VIN — the key to everything else. Validate one anytime with our free VIN validator.

Free VIN validator

Full specifications

Year, make, model, trim, engine, drivetrain, dimensions and factory options via VIN decoding.

VIN Decoding API

Open safety recalls

Every open NHTSA recall campaign for the vehicle, including do-not-drive advisories — free to check.

Free recall check
For developers

Convert Arizona plates to VINs by API

Dealers, marketplaces and fleets automate AZ plate lookups with one HTTP call — the VIN comes back with a quick decode of make, model, year and trim. Repeat lookups of the same plate are cached for 7 days, free.

POST /api/convert
{
  "state": "AZ",
  "plate": "Mixed 6-7 char series (e.g. ABC1D23)"
}

Arizona plate lookup FAQ

What format are Arizona license plates?

Current standard-issue Arizona passenger plates use the format Mixed 6-7 char series (e.g. ABC1D23) (A = letter, digits shown as numbers). Older series remain valid and on the road — the full list, including recent previous series, is on this page.

How do I look up a Arizona license plate?

Enter the plate and select AZ in our free lookup to identify the vehicle, see its open safety recalls, and jump to its full specs and photos. Businesses can automate Arizona plate lookups through the PlateToVIN API.

Can I get a VIN from a Arizona license plate?

Yes. A registered Arizona plate resolves to the vehicle's 17-character VIN, which unlocks the exact year, make, model, trim and factory specifications. That's exactly what our plate-to-VIN service does, for Arizona and all 50 states.

Is it legal to look up a Arizona license plate?

Plate lookups are legal for permissible purposes such as verifying a vehicle you're buying, dealership and fleet operations, or insurance workflows. PlateToVIN is not a consumer reporting agency, and results may not be used for FCRA-regulated decisions like employment, credit or insurance eligibility.