How to get a root rights on Xiaomi Redmi: Safe Guide 2026

Getting root rights on Xiaomi Redmi smartphones opens up access to hidden Android features, but requires care. In 2026, the process was complicated by the tightening of MIUI policy, now you can not do without unlocking the bootloader and correctly selected tools. This article will help you to understand the nuances of the device preparation to install Magisk or SuperSU, taking into account the features of the latest firmware versions.

Itโ€™s important to understand that rooting is warranty-free, can lead to banking apps being blocked (due to SafetyNet), and even the phone getting โ€œbrickedโ€ when itโ€™s buggy. Weโ€™ll look at the official and informal methods that are relevant to the Redmi Note 12/13, Redmi 10/11, and other popular lines. If youโ€™re a beginner, carefully study each step before you act.

Preparation of the device: what to do before unlocking

The first step is compatibility testing and data backup. Start by determining the exact model of your Redmi (like the Redmi Note 12 Pro+ 5G or Redmi 10C), as firmware and tools vary. You can find out the model in Settings โ†’ About Phone โ†’ Model.

Next, it is mandatory:

  • ๐Ÿ“ฑ Create a backup through Settings โ†’ Additionally. โ†’ Backup and reset or use Mi PC Suite.
  • ๐Ÿ”‹ Charge the battery to at least 70% โ€“ the unlocking process can take up to an hour.
  • ๐Ÿ”— Connect the device to stable Wi-Fi โ€“ downloading firmware โ€œweighsโ€ 1.5-3 GB.
  • ๐Ÿ” Turn on Debugging. USB In Settings โ†’ The phone. โ†’ Version. MIUI (7 times tap the version, then return to the additional โ†’ For developers).

Pay special attention to the version MIUI. Starting with MIUI 14, Xiaomi blocks unlocking the bootloader on some regional firmware.If your version is older than 6 months, you may have to roll back to an earlier version via the Mi Flash Tool.

๐Ÿ“Š What Redmi model do you use?
Redmi Note 12/13
Redmi 10/11
Redmi 9/9A/9C
Redmi K50/K60
Another model

โš ๏ธ Note: If your Redmi is purchased in China (suffix version) CN), Unlocking the bootloader may require linking to a Chinese Mi Account. Global versions donโ€™t need this step.

Unlock the bootloader: the official way from Xiaomi

Without the bootloader, custom recavator or Magisk is not possible. Xiaomi provides the official tool - Mi Unlock Tool, but with restrictions:

  1. Download the Mi Unlock Tool (2026 version) and install it on Windows 10/11 PC.
  2. Sign in to Mi Account on your phone and in the program (should be one account!).
  3. Link the device to your account in Settings โ†’ Mi โ†’ Mi Cloud โ†’ Find the device.
  4. Turn off the phone, press Volume Down + Power to log into the Fastboot.
  5. Connect Redmi to your PC and launch the Mi Unlock Tool.

Since 2023, Xiaomi has introduced a mandatory wait of 168 hours (7 days) after an account is tied.

  • ๐Ÿ”„ Changing your Mi Account on your phone.
  • ๐Ÿ“ฑ Resetting to factory settings.
  • ๐Ÿ”Œ Disconnecting the device from the Internet for a period of time >24 hours.
Model RedmiWaiting time to unlockFeatures
Redmi Note 12/13168 hoursRequires MIUI 14+ and a confirmed phone number account
Redmi 10/1172 hoursSome firmware works bypassing through EDL
Redmi 9/9A24 hours.Supports older versions of Mi Unlock Tool (2021โ€“2022)
Redmi K50/K60336 hoursThe lock is only reset through authorized service centers.

๐Ÿ’ก

If the Mi Unlock Tool shows a โ€œCouldnโ€™t unlockโ€ error, try using a proxy server from Chinaโ€™s IP or change the region of your Mi Account to โ€œChinaโ€ in your profile settings.

TWRP installation: choosing the right version of the Recaveri

TWRP (Team Win Recovery Project) is a customized Recovery required to install Magisk or custom firmware. For Xiaomi Redmi, it is important to choose a version that is compatible with:

  • ๐Ÿ“ฑ Precise model of the device (e.g, redmi_note_12_pro_plus).
  • ๐Ÿ”„ Version MIUI (Android 12/13/14).
  • ๐Ÿ” Type of firmware (Global, China, EEA).

Up-to-date versions can be downloaded on the official TWRP website or on the XDA Developers forums. Models from 2023 to 2026 often require informal builds (for example, from OrangeFox or PitchBlack).

Installation via fastboot:

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


fastboot boot twrp-3.7.0_12-0-redmi_note_12_pro_plus.img

โš ๏ธ Note: Some Redmi models (e.g. Redmi) K60) installation TWRP To avoid file loss, run the command fastboot format userdata before rebooting to the recavator (this will erase all data!).

Download the correct version of TWRP for your model | Check file integrity (MD5 amount) | Turn off encryption in MIUI (Settings โ†’ Additional โ†’ Encryption) | Connect your phone to your PC in fastboot | Run the command line on behalf of the administrator-->

Install Magisk: Getting root rights without risk

Magisk is the most popular root-based tool for systemless rooting, which allows you to pass SafetyNet and use banking applications, and the latest stable version for 2026 is Magisk v26.4.

Step-by-step:

  1. Download Magisk APK and install it on your phone.
  2. Download boot.img for your firmware (you can extract from the official MIUI package via the Mi Flash Tool).
  3. Transfer boot.img to your phone and open it via Magisk (Install to boot option).
  4. Save the patched file (magisk_patched.img) PC-only.
  5. Reboot to fastboot and run patch boot: fastboot flash boot magisk_patched.img fastboot reboot

After the reboot, check for root through the Root Checker app. If SafetyNet doesn't pass, install the Universal SafetyNet Fix module via Magisk.

What to do if Magisk is not installed?
If after the firmware magisk_patched.img The phone is loaded into bootloop (infinite boot), the reasons may be as follows: 1. Incompatibility of the Magisk version with your firmware (try Magisk Canary). 2. Damaged. boot.img (Download the official package MIUI freshly). 3. Anti-rollback lock (on some Redmis) K60 Reverse to an older version is required MIUI). 4. Conflict with previously installed modules (to clear Magisk data in the TWRP). For restoration, go through the original boot.img Fastboot: Fastboot Flash boot boot.img

Alternative methods: SuperSU and custom firmware

If Magisk is not suitable (for example, due to SafetyNet issues), consider:

  • ๐Ÿ”ง SuperSU is an outdated but working method for older models (Redmi) 5/6/7). Requires firmware through TWRP.
  • ๐Ÿ“ฑ Custom firmware (e.g. LineageOS, Pixel Experience) โ€“ already include root, but strip the functions MIUI.
  • ๐Ÿ”“ EDL-mode โ€“ to unlock the bootloader on locked models (requires an authorized Xiaomi account and boxing) EDL).

For the installation of SuperSU:

  1. Download the last one. ZIP-file XDA.
  2. Reboot to TWRP.
  3. Choose Install. โ†’ point the way ZIP-file.
  4. After installation, run Wipe Dalvik/Cache.

Castom firmware is installed similarly, but requires:

  • Complete partition cleaning (Wipe โ†’ Advanced Wipe โ†’ Dalvik, System, Data, Cache).
  • Vendor and Firmware firmware (for some models)
  • Shutdowns AVB 2.0 (via fastboot command --disable-verity --disable-verification flash vbmeta vbmeta.img).

๐Ÿ’ก

Android 13+-based firmware may not support Google Services out of the box, but you will need to flash GAPPS (like NikGapps or OpenGapps) after installation.

Problem Solving: Bootloop, Brick and SafetyNet

Even with the right instructions, there are some errors, and let's look at the typical problems and their solutions.

Problem.Reason.Decision
Bootloop (Infinite Download)Incompatible boot.img or Magisk moduleSwipe the original boot through fastboot or remove conflict modules in TWRP
Brick (not included)Damage to the system or vendor partitionRun the full MIUI package through the Mi Flash Tool in EDL mode
SafetyNet does not passRoot or incompatible loader detectedInstall Universal SafetyNet Fix + MagiskHide Props Config
Camera/sound is not workingThere are no vendor drivers in custom firmwareSwitch the original vendor.img through fastboot

To restore the "brick" will need:

  • ๐Ÿ”ง Mi Flash Tool (version 2026.4.18 or later).
  • ๐Ÿ“„ Official firmware for your model (.tgz format).
  • ๐Ÿ”Œ Cable USB Type-C with support EDL (better-than-original).
  • ๐Ÿ’ป PC with the signature driver disabled (for Qualcomm devices).

โš ๏ธ Note: On models with a MediaTek processor (e.g. Redmi) 10C) recovery EDL Requires an authorized Xiaomi account and a special cable MTK Auth Bypass, without it, unlocking is impossible.

Security after rooting: how to protect data

Root rights are not only opportunities, they're also risks.

  • ๐Ÿ”’ Install Magisk module Disable_Flag_Secure, to block screenshots in banking applications.
  • ๐Ÿ›ก๏ธ Set up MagiskHide to hide root from apps (e.g. Google Pay, SberBank).
  • ๐Ÿ”„ Update Magisk and modules regularly through the Magisk App โ†’ Updates.
  • ๐Ÿ“ฑ Turn it off. ADB root in the developer settings if you donโ€™t use it.

To check the safety:

  1. Install SafetyNet Test from Play Market.
  2. Run the ctsProfile and basicIntegrity check.
  3. If the test fails, install the Universal SafetyNet Fix module and restart.

Remember, even with hidden root, some apps (such as Netflix in HD or Pokรฉmon GO) can block access.

  • ๐ŸŽฎ Magisk Props Config Module for Changing a Deviceโ€™s Fingerprint.
  • ๐Ÿ“บ Install MicroG instead of Google Services (for custom firmware).

FAQ: Answers to Frequent Questions

Can I get root on Redmi without unlocking the bootloader?
No. On all Xiaomi Redmi models after 2018, unlocking the bootloader is mandatory.The only exception is temporary root through exploits (like DirtyCOW), but it only works on Android 10 and below and disappears after the reboot.
Why does Mi Unlock Tool show the Coldn't unlock error?
This error occurs for several reasons: 168 hours after the account was linked; an unofficial version of the Mi Unlock Tool is used; Mi Account is not SMS-confirmed or linked to the device; the device does not support unlocking (for example, some enterprise models); Solution: check all the terms, try changing IP to Chinese (via VPN), or use another PC.
How to update MIUI after getting root?
Update via Settings โ†’ Updating the system will cause you to lose root. To upgrade without losing rights: Download the full service pack (.zip) for your model. Reboot to the new model. TWRP. Install. ZIP-Update file (no wipe!) Immediately after installation, file the patched file boot.img Magisk also has an update available through the app itself (Magisk). โ†’ Install โ†’ Direct Install).
Can I get my warranty back after rooting?
Technically, no, because unlocking the bootloader is fixed in the hardware of the device. However, some Xiaomi service centers turn a blind eye to root if the problem is not related to the software part (for example, a broken screen). To return the device to the factory state: Sweep the official firmware through the Mi Flash Tool (Clean All option). Close the bootloader with the command fastboot oem lock (this will erase all data!). Delete the Mi Account and reset in fastboot: fastboot erase erase metadata after that the device will look like a new one, but the status of the unlocker will remain in the system.
Which Redmi models canโ€™t be rooted?
For 2026, root is officially blocked on: Redmi K60 Ultra (due to Qualcomm Secure Boot hardware protection); Redmi Note 13 Pro+ 5G (requires an authorized account to unlock); Corporate models with the prefix Corporate or Enterprise; HyperOS devices (a new firmware from Xiaomi replacing MIUI). These models are only temporary exploits (for example, through Dirty Pipe), but they are unstable.