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.
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:
- The official method is through the Mi Unlock Tool (requires waiting 7-15 days after the account is linked).
- 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:
- Download Mi Unlock Tool from Xiaomiβs official website.
- Log in to your Mi Account on your phone and unlock tool.
- Turn the device into Fastboot mode: Turn off the phone, then press Power + Volume Down.
- Connect your smartphone to your PC and start the Mi Unlock Tool. the program will show a waiting timer (usually 168 hours).
- 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?
| Unlocking method | Pluses | Cons | Risks. |
|---|---|---|---|
| Official (Mi Unlock) | Safe, supported by Xiaomi | Long wait (up to 15 days) | Minimum (if you follow the instructions) |
| Informal (MTK Bypass) | Instant result | Requires technical knowledge | High (brick risk) |
| A rollback to the old MIUI | Bypassing the limitations of new firmware | Data loss, complex procedure | Medium (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.htmlOr from the XDA Developers forum (look for themes from a user of mauronofrio or pecca).
Installation instructions:
- Unpack the downloaded file twrp-3.x.x-x-begonia.img in the folder with ADB and Fastboot.
- Turn your phone to Fastboot (Power + Volume Down)
- Connect to your PC and execute the command: fastboot flash recovery twrp-3.x.x-x-begonia.img
- Immediately after that, reboot to TWRP by holding Power + Volume Up.
- 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:
- Download Magisk from the official repository: https://github.com/topjohnwu/Magisk/releases (look for Magisk-v26.4.zip).
- Copy the archive onto your phone (for example, internal memory or a phone). SD-map).
- Download to TWRP (Power + Volume Up)
- Press Install, select Magisk-v26.4.zip and swipe for confirmation.
- 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.
- Root Access: Install the Root Checker app from Google Play and run the check.
- SafetyNet: In Magisk, click Check SafetyNet. If FAIL status, install the Universal SafetyNet Fix module.
- 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 cause | Decision |
|---|---|---|
| The phone is not loaded (bootloop) | Incompatible version of Magisk or TWRP | Swipe stock firmware through Fastboot, then repeat the process with another version of Magisk |
| SafetyNet does not pass | Universal SafetyNet Fix is not available. | Install the module via Magisk and restart |
| Camera or sensors are not working. | Damage to the seller section when firmware | Sweep the original vendor.img from stock firmware |
| Fast battery discharge | Magisk background processes or modules | Disable 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:
- Activate Debugging by USB in Settings β About Phone β MIUI version (click 7 times on build number).
- 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.