How to Check Root Rights on Xiaomi: A Detailed Guide to All Versions of MIUI and HyperOS

Getting root rights on Xiaomi smartphones gives you access to advanced system settings, but users don’t always remember whether these rights are installed on their device, especially after buying a used phone or experimenting with firmware. In this article, we’ll discuss 5 reliable ways to check root, from simple built-in tools to professional methods using ADB.

It is important to understand that having root can affect the security of your device and the operation of certain applications (for example, banking or Google Pay), so checking is relevant not only for customization enthusiasts, but also for those who want to make sure that the system is β€œclean” before selling a phone or installing mission-critical applications.

1. Verification through the standard application "Security"

The fastest way is to use the built-in MIUI Security app (on HyperOS, simply "Security"), which works on most Xiaomi, Redmi, and POCO models without having to install third-party utilities.

Open the app and go to Permissions Management β†’ Special Permissions β†’ Root Rights. If the section is missing or the message β€œRoot Rights not activated” is displayed, then your device does not have them. Note: on some firmware, the path may be β€” for example, Settings β†’ Password and Security β†’ Privacy β†’ Special Permits.

  • πŸ” Pros: does not require the installation of additional programs, works without the Internet.
  • ⚠️ Cons: custom firmware (for example, LineageOS) may not display correctly.
  • πŸ“± Suitable for: All official versions MIUI 10 and newer, and HyperOS.

⚠️ Note: If you see a Root Rights section in the Security menu but it is empty, it may mean that the rights were obtained but not given to any application.

2.Use of the Root Checker application

For more accurate diagnosis, it is recommended to use specialized tools, one of the most reliable is Root Checker from developer joeykrim (available on Google Play), the application not only confirms the presence of root, but also checks the correctness of the su-binary.

After installation, launch the app and press Verify Root, and in a few seconds you will get one of three results:

  1. Root is available – the rights are available and work correctly.
  2. Root is not available – rights are not available or they are broken.
  3. Error of execution – problems with the su binary are possible (often occurs after a failed rooting).

πŸ“Š What kind of firmware do you use on Xiaomi?
Official MIUI
HyperOS
Custom (LineageOS, Pixel Experience, etc.)
I don't know.
AnnexprecisionDoes root require?Reference
Root Checker⭐⭐⭐⭐⭐No.Google Play
Root Validator⭐⭐⭐⭐No.Google Play
Terminal Emulator⭐⭐⭐Yes (for full background check)Google Play

If the Root Checker shows "Root is not available," but you're sure that the rights have been obtained, try restarting the device and rechecking. Sometimes superuser services (such as Magisk) do not start automatically after the restart.

3. Checking through the terminal (ADB or Terminal Emulator)

For power users, the most reliable way is to check through the command line. You can either use Terminal Emulator (install from Google Play) or connect to the device via ADB from your computer.

Enter the following command:

su

If you see a password invitation or a # character instead of $, the root rights are active. If you see a Permission denied message, no rights.

id

The output should be uid=0(root) – this confirms the presence of full rights of the superuser.

Install ADB on your computer |Enable USB debugging on Xiaomi|Plug your phone to PC |Allow debugging in the dialog window on your phone-->

⚠️ Note: On some firmware (for example, MIUI EU) The su command can be blocked even if root is present. In this case, try using magisk. --version Checking the Magisk installation.

4. Verification through the File Manager

Another indirect method is to try to access system folders, and Root rights allow you to view and edit files in /system, /data, and /root.

  1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
  2. In the manager settings, activate the "Show root folders" option (usually in the "Settings β†’ Access to the root").
  3. Try opening /system/bin or /system/xbin.

If access is granted, there are rights. If the manager issues a "Denied Access" or "Root Rights Required" error, there are no rights, and this method is less reliable than the previous ones, but it can be useful for quick verification.

What if the file manager doesn’t see the root folder?
If you don’t see the system directories even after you turn on the β€œShow root folders” option, this could mean: 1. Root rights are available but not issued to the manager file (check in the Magisk or SuperSU settings). 2. The firmware is modified to hide system partitions even when there is root (found on some custom builds). 3. The file manager does not support working with your version of Android (for example, there may be restrictions on HyperOS).

5. Checking through Magisk Manager (if Magisk is used)

If you used Magisk to get root, the most popular method to date, it's easy to check. Install or update Magisk Manager (you can download from the official repository to GitHub).

  • πŸ”§ Magisk status (established/not established).
  • πŸ“‹ A version of the su binary.
  • πŸ›‘οΈ SafetyNet status (important for banking applications).
  • πŸ”„ Availability of updates.

If the main window displays a green checkmark and says "Magisk is set," then root rights are active. Note: Magisk can be installed in MagiskHide mode, which masks the rights from certain applications, in which case, use the su command in the terminal to fully verify.

πŸ’‘

If Magisk Manager doesn’t start or gives you an error, try renaming it. APK-file Manager.apk This helps bypass the restrictions on some Xiaomi firmware.

Frequent mistakes and their solution

When root-rights are checked, users often encounter false results, and let's look at the most common problems and ways to fix them:

Mistake.Possible causeDecision
Root Checker shows no root, but Magisk is installedMagisk Hidden (MagiskHide) or InactiveTurn off MagiskHide in the settings or reboot the device
The command su issues "Permission denied"The su binary is damaged or missingReinstall Magisk or SuperSU
File Manager Cannot See System FoldersLack of mounting rights /systemGive permission to the manager in Magisk or SuperSU
ADB does not see the deviceNot installed drivers or not included debuggingInstall Mi PC Suite or ADB drivers manually

If neither method is conclusive, you may have a partial root installed on your device (e.g., only for certain applications) or a non-standard superuser rights implementation (e.g., some custom firmware), in which case you should refer to thematic forums such as 4PDA or XDA Developers, indicating the device model and firmware version.

πŸ’‘

The most reliable way to check is to combine Root Checker and su commands in the terminal, and if both methods show root, you can be sure of the result.

FAQ: Answers to Frequent Questions

Can I check root on Xiaomi without installing additional apps?
Yes, but with limitations. You can try: See the Security menu (as described in the first method), open the terminal through ADB and enter the su command. However, without specialized utilities (such as Root Checker), the result can be inaccurate, especially on custom firmware.
Why did the root rights disappear after the MIUI update?
A firmware update always resets root if it is installed through a standard OTA-This is because the system partition is /system It is overwritten, and with it the su binary. To return the rights, you must: Install Magisk manually through the TWRP. Or patch it. boot.img The process may be different on HyperOS, and it is recommended to use the current instructions for your model.
How to hide root from banking applications on Xiaomi?
To do this, MagiskHide is used (newer versions of Magisk called Zygisk + DenyList). To hide root: Open Magisk Manager. Go to Settings β†’ Hide Magisk Manager (if you want to hide the application itself). Enable Zygisk and add banking apps to DenyList. Reboot the device. Some applications (e.g. Sberbank Online) may require additional configuration through Magisk modules such as Universal SafetyNet Fix.
Can I get root on Xiaomi without unlocking the bootloader?
No, it's impossible. Magisk or SuperSU requires a bootloader to install. Except for some exploits for older Android versions (like DirtyCOW), but they don't work on modern Xiaomi devices with MIUI 12+ or HyperOS. Unlocking the bootloader is officially supported by Xiaomi, but requires: Linking the Mi Account to the device. Expectations are 7-168 hours (depending on Xiaomi policy).
Which Xiaomi models are the easiest to root in 2026?
The difficulty of obtaining root depends on the model and version of the firmware. 11T / 11T Pro - good support TWRP, stable operation. POCO F3 / F4 β€” popular among developers, many custom firmware.Redmi Note 10 Pro / 11 Pro – unlocking the bootloader usually takes place without a long wait. 13/14 series), as they use new protection mechanisms (AVB 2.0, Dynamic Partitions may require patching init_boot.img traditional boot.img.