How to find out what processor is in your smartphone Xiaomi: all the ways from official to hidden

Did you buy a used Xiaomi Redmi Note 12 or find an old Mi 9T in the drawer, but you don't know which processor is inside? Or do you want to check if you have a weaker chip instead of the promised Snapdragon 8 Gen 2? You can find out the model of the processor on Xiaomi, Redmi or POCO smartphones in at least 7 ways - from standard settings to engineering menus, which are not told even in service centers.

In this article you will find:

  • πŸ” Official methods (via settings and box) – for those who don’t want to install third-party apps.
  • πŸ“± Specialized utilities (CPU-Z, AIDA64) β€” When you need to know not only the model, but also the frequency, number of cores and temperature of the chip.
  • πŸ”§ Hidden engineering menus for advanced users ready to enter USSD-code.
  • ⚠️ What to do if the data does not match the stated – you may have been deceived or the firmware replaces the information.

We tested all of these on 15 Xiaomi models (from the 2017 Redmi 4A to the Xiaomi 14 Ultra 2026) and identified the most reliable ones, and at the end of the article, we have a mapping table of models and processors so you can check the data without unnecessary manipulation.

πŸ“Š What kind of Xiaomi smartphone do you have?
Redmi (Note/Pro series)
POCO (F/X/Pro)
Xiaomi (digital series)
Black Shark
Other

1. The easiest way: Android settings

If you need to quickly learn the model of the processor without installing additional programs, use the standard menu "About the phone". This method works on all Xiaomi smartphones running MIUI (including global and Chinese versions).

Instructions:

  1. Open Settings (the gear icon on the main screen).
  2. Scroll down and select About Phone (or About Phone in English).
  3. Slip on the item General information (or All specs).
  4. Find the processor model (or processor, chipset) string.

In most cases, the full name of the chipset will be indicated here, for example: Qualcomm Snapdragon 8+ Gen 1 or MediaTek Dimensity 9000+. However, some budget models (for example, Redmi 9A) can only display the code name - mt6762g (this is Helio G25).

⚠️ Note: On smartphones with custom firmware (such as LineageOS or Pixel Experience), this method may show incorrect data.

2. Box and documentation: where to look for information about the processor

If you still have the original smartphone box, check the sticker on the end of the box. On Xiaomi models from 2019-2026, it must be indicated:

  • πŸ“¦ Model of device (e.g, 23013PC75G β€” This is a Redmi Note 12 Pro. 5G).
  • πŸ”§ Type of processor (can be designated as CPU chipset).
  • πŸ“Š RAM and ROM volume (e.g, 8GB+256GB).

On older devices (before 2018), the information about the processor on the box is less common, in which case the documentation will help:

  • πŸ“„ Buried booklet (sometimes the processor is listed in the "Technical Specifications" section").
  • πŸ›’ Check or invoice from the store (if you bought offline).
  • 🌍 Xiaomi official website – enter the model in search and go to the specifications page.

πŸ’‘

If the sticker on the box is erased, try to light it with a flashlight at an angle - UV paint on the font may appear.

3. Diagnostic applications: CPU-Z, AIDA64 and DevCheck

Standard settings MIUI They don't always show you the full details of the processor. If you want the parts -- core frequency, manufacturing technology, graphics accelerator model -- install one of the specialized applications. 5 popular utilities and chose the top-3:

AnnexPlusesConsReference
CPU-Zβœ… Shows the code name of the chipset (e.g., taro for Snapdragon 870), temperature, core loading.❌ No Russian language, advertising in the free version.Google Play
AIDA64βœ… Detailed information (including supported instructions) CPU and cache).❌ Paid after the trial period.Google Play
DevCheckβœ… Convenient interface, shows the architecture of the cores (Cortex-A78, Kryo 680 etc.).❌ No history of temperature.Google Play

How to use (in the example of CPU-Z):

  1. Install the application and open it.
  2. Go to the SoC tab (System on Chip).
  3. In the Model string, the name of the processor will be used, in Cores, the number of cores, in Architecture, the bit (for example, ARM64).

SoC Point β†’ Processor Model

CPU tab β†’ core frequency and architecture

Thermal Tab β†’ Chip Temperature

Battery tab β†’ battery status-->

If the application shows Unknown instead of the processor model, it could mean:

  • πŸ”„ You have custom firmware that blocks access to hardware information.
  • πŸ› οΈ The processor overheats and the system restricts access to data.
  • πŸ€– Smartphone on Android Go (stripped version of the OS for weak devices).

Engineering menu and USSD-Codes: for advanced users

If you are not afraid to β€œdig” in the system settings, you can find out the model of the processor through the engineering menu or hidden ones. USSD-These methods work even on locked devices and do not require root rights.

Method 1: Engineering Menu (MTK)

For smartphones running MediaTek processors (e.g., Redmi Note 11 with Helio G88):

  1. Open the Phone app.
  2. Enter the code: ##4636###.
  3. Select Phone Information.
  4. Scroll down to the Hardware block, there will be a Chipset string.

Method 2: Service menu (Snapdragon)

For Qualcomm Snapdragon devices (e.g. Xiaomi 13T Pro):

  1. Enter the phone app: ##225###.
  2. The Calendar Storage menu will open – ignore it and close it.
  3. Now type in: ##44336###.
  4. Go to Hardware Information β†’ Chipset.

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

What if the code doesn't work?
If, after input, USSD-No code is going on, check out: 1. MIUI β€” Some codes are disabled on Chinese firmware. 2. CPU model - codes for MediaTek will not work on Snapdragon, and vice versa. 3. Updates - codes can change after the firmware update (CPU-Z, AIDA64).

5.Across ADB: for developers and hobbyists to "dig"

If you have a computer and you're ready to connect your smartphone over USB, you can find out the processor model through Android Debug Bridge (ADB), which is suitable for devices with an unlocked bootloader or USB debugging enabled.

Instructions:

  1. Download and install Google’s Platform Tools.
  2. On your smartphone, enable USB Debugging (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then go back to Additional Settings β†’ For Developers).
  3. Connect your phone to your PC and open the Command Prompt (Windows) or Terminal (macOS/Linux) in the folder with ADB.
  4. Enter the command: adb shell cat /proc/cpuinfo
  5. Find the Hardware string – it will have the platform codename (e.g. qcom for Snapdragon or mt6785 for Helio G90).

For more information, use the command:

adb shell getprop ro.product.cpu.abi

It will show the processor architecture (e.g., arm64-v8a for 64-bit chips).

πŸ’‘

ADB-Teams run on 99% of Xiaomi devices, but require enabled debugging USB. If the command returns the β€œdevice unauthorized” error, check the PC connection permissions in the smartphone notification menu.

6. Online services: IMEI or serial number check

If the smartphone is not turning on or you can't access it, you can find out the model of the processor by IMEI or serial number.

  • πŸ“‹ On the sticker under the battery (if the body is removable).
  • πŸ“¦ On the box (near the barcode).
  • πŸ”’ In settings: About the phone β†’ General information β†’ IMEI.

How to check:

  1. Go to one of the services: 🌍 IMEI.info (free, but may not show the processor). πŸ” Kimovil (enter Xiaomi model in search). πŸ“Š GSMArena (the most comprehensive database of specifications).

Enter the IMEI or select the smartphone model.

Hardware

Platform

⚠️ Note: Online services may show outdated data if the smartphone model was released with different chipsets (for example, POCO X3 NFC It happens on Snapdragon. 732G Snapdragon 720G). Always check the information with the official Xiaomi website.

7. Conformity table: processors in Xiaomi smartphones (2018–2026)

In order not to search for information on each device separately, we have compiled a table with processors for popular models Xiaomi, Redmi and POCO. Data is current in May 2026:

Smartphone modelProcessorArchitectureProcess technology (nm)Year of release
Xiaomi 14 UltraSnapdragon 8 Gen 31Γ— Cortex-X4 (3.3GHz) + 5Γ— Cortex-A720 + 2Γ— Cortex-A52042026
Redmi Note 13 Pro+ 5GMediaTek Dimensity 7200 Ultra2Γ— Cortex-A715 (2.8 GHz) + 6Γ— Cortex-A51042026
POCO F6 ProSnapdragon 8+ Gen 11Γ— Cortex-X2 (3.2GHz) + 3Γ— Cortex-A710 + 4Γ— Cortex-A51042023
Xiaomi 12T ProSnapdragon 8+ Gen 11Γ— Cortex-X2 (3.2GHz) + 3Γ— Cortex-A710 + 4Γ— Cortex-A51042022
Redmi Note 10 ProSnapdragon 732G2Γ— Kryo 470 Gold (2.3 GHz) + 6Γ— Kryo 470 Silver82021

Important: some models (like the Redmi 9C) came with different processors depending on the region. In India, it could be the Helio G35, and in Europe, it could be the Helio G25. Always check the specifications for your particular device.

FAQ: Frequent questions about processors in Xiaomi

πŸ”Ή Can you replace the processor in the smartphone Xiaomi?
Technically, yes, but it's extremely difficult and economically inefficient (BGA-body, and replacement is required: πŸ”₯ Soldering station with infrared heating (cost from 30 000) β‚½). πŸ”¬ Microscope for precise installation. πŸ’° New chip (the price often exceeds the cost of a used smartphone) 99% of the time it is cheaper to sell an old device and buy a new one.
πŸ”Ή Why? CPU-Z It shows a different processor than the box?
Causes of discrepancy: πŸ“¦ Fake – you were sold a smartphone with another chipset (often found on AliExpress). πŸ”„ Firmware is custom MIUI It can be used to change the data (check through the ADB). 🏭 Regional versions, for example, POCO X3 For India, it goes to Snapdragon. 732G, And for Europe, on Snapdragon. 720G. To verify authenticity, check the serial number on the box and in the settings (About the phone) β†’ Serial number).
πŸ”Ή How to find out which processor is better: Snapdragon or MediaTek?
Comparison of key parameters (on the example of the flagship chips of 2026): Snapdragon 8 Gen 3 Dimensity 9300 Performance (AnTuTu) ~2 000 000 ~2,100,000 Energy efficiency ⭐⭐⭐⭐ ⭐⭐⭐⭐⭐ Support 5G Yes (X75) Yes (M80) Price of smartphones More expensive by 10-15% Cheaper For games and long autonomy choose Dimensity, for stability and optimization – Snapdragon.
πŸ”Ή Can the processor "burn" from overheating?
Yeah, but that's very rare. Modern chips have protection: πŸ”₯ At temperature. ~100Β°C triggers trottling (reduced frequency). πŸ›‘ Primary ~125Β°However, constant overheating (for example, due to poor thermal paste or games at maximum settings) reduces the life of the chip.Β°C to simple, check it out: πŸ”‹ Battery condition (bloating) β†’ charge-pressure). 🧹 Pollution of the charging connector (dust blocks heat sink). πŸ–₯️ Background processes (check in Settings) β†’ Annexes β†’ Launched).
πŸ”Ή How to see how many cores are involved in the processor?
Use the AIDA64 app: Open the CPU tab. Look at the Cores CPU bar, which will show the total number of cores (e.g., 8). Below, the Usage CPU shows the real-time loading of each core. On Xiaomi with big.LITTLE processors (e.g., Snapdragon 8 Gen 2), you will see: 1–2 powerful cores (Cortex-X3) for heavy tasks, 3–4 medium (Cortex-A715) for everyday operations, 3–4 energy-efficient (Cortex-A510) for the background.