Validate any mobile device IMEI number using the Luhn checksum algorithm. Supports 15-digit IMEI and 16-digit IMEISV.
| Position | Length | Meaning |
|---|---|---|
| 1–8 | 8 digits | TAC - Type Allocation Code (manufacturer & model) |
| 9–14 | 6 digits | Serial Number (unique per device) |
| 15 | 1 digit | Luhn check digit |
An IMEI (International Mobile Equipment Identity) number is a unique 15-digit identifier assigned to every mobile phone globally. Standardized by the GSMA, IMEI numbers allow telecom networks to track, block, and verify handsets. In India, the Department of Telecommunications (DoT) maintains a Central Equipment Identity Register (CEIR) - launched nationally in 2023 - through which users can block stolen phones using their IMEI. India's telecom regulator TRAI has made IMEI validation a mandatory step in mobile device registration.
IMEI numbers are validated using the Luhn algorithm, a simple checksum formula developed by Hans Peter Luhn at IBM in 1954. The algorithm doubles every second digit from right to left, sums all digits, and checks if the total is divisible by 10. If it is, the IMEI is structurally valid. This same algorithm is used to validate credit card numbers, making it one of the most widely deployed error-detection formulas in the world.
Before buying a second-hand mobile phone in India - a market worth over Rs. 20,000 crore annually - verifying the IMEI ensures the device is not blacklisted, stolen, or cloned. Cloned IMEI devices (identical IMEI shared by multiple phones) are a known fraud vector flagged by DoT. This tool validates the IMEI checksum instantly. For blacklist status checks, use the official CEIR portal after validating the format here.