You bought a used Xiaomi smartphone and you want to make sure that the seller did not cheat with the specs? Or you plan to install custom firmware but do not know if your chipset supports it? Or maybe just curious, which processor is hiding under the body of your Redmi Note 12 or POCO X5 Pro? In this article, we will discuss all the working ways to find out the model of the processor on Xiaomi devices - from standard settings to hidden engineering menus.
The manufacturer does not always specify the exact modification of the chipset on the box or in the documentation (for example, the Snapdragon 7 Gen 1 can be in versions of the SM7450-AB or SM7450-AC with different core frequencies). And in some cases - as with MediaTek Dimensity - even the same model of processors can have different revisions (for example, MT6893 vs MT6893Z), which affects the performance and compatibility with firmware. So it is important to know not only the series of the chipset, but also its exact designation.
We tested all methods on current devices (2023-2026) and weeded out outdated methods that stopped working after the MIUI updates. At the end of the article, you will find a table of methods compatibility with different versions of firmware and FAQ for typical problems.
1. Through the standard Android settings
The easiest and safest way is to use the systemβs built-in tools, which is suitable for all Xiaomi smartphones, including Redmi, POCO and Black Shark models, regardless of the MIUI version (even on the old MIUI 10-12).
Instructions:
- Open the Settings app** (cog icon).
- Go to About Phone (or About Tablet for Xiaomi Pad).
- Slip on the item All characteristics (in some versions - Device characteristics).
- Find the line βProcessorβ or βCPU Modelβ β here will be the series of chipset (for example, Qualcomm Snapdragon 8 Gen 2).
β οΈ Note: In the latest versions MIUI 14-15 (based on Android 13-14) the manufacturer can hide the exact model of the processor, showing only its trademark (for example, instead of using the same name). SM8550-AB You will see the Snapdragon 8 Gen 2, and then you will see the following methods.
π‘
If the settings only show the CPU frequency (e.g., 2.84 GHz) but not the model, try updating the firmware. Sometimes, after the MIUI update, full information about the chipset appears.
2.Use of the CPU-Z application
CPU-Z is the gold standard for testing hardware, showing not only the model of the processor, but also the revision, number of cores, process and even real-time temperature, and can be downloaded free of charge from Google Play or AppGallery (for devices without Google services).
How to use:
- π± Install. CPU-Z and open it.
- π Go to the "SoC" tab (or Β«CPUΒ» older).
β Advantages of the method:
- πΉ It works on all devices, including Xiaomi with a blocked bootloader.
- πΉ It shows a chipset revision (for example, SM8475 vs SM8475-Pro For Snapdragon 8+ Gen 1), which is critical for choosing custom firmware.
- πΉ Doesn't require root rights.
Exact model in SoC| Core architecture (Cortex-X2, A710, etc.)| Process technology (4 nm, 5 nm)| Supported frequencies (L1/L2/L3 cache)| Processor temperature under load-->
3. via the engineering menu (#4636##)
The Android Hidden Engineering Menu provides advanced hardware information, including processor data, which works on most Xiaomi devices but can be disabled on some MIUI models for the European market (due to Xiaomiβs policy of restricting access to service functions).
Instructions:
- Open the Phone app and enter the code ##4636## (some devices may require the input ##225## or ##36446337###).
π Decoding the code names of Xiaomi processors:
| Codename on the Engineering Menu | The real model of the processor | Examples of devices |
|---|---|---|
| taro | Snapdragon 870 (SM8250-AC) | POCO F3, Redmi K40 |
| alioth | Dimensity 1200 (MT6893) | Redmi K40 Gaming |
| lmi | Snapdragon 865 (SM8250) | Xiaomi Mi 10, Black Shark 3 |
| monet | Snapdragon 8 Gen 1 (SM8450) | Xiaomi 12, Redmi K50 Pro |
| diting | Dimensity 9000+ (MT6893Z) | Xiaomi 12T Pro |
β οΈ Attention: On devices with MIUI Global, after upgrading to Android 13, the engineering menu may be blocked:
##225## β To check the screen calibration (sometimes shows the chipset)
#36446337## - alternative code for hardware informationQualcomm Snapdragon|MediaTek Dimensity|Apple (yes, it happens!)|Other (clarify in the comments)|I don't know, that's why I'm looking.-->
4. Through ADB-Teams (for advanced users)
If standard methods fail, you can get information about the processor through the Android Debug Bridge (ADB), which requires connecting the smartphone to the computer, but gives the most complete and accurate information, including the serial number of the chipset and its firmware.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on a smartphone (path: Settings) β The phone. β Version. MIUI β 7 times to tap according to the version β return to Settings β Additionally. β For developers β Debugging by USB).
- π Cable USB (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (or Terminal on macOS/Linux) and type: adb shell cat /proc/cpuinfo For more details, use: adb shell getprop ro.product.cpu.abi adb shell getprop ro.hardware
- In the conclusion, find the lines: Hardware is the code name of the platform (for example, mt6893 for Dimensity 1200), Processor is architecture (for example, ARMv8 Processor rev 4), Serial is the serial number of the chipset (useful for warranty cases).
π‘ Example of output for the Redmi Note 11 Pro+ 5G:
Hardware : mt6893
Processor : AArch64 Processor rev 4 (aarch64)
BogoMIPS : 50.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbsβ οΈ Note: On some Xiaomi devices with MIUI 14+ access /proc/cpuinfo In this case, use an alternative command:
adb shell dumpsys cpuinfoWhat if the ADB does not recognize the device?
5. Through firmware files (for devices with unlocked bootloader)
If your Xiaomi has an unlocked bootloader, you can extract the CPU information directly from the firmware files, a method that is suitable for enthusiasts who install custom recovery (TWRP) or firmware (LineageOS, Pixel Experience).
How to do this:
- Download the official firmware for your model from MIUI Downloads (choose Fastboot or Recovery).
π How to Find a Xiaomi Service Center:
β οΈ Warning: Be careful with βunofficialβ service centers. Some workshops may pose as Xiaomi partners but donβt actually have access to original spare parts and diagnostic software.
Comparative table of methods
To make it easier for you to choose the right method, we have compiled a table with the pros and cons of each method:
| Method | precision | Difficulty | PC required | It works on a locked loader. | Suitable for |
|---|---|---|---|---|---|
| Android settings | ββ (basic) | β (simple) | β No. | β Yes. | Quick check of chipset series |
| CPU-Z | ββββ (detailed) | β (simple) | β No. | β Yes. | Get complete information about the processor and other components |
| Engineering menu | βββ (middle-class) | ββ (middle-of-the-road) | β No. | β Yes. | Devices without root that do not work CPU-Z |
| ADB | βββββ (maximum) | βββ (difficult) | β Yes. | β Yes. | Advanced users need detailed information |
| Firmware files | ββββ (high-pitched) | ββββ (difficult) | β Yes. | β No (needs an unlocked bootloader) | Developers and enthusiasts of custom firmware |