Xiaomi Mi Note 3
Ruth-Right.
root-access
Mi Note 3
Xiaomi
Qualcomm Snapdragon 660
In this article, we will discuss three current ways to obtain root rights to the Mi Note 3 (codenamed jason), including bypassing the new MIUI 14 restrictions, choosing between Magisk and SuperSU, and how to restore the device in the event of a failure. Special attention will be paid to security: how to minimize the risk of βbrickingβ and save data. If you have never worked with ADB, Fastboot or custom recaveries before, donβt worry: the manual is adapted for beginners, with step-by-step screenshots and an explanation of each action.
β οΈ Important: The rooting process voids Xiaomi's warranty and may cause the device to operate unstable, MIUI Global Stable) after rooting stop working services Google Pay, Netflix in the Internet HD Before you start, make sure to back up your data via Mi Cloud or TWRP.
Preparation of the device: unlocking the loader
The first and most critical step is to bootloader unlock. Without that, no rooting method will work. Xiaomi officially allows unlocking, but the process is complicated by checks and waiting for confirmation.
The Mi Note 3 has a rule that if the device was released before July 2018, it will take 72 hours to unlock, while newer batches will take up to 360 hours (15 days) to unlock, due to Xiaomiβs policy to combat resale of unlocked bootloaders.
- π± Link your Mi Account: Go to Settings β Mi Account and log in. Make sure your account has two-factor authentication enabled.
- π Connect the device to the account: In Settings β Additionally. β For developers, activate the Mi Unlock Status option and link the device.
- π₯οΈ Install Mi Unlock Tool: Download the official utility from the site en.miui.com/unlock (version 5.5.224.30).
- π Connect your smartphone in Fastboot mode: Turn off your phone, then press Volume down + Power before the appearance of the Fastboot logo.
After you connect to your PC, start the Mi Unlock Tool, log in and follow the instructions. The utility will show you a waiting timer - it can not be bypassed by official methods. If the timer is reset after you reboot, check:
- π It's on on the device. OEM Unlock in the settings for developers.
- πΆ Smartphone connected to the Internet via mobile network (Wi-Fi can be blocked).
- π Time synchronized on PC and phone (automatic setting).
2. Selection of firmware: castom or stock MIUI?
On the Mi Note 3, root rights can be obtained on both stock firmware (MIUI Global/China Stable) and custom (for example, LineageOS or Pixel Experience).
| Type of firmware | Advantages | Deficiencies | Rooting complexity |
|---|---|---|---|
| Stock MIUI | All camera functions are maintained, NFC, IR-Stable operation of the port. | Magisk restrictions on new MIUI versions (boot.img patch required) | Medium |
| Castomic (AOSP) | More freedom to modify, no MIUI restrictions. | Sensors (gyroscope, NFC) may not work, camera optimization is worse. | Tall. |
| MIUI EU (unofficial) | No advertising, with Russification, Magisk support out of the box. | No. OTA-updates, possible bugs with banking applications. | Low. |
For beginners, we recommend starting with the stock MIUI Global Stable (version is not newer than 12.5.7). On more recent firmware (MIUI 13/14), Xiaomi has tightened protection, and rooting will require:
- Reverse to the old version via Fastboot.
- Use a modified boot.img with the DM-Verity patch.
- Install Magisk in Direct Install mode (not via Recovery).
π‘
If you plan to use banking applications (Sberbank, Tinkoff), after rooting, install the MagiskHide Props Config module and activate SafetyNet mode.
3. TWRP installation: which recavery to choose?
TWRP (Team Win Recovery Project) is a custom recovery required to install Magisk and create backups. There are several versions available for the Mi Note 3:
- π§ Official TWRP: Stable, but does not support data encryption on new versions MIUI.
- π οΈ OrangeFox Recovery: Supports themes, has a built-in file manager, works better with F2FS.
- π TWRP patchy MIUI 13/14: Needed to bypass anti-rollback check.
We recommend using OrangeFox (version) R11.1_1), It is better adapted for Xiaomi and supports MIUI OTA Update even after rooting. Download the image on the official website: orangefox.download.
Instructions for installing TWRP:
- Download the orangefox-recovery.img file and rename it to twrp.img.
- Place the file in a folder with ADB (e.g., C:\platform-tools).
- Connect your phone in Fastboot mode and execute the command: fastboot flash recovery twrp.img
- Immediately after installation, go to the recavers, holding Volume up + Nutrition.
Battery charge > 50% | Screen lock disabled (PIN/graphics) | Downloaded correct image for jason | File integrity checked (MD5) | Signature drivers disabled in Windows (if you use a PC)
-->
β οΈ Attention: If after installation TWRP The phone is loaded into the stock recavator, so the anti-rollback protection is activated:
- Download the full firmware for your version MIUI (for example, jason_global_images_V12.5.7.0.RXAMIXM).
- Unpack the archive and find the recovery.img file.
- Fastboot: Fastboot Flash Recovery recovery.img
- Repeat the TWRP installation, but execute the command before restarting: fastboot boot twrp.img
4. Obtaining Root Rights through Magisk
Magisk is the most popular rooting tool for Android devices, as it allows you to hide the presence of root rights from applications (for example, banking).+.
Step-by-step:
- Download the latest version of Magisk-v26.1.zip from the official repository: GitHub Magisk.
- Move the archive to the phone or to the SD-map.
- Boot to TWRP (hold Volume Up + Power when turned on).
- From the TWRP menu, select Install β specify the path to Magisk-v26.1.zip β swipe for installation.
- After completion, press Reboot System.
If after the reboot Magisk Manager does not appear in the application menu, install it manually by downloading APK from the same GitHub. Launch the application and check the status of root rights.
What if Magisk is not installed?
β οΈ Attention: MIUI 14 After installation of Magisk, the connection with the network may disappear (error) IMS registration failed. This is treated by installing the module IMS Fix for MIUI via Magisk.
5. Alternative Rooting Methods
If Magisk is not suitable (for example, due to SafetyNet issues), alternative methods can be used:
- π§ SuperSU (Old Method): Only works on firmware older than MIUI 10.Not recommended due to security concerns.
- π Patched Boot Image: Suitable for stock firmware. need to be removed boot.img from firmware, patch it through Magisk and stitch it back.
- π± OneClick Root Tools: Programs like KingRoot or iRoot may work, but often lead to unstable system operation.
The method with the boot.img patch:
- Download the full firmware for your model (for example, jason_global_images_V12.5.3.0.RXAMIXM).
- Unpack the archive and find the boot.img file.
- Transfer it to your phone and open it in Magisk Manager (click Install β Select and Patch a File).
- After patching, run the file through Fastboot: fastboot flash boot magisk_patched.img
π‘
On MIUI 13/14, be sure to turn off MIUI Optimization in the developer settings (Settings β Additional settings β Developer options).
6. Frequent errors and their solutions
Even with the exact following of the instructions, there can be problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| Fastboot: FAILED (remote: 'Flashing is not allowed in Lock State') | The bootloader is not unlocked. | Repeat the unlocking procedure through the Mi Unlock Tool. |
| This package is for "jason" devices; this is a "". | Model mismatch in TWRP. | Download the correct version of the recovery for jason. |
| The phone is loaded into bootloop (cyclical reboot). | Magisk incompatibility with firmware. | Install Magisk Uninstaller via TWRP. |
| SafetyNet: CTS profile mismatch | It doesn't pass Google's check. | Activate MagiskHide and install the Universal SafetyNet Fix module. |
If the rooting stopped working:
- π· Camera: Install the module ANX Camera or GCam.
- πΆ Mobile Network: Check the settings APN or run the module IMS Fix.
- π Fast battery drain: Disable Magisk modules associated with overclocking CPU/GPU.
7 How to Get Everything Back: Removing Root Rights
If root rights are no longer needed (for example, to sell a phone or restore a warranty), they can be removed.
For Magisk:
- Open Magisk Manager.
- Go to Settings. β Complete removal.
- Confirm the action and restart the phone.
For SuperSU:
- Download the archive of SuperSU-Uninstaller.zip.
- Install it through TWRP.
- Swipe stock boot.img through Fastboot.
To get the phone back to stock:
- Download the full firmware for your model (for example, jason_global_images_V14.0.1.0.TXAMIXM).
- Unpack the archive and launch the script flash_all.bat (for Windows or flash_all.sh (for Linux/Mac).
- Wait for the firmware to be completed (the phone will reboot automatically).
β οΈ Warning: Once you return to the stock firmware, the bootloader will remain unlocked. To lock it back, run the command:
fastboot oem lockBut remember, this will erase all the data on the device!