IMEI Validator
SecurityValidate any IMEI number instantly using the Luhn algorithm — confirms the 15-digit format and checksum. Free, client-side, your IMEI is never stored.
What is a IMEI?
An IMEI Validator checks whether a 15-digit IMEI (International Mobile Equipment Identity) number is structurally correct using the Luhn checksum algorithm. Every mobile device that connects to a cellular network — smartphones, tablets, mobile hotspots — is assigned a unique IMEI by its manufacturer. The IMEI serves as the device's permanent identity on mobile networks worldwide.
A valid IMEI is exactly 15 digits long. The first 8 digits form the Type Allocation Code (TAC), which identifies the manufacturer and device model. Digits 9–14 are the manufacturer's serial number for that device. The 15th digit is a check digit calculated using the Luhn algorithm — the same algorithm used to validate credit card numbers. This check digit allows any software or network to instantly detect single-digit transcription errors.
This validator performs two checks: it confirms that exactly 15 digits are present, and that the Luhn checksum is satisfied. Spaces and hyphens are stripped automatically before checking, so you can paste an IMEI in any common formatting. The tool also identifies which part of the IMEI is the TAC and which is the check digit.
To find your phone's IMEI, dial *#06# or check Settings > About. The IMEI is also printed on the original packaging and, on many devices, inside the SIM tray slot. You can also check your Phone Number Validator for number format verification.
How to use this IMEI calculator
- Dial *#06# on your phone, or find the IMEI in Settings > About Phone.
- Copy the 15-digit IMEI number.
- Paste it into the IMEI Number field on this page.
- The validator runs instantly — no button press needed.
- Check the Valid / Invalid badge below the input.
- If valid, read the details: TAC, check digit confirmation, and Luhn pass.
- If invalid, check whether you have exactly 15 digits and no missing characters.
Formula & Methodology
IMEI validation uses two checks: 1. Length check: the IMEI must be exactly 15 digits (spaces and hyphens are stripped first). 2. Luhn algorithm: - Starting from the rightmost digit (the check digit), double every second digit moving left - If doubling produces a value greater than 9, subtract 9 - Sum all digits (original + doubled) - A valid IMEI produces a total sum divisible by 10 Valid example:490154203237518— 15 digits, Luhn sum = 40 (divisible by 10) ✓ Invalid example:490154203237519— 15 digits, but Luhn sum = 41 (not divisible by 10) ✗