You bought a Xiaomi smartphone but aren't sure if it has a processor, MediaTek or Qualcomm? This information is critical when choosing firmware, repairing, optimizing performance, or even buying active-cooled cases. A mistake in identifying a chipset can lead to a device being inoperable after running incompatible software or buying incompatible accessories.
In this article, youโll find 5 working ways to determine the type of processor on any Xiaomi smartphone (including Redmi, POCO And Mi, from standard settings to hidden engineering menus, we're going to break down the methods for devices on the computer. MIUI Android One and why some apps (like the ones you see) CPU-Z) They can show incorrect data, no disassembly of the hull or special equipment is required!
Why it is important to know the type of processor in Xiaomi
The chipset manufacturer affects:
- ๐ง Compatible with firmware: Installation of Fastboot ROM for Qualcomm on a device with MediaTek (and vice versa) will lead to a brick (complete system failure).
- ๐ Chargers: Some Xiaomi models with MediaTek Helio G support proprietary fast charging protocols other than Quick Charge (Qualcomm).
- ๐ฎ Game performance: Qualcomm Snapdragon chipsets are often better optimized for PUBG Mobile or Genshin Impact with Adreno Drivers.
- ๐ bootloader unlockability: On some Xiaomi MediaTek devices, unlocking requires additional steps (e.g. activation). OEM Unlock in the Hidden Menu).
Moreover, knowing the exact model of the chipset will help with:
- ๐ ๏ธ Repair: Replacing a camera or display module requires compatibility with processor controllers.
- ๐ก Network setting: Qualcomm works better with 5G and VoLTE in some regions.
- ๐ Battery Optimizations: MediaTek cores often have other power consumption profiles.
โ ๏ธ Note: Some Xiaomi models (like the Redmi Note 11 Pro) have come with both types of processors in different regions!
Method 1: Checking through MIUI settings (the fastest method)
This method works on all Xiaomi smartphones with MIUI (including Redmi, POCO and Mi) and does not require third-party applications to be installed:
- Open the Settings. โ The phone.
- Tap a few times on the MIUI version until the words โYou are a developer!โ appear (this unlocks hidden options).
- Return to the main Settings menu and select Additional โ For Developers.
- Scroll down to the Hardware block and find the Processor line.
It will be stated here:
- ๐น Qualcomm: The name will start with Snapdragon (e.g. Snapdragon) 732G).
- ๐น MediaTek: Helio will be specified (e.g. Helio) G95) Dimensity (for example, Dimensity 1200).
โ๏ธ Check through MIUI
If there is no processor, try an alternative route:
- In Settings, select About Phone โ All characteristics.
- In the processor or chipset block, the model will be specified.
โ ๏ธ Note: On some Android One devices (e.g. Mi) A3) This method does not work โ use Method 3.
Method 2: Use of an engineering menu (for advanced users)
An engineering menu contains low-level information about the hardware, including the exact model of the chipset, which is suitable if:
- ๐ฑ MIUI does not display data about the processor.
- ๐ง You suspect that the device has been overflashed (e.g., from MediaTek to Qualcomm or vice versa).
- ๐ ๏ธ Information needed for repair (e.g. Modem version).
Instructions:
- Open the phone app and enter the combination: ##4636##
- In the menu that opens, select Phone Information.
- Scroll down to the Hardware block โ the chipset model will be listed here.
Alternative codes for Xiaomi:
- ##225## - will display the Calibration version (for MediaTek).
- #36446337## - Equipment test (will show Chipset at the top of the screen)
| Code. | What shows | Suitable for |
|---|---|---|
| ##4636## | Chipset model, core version | All models. |
| ##225## | Calibration information (MediaTek only) | Redmi Note 8/9/10, POCO X3 |
| ##36446337## | Test equipment with indication of Chipset | Devices on Qualcomm |
| ##6484## | Sensor test (can display SoC) | Mi 10/11, Redmi K40 |
โ ๏ธ Warning: Don't enter random codes in the engineering menu ##7780## (setting reset) or *2767*3855# (complete reset) can erase all data without recovery.
What to do if the engineering menu is not opened?
Method 3: Applications for determining the processor (CPU-Z, AIDA64, DevCheck)
The side of the utility is convenient if:
- ๐ฒ You don't want to dig into the settings.
- ๐ Additional information is needed (e.g. chipset temperature or core frequency).
- ๐ ๏ธ The device does not turn on normally (can be used in Safe Mode).
The best apps for Xiaomi:
- CPU-Z (free of charge, no advertising): ๐ Open the SoC tab โ the model of the chipset will be indicated in the Model bar. ๐ In the Device tab, check Hardware (for example, mt6768 = MediaTek Helio G90T).
- AIDA64 (pay-performance): ๐ Go to CPU. โ Information on the CPU. ๐ In the block System board will be specified model SoC.
DevCheck
- ๐ On the main screen in the Hardware block will be specified model of the chipset.
- ๐ Slip on the name - will open detailed information about the kernels and GPU.
Example of display in CPU-Z:
- ๐น Qualcomm Snapdragon 730G: sm7150 (platform-name).
- ๐น MediaTek Helio G88: mt6768.
- ๐น MediaTek Dimensity 800U: mt6853.
๐ก
If the application shows the wrong model of the chipset (for example, instead of Snapdragon 865, Unknown is displayed), update the application database or try another one (for example, AIDA64 instead CPU-Z).
โ ๏ธ Note: Some custom firmware (e.g. LineageOS) may show incorrect information. In this case, use Method 4 (ADB).
Method 4: Teams ADB (technical)
If your device is not switched on or you suspect a chipset swap (for example, after buying a used phone), ADB (Android Debug Bridge can get accurate data right from the system level:
- ๐ฅ๏ธ Computers with installed ADB-driver.
- ๐ USB-cable (preferably original).
- ๐ฑ Included mode Debugging by USB (activated in Settings โ For developers).
Instructions:
- Connect your phone to your PC and open the Command Prompt (Windows) or Terminal (macOS/Linux).
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Execute the command to get information about the chipset: adb shell cat /proc/cpuinfo Find the Hardware line (e.g. Hardware: MT6785 = MediaTek Helio G90).
- Alternative command (for newer versions of Android): adb shell getprop ro.chipname or adb shell getprop ro.hardware
Decoding of the codes in the output:
| Code in cpuinfo | Manufacturer | Example of model |
|---|---|---|
| MT67xx or MT68xx | MediaTek | Helio G85 (MT6768), Dimensity 1000 (MT6889) |
| MSM89xx or SMxx50 | Qualcomm | Snapdragon 730 (SM7150), Snapdragon 865 (SM8250) |
| qcom at ro.hardware | Qualcomm | Any Snapdragon. |
| mtk in ro.hardware | MediaTek | Anybody. Helio/Dimensity |
๐ก
If in conclusion ADB If you see Hardware: Unknown, this could mean that the Android kernel has been modified (hardware) or the chipset is not recognized by the system).
Method 5: Physical inspection (disassembly or external signs)
This method is suitable if:
- ๐ต The device is not switched on.
- ๐ง You suspect a charge change (for example, after a repair).
- ๐ ๏ธ You need to confirm the chipset model to replace components.
External signs (no disassembly):
- ๐ฆ Look at the device box: Some Xiaomi models point to the chipset on the sticker (e.g. Redmi Note 10 Pro with Snapdragon) 732G).
- ๐ On the back, next to the Model inscription, there may be a code that can be used to identify the chipset (e.g., the chipset, M2007J3SC = Redmi Note 9 Pro with Snapdragon 720G).
- ๐ If the device has the word Quick Charge 3.0/4.0, Qualcomm is most likely to be a Qualcomm (but not always โ some MediaTek also supports Quick Charge).
Disassembly (for experienced users only!):
- Remove the back cover (on most Xiaomi it is glued โ use a mediator and a hair dryer to heat the glue).
- Find the chipset, which is the largest chip on the board (usually under a metal radiator).
- The chip itself will be marked: ๐น Qualcomm: Starts with APQ, MSM or SM (for example, SM7250 = Snapdragon 765G). ๐น MediaTek: Starts with MT (for example, MT6873 = Dimensity 800U).
โ ๏ธ Note: Disassembly Xiaomi without experience can lead to: ๐ Damage to battery plume (fire risk!). ๐ก Disruption of antenna contacts (loss of network). ๐ซ Loss of warranty (if seals are broken) If you are not sure, contact the service center.
What does a chipset look like on a board?
Compatibility table: MediaTek vs Qualcomm in popular Xiaomi models
To save you time, we have collected data on the most popular models of Xiaomi, Redmi and other popular models. POCO. Note: The same model can be produced with different chipsets depending on the region!
| Model | Region | Processor | The chipset's code name |
|---|---|---|---|
| Redmi Note 10 Pro | Global version | Qualcomm Snapdragon 732G | SM7150-AC |
| Redmi Note 10 Pro | India | MediaTek Helio G95 | MT6785V/CD |
| POCO X3 Pro | All regions | Qualcomm Snapdragon 860 | SM8150-AC |
| Redmi Note 9 Pro | Global/Europe | Qualcomm Snapdragon 720G | SM7125 |
| Redmi Note 9 Pro | India (Note 9 Pro Max) | Qualcomm Snapdragon 720G | SM7125 |
| Redmi Note 9 | All regions | MediaTek Helio G85 | MT6768 |
| Mi 11 Lite | Global version | Qualcomm Snapdragon 732G | SM7150-AC |
| Mi 11 Lite | China (Mi 11 Youth) | Qualcomm Snapdragon 780G | SM7350-AB |
The full database can be found on Kimovil or GSMArena (enter the model and check the Platform section).
Frequent Mistakes and How to Avoid Them
When determining the type of processor, users often face the following problems:
- Apps show wrong chipset ๐น Reason: Castom firmware or modified core (e.g. KernelSU). ๐น Solution: Use ADB or check the markings on the board.
- There is no chipset data in the engineering menu ๐น Reason: Firmware cuts off access to low-level information (often found on Android One). ๐น Solution: Try alternative codes (e.g. #36446337##) or use CPU-Z.
- The box shows one chipset and the phone another. ๐น Reason: Regional differences (e.g. Redmi Note 10 Pro in India comes with MediaTek, and in Europe โ with Qualcomm). ๐น Solution: Trust only data from the device itself (via settings or apps).
- ADB does not recognize the device ๐น Reason: Drivers are not installed or debugging is not included USB. ๐น Solution: Install ADB-Drivers, turn on Debugging by USB In Settings โ For developers. Try another. USB-cable (original).
๐ก
If you buy used Xiaomi, always check the chipset before payment! scammers can sell devices with MediaTek under the guise of models with Qualcomm (and vice versa), as this affects the price.