Sales

Check Digit Calculator

Enter a number without its check digit to compute the Luhn check digit.

  • Free
  • No sign-up
  • Updated for 2026

Your number

Enter a number to compute its check digit.

Worked example

With these example inputs:

  • Number (without check digit)7992739871

Check digit: 3

  • Luhn sum67
  • Digits processed10

Add this calculator to your site

Free to embed. Copy the snippet below, it drops the live calculator straight into any page.

What this check digit calculator does

This calculator finds the check digit of a number. You enter a number without its check digit. The tool then runs the Luhn formula. So you get the single digit that completes it. It is the digit cards and IDs append. The result is one digit from zero to nine.

What a check digit is

A check digit is an extra digit on a number. It is added to the end of it. It is worked out from the other digits. So a typo usually breaks the match. It guards against simple input errors. Card numbers and IDs rely on it.

How the Luhn algorithm works

The tool uses the Luhn formula. It doubles every second digit from the right. It subtracts nine from any result over nine. It then adds all the digits up. So the check digit makes the total divisible by ten. The calculator does this for you.

What the result tells you

The result shows the check digit. For the sample number it works out as three. Append it to form the full number. The whole number then passes a Luhn test. So you get a valid, complete number. It is a single digit.

The number you enter

The number is your value without its check digit. Type only the digits before the check digit. Spaces and dashes are ignored. So a card body or an ID core works. Leave off the final check digit itself. This is the base the formula uses. Enter your number.

Where check digits are used

Check digits appear in many everyday numbers. Credit cards use the Luhn formula. So do many loyalty and account numbers. IMEI codes on phones use it too. They all catch a mistyped digit fast. The same simple math guards them all.

The Luhn sum

The tool also shows the Luhn sum. It is the total before the check digit. The check digit brings it up to a round ten. So the sum explains where the digit comes from. It also shows how many digits were read. These help you trace the math.

Why check digits matter

Check digits keep numbers reliable. They catch most single-digit mistakes. They also catch many swapped pairs. So a wrong card number is rejected early. This saves time and avoids failed entries. It is a small guard with a big payoff.

How to use it

Enter your number without the check digit. Read the check digit it returns. Append that digit to your number. Then test the full number elsewhere if you like. Try a different number to compare. Watch the Luhn sum change. Use it to complete any Luhn number.

The limits of this calculator

It has a few clear limits. It only uses the Luhn formula. Not every number uses Luhn. Some systems use other check schemes. It does not validate a full number. So take it as a rough guide. So check which scheme your number uses.

A final tip

Use this to find any Luhn check digit fast. Remember to leave off the existing check digit. Enter only the digits before it. Confirm the scheme is Luhn first. Append the digit to complete the number. Do not use it on non-Luhn codes. A quick check confirms the format.

Frequently asked questions

How does the Luhn algorithm work?

Starting from the right, every second digit is doubled and digits over nine have nine subtracted, then all are summed. The check digit is whatever makes that total a multiple of ten. For 7992739871 the check digit is 3.

Where is it used?

The Luhn formula validates credit card numbers, IMEI numbers and many ID and barcode schemes. It catches most single-digit typos and many transposition errors.