IMEI checker
Verify any IMEI's Luhn check digit and split it into TAC (type-approved model), serial number and check digit. Accepts 15-digit IMEIs, 16-digit IMEISVs and 14-digit bodies (computes the missing digit). Everything runs in your browser — nothing is stored.
How to read an IMEI
The IMEI (International Mobile Equipment Identity, 3GPP TS 23.003) identifies the equipment — the modem or terminal — not the SIM or the line. Its first 8 digits are the TAC (Type Allocation Code), which the GSMA assigns to each type-approved model through regional reporting bodies; the TAC's first two digits identify that body. Then come 6 factory serial digits and a Luhn check digit. The IMEISV variant replaces the check digit with two software-version digits. In IoT projects the IMEI matters twice over: many platforms use it as the device identity, and IMEI-SIM locking is a standard anti-theft measure in M2M card deployments.