Validate IMEI numbers using the Luhn algorithm. Supports single and bulk validation with TAC breakdown.
15 digits — find it by dialing *#06# on your phone
Try example:
An International Mobile Equipment Identity (IMEI) is a unique 15-digit number assigned to every mobile device. It is used by networks to identify valid devices and can be used to block stolen phones.
The Luhn algorithm validates the check digit by doubling every second digit (from left), subtracting 9 if the result exceeds 9, then summing all digits. A valid IMEI produces a sum that is divisible by 10.
Dial *#06# on your phone to display your IMEI number. It is also printed on the device box and may appear in Settings → About Phone.
All validation is performed entirely in your browser. No IMEI data is transmitted to any server.