Root rights to Xiaomi Redmi Note 3: from unlocking the bootloader to Magisk

Xiaomi Redmi Note 3 (especially the version on Qualcomm Snapdragon 650) remains a popular device among customization enthusiasts even years after its release. Getting root rights gives you access to deep system settings, the ability to remove embedded software, install modified firmware and optimize performance.

In this guide, we will discuss the only working method for obtaining root rights for Redmi Note 3 in 2026, given the changes in Xiaomiโ€™s policy to unlock downloaders and current versions of tools. This article will be suitable for kenzo (Snapdragon) and kate (MediaTek), but with the caveat: for MediaTek, the process is more complex and risky, focusing on Snapdragon, as the most common and supported by the community.

Preparation of the device: what to do before unlocking

Before you start unlocking the bootloader and installing root, follow the mandatory steps. Neglecting them can lead to data loss, blocking the Mi Account account or permanent damage to the firmware.

First, back up all your data. Use Mi Cloud, Google Drive, or local copying on your PC.

  • ๐Ÿ“ฑ Contact and SMS (Export through Settings โ†’ System system โ†’ Backup).
  • ๐Ÿ“ธ Photos and videos (check folders) DCIM and Pictures on hidden files).
  • ๐Ÿ”‘ Logins and passwords (use Google Smart Lock or export from the browser).
  • ๐ŸŽฎ Game saves (many games don't sync to the cloud without root rights).

Second, make sure that the device has the latest official firmware for your model. Check the version in Settings โ†’ About Phone โ†’ MIUI Version. For Redmi Note 3, the current versions are:

ModelThe last stable MIUIThe latest MIUI development
kenzo (Snapdragon)MIUI 12.5.8MIUI 10.3.1.0 (outdated)
kate (MediaTek)MIUI 9.6.3โ€”

โš ๏ธ Note: If your device is on MediaTek (kate), the next steps may not work. SP Flash Tool and patched bootloader, which is associated with a high risk of blocking IMEI.

Third, link your Mi Account to your device and wait for sync. Without this, unlocking the bootloader will not be possible. Go to Settings โ†’ Xiaomi Account โ†’ Sync and make sure that all data (including the Device) is ticked.

๐Ÿ“Š What firmware are you using on Redmi Note 3?
Official MIUI
Castomic (AOSP, LineageOS)
Global Stable
China Stable

Unlock the bootloader: the official way from Xiaomi

Xiaomi blocks the bootloader on all devices, including the Redmi Note 3, which makes it difficult to obtain root rights.The official way to unlock requires confirmation through the Mi Account and waiting (sometimes up to 720 hours!).

1. Download and install the Mi Unlock Tool from the official website. Use version no lower than 5.5.224.30 (older versions may not recognize the device).

2. Activate the Developer Mode:

  • ๐Ÿ”ง Go to Settings. โ†’ The phone.
  • ๐Ÿ”ง 7 times press the version MIUI, Notice: โ€œYou have become a developerยป.
  • ๐Ÿ”ง Back to Settings โ†’ Additionally. โ†’ For developers.
  • ๐Ÿ”ง Turn on Debugging. USB and Unlock. OEM (The last item may be hidden - see spoiler below).
What to do if there is no โ€œOEM Unlockโ€ item?
If the OEM Unlock option is not available in the developer menu, it means that your device is already unlocked (check through fastboot oem device-info) or is using unofficial firmware. In rare cases, the item is hidden due to regional restrictions - try changing the region to India in the MIUI settings.

3. Connect the device to the PC in fastboot mode:

  • ๐Ÿ”Œ Turn off the phone.
  • ๐Ÿ”Œ Hold the Loud down. + Power before the appearance of the Fastboot logo.
  • ๐Ÿ”Œ Connect the cable. USB (preferably original).

4. Launch Mi Unlock Tool on behalf of the administrator, log in to the same Mi Account as your phone, and follow the program instructions. If you see the message "You need to wait XXXX hours", wait for the specified time (usually 168-720 hours).

โš ๏ธ Warning: Don't try to get around the wait by "setting the timer back to zero" through a change of account or resetting settings. Xiaomi fixes the device ID It can block the ability to unlock forever.

โ˜‘๏ธ Preparation for unlocking the loader

Done: 0 / 5

Install custom recovery (TWRP) on Redmi Note 3

After unlocking the bootloader, the next step is to install custom recovery, such as TWRP. This will allow you to flash modified images and get root access. 3 (kenzo version recommended TWRP 3.7.0_9-0 or newer.

Installation instructions:

  1. Download the correct version TWRP for your model: ๐Ÿ“ฑ For kenzo (Snapdragon): official page. ๐Ÿ“ฑ For kate (MediaTek): look for unofficial builds on 4PDA or XDA Developers.

Rename the file

twrp.img

fastboot

C:\platform-tools

Open the command line.

Shift + right-button โ†’ Open the PowerShell window here

Follow the commands:

fastboot flash recovery twrp.img


fastboot boot twrp.img

After successful firmware, the device will automatically restart to TWRP. If this does not happen, manually press Volume Up + Power when booting.

โš ๏ธ Attention: Don't stitch TWRP It can be done through apps like Flashify or RashR, which can damage the recovery partition.

๐Ÿ’ก

If after the firmware TWRP So, the device loads into standard recovery, so the recovery partition is protected. disable_forced_encryption.zip through TWRP before the first reboot.

Getting root rights through Magisk: a step-by-step process

Magisk is a one-stop solution for obtaining root rights without changing the systemless root. For Redmi Note 3, Magisk v26.4 or later is suitable. Here's how to install it using TWRP:

1. Download the latest version of Magisk from GitHub (Magisk-v26.4.zip file).

2. Move the archive to the internal memory of the phone or to the SD-map.

3. Download to TWRP (as described above) and follow the following steps:

  • ๐Ÿ“ Press Install. โ†’ choose Magisk-v26.4.zip.
  • ๐Ÿ”ง Scroll down and swipe for confirmation.
  • ๐Ÿ”„ After installation, press Reboot System.

4. Check the availability of root rights using the Magisk Manager application (set automatically) or through the terminal:

su

If a request for rights appears, the root is installed successfully.

Problem.Reason.Decision
Magisk is not installedOutdated firmwareUpdate MIUI to the latest version
The phone is loaded into the bootloopConflict with Magisk modulesRemove all modules in TWRP
No command after firmwareRecovery section damagedRe-sweep the TWRP

๐Ÿ’ก

Use only official Magisk builds from GitHub. Modified versions (such as those from sites like "magiskmods.com") may contain malicious code.

Frequent mistakes and their solutions

The process of obtaining root rights on Redmi Note 3 rarely goes without complications, and here are the most common problems and ways to fix them:

1.Couldn't unlock error in Mi Unlock Tool

Reasons:

  • ๐Ÿ”— Mi Account is not tied to the device (solution: sync in settings).
  • โณ The time of the day has not expired (decision: wait for the time specified).
  • ๐Ÿ”„ The device was reflashed with unofficial firmware (solution: return to stock). MIUI).

2.TWRP is not flicked by the sensor

This is a well-known problem for the Redmi Note 3.

  • ๐Ÿ–ฑ๏ธ Connect. OTG-Mouse (works 90% of the time).
  • ๐Ÿ”„ Try another version. TWRP (for example, 3.6.2_9-0).
  • ๐Ÿ“ฑ Use volume buttons for navigation and power button for selection.

3. After installing Magisk, the phone does not boot

Probable reasons:

  • ๐Ÿ”ง Incompatibility with the version MIUI (solution: Magisk-uninstaller.zip through TWRP).
  • ๐Ÿ›ก๏ธ Force Encryption is active (solution: click through) disable_forced_encryption.zip).
  • ๐Ÿ”„ Conflict with Xposed modules (solution: remove all modules in the /data/adb/modules).
How to restore the device after bootloop?
If the phone is stuck on the logo MI, load in TWRP (Loudness up + Food, and pass Boot_Repair.zip If that doesn't work, do a full reset (Wipe) โ†’ Format Data, but please note that the data will be lost.

What to do after obtaining root rights?

Now that you have root access, you can optimize the Redmi Note 3. Here are some useful steps:

1. Removal of embedded software (bloatware)

Use Titanium Backup or SD Maid to remove unnecessary Xiaomi apps:

  • ๐Ÿ—‘๏ธ com.miui.analytics (collection of statistics).
  • ๐Ÿ—‘๏ธ com.xiaomi.midrop (Mi Drop).
  • ๐Ÿ—‘๏ธ com.miui.videoplayer (standard video player).

โš ๏ธ Do not remove system applications called com.android. or com.qualcomm. โ€“ this can disrupt your phone.

2. Optimization of productivity

Root rights can:

  • โšก Change the planner CPU interactive or performance (via Kernel Adiutor).
  • โšก Disable unnecessary Google services (e.g. Google Play Services) to save battery).
  • โšก Install a custom core (e.g. FrancoKernel for Snapdragon).

3. Nandroid backup

Create a full backup system in TWRP:

  1. Download to TWRP.
  2. Pick Backup.
  3. Check the Boot, System, Data sections.
  4. Press Swipe to Back Up.

Save a copy on your PC โ€“ this will save the device in case of critical errors.

Security: How to avoid losing data and locking your phone

Root rights give you complete control of the system, but they also increase the risk.

1. Update Magisk regularly

New versions fix vulnerabilities and add support for fresh firmware. Check for updates in Magisk Manager or GitHub.

2. Do not install modules from unreliable sources

Modules for Magisk may contain malicious code.

  • ๐Ÿ” XDA Developers.
  • ๐Ÿ” Magisk Module Repo.
  • ๐Ÿ” Official repository of Magisk.

3. Keep an eye on the status of /data

With frequent use of root rights, the /data section can become fragmented, leading to lags.

  • ๐Ÿ› ๏ธ Every 2-3 months, you can do fsck. TWRP (Advanced โ†’ File System Check).
  • ๐Ÿ› ๏ธ Use it. F2FS instead ext4 (requires nucleus support).

โš ๏ธ Warning: If you sell or transfer a phone, be sure to delete the root rights and reset to factory settings. Otherwise, the new owner will have access to your data, including passwords and authorization tokens.

๐Ÿ’ก

Turn off root access for applications that don't need it, which will reduce the risk of data breaches and increase security.

FAQ: Answers to Frequent Questions

Can I get the root rights to Redmi Note 3 without unlocking the bootloader?
No. On all Xiaomi devices, including the Redmi Note 3, unlocking the bootloader is a prerequisite for installing custom recovery and Magisk. Bypass paths (for example, through vulnerabilities in the kernel) were closed in MIUI updates after 2018.
Will I lose my warranty after I get root rights?
Yes, Xiaomi will cancel the warranty if you find an unlocked bootloader or modified firmware, but you can temporarily hide the root using the MagiskHide module (built into Magisk) or return the device to a drain state before contacting the service center.
How to return everything back (remove the root and block the bootloader)?
To remove the root: Squeeze Magisk-uninstaller.zip through TWRP. Install the official firmware via the Mi Flash Tool (select clean all option). To block the bootloader: In fastboot mode, run the command: fastboot oem lock โš ๏ธ This will result in the reset of all data!
Does Google Pay work after getting root rights?
No, Google Pay and other banking applications (e.g. SberBank Online) block work on devices with root access due to security requirements: ๐Ÿ”ง Use the MagiskHide Props Config module to mask root rights. ๐Ÿ”ง Install alternative payment systems (e.g. Samsung Pay via the module) MST Please note that circumventing the security may violate the bank's user agreement.
Can I update my MIUI after I get root rights?
Yes, but with reservations: ๐Ÿ”„ Updates by air" (OTA) They will not work โ€“ they need to be downloaded manually and sewn through TWRP. ๐Ÿ”„ Before upgrading, remove all Magisk modules (they may cause conflicts). ๐Ÿ”„ After the update, re-sweep Magisk, as the boot section will be rewritten.