Root rights to Xiaomi Redmi Note 10: a complete guide with a security guarantee

Getting the root rights to the Xiaomi Redmi Note 10 (mojito models for the global version and sunny models for the Indian version) opens up access to the hidden capabilities of Android, from removing system applications to fine-tuning performance. However, the process requires carefulness - a mistake at any stage can turn a smartphone into a "brick." This article will help avoid typical pitfalls and conduct the procedure as safely as possible.

In 2026, Xiaomi tightened its security policy, so the classic methods of getting root through KingRoot or SuperSU no longer work. Now you need to unlock the bootloader through the official Mi Unlock tool, install the custom TWRP recap, and then flash Magisk. We will analyze each step in detail, from preparation to the final verification of the rights of the superuser.

โš ๏ธ Critical warning: Unlocking the bootloader resets all data on the device, including photos, contacts and apps. Create a backup via Mi Cloud or Google Drive before the procedure begins - data recovery after unlocking is impossible.

1.Preparation of the device: what to do before unlocking

Before you start unlocking the bootloader, make sure your Redmi Note 10 meets the key requirements. The first and most important is the MIUI version. At the time of writing (June 2026), the current one is MIUI 14 based on Android 13. If you have an older firmware, update it through Settings โ†’ About Phone โ†’ System Update.

The second is the Mi Account binding. Without a confirmed Xiaomi account, you can't unlock the bootloader.

  • ๐Ÿ“ฑ Account is linked to the device (check in Settings) โ†’ Xiaomi account)
  • ๐Ÿ”’ Two-factor authentication is enabled on the account
  • ๐ŸŒ The account region is the same as the firmware region (e.g. Global for mojito)

The third is battery power. Make sure it's at least 60 percent charge, and while unlocking the bootloader and the TWRP firmware, the device must not shut down, and that's guaranteed to crash.

Update MIUI last-minute|Link Xiaomi account to device|Enable debugging on USB|Charge the battery to 60%+|Download Mi Unlock Tool-->

2 Unlock the bootloader through the Mi Unlock Tool

The official Mi Unlock Tool is the only legal way to unlock the bootloader on the Xiaomi Redmi Note 10. Download it from the official Xiaomi website (version at least 5.5.224.30). Note that Xiaomi can block unlocking on new devices for 7 days after the first account binding.

Algorithm of action:

  1. Install Mi Unlock Tool on Windows 10/11 PC (not officially supported on macOS/Linux).
  2. Turn on the smartphone developer mode: go to Settings โ†’ About phone and 7 times click on the version of MIUI.
  3. Back to Settings โ†’ Additionally. โ†’ For developers and activate: ๐Ÿ”ง Debugging by USB ๐Ÿ”“ Unlocking OEM (point!)

USB Type-C

Mi Unlock Tool

Mi

Unlock

โš ๏ธ Note: If the Mi Unlock Tool gives you an error "Couldn't unlock. Try again later," it means that Xiaomi has imposed a temporary lock. Wait 72 hours and try again:

  • ๐Ÿ“ถ On the smartphone is enabled mobile Internet or Wi-Fi (without connecting to the network, unlocking is impossible).
  • ๐Ÿ•’ Time on PC and phone synchronized (a difference of more than 5 minutes causes a crash).
  • ๐Ÿ”Œ The original Xiaomi cable is used (cheap analogues may not transfer data correctly).

Official Mi Unlock Tool | Unofficial Tools (EDL) | Self soldered Testpoints | Never unlocked | Another way-->

3. Installation of custom TWRP Recovery

After unlocking the bootloader, the next step is firmware. TWRP (This customized recovery will allow you to install modified firmware and get root rights. 10 (mojito/sunny) current-age TWRP โ€” 3.7.0_12-0 or newer.

Download the TWRP image from the official website:

  • For mojito (global version): twrp.me/xiaomi/xiaomiredminote10.html
  • For sunny (Indian version): twrp.me/xiaomi/xiaomiredminote10india.html

Don't confuse the versions!

Loss of IMEI or a broken camera

TWRP firmware is run via fastboot. Connect your smartphone to your PC, turn it into Fastboot mode (press Power + Volume down when the device is off) and execute the command:

fastboot flash recovery twrp-3.7.0_12-0-mojito.img


fastboot reboot recovery

โš ๏ธ Critical recommendation: After the first loading in TWRP Do not allow modification of the system partition (swipe left when you request "Keep System Read Only?") This will prevent data loss during further manipulation.

๐Ÿ’ก

If the device is loaded into a standard recavator after TWRP firmware, repeat the command fastboot flash recovery and immediately perform fastboot reboot recovery without restarting to the system.

4. Getting root rights through Magisk

Magisk is a modern alternative to SuperSU that provides root rights without changing the systemless root, which allows you to pass SafetyNet check and use banking applications.

Installation instructions:

  1. Download the latest stable release of Magisk (Magisk-v26.4.zip or later) from GitHub.
  2. Move the archive to the memory of the smartphone (do not unpack!).
  3. Boot to TWRP (Put Power + Volume up when the device is off).
  4. Click Install, select Magisk-v26.4.zip and swipe for confirmation.
  5. After installation, reboot to the system.

To verify the rights of the superuser, install the Magisk Manager app (downloads automatically after you have firmware) and launch it. If the status shows "Installed: 26.4" and all the checkmarks are green, root is successfully obtained.

Problem.Reason.Decision
Magisk is not installedIncompatible version of TWRPUpdate TWRP to the current version
The phone is stuck on the logo.Improperly sewn boot imageRefuse the original boot via fastboot
SafetyNet does not passMissing MagiskHideActivate MagiskHide in the settings
Loss of IMEISweats the wrong modemRestore the original modem.img

5. Checking the performance and elimination of errors

Once you have root rights, you need to make sure that all the features of the Redmi Note 10 are working correctly. The first thing to check is IMEI. To do this, type *#06# in the dialer. If zeros or Unknown are displayed instead of IMEI, then the modem partition was damaged when you ran the TWRP firmware.

The second is the camera. Run the standard Camera app and take a test shot. If the camera doesn't work or if it says "Cannot connect to camera" error, the most likely problem is the incompatibility of the firmware and the kernel.

  • ๐Ÿ“ธ Stitch the original vendor.img fastboot.
  • ๐Ÿ”„ Install the patch. ANX_Camera_Fix.zip (forum-available XDA Developers).

The third is SafetyNet, where many applications (like Google Pay or bank clients) require a successful pass to verify status:

  1. Install SafetyNet Test from Google Play.
  2. Run the test. If ctsProfile shows false, activate it in Magisk: ๐Ÿ”’ MagiskHide (Hide root from apps) ๐Ÿ›ก๏ธ Enforce DenyList (Add banking apps to the list)
What if SafetyNet doesnโ€™t work even with MagiskHide?
Sometimes banking applications block access even when the root is hidden. In this case: 1. Install Universal SafetyNet Fix module via Magisk. 2. Clear the data of the Google Play Services app. 3. Reboot the device and repeat the test. If the problem persists, use alternative payment methods (for example, Samsung Pay or virtual cards).

6. Recommendations after obtaining root rights

Now that you have full control of the Redmi Note 10, itโ€™s important to follow a few rules to avoid problems:

  • ๐Ÿ”„ Update Magisk regularly โ€“ new versions fix vulnerabilities and improve app compatibility.
  • ๐Ÿšซ Do not remove system applications at random โ€“ it can disrupt the work MIUI. Use Debloater scripts or Universal Android Debloater.
  • ๐Ÿ”’ Turn off automatic updates MIUI โ€” Firmware on top of a modified system will result in root loss.
  • ๐Ÿ“ฑ Create a full backup in TWRP โ€” This will save your data when it fails.

If youโ€™re planning to experiment with custom firmware (like LineageOS or Pixel Experience), consider:

  • ๐Ÿ”‹ Some firmware may impair autonomy due to unoptimized core.
  • ๐Ÿ“ก Lack of support VoLTE/VoWiFi informally.
  • ๐ŸŽฎ Game performance may fall due to lack of Xiaomi drivers.

๐Ÿ’ก

Getting root rights voids Xiaomi's warranty. If you need maintenance, restore the original firmware through the Mi Flash Tool in clean all mode.

7. How to get it all back: a rollback to stock firmware

If you need to return the Redmi Note 10 to its original state (for example, for sale or warranty repairs), follow this instruction:

  1. Download the stock firmware for your model: ๐ŸŒ Global (mojito): official website ๐Ÿ‡ฎ๐Ÿ‡ณ India (sunny): Choose the version marked IN

flash_all.bat

Fastboot

flash_all.bat

flash_all_clean.bat

Wait until the process is completed (usually 5-10 minutes).

โš ๏ธ Warning: Once you roll back to the stock firmware, the bootloader will automatically lock, so to get root again, you'll have to repeat the whole procedure from the beginning.

If the device does not turn on after firmware or hangs on the MI logo, do:

fastboot erase userdata


fastboot erase cache




fastboot reboot

FAQ: Frequent questions about root rights on Redmi Note 10

โ“ Can I get root without unlocking the bootloader?
No. Since MIUI 12, Xiaomi has completely blocked the ability to get root without officially unlocking the bootloader. All single-click solutions (like KingRoot or Framaroot) don't work on the Redmi Note 10.
โ“ Will I lose data when I unlock the bootloader?
Yes, unlocking the bootloader through the Mi Unlock Tool performs a full reset. All data, including photos, messages and apps, will be deleted. Be sure to back up in advance.
โ“ Can I update you? MIUI after rooting?
You can, but only manually. Automatically update through Settings will result in root loss. OTA-bundles with xiaomifirmwareupdater.com and flash them through TWRP pre-patched with Magisk.
โ“ Will Google Pay and banking apps work?
Yes, if you configure MagiskHide correctly. Add apps to DenyList (formerly MagiskHide) and activate the Universal SafetyNet Fix module. Also make sure you have the latest version of Google Play Services installed.
โ“ What to do if you have been cleaning TWRP phone out?
There was probably a bug in the boot or vendor firmware. Solutions: Try booting into TWRP again (press Power + Volume up). If it doesn't help, run the original boot.img through fastboot: fastboot flash boot.img fastboot reboot In extreme cases, perform a full rollback to the stock firmware through the Mi Flash Tool.