You can install TWRP custom recovery on Redmi Note 5 after unlocking its bootloader, but you should first obtain unlocking permission from Xiaomi. However, note that all these processes will void your device’s warranty and will not get further official software OTA update.

Installing custom ROMs, backup and restore system partitions, getting root via SuperSU or Magisk, etc. are some of the main use of a custom recovery. If you have enough reason to install TWRP on your device, then you can do that by using the ADB command “fastboot flash recovery twrp.img” or via official TWRP app. The latter requires root on the device. To remind you, Redmi Note 5 is a mid-range device and comes as a successor to the already popular Redmi Note 4. Below are the highlighted features of the device. Redmi Note 5 Specifications: Unfortunately, instead of Android Oreo, the device comes with Android Nougat based MIUI 9. However, the device will definitely get Android Oreo update in the near future.

How to Install TWRP on Redmi Note 5

Note: This guide assume that ADB and Fastboot drivers installed on your computer.

  1. First unlock the bootloader by going here.
  2. Enable OEM Unlock and USB Debugging in Developer Options
  3. Download TWRP image from here/ here, rename it as ‘twrp’ and save it where ADB is installed.
  4. Connect your phone to your PC, go to ADB installation folder and open a command window from there.
  5. Execute the below command to boot your phone into bootloader mode: adb reboot bootloader
  6. Now, execute the below command to flash TWRP on your device: fastboot flash recovery twrp.img
  7. Once done, reboot your phone by issuing the below command: fastboot reboot Now, you can get root by flashing SuperSU zip file Magisk zip file via TWRP (Source).