How to Definite Xiaomi Model: From Box to Engineering Menu

Have you bought a used Xiaomi smartphone, lost a box, or just wanted to refine your gadget? Determining the exact model of the device is a critical step before firmware, buying accessories or repairing. A single-character error (such as the Redmi Note 10 vs Redmi Note 10 Pro) can lead to parts incompatibility, incorrect firmware, or even a device blink.

In this article, we’ll look at all the possible ways, from the obvious (the sticker on the box) to the hidden (ADB commands and engineering menus), where to look for information on the device itself, how to decrypt the label on the battery, and what to do if the phone doesn’t turn on, and a unique method of determining the model by serial number through the official Xiaomi service, which few people know about.

1. Checking the model by box and documents

The easiest way to do this is to look at the original packaging, and the Xiaomi boxes have at least three different locations:

  • πŸ“¦ On the front side - in large print (for example, POCO X3 Pro)
  • 🏷️ On the side of the sticker, along with the serial number (SN) and IMEI
  • πŸ“„ In documents - a warranty card or instructions

Note that on some models (e.g. Redmi 9A), only the family can be listed on the box (e.g. Redmi 9), and the exact modification is hidden in fine text on the sticker. Look for the line Model: or Type: - there will be the full name, for example, M2006C3LG (this is the code marking Redmi 9A).

⚠️ Warning: If you buy a device with your hands, check the matching model on the box and in the settings of the phone. POCO F3 instead POCO M3).

Place on the boxExample of dataWhat to pay attention to
The frontXiaomi 12 Lite 5GOnly the family can be specified (e.g. Xiaomi 12 without specifying Lite)
Side stickerModel: 2203129GCode Marking (abbreviated as Xiaomi 12 Lite)
Barcode6934177721234The first digits may indicate a region (e.g. 693 - China)

2. Determining the model through phone settings

If the device is switched on, the most reliable way is to look at the settings menu.

  1. Open the Settings app (cog icon).
  2. Go to the About Phone (or About the Tablet Device) section.
  3. Find the Model or Model Name.

On the newer versions of MIUI (13 and above), the path might look like this: Settings β†’ About Phone β†’ All specs β†’ Model name.

  • User name (e.g. POCO X4 Pro 5G)
  • Code name (e.g. vega or 2201116PG)

The code name can be used to search for firmware on forums (such as 4PDA or XDA Developers).

Examples of Xiaomi code names
Redmi Note 10 Pro β€” sweet | POCO F3 β€” alioth | Xiaomi 11T Pro β€” vili | Redmi 9 β€” lancelot | Mi 10 β€” umi

If the About phone section is hidden (this happens on custom firmware), use an alternative method:

Enter the phone app: ##4636##


Select "Device Information"

3. How to know the model if the phone is not turned on

If the device doesn’t respond to the power button, but you see charging when you connect the cable, try the hardware methods:

  • πŸ”‹ Sticker under the battery (on models with removable battery, for example, Redmi) 4A). Look for the line Model: or Type:.
  • πŸ“± Sticker on SIM-squashing (in some models, for example, POCO X3 NFC, the model and IMEI).
  • πŸ”§ Marking on the motherboard (requires disassembly of the device) Look for signs near the processor, for example, M2007J22C (it POCO X3 NFC).

If the phone is completely discharged and shows no signs of life, connect it to charge for 10-15 minutes, then try to log in to Fastboot (press Power + Volume Reduction).

FASTBOOT MODE...


Product: munch (Xiaomi POCO X3 Pro)

⚠️ Note: Some devices (e.g. Redmi Note 8 Pro) only display a codename (begonia) in Fastboot mode. To find out the full model name, use the matchsheet or service. MIUI Specs.

πŸ“Š Where do you usually look for your Xiaomi model?
In the phone settings
On the box.
On the sticker under the battery.
Through the engineering menu
I don't know where to look.

4.Use of IMEI to define model

Each Xiaomi device is assigned a unique IMEI (15-digit code that you can use to identify the model. IMEI:

  • πŸ“ž Dial on the phone keyboard: *#06#
  • πŸ“„ Look at the sticker under the battery or on the box (line) IMEI:)
  • πŸ–₯️ In settings: About the phone β†’ General information β†’ IMEI

When you have an IMEI, check it through the official services:

  1. IMEI.info – Enter the code in the search box, and the service will show the model, year of release and basic features.
  2. Xiaomi official website – enter IMEI in the Check Device section.

An example of decryption:

IMEI 863549041234567 β†’ Model: Redmi Note 11 Pro 5G (2201116PG), Production date: 04.2022.

πŸ’‘

If the service shows a Unknown model, try entering the first 8 digits of IMEI (that's the manufacturer's code). For example, 86354904 corresponds to Xiaomi devices released in 2021-2022.

5. Hidden menus and commands for power users

For advanced users, there are ways to get model information through the Engineering Menu or ADB.

Method 1: Engineering Menu (CIT)

Enter in the telephone application:

##4636##

Go to the Device Information tab. The Model number bar will show the model.

Method 2: ADB teams

If you have access to ADB (for example, via a computer), do:

adb shell getprop ro.product.model


adb shell getprop ro.product.device

Example of conclusion:

$ adb shell getprop ro.product.model


POCO F3

Method 3: Fastboot commands

If your phone is in Fastboot mode, connect it to your PC and do:

fastboot getvar product

The answer will contain a code name, such as product: alioth (this is POCO F3).

β˜‘οΈ Preparation for verification through ADB

Done: 0 / 4

Determination of the model by external features

If you don't have access to the settings or the box, you can try to identify the model by design and arrangement of the elements.

SeriesSigns.Example of model
Redmi NoteCamera in rectangular block, logo on the back, 3.5 mm connectorRedmi Note 11 Pro+
POCO XBright colors (yellow, blue), POCO on the back, 120Hz screenPOCO X4 GT
Xiaomi MiPremium materials (glass/metal), without logo on the backXiaomi 12S Ultra
Redmi ABudget plastic case, one main camera, small screenRedmi A1+

For accurate identification, take a photo:

  • πŸ“Έ Rear panel (location of cameras and logo)
  • πŸ”Œ Lower end (connectors, speakers, microphone)
  • πŸ”‹ Battery (if removable - sticker on it)

Then compare the photo to images on GSMArena or Mi.com.

πŸ’‘

Even visually identical models can be different hardware. For example, the Redmi Note 10 and Redmi Note 10 5G have different processors and communication modules. Always double-check the model through IMEI or settings!

7. Check model through official Xiaomi services

Xiaomi provides several tools for authentication and model of the device:

  1. IMEI (MIUI Specs) Verification Service: Enter IMEI or Serial Number (SN) – the system will show the model, date of production and region.
  2. Mi Verify app (available on Google Play): Scan QR-box-code IMEI manually, provides model information and warranties.

Example of response from MIUI Specs:

Model: 21091116AG (Redmi Note 10 Pro)


Manufacture Date: 2021-10




Region: Global (EEA)

⚠️ Note: If the service shows that the model does not exist or the data does not match what is indicated on the box, it is likely that you were sold a fake or a device with modified software (for example, a re-flashed Redmi under the box). POCO).

FAQ: Frequent questions about Xiaomi model definition

Can you identify a Xiaomi model by serial number (SN)?
Yes, the serial number (SN) allows you to recognize the model through the official MIUI Specs service or the Mi Verify application. Xiaomi's SN format is 14-16 characters, begins with letters (for example, K6L4C21042000123). The first 4-6 characters often encode the model and year of release.
What if there are different models on the box and on the phone?
This is a sign of fraud. Possible reasons: The seller put a box from another model (often found when selling POCO instead of Redmi); the device is re-stitched (for example, the Chinese version is stitched under the global); the phone is assembled from spare parts (so-called "frankenstein"). Check the IMEI through IMEI.info - if the model does not match the one in the settings, refuse to buy.
How to know the Xiaomi model if the phone is in a bootloop cycle?
If the device is constantly rebooting, try: Log in to Fastboot (clamp Power + Volume Down when turned on). Connect the phone to your PC and execute the command: fastboot getvar product The answer will contain a code name (for example, alioth for POCO F3). If the Fastboot is not available, take apart the phone and look at the marking on the motherboard (near the processor).
Can you use Xiaomi to find out if the battery is original?
Yes, but you do: Remove the back cover (on removable battery models like the Redmi 9A); find a sticker on the battery with the code (like the BM4X for the Redmi Note 9 Pro); compare the code to the original data on the Mi.com website (the Accessories section); on new models (like Xiaomi 12), the battery is non-removable, so check its health through the AccuBattery app or the adb shell dumpsys battery command.
Where to find the code name of Xiaomi model and why do you need it?
A code name (e.g., alioth, vega) can be found in: About Phone β†’ All Features β†’ Codename. ADB: Adb shell getprop ro.product.device. On sites like XDA Developers (in a device card). It is needed to: Search custom firmware (e.g., LineageOS or Pixel Experience); Install modified TWRP or Magisk; Check modem file compatibility (e.g., to unlock 5G).