How to get root rights to Xiaomi Redmi Note 8 Pro: the full guide 2026

Xiaomi Redmi Note 8 Pro (codenamed begonia) remains a popular smartphone even years after its release, but its potential is limited by stock firmware MIUI. Getting root rights opens access to deep Android settings, removing system applications, installing custom firmware and modifications. However, the process requires caution: an error at any stage can turn the device into a β€œbrick”.

In this guide, we will discuss all the steps in detail - from unlocking the bootloader to installing Magisk and TWRP, taking into account the features of the Redmi Note 8 Pro with a Mediatek Helio G90T processor. Particular attention will be paid to current methods in 2026, since the old instructions (until 2022) may not work due to changes in Xiaomi policy and Android security updates.

What is the root rights to the Redmi Note 8 Pro?

Root access turns your smartphone into a sandbox for experimentation, but it's important to understand why you need it.

  • πŸ”§ Remove embedded software: Remove unnecessary system applications (MIUI Bloatware that eats up memory and battery power.
  • ⚑ Overclocking and optimization: Change the frequency of the processor (CPU Governor, settings GPU Improved performance in games.
  • πŸ“± Custom firmware: Install LineageOS, Pixel Experience, or other firmware without MIUI.
  • πŸ”’ Android Deep Settings: Change build.prop, customize SELinux, block ads at the system level.
  • πŸ“‘ Network modifications: Unlock hidden ranges 4G/5G, tune in TCP/IP speed up the Internet.

But there is a downside: loss of warranty, risk of blocking Mi accounts (if linked to a device), and security vulnerabilities, such as some banking applications (SberBank, Tinkoff) may stop working due to the SafetyNet trigger.

⚠️ Note: Redmi Note 8 Pro with firmware MIUI 14+ And with a security patch after May 2023, the standard methods of unlocking the bootloader may not work. MIUI (for example, V12.5.3.0).

Preparation of the device: what to do before the start

Before you start unlocking, follow the mandatory steps: skipping at least one point can lead to data loss or locking the device.

Backup all data (photos, contacts, messages)|Untie the Mi Account from the device (Settings) β†’ Xiaomi account β†’ Get out)|Check the version. MIUI (Settings β†’ The phone)|Charge the battery to at least 70%|Download the necessary drivers and utilities (ADB, Fastboot, MTK Tools)-->

Pay special attention to unbundling the Mi Account. If this is not done, after unlocking the bootloader, the phone may require entering a login / password, but MIUI will block the possibility of authorization due to the changed state of the device. Restoring access will be extremely difficult!

Also check the firmware version. For the Redmi Note 8 Pro, the best rooting versions are MIUI versions based on Android 10 or Android 11. Firmware on Android 12+ often require additional manipulation with anti-rollback protection.

πŸ“Š What firmware are you using on the Redmi Note 8 Pro?
Stock MIUI (unchanged)
Custom firmware (LineageOS, Pixel Experience, etc.)
MIUI with unlocked loader
I don't know what firmware is.

Unlocking the bootloader: official and informal methods

The bootloader on Xiaomi is locked by default, and unlocking it is the first and most critical step. There are two ways:

  1. The official method is through the Mi Unlock Tool (requires waiting 7-15 days after the account is linked).
  2. An informal method using exploits (e.g., MTK Bypass for Mediatek).

The official way is safer, but longer. Here's the step-by-step instructions:

  1. Download Mi Unlock Tool from Xiaomi’s official website.
  2. Log in to your Mi Account on your phone and unlock tool.
  3. Turn the device into Fastboot mode: Turn off the phone, then press Power + Volume Down.
  4. Connect your smartphone to your PC and start the Mi Unlock Tool. the program will show a waiting timer (usually 168 hours).
  5. After the expiration of the period, repeat the procedure - the loader will be unlocked.

The informal method is useful if you don't want to wait, and it's based on Mediatek vulnerabilities and requires utilities like MTK Bypass or SP Flash Tool, but it's risky, because there's a possibility that the preloader partition might be damaged, which would cause the device to fail completely.

What happens if you damage the preloader?
The preloader section on Mediatek is responsible for the initial loading of the device, and damage to it makes the phone a brick β€” it won't even be included in Fastboot mode. SP Flash Tool and original firmware file, but it requires skills to work with EDL-The mode (and it is blocked on most Xiaomi devices after 2021).

Unlocking methodPlusesConsRisks.
Official (Mi Unlock)Safe, supported by XiaomiLong wait (up to 15 days)Minimum (if you follow the instructions)
Informal (MTK Bypass)Instant resultRequires technical knowledgeHigh (brick risk)
A rollback to the old MIUIBypassing the limitations of new firmwareData loss, complex procedureMedium (possible errors in downgrade)

Installation of TWRP Recovery on Redmi Note 8 Pro

TWRP (Team Win Recovery Project) is a custom recovery required to install Magisk and create backups. For the Redmi Note 8 Pro, there is a special version of TWRP adapted for the Mediatek Helio G90T.

Download the latest version of TWRP for begonia from the official website:

https://twrp.me/xiaomi/xiaomiredminote8pro.html

Or from the XDA Developers forum (look for themes from a user of mauronofrio or pecca).

Installation instructions:

  1. Unpack the downloaded file twrp-3.x.x-x-begonia.img in the folder with ADB and Fastboot.
  2. Turn your phone to Fastboot (Power + Volume Down)
  3. Connect to your PC and execute the command: fastboot flash recovery twrp-3.x.x-x-begonia.img
  4. Immediately after that, reboot to TWRP by holding Power + Volume Up.
  5. In TWRP, run Wipe β†’ Format Data (this will delete all data, but is necessary to avoid getting stuck in the MIUI logo).

⚠️ Note: On some versions MIUI 13/14 post-installation TWRP The device can be loaded into stock recovery, overwrite custom, to avoid this, immediately after installation. TWRP copy the file no-verity-opt-encrypt.zip on the phone and run it through TWRP.

πŸ’‘

After installation TWRP The phone is not loaded into the system, try flashing Disable_Dm-Verity_ForceEncrypt.zip. This file disables the system integrity check (dm-verity), which often blocks boot on modified devices.

Install Magisk for root rights

Magisk is a universal root access management tool that masks changes from system checks (e.g. SafetyNet).The latest stable version as of 2026 is Magisk v26.4.

Step-by-step:

  1. Download Magisk from the official repository: https://github.com/topjohnwu/Magisk/releases (look for Magisk-v26.4.zip).
  2. Copy the archive onto your phone (for example, internal memory or a phone). SD-map).
  3. Download to TWRP (Power + Volume Up)
  4. Press Install, select Magisk-v26.4.zip and swipe for confirmation.
  5. After installation, reboot to the system.

If it's a success, Magisk Manager will appear on the app menu, run it and check root status. If Magisk doesn't install or the phone is stuck on the logo, try:

  • πŸ”„ I want to re-shoot Magisk through TWRP.
  • πŸ“₯ Install an older version of Magisk (e.g, v25.2).
  • πŸ”§ Format the data section in TWRP (will cause data loss!).

πŸ’‘

On the Redmi Note. 8 Pro with firmware MIUI 13/14 You may need to disconnect AVB 2.0 (Android Verified Boot) before installing Magisk. To do this, swipe through Fastboot command: fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

Checking the efficiency and eliminating problems

Once you have root permissions, you need to make sure that the system is stable.

  1. Root Access: Install the Root Checker app from Google Play and run the check.
  2. SafetyNet: In Magisk, click Check SafetyNet. If FAIL status, install the Universal SafetyNet Fix module.
  3. Banking applications: Try running SberBank Online or Tinkoff. If they don't work, activate MagiskHide (or Zygisk in newer versions) in Magisk.

Typical problems and their solutions:

Problem.Possible causeDecision
The phone is not loaded (bootloop)Incompatible version of Magisk or TWRPSwipe stock firmware through Fastboot, then repeat the process with another version of Magisk
SafetyNet does not passUniversal SafetyNet Fix is not available.Install the module via Magisk and restart
Camera or sensors are not working.Damage to the seller section when firmwareSweep the original vendor.img from stock firmware
Fast battery dischargeMagisk background processes or modulesDisable unnecessary modules in Magisk Manager

On the Redmi Note. 8 Pro with Mediatek Helio processor G90T After obtaining root-rights, the network signal may disappear (especially on firmware). MIUI 13+). This is due to damage to the modem partition. Solution: flash the original modem.img and nvram.img stock-stack.

Root rights alternatives: what can be done without rooting

If root rights seem too risky, consider alternative ways to customize the Redmi Note 8 Pro:

  • πŸ”“ Unlocking the bootloader without root: Allows you to install custom firmware, but without deep access to the system.
  • πŸ“¦ ADB-Delete system applications (de-bloat) via adb shell pm uninstall -k --user 0 packet.
  • πŸ”„ Xposed Framework: Modular system for modifying Android without full root access (not working on all versions) MIUI).
  • πŸ› οΈ Shizuku + App Ops: Managing Application Permissions at System Level.

For example, to remove unnecessary MIUI applications without root:

  1. Activate Debugging by USB in Settings β†’ About Phone β†’ MIUI version (click 7 times on build number).
  2. Connect your phone to your PC and execute: adb devices adb shell pm uninstall -k --user 0 com.mi.android.globallauncher (replace com.mi.android.globallauncher with the desired application package).

These methods are less risky, but they have limitations, ADB-removal of applications is valid only until resetting settings.

FAQ: Frequent questions about root rights on Redmi Note 8 Pro

Can I get root rights to the Redmi Note 8 Pro without unlocking the bootloader?
No. On all Xiaomi devices, unlocking the boot boot loader is a prerequisite for installing TWRP and Magisk. Without it, the system simply will not allow you to modify the boot partition.
Will I lose my warranty after I get root rights?
Yes, Xiaomi’s official warranty is cancelled when you unlock the bootloader or modify the firmware, but some service centers may turn a blind eye to root if the problem is not related to the software part (for example, a broken screen).
How to get it back and remove root rights?
To get your phone back to its original state: Download the stock firmware for your model from Xiaomi. Sweat it through the Mi Flash Tool in Clean All mode. Unlock the bootloader will remain, but root and TWRP will be removed.
Will Google Pay and other payment systems work after rooting?
Probably not, because of the SafetyNet trigger. But you can try to bypass the check: In Magisk, install Universal SafetyNet Fix and MagiskHide Props Config. Activate MagiskHide (or Zygisk in newer versions), restart your phone and check SafetyNet status. Note that banks can tighten checks at any time, and the bypass will stop working.
Can I update my MIUI after I get root rights?
Technically, but strongly discouraged. MIUI updates via OTA or Fastboot can: Rewrite TWRP with stock recovery. Break Magisk (reinstall it), activate anti-rollback protection if the firmware is newer than the current one. If the update is needed, download the full firmware package and stitch it through TWRP with dm-verity disabled.