Check a specific MINI
The free GCC spec check reads a VIN and gives a verdict with a certainty score and the evidence behind it. The full VIN decoder returns every attribute the decode resolves, with the source of each one.
MINI is built by BMW and read with BMW's rules, except at the one position that matters most to anyone trying to date a car.
GCC specification is decided per vehicle, not per model. Two cars of the same model and the same year, built in the same factory in the same week, can go to different markets. So no page can tell you whether yours is a Gulf car, and this one does not try. What it can do is show you exactly what your own VIN encodes and where that stops.
MINI VINs begin WMW and are decoded with the BMW type code at positions 4 to 7 and the same conforming check digit at position 9.
The difference is position 10. On a BMW-badged rest-of-world car it is the literal digit 0 and there is no year in the VIN at all. European MINIs do carry a real model year code there. That single divergence is why the decoder keeps a per-brand rule instead of one European rule, and it is the sort of detail that separates a correct answer from a plausible one.
| WMI | Built by | Country of manufacture |
|---|---|---|
| WMW | BMW AG | Germany |
Make and manufacturer from the WMI, the shared BMW check digit, and the model year where position 10 carries one.
The free GCC spec check reads a VIN and gives a verdict with a certainty score and the evidence behind it. The full VIN decoder returns every attribute the decode resolves, with the source of each one.