The Xiaomi Redmi Note 9 Pro remains one of the most popular smartphones in the budget segment even years after its release. Its performance based on the Snapdragon 720G, a capacious battery and a 64 MP camera make the device relevant for many users. However, the standard limitations of MIUI do not allow you to fully exploit the potential of the device: you can not remove preinstalled applications, change system files or install modified firmware.
In this article, you will find the current 2026 methods of unlocking the bootloader and getting root on the Redmi Note 9 Pro (codenamed joyeuse), including the official and informal methods. We will analyze the preparation of the device, step-by-step instructions, possible errors and their solutions, as well as the risks that are important to assess before starting the process. If you are a beginner, do not miss the sections on backup and compatibility check!
What are root rights and why they are needed on the Xiaomi Redmi Note 9 Pro
Root rights (or superuser rights) are the total control of the Android operating system.
- π± Remove built-in apps (bloatware) from Xiaomi, including Mi Browser, Mi Music and advertising services.
- β‘ Install custom firmware (Custom) ROM), LineageOS or Pixel Experience for pure Android without shell MIUI.
- π§ Modify system files: change animations, fonts, battery or processor settings.
- π‘οΈ Use applications that require deep access (e.g. Titanium Backup for backup or AdAway for system-level ad blocking).
Root rights are not only opportunities, but also risks:
- π¨ Loss of warranty (Xiaomi does not officially support unlocking the bootloader for root).
- π Malware vulnerability (root-access applications can steal data).
- π₯ The ability to "brick" the device (turn into a "brick") with errors in the process.
- π΅ Problems with banking applications (many of them block the work on rooted devices).
β οΈ Attention: On the Redmi Note 9 Pro with firmware MIUI 14/15 and a newer security patch than 2023.10 You may need to bypass the Anti-Rollback protection further. β The phone. β Version. MIUI.
Preparation of the device before obtaining root rights
Before starting the process, several critical steps must be taken, and skipping any of them can result in data loss or inability to complete the unlock.
1. Data backup
- π Copy photos, videos and documents to your PC or cloud (Google Drive, Mi Cloud).
- π± Use Mi Mover or Swift Backup (without root) to save your application list and data.
- π Export contacts to.vcf and SMS via the Messages appendix.
2. Verification of the model and firmware version
There are several modifications to the Redmi Note 9 Pro:
- π± M2003J6A1G β Global version (India, Europe).
- π± M2003J6B1G β Chinese version (requires separate firmware).
- π± M2003J6C1G β version.
You can find out the model in Settings β About Phone β Model or through the ADB command:
adb shell getprop ro.product.model3. Installation of necessary tools on PC
| Tool. | Appointment | Download link |
|---|---|---|
| Mi Unlock Tool | Official utility for unlocking the bootloader | Xiaomi website |
| ADB & Fastboot | Tools for interacting with the device via the command line | Android Developers |
| Magisk | Root Rights Manager (alternative to SuperSU) | GitHub |
| OrangeFox/TWRP | Castom Recovery for Magisk Installation | OrangeFox |
β οΈ Note: If you are updating the Redmi Note 9 Pro OTA After unlocking the bootloader, the bootloader may have been automatically blocked, in which case you will need to re-unlock through the Mi Unlock Tool.
Unlock the bootloader through the Mi Unlock Tool
Xiaomi provides a legal way to unlock the bootloader, but with restrictions, the main one being the mandatory wait of 7 days after the account is linked to the device, which is suitable for most users, as it minimizes the risk of βbrickingβ.
Step 1: Linking your Mi Account to your device
- Go to Settings β Xiaomi Account and log in.
- Enable Settings β Additional β For developers β Unlock OEM.
- Connect your device to the Internet and wait for the notification βDevice is linked to your accountβ (can take up to 24 hours).
Step 2: Launch the Mi Unlock Tool
Download and install the Mi Unlock Tool on your PC.
- Turn off the Redmi Note 9 Pro and press Volume Down + Power to log into the Fastboot.
- Connect your phone to your PC via the original USB Type-C cable.
- Launch the Mi Unlock Tool and log in to the same Mi Account as your phone.
- Press Unlock, the program will start checking. If the message "Wait 168 hours" appears, then you need to wait 7 days.
Step 3: Unlocking After Waiting
After 7 days, repeat steps 1-3. If it went well, you will see the message "Unlocked successfully." Now you can start installing TWRP and Magisk.
Link Mi Account to device |Enable "OEM Unlock" |Install Mi Unlock Tool on PC |Plug phone in Fastboot |Wait for 7-day wait-->
Install custom recovery (TWRP/OrangeFox) and Magisk
Once the bootloader is unlocked, you need to install custom recovery such as TWRP or OrangeFox to flash Magisk, the root rights manager. For the Redmi Note 9 Pro, it is recommended to use OrangeFox, as it is better compatible with MIUI 14/15.
Step 1: Downloading files
- π₯ OrangeFox Recovery for joyeuse (check out the official website).
- π₯ Magisk (the latest version) Magisk-v26.4.zip or newer).
- π₯ Disable_Dm-Verity_ForceEncrypt (Optionally, if you need to disable encryption).
Step 2: Install Recovery through Fastboot
Open the command line in the ADB folder and do:
fastboot flash recovery orangefox.img
fastboot reboot recoveryIf the device does not load in OrangeFox, try the command:
fastboot boot orangefox.imgStep 3: Magisk firmware
- In OrangeFox, select Install β specify the path to Magisk-v26.4.zip.
- Swipe to confirm the firmware.
- If you need to disable encryption, click Disable_Dm-Verity_ForceEncrypt.zip.
- Reboot the device (Reboot β System)
Step 4: Root rights verification
Once you download the system, install the Magisk Manager app (or Magisk App from Magisk-v26.4.zip) and check root status. If the application displays a green tick, the rights are successfully obtained.
π‘
If after the firmware Magisk phone fixes on the Xiaomi logo, try going to OrangeFox and flashing the file Magisk-uninstaller.zip, and then repeat the installation.
Unofficial methods of obtaining root without unlocking the bootloader
If official unlocking via the Mi Unlock Tool is not available (for example, due to the "Couldn't unlock" error), alternative methods can be used.
Method 1: DirtyCOW exploit (for older versions of MIUI)
This method works on firmware older than MIUI 12.5 and does not require unlocking the bootloader, but it is unstable and can cause system failures.
- π Download DirtyCOW Exploit APK (For example, KingRoot or TowelRoot).
- π± Install. APK, Start and follow the instructions.
- β οΈ Once you get root, install Magisk immediately to replace the temporary root with a permanent root.
Method 2: EDL-The mode (for experienced users)
Emergency Download Mode (EDL) allows you to flash the device through a special cable or test points, a method that is risky because it requires physical intervention:
- Download Mi Flash Tool and Fastboot ROM firmware for joyeuse.
- Connect your phone to your PC in EDL mode (via test points or a special cable).
- In the Mi Flash Tool, select clean all and lock for full flashing.
After that, you can unlock the bootloader in the standard way.
β οΈ Attention: Use EDL Without official permission, Xiaomi may be blocked. IMEI (On some devices after 2022, Xiaomi will block this method.
What if the phone doesnβt turn on after EDL?
Solving common problems after getting root
Even when Magisk is successfully unlocked and installed, Redmi Note 9 Pro users often encounter errors, and here are the most common ones and ways to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The phone is not loaded (bootloop) | Incompatible version of Magisk or damaged boot image | Download to OrangeFox and flash Magisk-uninstaller.zip, then repeat the installation |
| No network (IMEI missing) | Damage to the modem partition when firmware | Switch the original modem.img via Fastboot or restore the IMEI via SN Write Tool |
| Banking applications are not working | Root detection via SafetyNet | Enable MagiskHide in Magisk settings and add the app to the hidden list |
| OTG or MTP does not work | Problems with the kernel after modification | Swipe the OTG-enabled kernel or reset the settings in OrangeFox |
SafetyNet's problem
Many applications (e.g. Google Pay or Sberbank Online) block the operation on rooted devices.
- Open Magisk β Settings β turn on MagiskHide.
- Reset the device.
- Install Universal SafetyNet Fix via Magisk.
- Check the SafetyNet status in the YASNAC app.
Error "This device is locked"
If this message appears after the reboot, then the bootloader has blocked again.
fastboot oem unlock
fastboot rebootπ‘
If the root phone starts to warm or discharge quickly, check the active processes through BetterBatteryStats. Often the fault is background tasks from Magisk modules or incorrectly remote system applications.
How to get everything back: root removal and bootloader lock
If you need to give up your phone under warranty or sell it, you need to completely remove root traces and block the bootloader.
Step 1: Remove Magisk
- Download to OrangeFox.
- Slice Magisk-uninstaller.zip.
- Reboot to the system.
Step 2: Restore the stock firmware
- π₯ Download Fastboot ROM For your model from the official Xiaomi website.
- π± Fly it through the Mi Flash Tool with the clean all and lock option.
Step 3: Checking the status of the loader
After the firmware, execute the command:
fastboot oem device-infoIf the answer is Device unlocked: false, the bootloader is blocked.
β οΈ Warning: Once the bootloader is locked, all data will be erased and the device will return to factory settings. EDL-This method may require additional authorization through your Mi Account.