ISBN Check Digit Calculator
Compute and verify the ISBN-13 check digit
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
Every ISBN-13 ends in a check digit computed from the 12 digits before it using alternating weights of 1 and 3: each digit is multiplied by 1 or 3 in turn, the products are summed, and the check digit is whatever value — from 0 to 9 — makes that total a multiple of 10, following the formula Check digit = (10 − (sum mod 10)) mod 10.
This is the same modular-arithmetic checksum baked into every barcode on a published book, since ISBN-13 shares its check-digit algorithm with the EAN-13/UPC barcode standard used across retail; it exists specifically so that a single mistyped or misscanned digit — the most common data-entry error — gets caught immediately rather than silently pointing to the wrong book.
Publishers and librarians validating batches of ISBNs, bookstore and library systems checking barcodes at the point of scan, and developers building cataloging or inventory software all use this exact algorithm to verify an ISBN is well-formed before it's stored or printed.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)