Check a specific Rolls-Royce
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.
Rolls-Royce sits under BMW in the decoder, and one of the few decisions made about it was to do less rather than more.
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.
Rolls-Royce VINs begin SCA and are built at Goodwood. The decoder reads them with BMW's structure but keeps a separate plant table, because the letter C means Crewe on a Rolls-Royce and Dingolfing on a BMW, and U means Goodwood only for Rolls-Royce.
The check digit is deliberately not claimed here. BMW's conforming digit was established on six real European BMW and MINI VINs, and no Rolls-Royce has ever been checked. A false positive there would report a genuine car as mistyped, on a car whose owner is least likely to accept being told so, so the rule is narrowed to exclude the SCA WMI until a real sample exists.
| WMI | Built by | Country of manufacture |
|---|---|---|
| SCA | Rolls-Royce Motor Cars Limited | United Kingdom |
Make, manufacturer, country and plant. No model line.
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.