UPCZilla’s tool for validating UPCs which also gives you a handy explanation of how the validation was performed.
Online UPC validation tool
609456660679 is a valid UPC-A (though that doesn't mean it's assigned to any products, click here to see if it is: 609456660679 - if you haven't already).
How do we check if a UPC is valid?
To check if a UPC is valid, we need to perform some calculations on its digits, as follows:
- We take the six odd numbered digits (counting from the left, not including the final digit - more about that at the end) and we add them together:
6 0 9 4 5 6 6 6 0 6 7 (9) - last digit ignored for now
6 (digit 1) + 9 (digit 3) + 5 (digit 5) + 6 (digit 7) + 0 (digit 9) + 7 (digit 11) = 33 - Then we multiply that number (33) by 3:
33 X 3 = 99 (we'll be using this number in a minute)
- Then, similar to the first step, we take the FIVE (not six) EVEN numbered digits and we add them together as well:
6 0 9 4 5 6 6 6 0 6 7 (9) - last digit still ignored
0 (digit 2) + 4 (digit 4) + 6 (digit 6) + 6 (digit 8) + 6 (digit 10) = 22 - We get the number we got in step 3 (22) and we ADD it to the number we got in step 2 (99):
22 + 99 = 121
- Now we take the number we got in step 4 (121) and work out how much we have to add to round it up to the nearest 10. In order to round 121 up to the nearest 10 (130) we have to add... 9
- Is this value of 9 the same as the last (rightmost) digit in our code - the one we ignored in steps 1 and 3 (that's our checksum)?
YES, the checksum in our UPC was also 9 so the UPC is valid!
The rightmost digit in a UPC is a checksum, because it provides some insurance that all the other numbers are right by performing the above calculation on them. The system is not foolproof, but if any number is wrong then you will typically get a wrong checksum.