How to get a root rights on Xiaomi Mi 8 Lite without PC: a complete guide with risks and life hacks

Getting root rights to Xiaomi Mi 8 Lite (codename platina) without using a PC is a risky but doable task. 2018 It is still popular today due to its balanced features: Snapdragon processor. 660, 4/6 GB of RAM and AMOLED-But the factory firmware. MIUI Root access is a huge limitation on customization, and official support for updates has long been discontinued. Root access allows you to remove firmware, optimize performance and install modified firmware – but only if you are prepared for potential risks.

In this article, we will discuss three working methods for obtaining root rights without a computer, relevant for the Mi 8 Lite based on MIUI 12-14 and Android 9-11. Importantly, the procedure requires unlocking the bootloader, which resets the device to factory settings. If you have never worked with fastboot or ADB, you better practice on a less important device. Also note that after the root will not work banking applications (due to SafetyNet), and Xiaomi warranty is canceled.

Before you start, check:

  • πŸ“± Device Model: Go to Settings β†’ The phone. β†’ Model. Must be the Mi 8 Lite (platina).
  • πŸ”’ Version. MIUI: Current methods work on firmware MIUI 12.5–14 (Android 9–11) Older versions will require an update.
  • πŸ”‹ Battery charge: at least 70%, interruption due to discharge can turn the phone into a brick".
πŸ“Š Why You Need to Root on the Mi 8 Lite?
Removal of embedded software (bloatver)
Installation of custom firmware
Optimizing productivity
Use of specific applications (e.g. Titanium Backup)
Other

Preparation of the device: unlocking the loader

Without an unlocked bootloader, you can’t get root rights. Xiaomi officially lets you unlock the bootloader, but the process requires you to link your Mi Account and wait 7-15 days (on new accounts).

Step 1. Link your Mi Account to your phone

  • πŸ“² Go to Settings. β†’ Mi Account and log in. If you don't have an account, sign up.
  • πŸ”— Enable data synchronization and confirm email/phone.
  • βš™οΈ Activate the Settings option β†’ Additionally. β†’ For developers β†’ Unlocking OEM (If there is no item, see spoiler below).
What to do if there is no β€œOEM Unlock” item?
This item only appears after the developer mode is activated. To do this, go to Settings β†’ About Phone and 7 times click on the MIUI Version. After that, go back to Settings β†’ Additional β†’ For Developers and turn on the switch at the top of the screen.

Step 2: Request unlocking via Mi Unlock Tool

Yes, officially you need a PC to unlock, but there's a workaround using Termux. Install it from F-Droid, then run the commands:

pkg update && pkg upgrade


pkg install wget




wget https://storage.googleapis.com/xiaomi-unlock-tool/MiUnlockTool.zip




unzip MiUnlockTool.zip

Follow the instructions in the terminal. Importantly, Xiaomi can block your account if you request to unblock it from an unofficial tool, and use this method at your own risk.

πŸ’‘

If you have access to a PC, it’s best to use the official Mi Unlock Tool – it’s safer and faster.

Method 1: Root via Magisk (no PC but with TWRP)

The most reliable way is to install Magisk via a custom TWRP recavator. While TWRP usually requires a PC to run it, there is a workaround using the OrangeFox Recovery Installer app.

What you need:

  • πŸ“± Device with unlocked loader.
  • πŸ”Œ Battery charge β‰₯ 70%.
  • πŸ“Ž Files: OrangeFox Recovery for Mi 8 Lite (select latest version). Magisk (version 26.4)+).

Instructions:

  1. Download OrangeFox and Magisk files directly to your phone (for example, to the Download folder).
  2. Rename the file to recovery.img.
  3. Install the Termux app and execute the commands: su dd if=/sdcard/Download/recovery.img of=/dev/block/bootdevice/by-name/recovery
  4. Reboot to the recap: turn off the phone, then press Power + Volume up.
  5. In OrangeFox, select Install β†’ Select Storage β†’ Internal Storage, find the Magisk file and run it.
  6. Reboot to the system. After download, check the root access through the Root Checker app.

β˜‘οΈ Preparation for the installation of Magisk

Done: 0 / 5

Possible errors and solutions:

Mistake.Reason.Decision
Failed to mount /dataEncrypted data sectionIn the Recovery, select Format Data β†’ Format (erase all data!)
Magisk not installedThe Wrong Version of MagiskDownload the version for Android 9–11 (26.4+)
Hanging on the Mi logoIncompatible Module MagiskRemove all modules in Magisk Manager

πŸ’‘

Installing Magisk via TWRP is the most versatile method, but requires an unlocked bootloader. If you don't have one, go to Method 2 or 3.

Method 2: Root through KingRoot (one-nailed but unreliable)

KingRoot is an app that promises one-click root access, and it works on some Xiaomi devices, but it has serious drawbacks:

  • ⚠️ Installs a non-systemic root that may disappear after a reboot.
  • ⚠️ Embedded ads and potentially malicious code.
  • ⚠️ SafetyNet fails to pass the security check by blocking banking applications.

How to use it (if there are no other options):

  1. Download the latest version of KingRoot from the official website (not from Play Market!).
  2. Enable installation from unknown sources: Settings β†’ Applications β†’ Special Access β†’ Install unknown applications.
  3. Install APK and launch the application.
  4. Press Try to Root and wait until it is completed (it can take 5-15 minutes).
  5. Restart your phone and check the root through the Root Checker.

⚠️ Warning: KingRoot often leads to a cyclic bootloop on the Mi 8 Lite. If the phone is stuck on the logo, try flashing stock firmware through fastboot (you will need a PC).

If the root turns out, but disappears after the restart, try:

  • πŸ”„ Install Magisk on top of KingRoot (via Magisk Manager) β†’ Install β†’ Install to Inactive Slot).
  • πŸ”§ Disable KingRoot Automatic Update in Application Settings.

Method 3: Root through boot.img patch (for advanced)

This is a good method if you have a stock firmware in.tz or.img. The idea is to extract boot.img, patch it through Magisk and flash it back. Without a PC, it's difficult to do this, but it's possible with Termux and ADB on a local network.

Step-by-step:

  1. Download the stock firmware for the Mi 8 Lite from the Xiaomi Firmware Updater site (select your MIUI version).
  2. Remove boot.img file from archive (use ZArchiver or Mixplorer).
  3. Install Magisk Manager and select Install from the main menu β†’ Select and Patch a File. boot.img.
  4. After patching, copy the received file magisk_patched.img folder /sdcard/Download.
  5. In Termux, do su dd if=/sdcard/Download/magisk_patched.img of=/dev/block/bootdevice/by-name/boot
  6. Reboot the phone.

⚠️ Attention: Wrong boot.img Or a firmware error will cause you to lose access to the system. If the screen doesn't turn on after you restart, try clamping the power. + Loudness down on 10 seconds to force shutdown, then repeat the procedure.

Advantages of this method:

  • πŸ”’ Cleaner rut than KingRoot.
  • πŸ“± Works without custom Recovery.
  • πŸ›‘οΈ SafetyNet (with MagiskHide Props Config).

How to check root rights and what to do next

Once rooted successfully, check access with Root Checker, and if everything works, you can start setting up:

  • 🧹 Bloatwer Removal: Use Titanium Backup or Debloater to remove system applications (e.g. com.miui.analytics, com.xiaomi.midrop).
  • ⚑ Performance Optimization: Install Kernel Adiutor to fine-tune the kernel.
  • πŸ”’ SafetyNet: In Magisk, activate MagiskHide and install Universal SafetyNet Fix.

Typical problems after the root:

Problem.Decision
Banking applications are not workingActivate MagiskHide and add the app to the hidden list.
The phone is warming up a lot.Turn off unnecessary services in Titanium Backup or reset your kernel settings.
MIUI not updatedTurn off the root before upgrading or install firmware manually via TWRP.

Risks and how to minimize them

Getting the root rights to the Mi 8 Lite without a PC is fraught with the following problems:

  • πŸ’€ "Brick (inoperable device) – if you interrupt the firmware or use incorrect files.
  • πŸ”„ Bootloop (cyclic reboot) – a common problem when using KingRoot.
  • πŸ›‘οΈ Security vulnerabilities – root opens access to system files for malware.

How to reduce the risks:

  • πŸ“₯ Always make a backup through TWRP Or OrangeFox before manipulation.
  • πŸ” Check it out. MD5-hashes of downloaded files (for example, via Hash Droid).
  • 🚫 Do not install Magisk modules from unknown developers.

⚠️ If after the root the phone stopped turning on, and fastboot does not recognize the device, there is only one option – firmware through the device. EDL-On the Mi 8 Lite, this mode is activated by closing test points on the motherboard, which is risky without experience.

Frequently Asked Questions (FAQ)

Can I get a root on the Mi 8 Lite without unlocking the bootloader?
No. All modern root methods (including Magisk and KingRoot) require an unlocked bootloader.The only exception is a temporary root through vulnerabilities (like DirtyCOW), but they are unstable and only work on older versions of Android.
Why Google Pay is not working after the root?
Google Pay and other banking apps check system integrity via SafetyNet. To get around lockdown: In Magisk, activate MagiskHide. Install Universal SafetyNet Fix. Add Google Pay to the Hidden Applications List (MagiskHide β†’ Google Pay). Restart your phone and check SafetyNet status through the YASNAC app.
How do you get it back and remove the root?
To completely remove the root: Download the stock firmware for your model with Xiaomi Firmware Updater. Sweat it through TWRP (select Wipe β†’ Format Data before installing). Or use the official Mi Flash Tool (requires a PC). After that, the bootloader will remain unlocked. To lock it back, you need a command fastboot oem lock (but this will reset all data!).
What are the alternatives to Rutu for the Mi 8 Lite?
If root is not needed for deep customization, consider: πŸ”§ ADB-commands: some system settings can be changed without root (for example, disable advertising in the Internet) MIUI via adb shell pm disable-user --user 0 com.miui.analytics). πŸ“± Castom launchers: Nova Launcher or Lawnchair lets you change the interface without root. πŸ”’ Xposed Framework: It works on Android 9, but requires an unlocked bootloader.
Can I update my MIUI after the rut?
Yes, but with reservations: If the root is obtained through Magisk, OTA updates break the root. Before updating, you need to temporarily remove Magisk (Magisk β†’ Uninstall β†’ Restore Images). If you use KingRoot, OTA updates will likely lead to bootloop. It is better to install firmware manually through TWRP.