Check a specific Kia
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.
Kia shares Hyundai's VIN structure and the same honest limit: this gives you the model, and it does not give you the trim.
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.
Kia VINs beginning KNA and KND are read with the Korean tables. Positions 4 and 5 give the model line, and positions 6 and 7 do not reliably give trim.
As with Hyundai, only the Korea-built WMIs are claimed. A Kia built in Mexico or the United States decodes from the American reference, which has the filings for it, and the curated tables stay out of the way.
| WMI | Built by | Country of manufacture |
|---|---|---|
| KNA | Kia Corporation | South Korea |
| KND | Kia Corporation | South Korea |
Model line and production window on Korea-built Kias, at medium confidence and gap-filling only.
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.