Getting root rights on Xiaomi smartphones gives you access to advanced system settings, but often leads to problems, from blocking banking applications to unstable firmware. If you are faced with the need to remove root access β whether for warranty repairs, MIUI updates or security restoration β it is important to do it correctly to avoid the βbrickβ of the device.
In this article, we will discuss 4 proven methods of removing root rights on Xiaomi, Redmi and POCO (including models from 2023-2026), taking into account the features of MIUI 14/15 firmware and custom rivers. From simple disconnection through Magisk to complete reset via Fastboot - choose the method depending on your situation.
Why you should remove root access on Xiaomi
Root rights give you complete control over the system, but have the opposite side:
- π Blocking banking applications: SberBank Online, Tinkoff, Google Pay and others refuse to work on rooted devices due to the risk of data leakage.
- π± Problems with OTA-update: MIUI Often blocks installing updates "over the air" on devices with root access.
- π§ Warranty Violation: Xiaomi Service Centers Can Refuse Repairs If They Find Traces of Root (Even After Deleting It).
- π‘οΈ Security vulnerabilities: Root opens access to system files for malware.
Also, some games (like PUBG Mobile or Genshin Impact) block rooted devices because of anticheats. Even if you delete the root, traces of its presence may remain in system logs - so it's important to use the right method.
Method 1: Remove root through Magisk (the safest way)
If you get root access through Magisk (the most popular rooting tool), then it is easiest to remove it in the same way, which is suitable for most Xiaomi models, including the Redmi Note 12, POCO X5, Xiaomi 13 and others with an unlocked bootloader.
Steps:
- Open the Magisk Manager app (if not, download the latest version from the official GitHub).
- Go to the Settings section (cog in the upper right corner).
- Select Remove Magisk β Complete Deletion.
- Confirm the action and wait for the device to restart.
After the reboot, check the status of the root using the Root Checker app (available on Google Play).If the root is remote but the banking apps are still not working, you may need to clean the root traces (more on this below).
βοΈ Preparing for the removal of Magisk
β οΈ Warning: If after removing Magisk, the device is stuck on the logo MI, So the system files have been changed, and then you can only reset them completely through Fastboot.
Method 2: Removing root via TWRP (for custom firmware)
If you install a root through a custom TWRP recycler, you need to remove it through the same router, which is suitable for users who have installed LineageOS, Pixel Experience or other informal firmware.
Instructions:
- Turn off your phone and press Volume Up + Power to enter TWRP.
- In the main menu, select Advanced β File Manager.
- Go to /system/bin/ and delete files: su busybox
- Go back to the main menu and select Wipe β Format Data (this will delete all user data!).
- Reset the device.
If the phone does not boot after this, then critical system files have been deleted, in which case only flashing through Fastboot (method 4) will help.
What if TWRP doesnβt see the /system folder?
| Method of root removal | Suitable for | Is the data preserved? | Difficulty |
|---|---|---|---|
| Through Magisk | Official MIUI with Magisk | β Yes. | β |
| Through TWRP | Custom firmware | β No, I need a backup) | βββ |
| Through SuperSU | Outdated versions of the root | β Yes. | ββ |
| Through Fastboot. | Any Xiaomi devices | β No (full reset) | ββββ |
Method 3: Removal of SuperSU (for older versions of the root)
If you were rooting before 2020, you may have used SuperSU, an outdated root rights management app, which is different from Magisk.
How to remove SuperSU:
- Download the SUPERUSER-Removal.zip file from the official website.
- Move it to the root of the phoneβs internal memory.
- Download to TWRP (or other custom rivers).
- Select Install β SUPERUSER-Removal.zip and swipe for confirmation.
- After installation, restart the device.
Important: If the phone stopped booting after SuperSU was removed, it means that the root has been integrated into the system files, in which case only a complete flashing through Fastboot will help.
Method 4: Complete Fastboot Reset (Guaranteed Deletion)
It's the most radical, but also the most reliable way to remove root access, and it's suitable for all Xiaomi models, including the Redmi 10, POCO F4, Xiaomi 12T, and others, and it resets the device to factory settings and reflashes all partitions, removing any traces of the root.
What you need:
- π₯οΈ Computer with drivers installed ADB/Fastboot (You can download from the Android website).
- π± Fastboot boot file for your model (downloaded from Xiaomi official website).
- π Cable USB (preferably original).
Step-by-step:
- Turn off the phone and press Volume Down + Power to enter Fastboot mode.
- Connect the device to your computer and open the command prompt (cmd) in the folder with the platform-tools.
- Check the connection command: fastboot devices If the device is determined, continue.
- Unpack the downloaded fastboot-file firmware in the folder with the platform-tools.
- Run the firmware with the command (for Windows): flash_all.bat For Linux/Mac:./flash_all.sh
- Wait for the process to be completed (10-15 minutes) and the phone will automatically restart.
β οΈ Warning: Once you have Fastboot, all the data on your phone will be erased, including photos, messages and apps installed, and if you didn't have a backup, you won't be able to recover it.
π‘
Before you run your Fastboot firmware, check the phone model with the fastboot getvar product command. Using firmware from another model will lead to a device blink!
How to Check if Root is Completely Removed
Even after the root access is removed, some applications (such as banking) may continue to see it, because of residual files or changed system settings.
- π Root Checker: Install the app from Google Play and run the check. If the root is not detected, but the banking applications still do not work, move to the next item.
- π± SafetyNet: In Magisk (if it's still installed), check SafetyNet status. If it doesn't pass, there's traces of the root left.
- π οΈ Manual verification: In the file manager (with root rights) check for folders: /system/bin/su /system/xbin/su /system/app/Superuser.apk If they are, the root is not completely removed.
If checks show that the root is removed, but problems remain, try:
- Clear the cache and data of the banking application.
- Install Universal SafetyNet Fix in Magisk (if it still works).
- Make a reset to factory settings through Settings β About phone β Reset settings.
π‘
Even after successful root removal, some banking applications may lock the device due to the changed SafetyNet status, in which case only a complete flashing through Fastboot will help.
Frequent Mistakes and How to Avoid Them
When removing root access, users often face preventable problems:
- π "Bootloop: This occurs when you manually delete critical system files.
- π΅ The phone doesn't turn on after the reset: It means that an incompatible firmware has been installed. The solution is to flash the correct version. MIUI for your model.
- π Banking apps still not working: Root traces may have remained in the /data/data/. Solution - complete data reset.
- π Computer doesn't see phone in Fastboot: Problem with drivers or cable.Solution - install Mi Flash Tool and Xiaomi drivers.
If you are not sure about your actions, it is better to contact the Xiaomi service center - especially if the phone is warranty.