How to get a root rights on Xiaomi without a PC: 3 working methods of 2026

Getting root rights on Xiaomi smartphones without using a computer is a challenge that many users are concerned about. Despite the manufacturer's limitations, there are legal ways to unlock full control of the system directly from the phone. In this article, we will discuss current methods for Redmi, POCO and Mi-series models, including bypassing the new MIUI 14/15 protections.

It's important to understand that there are risks involved, from loss of warranty to device blink, that we'll detail each step, point out pitfalls, and suggest solutions to typical problems. If you're ready to experiment, let's get started!

Why does the manufacturer block root rights?

Xiaomi artificially restricts access to root not for harmful reasons, but for several objective reasons:

  • ๐Ÿ”’ Data security: Root access allows malware to gain control of system files, passwords and payment data.
  • ๐Ÿ“ฑ Stability: Incorrect changes to system files often cause a device to crash, overheat or fail completely.
  • ๐Ÿ›ก๏ธ Warranty obligations: Any manipulation of the firmware will automatically void the warranty (even if the problem is not root related).
  • ๐Ÿ“Š Ecosystem Control: Xiaomi is interested in users using branded services (Mi Cloud, Mi Pay) that may conflict with root access.

But enthusiasts find workarounds, and the key is to understand that once you get the root license, you take full responsibility for the device.

โš ๏ธ Note: On models with MediaTek processors (e.g. Redmi) 12C, POCO C50) The chances of a successful root without a PC are significantly lower due to a closed bootloader bootloader. โ†’ The phone. โ†’ Full specification.

Preparation of the device: 5 mandatory steps

Before proceeding with the root rights, preparation must be performed, and skipping any of these steps can result in a failure of the procedure or loss of data:

Make a backup copy of all data (photos, contacts, messages)

Charge your phone to at least 70%

Disable screen lock (PIN/pattern lock)

Enable USB debugging in Settings โ†’ About Phone โ†’ MIUI version (7 times press)

Install the latest firmware version through Settings โ†’ System Update-->

Pay special attention to backup. Use the official Mi Mover app or third-party solutions like Swift Backup (requires a root for a full backup, but the basic features work without it).

For models with MIUI 14+, you will need:

  1. Activate Developer Mode (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 taps).
  2. Enable OEM Unlock in Settings โ†’ Additional โ†’ For developers.
  3. Disable MIUI Data Protection in the same settings.

โš ๏ธ Note: On some devices (Xiaomi 13 Pro, Redmi Note 12 Pro)+) Option Unlocking OEM This will require you to first link your Mi Account to your device and wait 7 days (new restrictions Xiaomi 2023).

Method 1: Use of KingRoot (for older models)

KingRoot is one of the few tools that can theoretically get a root without a PC, but its effectiveness has plummeted since the release of MIUI 12, a method suitable for Qualcomm Snapdragon devices of 2018-2020 (Redmi Note 7, Mi 9T, POCO F1).

Instructions:

  1. Download the latest version of KingRoot from the official website (not from Google Play!).
  2. Install APK by allowing installation from unknown sources (Settings โ†’ Applications โ†’ Special Access โ†’ Install Unknown Applications).
  3. Start KingRoot and click Try to Root.
  4. Wait for the reboot (it can take 5-15 minutes).

The method has a success rate of about 30-40%. If a notification of root rights appears after the reboot, check their performance using Root Checker. On devices with MIUI 13+ KingRoot is practically useless due to the enhanced protection of the kernel.

Redmi Note 10/11/12 series series

POCO F3/F4/F5

Mi 11/12/13 series

Old model (until 2020)

Another model-->

Method 2: Magisk + Patched Boot (for new devices)

The most reliable way to get root on modern Xiaomi is to use a modified boot.img and Magisk. The process is more complicated, but works on 90% of devices with MIUI 12-15.

  • ๐Ÿ“ฑ Smartphone with unlocked bootloader (instruction below).
  • ๐Ÿ”— Magisk app (last version).
  • ๐Ÿ“ Patched boot image for your model (can be created via Magisk).

Step-by-step:

  1. Unlock the bootloader: Link your Mi Account to your device in Settings โ†’ Xiaomi Account. Go to Settings โ†’ Additional โ†’ Developer โ†’ Mi Unlock Status and Link the Device. Wait 7 days (a mandatory requirement from Xiaomi from 2022).
  2. Download the firmware for your model from the Xiaomi Firmware Updater website (choose the Fastboot version).
  3. Remove boot.img from the firmware archive and transfer it to your phone.
  4. Create a patched boot: Install Magisk and open it. press Install โ†’ Select and Patch a File and choose boot.img. Wait for the file to be created. magisk_patched.img download.
  5. Squeeze patched boot: Reboot to Fastboot (turn off the phone, then pinch Power) + Volume down. Connect your phone to another smartphone/PC via OTG-Cable and patch the command: fastboot flash boot magisk_patched.img
What to do if you don't OTG-cable?
If you don't. OTG-If you have a cable to connect to another phone, you can use cloud services like Termux with fastboot installed. However, this method requires a deep knowledge of Linux and is not recommended for beginners.

After successful firmware, the phone will reboot with root rights. Check them through Magisk Manager or Root Checker.

Method 3: Temporary root through Termux (for power users)

If the first two methods didn't work, you can try to get a temporary root through Termux, which doesn't allow permanent access, but allows you to execute separate commands with superuser rights, and is suitable for devices with MIUI 14, where the boot firmware is locked.

Instructions:

  1. Install Termux from F-Droid (the version from Google Play is not updated).
  2. Type commands in order: pkg update & pkg upgrade pkg install tsu termux-setup-storage tsu
  3. If you see a # invitation after tsu, you have a temporary root. Now you can run commands like mount -o rw, remount /system.

Limitations of the method:

  • โฑ๏ธ Root only works until the phone is restarted.
  • ๐Ÿšซ Not all system files are available for change.
  • ๐Ÿ”„ After restarting the procedure must be repeated again.

๐Ÿ’ก

If tsu doesn't work, try an alternative command su -c. For example: su -c "mount -o rw, remount /system." Sometimes this works on devices with a partially unlocked bootloader.

Problem Solving: What to Do When Something Goes Wrong

Even with accurate follow-up, errors can occur, and let's look at typical scenarios and how to fix them:

Problem.Possible causeDecision
The phone does not turn on after the firmwareIncorrect boot.img or interrupted firmwareSwitch the original boot.img to fastboot flash boot.img
Magisk doesn't define a rootIncorrectly patched or module conflictAsk me again. magisk_patched.img Disable all modules in Magisk
Error: "Couldn't verify device"Device not tied to Mi Account or 7 days pastWait 7 days or use bypass scripts (risky)
The phone is stuck on the MI logoSystem partition damagedFastboot: Fastboot erase userdata

If the device has become a hard brick, don't panic. In 90% of cases, it can be restored through a computer. EDL-The emergency mode (emergency firmware) will require:

  1. Download Fastboot firmware for your model.
  2. Transfer the phone to EDL (closing test points or via adb reboot edl).
  3. Swipe through the Mi Flash Tool (you will need a PC here).

โš ๏ธ Note: On devices with MediaTek (e.g. Redmi) 10A, POCO M4 Pro) for entering EDL You often need an authorized Xiaomi account, which can only be accessed through an official service center.

What to do after obtaining a root license?

You have a ruth, now you can:

  • ๐Ÿš€ Remove system applications (Mi Browser, Mi Music, GetApps) via Titanium Backup or adb shell pm uninstall -k --user 0 packet.
  • โšก Install custom firmware (LineageOS, Pixel Experience) for pure Android.
  • ๐Ÿ”ง Modify system files (e.g., modify build.prop to trick applications).
  • ๐ŸŽฎ Use emulators that require root (Dolphin) MMJ, PPSSPP high-resolution texture).

But keep in mind the risks:

  • ๐Ÿ›ก๏ธ Ban in games: PUBG Mobile, Genshin Impact and other games block devices with root.
  • ๐Ÿฆ Problems with banking applications: Sberbank Online, Tinkoff may refuse to work.
  • ๐Ÿ”„ Violation OTA-Updates: After root updates "over the air" can break the system.

๐Ÿ’ก

To hide root rights from applications, use the MagiskHide Props Config module, which allows you to mask the presence of the root, but does not guarantee 100% success (especially in banking applications).

FAQ: Frequent questions about root rights on Xiaomi

Can I get a root on Xiaomi without unlocking the bootloader?
Technically, yes, but only temporarily (via Termux or exploits like DirtyCOW). A full-time rout without unlocking the bootloader is not possible on devices with MIUI 12+ due to dm-verity protection.
Will I lose data when I get a root license?
If you follow the instructions correctly (especially the Magisk method), the data will be saved. However, always make a backup - an error when you run boot.img firmware can lead to a reset.
How to remove root rights and return the guarantee?
You need to flash the original boot.img and reset via fastboot erase userdata. However, Xiaomi can detect root traces from logs (for example, in the /persist section). For complete "purity" sometimes requires flashing through the Mi Flash Tool with the clean all option.
Does this work on the POCO F5 Pro?
On the POCO F5 Pro (with the Snapdragon 8+ Gen 1), the method with Magisk works, but requires the bootloader to be unlocked beforehand. Note that on this model, OEM unlocking can be hidden - you will need to wait 7 days after the account is tied.
Can I upgrade MIUI after I get a root license?
You can, but only manually. OTA-updates will break the root. After the update, you will need to re-swipe magisk_patched.img for your new version of the firmware.