Free VIN Decoder

Subscribe by Email

Your email:

 

download-our-free-white-paperdecoding-th

Latest Posts

    download-our-data-catalogand-find-a-sol

    Browse by Tag

    looking-for-a-data-solution-to-fit-your

    VIN Basics Blog

    Current Articles | RSS Feed RSS Feed

    Use VIN Validation to Improve Inventory Quality

      
      
      

    If you're using an automotive data provider for VIN decoding, you probably have a few vehicles in inventory that your data provider cannot decode. Some of these might be classic cars, vehicles sold in Europe or Asia then imported into the US, Trailers, or other types of vehicles that your data provider simply does not support. However, it's likely that some of these vehicles cannot be decoded because the VIN number is just plain incorrect, usually due to human error when reading the VIN off the vehicle. Fortunately, there are a number of ways to determine a VIN is invalid. You can employ these methods to isolate your invalid VINs and either make automated corrections or go back to the field to get the correct VIN off your vehicle.

    VIN Length

    Checking VIN length is a great first line of defense for your VIN data. With the exception of vehicles produced prior to model year 1981, VIN numbers must be 17 digits long. If you have VINs that are shorter than 17 characters, and you don't work with inventory older than 30 years, they're invalid.

    Illegal characters

    VINs can include any alphanumeric characters except for the letters I, O, and Q. These letters have been excluded from the VIN standard to avoid confusion with the numbers one and zero. Additionally, the 9th digit of the VIN must be either a numeric digit (0 through 9) or the letter X.

    If you have VINs in your inventory that include the letters I, O, or Q, you could try replacing the letter I with the number one, and the letters O and Q with the number 0. You can run your new VIN through the VIN Checksum Algorithm described below to help ensure its accuracy.

    VIN Checksum Algorithm

    For US and Canada-destined vehicles, the ninth digit of the VIN is actually not used to help identify the vehicle itself. Rather, it is a special code that can be compared to the result of an error-checking algorithm to determine if the VIN is invalid.

    The error-checking algorithm is comprised of five fairly simple steps, which are described below.

    Step One: Transliteration

    To begin, you must convert each letter character in your VIN to a number using the transliteration table below. Remember that the letters I, O, and Q are not allowed in a VIN.

    Letter A B C D E F G H J K L M
    Number 1 2 3 4 5 6 7 8 1 2 3 4
    Letter N P R S T U V W X Y Z  
    Number 5 7 9 2 3 4 5 6 7 8 9  

    Example (VIN 1FTRX12V69FA11242):

    Position 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    VIN 1 F T R X 1 2 V 6 9 F A 1 1 2 4 2
    Transliterated VIN 1 6 3 9 7 1 2 5 6 9 6 1 1 1 2 4 2

    Step Two: Compute Weighted Products

    The next step is to multiple each transliterated VIN character by a weighted factor. The table below shows the weight factor for each position.

    Position 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    Factor 8 7 6 5 4 3 2 10 0 9 8 7 6 5 4 3 2

    Example (VIN 1FTRX12V69FA11242):

    Position 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
    VIN 1 F T R X 1 2 V 6 9 F A 1 1 2 4 2
    Transliterated VIN 1 6 3 9 7 1 2 5 6 9 6 1 1 1 2 4 2
    Weighted Product 8 42 18 45 28 3 4 50 0 81 48 7 6 5 8 12 4

    Step Three: Compute Sum of Weighted Products

    After computing the weighted product for each position of the VIN, add all of these weighted products together.

    Example (VIN 1FTRX12V69FA11242): 8+42+18+45+28+3+4+50+0+81+48+7+6+5+8+12+4 = 369

    Step Four: Compute Remainder

    Once you have a sum of weighted products, you need to compute the remainder of the weighted sum divided by 11. This can be done easily using the modulo operator in any programming language:

    Example (VIN 1FTRX12V69FA11242): 369 MOD 11 = 6

    Step Five: Compare Remainder to Check Digit

    Finally, compare the remainder found in step 4 to the check digit (the ninth character of the VIN). If the remainder is zero through nine, the remainder and check digit should match exactly. If the remainder is 10, the check digit should be "X." If the remainder and check digit do not match, the VIN is invalid.

    Armed with the three strategies listed above for finding invalid VINs in your inventory, you can isolate your incorrect VINs and work to replace them with valid VINs, improving the overall quality and value of your inventory data. Find out more about VINs and VIN Decoding in our VIN Decoding 101 Series of articles.

    Comments

    It's always good to have an automated process in place to do some basic data validation. Not everyone thinks to count the number of characters or confirm that each character is valid. The process of implementing a check isn't too complicated and can save a lot of time when trying to decode a VIN manually.
    Posted @ Monday, January 30, 2012 8:47 AM by Peter
    Such an easy way to increase the accuracy and precision of inventory VIN decoding. It is surprising how many people overlook this important step when performing an inventory decode.
    Posted @ Monday, May 14, 2012 2:41 PM by Johannes
    Post Comment
    Name
     *
    Email
     *
    Website (optional)
    Comment
     *

    Allowed tags: <a> link, <b> bold, <i> italics