Xiaomi Redmi Note 3 Pro
kenzo
TWRP Recovery
LineageOS
Pixel Experience
In this article, we will discuss the current 2026 TWRP firmware methods for the Redmi Note 3 Pro, taking into account changes in Xiaomiβs policy to unlock the bootloader. We will analyze the official and informal methods, bypass typical errors (such as anti-rollback or invalid sparse file), and give recommendations for choosing a recovery version for your version of MIUI. Importantly, the procedure requires an unlocked bootloader β without this, TWRP will not work.
If you have never been engaged in firmware Android devices, start by learning the terms: fastboot, ADB, bootloop. For Redmi Note 3 Pro is especially critical to understand the difference between the global (Global) and Chinese (China) versions of the device β this depends on the choice of the TWRP file. Also note that after installing custom recovery warranty Xiaomi is canceled, and some functions (for example, Mi Pay or Widevine L1) may stop working.
Preparation of the device: unlocking the loader
Without an unlocked bootloader, you canβt flash TWRP on the Redmi Note 3 Pro. Xiaomi has made it mandatory to bind the Mi Account to the unlock device, so the first step is to link the smartphone to your Mi Account and get permission to unlock it.
Official method:
- Go to Settings β About Phone β MIUI version and tap 7 times on the line to activate the developer mode.
- Back to Settings β Additionally. β For developers and include OEM-unlocking and debugging USB.
- Install Mi Unlock Tool on PC, log in under the same account as on your phone, and connect your smartphone in Fastboot mode (clip Volume Down + Power).
Unofficial methods (if the official method does not work):
- π Use the Mi Unlock Tool patched versions (e.g., from XiaomiTool) V2), which bypass the restriction on account binding.
- π If the tool requires waiting (usually 7-360 hours), you can reset the timer by changing the timer. MIUI-The older version is via Fastboot.
- β οΈ For Chinese versions (China) ROM) Additional confirmation may be required through SMS.
β οΈ Warning: Once the bootloader is unlocked, the smartphone will perform a full reset (wipe). MIUI/Backup system-setting.
π‘
If the Mi Unlock Tool is βCouldnβt verify deviceβ (50 percent or 99 percent), try connecting your phone to another device. USB-port (preferably 2.0) or use the original Xiaomi cable.
2.Selecting a TWRP version for the Redmi Note 3 Pro
For the Redmi Note 3 Pro (kenzo), there are several TWRP branches, and choosing the wrong version can lead to a brick (inoperability) of the device.
- π± The device version is Global (kenzo) or China (kate). β The phone. β Model.
- π Version. MIUI: For older versions (below) MIUI 9 will do TWRP 3.0.2, for new 3.6.2 or later.
- π‘οΈ Anti-Rollback: If your device is updated through OTA, Check the current version of the anti-rollback (ARB) Fastboot Team: Fastboot Getvar Anti ARB 3 and above requires a special version TWRP patchy.
Recommended builds of TWRP for Redmi Note 3 Pro:
| Model | MIUI version | Recommended TWRP | Reference |
|---|---|---|---|
| Kenzo (Global) | MIUI 7β8 | 3.0.2-0 | Download |
| Kenzo (Global) | MIUI 9β12 | 3.6.2_9-0 | Download |
| Kate (China) | Anybody. | 3.6.2_9-0 (patchy ARB) | XDA |
β οΈ Note: If your device has an anti-rollback = 4 or higher, firmware of the old version TWRP It will lead to a hard brick. EDL-Firmware through an authorized Xiaomi account.
3. Install TWRP via Fastboot
The most reliable way to flash TWRP is through Fastboot mode.
- π₯οΈ Computer with installed ADB and Fastboot.
- π Cable USB (preferably original).
- π File. TWRP in.img format (e.g, twrp-3.6.2_9-0-kenzo.img).
Step-by-step:
- Turn off your smartphone and press Volume Down + Power to log into the Fastboot.
- Connect the device to your PC and check for detection by command: fastboot devices must display a serial number.
- Please. TWRP: fastboot flash recovery twrp-3.6.2_9-0-kenzo.img
- Reboot to Recavator directly from Fastboot (important!): fastboot boot twrp-3.6.2_9-0-kenzo.img
If after the restart, the system overwrites TWRP to a stock Recovery, execute in TWRP:
adb shell
echo "SETTINGS: system_update_service_update" > /data/.twrp/deny_listbootloader unlocked | Download the correct TWRP file for your model | ADB/Fastboot drivers installed |Data backup made |Battery charge > 50%-->
4. Typical errors and their solutions
When you are running TWRP on Redmi Note 3 Pro, users often face the following problems:
| Mistake. | Reason. | Decision |
|---|---|---|
| FAILED (remote: device is locked) | The bootloader is not unlocked | Repeat the unlocking procedure with the Mi Unlock Tool |
| Invalid sparse file | A TWRP file or incompatible version is damaged | Download another TWRP file or check the checksum (MD5) |
| The device hangs on the Mi logo | Incompatibility with anti-rollback | Sweep through the stock firmware through Fastboot and repeat with the correct version of TWRP |
| TWRP is not saved after restarting | The system overwrites the Recovery | Turn off automatic updates in TWRP (see Section 3) |
If the phone does not boot after installing TWRP, try:
- π Ask me again. TWRP Slots: Fastboot flash recovery twrp.img fastboot flash recovery_b twrp.img
- π₯ Install stock recapvery and repeat the procedure: fastboot flash recovery stock_recovery.img
- π οΈ Reset the settings in TWRP: Wipe β Format Data (Warning: Deletes all data!).
What if TWRP is running but not running?
5. Additional settings after installation of TWRP
After a successful firmware TWRP, it is recommended to perform several actions for stable operation:
- π Create a backup: In TWRP Select Backup and save Boot, System, Data (backup weighs) ~5-8 GB).
- π§ Disable Forced Encryption: If you use custom firmware, encryption can cause lags. TWRP Execute: format data β Yes (this will delete all data but disable it) FBE!).
- π¦ Install Magisk for root rights: Download the latest version of Magisk and run through Install β Select Zip.
For users planning to install custom firmware (such as LineageOS), it is important to:
- Check firmware compatibility with your Redmi Note 3 Pro (kenzo/kate) version.
- Make sure the firmware supports your anti-rollback.
- Before the firmware run Wipe β Advanced Wipe (mark Dalvik, Cache, System, Data).
π‘
If your mobile network is not working after installing custom firmware, check if the firmware supports your modem version. Redmi Note 3 Pro may require you to flash a separate modem.img file via Fastboot.
6. Alternative firmware methods TWRP
If the standard method through Fastboot does not work, you can use alternative methods:
Method 1: ADB Sideload
- Download TWRP in.zip format (e.g. twrp-installer-kenzo.zip).
- In the stock Recovery, select Apply update β Apply from ADB.
- On PC, run: adb sideload twrp-installer-kenzo.zip
Method 2: OrangeFox Recovery
- π¦ OrangeFox β alternative Recovery with advanced features (support) MIUI OTA, built-in file manager).
- π You can download it on the official website (select the version for kenzo).
- β οΈ OrangeFox may conflict with some custom firmware β check compatibility.
Method 3: Through SP Flash Tool (for bricks)
If the device is not turned on (hard brick), you will need firmware through the SP Flash Tool in EDL mode.
- π₯οΈ Authorized Xiaomi Account (for new devices).
- π Firmware file in.tgz format for your model.
- π The entry lintel EDL (Test Point contact closure on the board).
β οΈ Attention: Firmware through SP Flash Tool without Xiaomi authorization can lead to a complete loss IMEI. This method is recommended only by experienced users.