Guides
GTIN check digit is wrong
Keep the identifier body unchanged and calculate the expected final digit; do not generate a completely different product number to fix one check digit.
Check the identifier before the barcode
Keep the identifier body unchanged and calculate the expected final digit; do not generate a completely different product number to fix one check digit. Start with the characters and expected length. Barcode artwork should be generated from a known product identifier, not used as a way to guess what the number should be.
Recalculate the final digit
A check-digit mismatch is evidence that the number may have been copied, truncated or reformatted incorrectly. Recalculate the expected digit from the body and compare it with the source product record before editing anything.
Preserve leading zeros
Store UPC, EAN and GTIN values as text in spreadsheets and databases when formatting might remove leading zeros. Losing a leading zero changes the visible length and can make a valid identifier look like a different GTIN format.
Keep representation and assignment separate
Zero-padding a valid GTIN for a 14-digit database field is a representation change; assigning a new identifier to another packaging level is an identification decision. Do not treat the two as the same operation.
Verify the final use
After number validation, generate the required symbology and test the final printed barcode or import in the actual destination system. Syntax validity does not prove GS1 licence ownership, retailer acceptance or print quality.
Evidence to keep
Capture a before-and-after record for gtin check digit is wrong: the original input, the validation or calculation result, the change made, and the result after the change. That evidence prevents a second system or spreadsheet from silently reintroducing the same problem and gives support teams something concrete to compare.
Separate standard from policy
Distinguish what is mathematically or syntactically required from what your company chooses as policy. A check digit, AI field length or formula can be deterministic; a SKU pattern, safety-stock target or migration date can depend on operations. Keeping those two layers separate prevents internal policy from being presented as a universal standard and makes future changes easier to explain.
Operational scenario
A useful test case for gtin check digit is wrong is a product that contains leading zeros in its identifier and another record with the maximum expected field length. Run both through the tool and destination system. If either value changes during CSV export, label rendering or import, fix the data type or mapping before processing the rest of the catalog.
Downstream hand-off
Schedule the next review based on how quickly the underlying data can change. A GTIN check digit is stable for the identifier, while supplier lead time, demand and inventory cost can change frequently. Review cadence should follow the data, not one fixed site-wide interval.
Technical references
Sources used on this page
- GS1 Check Digit Calculator — GS1
Official explanation that fixed-length numeric GS1 Identification Keys use a check digit to protect key integrity.
QiiChain summarizes source material and applies it to the tool or workflow. The linked source remains authoritative for its own standard or product documentation.