RandomNr

Random VIN Number Generator

Generate 17 character VINs with a valid check digit for test data, tied to no real vehicle.

Random VIN Number Generator

1HGCM82633A004352

17 char, valid check digit

How many VINs

17 characters with a valid check digit in position 9

Sets position 10 across the batch

How to use the VIN generator

  1. Choose how many VINs you need, up to 500.
  2. Generate. Each is 17 characters with a valid check digit in position 9.
  3. Copy or export the VINs for your test data.

About Random Nr's VIN Number Generator

The random VIN generator creates 17 character vehicle identification numbers with a valid check digit, for test data and tied to no real vehicle. Generate one or many, and Random Nr builds each VIN to the correct length with a passing check digit, so it works in a form that validates the format while staying safe demo data.

What the 17 VIN characters mean

A VIN is defined by ISO 3779 and splits into three sections, each with a job. This generator respects the layout so every VIN looks structurally real.

PositionsSectionMeaning
1 to 3WMIWorld Manufacturer Identifier, who built it and where
4 to 8VDSVehicle Descriptor Section, model and attributes
9Check digita weighted checksum over the other 16
10Model yeara letter or digit encoding the year
11Plantthe assembly plant
12 to 17Serialthe individual vehicle

The letters I, O and Q are never used anywhere in a VIN, because they are too easily confused with 1 and 0, and this generator excludes them.

How the VIN check digit works

Position 9 is a check digit that ties the whole VIN together. Each character is turned into a number, multiplied by a fixed weight for its position, and the weighted total is taken modulo 11, where a result of 10 is written as X. Change any single character and the check digit no longer matches, which is how a mistyped VIN is caught. This generator computes it the same way, so every VIN it produces validates.

Why these VINs are not real vehicles

These VINs pass the check digit and follow the ISO layout, but the manufacturer and serial parts are random, so none maps to a real car. They suit testing dealer software, garage systems and any form that validates a VIN. For the phone equivalent, the IMEI generator builds valid device identifiers.

More code and ID generators

Frequently asked questions

What is a VIN

A seventeen character code that identifies a vehicle. It uses digits and letters but never I, O or Q, and has a check digit in the ninth position.

Is the check digit correct

Yes. The tool works out the ninth character with the standard ISO calculation, so the VIN passes a checksum test.

Are these real vehicles

No. They are random valid looking VINs for testing, not tied to any real car.

Can I generate several

Yes, up to 500 at once, ready to copy or export.

Is it free

Yes, free and with no sign up.

Related generators

For a device identifier see the IMEI generator, or a book number with the ISBN generator.