Card Validator

Verify card numbers using the Luhn Algorithm (Mod 10).

We do not store or transmit this number. Validation is client-side.
Enter Number
Unknown Issuer

The Luhn Algorithm

Also known as the "Modulus 10" algorithm, it is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.

Disclaimer

This tool only checks if the number is mathematically valid. It does NOT check if the card is active, has funds, or belongs to a real account.