How to find out the number IMEI, serial number and MAC-Address on the Xiaomi smartphone: all ways

Have you bought a used Xiaomi and want to check it for originality? Or are you planning to unlock the bootloader but don't know where to get an IMEI? Maybe you need to restore access to the Mi Account after a reset, and the system requires you to enter a serial number (SN). In this article, 7 working ways to find all device identifiers, including hidden methods for phones with a broken screen or a broken system.

We will look not only at the standard paths through the settings, but also at alternative options: from the label under the lid to the engineering menu and ADB commands. Separately, we will analyze how IMEI 1 and IMEI 2 differ on dual-sim models, why the serial number may not match the data on the box, and what to do if the identifiers are erased or tampered with.

All instructions are tested on Xiaomi 13 Ultra, Redmi Note 12 Pro+, POCO F5 and Black Shark 5 Pro devices with MIUI 14 and HyperOS firmware. The methods are suitable for 95% of the brand’s models released after 2018.

1. Standard method: through phone settings

The easiest method is to use the built-in menu system. It works on all Xiaomi devices, regardless of the version of MIUI or HyperOS, and does not require additional tools.

Open the Settings app (cog icon) and follow the path:

Settings β†’ About the phone β†’ General information

Here you'll see:

  • πŸ“± Model of device (e.g, 2304FPCD8G Xiaomi 13)
  • πŸ”’ IMEI (One or two numbers for dual-sim phones)
  • πŸ†” Serial number (SN) β€” unique identifier of the device
  • πŸ”„ Version. MIUI/HyperOS and firmware assembly date

If there is no General Information section, try an alternative path:

Settings β†’ System β†’ About the phone β†’ All the characteristics

πŸ’‘

In some models (for example, POCO X5 Pro) IMEI It can be hidden behind the Status button. SIM-Stick on it to see the full data.

⚠️ Note: If the About phone section displays the words Unknown instead IMEI, This may mean software failure, damage to the communication module, or forgery of identifiers, in which case use the methods in section 5 or 6.

2. via USSD code: *#06#

A universal method that works on all smartphones, regardless of the brand and version of Android.

  1. Open the phone (calling) application.
  2. Enter the combination: *#06#.
  3. Press the call button (green tube).

After 1-2 seconds, a window with one or two numbers will appear on the screen. IMEI (depending on the quantity SIM-This method works even if the phone is not activated or locked with a pattern lock.

Advantages of the method:

  • ⚑ Quickly, no need to search for a menu.
  • πŸ”’ It works without unlocking the screen.
  • πŸ“Ά It does not require an internet connection.

⚠️ Note: On some firmware (e.g. custom builds LineageOS), the *#06# command may not work. ADB Check the label under the battery.

πŸ“Š What kind of check is it? IMEI You use it more often?
Through settings
Code *#06#
Label on the box
Special annexes

3. On the box and under the battery: where to look for physical tags

If the phone doesn't turn on or the screen is broken, the identifiers can be found on physical media, and the manufacturer duplicates the key information in three places:

  1. The box is on a barcode sticker (usually on the end or bottom: πŸ“‹ IMEI1/IMEI2 β€” one-number. πŸ”– S/N β€” serial. 🏷️ Model - model of the device (for example, M2101K7AG For the Redmi Note 10 Pro).

Under the battery.

Redmi 9A

POCO M3

Turn off the phone β†’ Remove the lid (if removable) β†’ Remove the battery β†’ Look at the sticker underneath it.

Tray for SIM-map

Xiaomi Mi 11

Compare the data from the box and under the battery. If they don't match, it could indicate:

  • πŸ”„ Replacement of motherboard (for example, after repair).
  • 🚨 Fake device (especially relevant for purchases on AliExpress or Avito).
  • πŸ“¦ Repackaging (when the original box is replaced by a fake box).
What to do if the sticker under the battery is erased?
If the IMEI on the sticker is not readable, try to wipe it with alcohol or take a picture with the flash turned on at an angle. If this does not help, use the method with ADB (section 6) or contact the service center for a diagnosis of the board.
LocationIMEISerial number (SN)Model
Boxβœ… Yes.βœ… Yes.βœ… Yes.
Under the battery.βœ… Yes.βœ… Yes.❌ No.
SIM tray⚠️ Sometimes.❌ No.❌ No.
Phone settingsβœ… Yes.βœ… Yes.βœ… Yes.

4. Through the Engineering Menu: Hidden Data

The Engineering Mode menu contains advanced information about the device, including: IMEI, MAC-Addresses and data on the communication modules to get there:

  1. Open the Phone app.
  2. Enter the command: ##4636###.
  3. Select the section Information about the phone.

Here you'll see:

  • πŸ“Ά IMEI (It can be duplicated with data from settings).
  • πŸ“‘ MAC-Wi-Fi address and Bluetooth.
  • πŸ“± Build number and kernel version.

For models with a Qualcomm processor (for example, POCO X6 Pro), an extended engineering menu is available:

##225##

It can check the status of the modem, SIM-cards and even test the network.

⚠️ Warning: Do not change the settings in the engineering menu unless you are sure of their purpose. Incorrect settings can lead to loss of network or overheating of the device.

Correctness of display IMEI|Status. SIM-maps "SIM Status")|MAC-Wi-Fi address (must match the sticker)|Baseband version (Baseband version)-->

5.Using applications: third-party tools

If standard methods don't work (like custom firmware), use specialized applications that not only show IMEI and SN, but also provide additional information about the hardware.

Top.-3 tested applications:

  • πŸ“± CPU-Z β€” show IMEI, motherboard model, processor and memory data. Download to Google Play.

How to use (as in DevCheck):

  1. Install and open the application.
  2. Go to the Hardware section.
  3. Scroll to the Phone block – IMEI 1 and IMEI 2 (if any) will be here.
  4. Search for the serial number in the System β†’ Build section.

Advantages of applications:

  • πŸ” Shows data that can be hidden in settings (for example, on custom firmware).
  • πŸ“Š Provide additional information about iron (useful for diagnosis).
  • πŸ”„ They work without root rights.

⚠️ Note: Avoid apps with names like this IMEI Changer or SN Generator – they often contain malicious code and can damage the system. Official identifiers cannot be changed without interfering with firmware.

6. Through ADB: for advanced users

If the phone is not turned on or the screen is not working, USB-The debugging was included earlier, you can get IMEI through ADB (Android Debug Bridge: This method requires a PC and minimal command line skills.

Instructions:

  1. Download and install Google’s Platform Tools.
  2. Connect your phone to your PC through USB-cable.
  3. Open the command prompt (cmd) in the folder with adb.exe.
  4. Enter the command to check the connection: adb devices (should display the serial number of the device).
  5. Get IMEI: adb shell service call iphonesubinfo 3 (for newer versions of Android, use: adb shell dumpsys iphonesubinfo).

The result will be in the format of:

Device ID (IMEI): 123456789012345

If you need both IMEIs (for dual-sim models), use:

adb shell service call iphonesubinfo 1
adb shell service call iphonesubinfo 2

To obtain a serial number:

adb shell getprop ro.serialno

πŸ’‘

Method ADB β€” the only way to get IMEI, If the phone screen is not working properly, USB-debugging was included in advance.

7. Verification of originality by IMEI and SN

Knowing the IMEI or serial number, you can verify the authenticity of the device, the date of production and even the history of repairs.

Official sources:

  • 🌍 Xiaomi website - enter SN The system will show the model, the date of activation and the status of the warranty.

What you can learn from IMEI:

    Signs of a fake device:

    • 🚨 IMEI The box and the phone don't match.
    • πŸ” Serial number does not pass the check on the Xiaomi website.
    • πŸ“¦ The sticker under the battery looks fake (blurred font, low-quality glue).

    ⚠️ Attention: If during the inspection IMEI imei.info displays a model that does not match your device (for example, instead of Xiaomi) 12T Samsung Galaxy shows, it is a hundred percent sign of counterfeit or overstuffed board.

    How do you decode IMEI?
    IMEI The first 8 are the model and origin (TAC-- The following 6 is the serial number of the device. - The last digit is the control (for authentication). Example: 861975041234567 β†’ Xiaomi, manufactured in 2021.

    FAQ: Frequent questions

    Can I change the IMEI to Xiaomi?
    Officially, no. IMEI is being sewn into a factory communications module and is not subject to change without special equipment. All the apps on Google Play that promise to change IMEI are fraudulent. At best, they won't work, at worst, they will damage the firmware. Except that some service centers can reflash IMEI after replacing the motherboard, but this requires official permission from Xiaomi.
    What to do if the IMEI is missing or shows "Unknown"?
    This can be caused by: firmware failure (fastboot will help), damage to the communication module (repair required), device forgery (check the serial number on Xiaomi website), first try resetting to the factory settings (Settings β†’ Reset). If it does not help, contact the service.
    How to find out IMEI if the phone is not turned on?
    Use one of the methods: See the sticker under the battery (if the lid is removable). Check the phone box. If USB debugging was previously enabled, connect via ADB (section 6). Contact the service center for a card diagnosis.
    Why do you need a Xiaomi serial number (SN)?
    Serial number required for: Activate warranty on the Xiaomi site, unlock the bootloader (Mi Unlock), restore access to Mi Account after reset, check the originality of the device. Without SN, you will not be able to officially unlock the bootloader or get support from the manufacturer.
    Can I track my phone by IMEI?
    Theoretically, yes, but only to law enforcement. Normal users don't have access to carrier databases. But IMEI can: Check if a device is blacklisted (on sites like IMEI Blacklist Check); find out the country of manufacture and release date; Find My Device from Google or Mi Cloud is better for tracking a lost phone.