Random License Plate Generator

Pick a US state and how many plates you want, and get made-up plate numbers that follow that state's letter-and-digit pattern.

The Random License Plate Generator makes up plate numbers that look like the standard passenger plates of a US state you choose. Pick Texas and you get strings like RKD-4821; pick California and you get 7HXM392. It is for people who need plausible plate numbers without using a real one: form testers, writers, game designers and anyone mocking up a screenshot.

Settings

There are two. The number box takes anything from 1 to 15 plates per click. The state dropdown lists all 50 states plus a "Random" option at the top; with Random selected, the tool picks a state pattern afresh for every plate, so a batch of ten will mix formats. Each result appears on its own card with a copy button, and the copied value is the bare plate string, spaces and hyphens included.

The output is text only. There is no plate artwork, no state name printed on the result, and no registration or vehicle data behind it. If you also need a matching vehicle identifier, the Random VIN Number Generator produces 17-character VINs.

How the plate numbers are built

Every state in the list has a pattern made of two placeholder characters: # for a digit 0–9 and $ for a capital letter A–Z. Spaces and hyphens in the pattern are kept as they are. The generator walks the pattern character by character and replaces each placeholder with a random pick. Texas, for example, is stored as $$$-####, which yields three letters, a hyphen and four digits. Because each position is chosen independently and uniformly, letters that states normally skip on plates (I, O and Q are commonly avoided because they look like 1 and 0) can appear in the output.

Patterns for the most-searched states

Real US plates are issued in series that change over the years, so the patterns here follow the general shape of each state's standard passenger plate rather than the exact current series. A few are simplifications: Florida is generated as three letters and four digits, though Florida's current series is closer to ABC D12, and Colorado and Virginia are generated in a digits-first form. The table shows what the tool actually produces.

StatePatternSample outputNotes
California#$$$###7HXM392Matches the 1ABC234 series used since 1980
Texas$$$-####RKD-4821Matches the current ABC-1234 series
New York$$$-####JTW-6035Matches the current ABC-1234 series
Florida$$$ ####PQL 5518Older three-letter, four-digit shape
Illinois$$ #####BK 40277Matches the AB 12345 series
Pennsylvania$$$-####LNC-9034Matches the ABC-1234 series
Ohio$$$ ####HVR 2261Matches the ABC 1234 series
New Jersey$##-$$$M47-KDRMatches the A12-BCD series
Delaware######418206All-numeric, like real Delaware plates
Montana#-#####$4-38105KCounty-number prefix, then digits and a letter
Utah$## #$$C51 8TNMatches the A12 3BC series
Rhode Island###-###582-119Six-digit numeric series

Why these plates are safe to use

A plate number is only meaningful when it is paired with a registration record at a state DMV. The strings produced here are random combinations that are not checked against any database, so any match with a real registered vehicle would be coincidence, and the format alone tells you nothing about the owner. That makes them fine for filling in test forms, seeding a database, populating a mock parking app or writing fiction. Do not use a generated plate on an actual vehicle or present one as a real registration, which is illegal in every state.

Typical uses

  • Testing vehicle or parking software. Generate fifteen plates from the state your users are in and paste them into a lookup form, a toll-record table or a fleet database. Pair them with fake account numbers from the Bank Account Number Generator or contact details from the Random Email Generator for a full test record.
  • Screenshots and mockups. A UI showing a real plate can leak someone's registration; a generated one cannot.
  • Fiction and screenwriting. A getaway car needs a plate the audience can read. Choose the state the scene is set in so the format looks right.
  • Game props. Board-game designers and tabletop GMs use random plates as clue cards and puzzle keys.
  • Other identifiers. For more test data of this kind, see the Random IMEI Number Generator, the USPS Tracking Number Generator and all developer & test data tools.

Frequently asked questions

Are the generated license plates real?

No. Each plate is a random string built from a state's letter-and-digit pattern. Nothing is looked up or verified against a DMV, so a plate cannot be traced to a vehicle or a person.

Can I generate a California license plate?

Yes. Choose California in the dropdown and the tool produces plates in the 1ABC234 shape, such as 7HXM392, which is the standard passenger format California has used since 1980.

Can it generate plates for countries other than the US?

Not at the moment. The dropdown covers the 50 US states only. There is no UK, Canadian or European format option.

What does the Random option do?

It picks a state pattern separately for each plate in the batch, so the results mix formats. The state that was chosen is not shown on the card.

Can I generate a vanity or personalized plate?

No. The tool only fills in random letters and digits in a fixed pattern; it does not take a word or phrase as input.