Why is it important to know the processor model in Xiaomi Poco?
The processor is the brain of your smartphone, which is responsible for your speed, game support, energy efficiency, and even custom firmware installation. For example, the flagship POCO F5 Pro models are equipped with Qualcomm Snapdragon 8+ Gen 1, and the budget POCO M6 is Medatek Helio G99. These chips are not only performance, but also support technologies: 5G, hardware decoding video, neural accelerators for AI tasks.
Knowledge of the exact model of the processor will be useful in several cases:
- ๐ง Firmware update: some custom ROM (LineageOS or Pixel Experience only support certain chipsets.
- ๐ฎ Games and Emulators: Genshin Impact or Call of Duty: Mobile Requirements Depend on the CPU Architecture (ARMv8 vs ARMv9).
- ๐ Battery Optimization: Snapdragon and MediaTek processors have different power consumption profiles.
- ๐ ๏ธ Repair: When replacing the motherboard, the master needs information about the chipset to select compatible parts.
If you plan to sell a phone, specifying the exact processor in the ad will increase customer confidence, for example, the POCO X5 5G can come with a Snapdragon 695 or Snapdragon 4 Gen 1 โ this is a fundamental difference for pricing.
Method 1: through standard Android settings
The easiest method is to use the built-in MIUI tools. It does not require installing third-party apps and works on all Xiaomi Poco models, including the POCO F6 Pro, POCO X6 Neo and POCO C65.
Instructions:
- Open the Settings app (cog icon).
- Go to the About Phone section (usually at the bottom of the menu).
- Slip on the item All characteristics or Device Information.
- Find the processor line or processor model.
In some versions of MIUI (e.g. MIUI 14 on the POCO F4 GT), the path may be slightly different: Settings โ About Phone โ MIUI Version โ Cornel and Android Version โ Hardware Information.
โ ๏ธ Attention: On devices with rooted firmware or custom recavery (TWRP) This menu may display incorrect information, in which case use method 3 or 4.
Update MIUI to the latest version
Check the "More" section in the device information
Use alternative methods (see below)
Restart your phone and try again.-->
Method 2: CPU-Z (most reliable)
The CPU-Z app is a de facto standard for hardware performance testing, free of charge, free of ads (in the official version), and works even on older POCO models such as the POCO F1 (2018).
How to use:
- Download CPU-Z from Google Play (check the developer โ CPUID).
- Open the app and go to the SoC (System on Chip) tab.
- The Model bar will include the full name of the processor, for example: Qualcomm SM8475 Snapdragon 8+ Gen 1 (4 nm).
Additional features of CPU-Z:
- ๐ Viewing the frequency of the cores in real time (tab) CPU).
- ๐ Information about the graphics accelerator (Adreno 730 for Snapdragon 8)+ Gen 1).
- ๐ฑ Memory data (type) LPDDR5, volume).
- ๐ก๏ธ Processor Temperature (root rights required).
๐ก
If the CPU-Z displays an unknown processor model (e.g., msmnile instead of the Snapdragon 778G), it is a sign of a fake phone or modified firmware. Check the IMEI at *#06#
| Xiaomi Poco Model | Processor (official) | Architecture |
|---|---|---|
| POCO F5 Pro | Snapdragon 8+ Gen 1 | 4 nm, 1ร3.2 GHz + 3ร2.75 GHz + 4ร2.0 GHz |
| POCO X5 Pro 5G | Snapdragon 778G | 6 nm, 1ร2.4 GHz + 3ร2.2 GHz + 4ร1.9 GHz |
| POCO M6 Pro | Medatek Helio G99 | 6 nm, 2ร2.2 GHz + 6ร2.0 GHz |
| POCO C55 | Medatek Helio G85 | 12 nm, 2ร2.0 GHz + 6ร1.8 GHz |
Method 3: via the Engineering Menu (#4636##)
Androidโs hidden engineering menu contains low-level information about the device, including processor data. This method works without root rights, but requires care โ donโt change the settings in the menu unless you are sure of their purpose!
Instructions:
- Open the Phone app.
- Enter the combination: ##4636## (some firmware may not work).
- Select the item Phone Information.
- Scroll down to the Hardware Information block.
Here you will see lines like: msm8998 (for the Snapdragon 835 in POCO F1) or mt6769 (for the Helio G85 in POCO M3).
To decrypt the code, use the correspondence table:
Decoding of Xiaomi processor codes
Important: On some firmware (for example, MIUI Global for the European region) the engineering menu may be blocked. CPU-Z or ADB-commands (mode 5).
Method 4: via AIDA64 (for advanced users)
AIDA64 is a professional hardware diagnostic tool that shows not only the CPU model, but also detailed information about each core, cache, supported instructions (ARMv8, NEON, AES) and even production process data (4 nm, 6 nm, etc.).
How to check:
- Install AIDA64 from Google Play.
- Launch the application and go to the CPU section.
- The CPU ID will include the full name of the chipset, for example: ARM implementer 65 architecture 8 variant 1 part 2048 revision 2 (this is Cortex-A76 in the Snapdragon 778G).
Advantages of AIDA64 over CPU-Z:
- ๐ Detailed information about the process (for example, TSMC 4 nm for Snapdragon 8+ Gen 1).
- ๐ก Data on supported network standards (5G, mmWave, Carrier Aggregation).
- ๐ Information about the memory controller (LPDDR4X vs LPDDR5).
- ๐ก๏ธ Security check (presence of hardware) TEE, Widevine support L1).
โ ๏ธ Attention: B AIDA64 There is a system stability test, and don't run it on Xiaomi Poco with a dead battery, which can cause overheating and emergency shutdown.
Snapdragon 8 Series (888, 8+ Gen 1, etc.)
Snapdragon 7 Series (778G, 732G, etc.)
Snapdragon 6/4 series (695, 480, etc.)
MediaTek Dimensity (900, 1200, etc.)
MediaTek Helio (G99, G85, etc.)
I don't know, I want to know.
Another option-->
Method 5: through ADB-Teams (for technical specialists)
If you have access to a computer, you can use Android Debug Bridge (ADB) to get information about the processor, which is useful if the phone doesnโt turn on normally (hangs on the POCO logo) or you have custom firmware without a GUI.
Instructions:
- Install ADB and Fastboot Tools on PC.
- Turn on the phone Debugging over USB (Settings โ About Phone โ MIUI Version โ 7 times tap on the Assembly Number, then go back to Settings โ Additional โ For Developers).
- Connect your phone to your PC and execute the command: adb shell cat /proc/cpuinfo
- Look for a Hardware string (e.g. Hardware: qcom, sm8475 is Snapdragon 8+ Gen 1).
Alternative commands for ADB:
- View kernel information: adb shell cat /proc/cpuinfo | grep "processor"
- Architecture check: adb shell getprop ro.product.cpu.abi (introduces arm64-v8a for modern processors).
Example of output for POCO X4 Pro 5G (Snapdragon 695):
Hardware : qcom,sm6375
Processor : AArch64 Processor rev 4 (aarch64)
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrpFrequent Mistakes and How to Avoid Them
When checking the processor on Xiaomi Poco, users often face typical problems, and here are the most common ones and how to solve them:
1. Incomplete information is displayed in the settings
If instead of the full CPU name you see only MSM or MTK, it could mean:
- ๐ฑ Installed custom firmware (for example, Pixel Experience), which does not read the data correctly.
- ๐ง The firmware is modified by the manufacturer (often found on the POCO for the Indian market).
- ๐ ๏ธ Phone after repair with replacement motherboard (possibly installed non-original chip).
Solution: Use CPU-Z or AIDA64 for cross-checking.
2.The applications show different processor models
If CPU-Z and AIDA64 are conflicting, the reasons may be:
- ๐ค One of the apps hasnโt been updated for a long time and doesnโt recognize new chipsets.
- ๐ฆ The phone is made of different components (for example, the motherboard from the POCO X3 Pro, and firmware from POCO X3 NFC).
- ๐ฆ Virus software replaces hardware information (check your phone through Malwarebytes).
Solution: Compare the data to the official model specification on Xiaomiโs website.
3. Engineering menu not opened
If #4636### does not work,
- ๐ต Check if the call is blocked by special software (for example, the Security App in the app). MIUI).
- ๐ Update the firmware to the latest version (in older versions) MIUI menu could have been turned off).
- ๐ ๏ธ Use alternative codes: ##225## (calendar check, but sometimes shows hardware information).
๐ก
If neither of these methods worked, itโs likely that the phone has a heavily modified firmware or hardware that isnโt original, in which case, contact Xiaomiโs service center for a diagnosis.