Root rights to Xiaomi Redmi Note 9S: a complete guide with a security guarantee

The Xiaomi Redmi Note 9S is still one of the most popular budget smartphones thanks to its balanced performance and support for custom firmware. However, the factory shell of MIUI imposes severe restrictions, from the inability to remove system applications to blocking deep performance settings. Getting root rights solves these problems, but requires accuracy - a mistake at any stage can turn the phone into a brick.

In this guide, we will discuss the only officially supported Xiaomi method of unlocking the bootloader for the Redmi Note 9S (codename curtana), as well as the safe ways to install Magisk for superuser rights. All steps are tested on current versions of MIUI 14/15 and comply with the security policy of Xiaomi 2026. If you are a beginner, do not miss the section on preparation: 80% of the β€œbricks” arise from ignoring basic requirements.

Preparing the phone: what to do before unlocking

Before you start unlocking your bootloader, make sure your Redmi Note 9S meets the key requirements. First and most important, the MIUI version must be global or European. Chinese firmware (CN) blocks unlocking for foreign accounts, and flashing them without unlocking the bootloader leads to a hard breeze. You can check the version in Settings β†’ About Phone β†’ MIUI version.

The second requirement is to link the device to a Mi Account account with a confirmed phone number. Xiaomi requires this to protect against theft, but the binding process takes up to 7 days (from 2023 the period is increased). If you just created an account, wait - the system will not allow you to unlock the bootloader earlier.

  • πŸ”‹ Battery charge of at least 60% (unlocking can take up to 30 minutes)
  • πŸ“± Developer Mode Enabled: Settings β†’ The phone. β†’ Version. MIUI (tap 7 times)
  • πŸ”“ Debugging is permitted. USB: Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB
  • πŸ”— Wi-Fi connected (mobile internet may be interrupted during the process)

⚠️ Warning: If you bought your phone with your hands, make sure the previous owner untie your Mi Account in Settings β†’ Xiaomi account β†’ Delete your account, otherwise it will be impossible to unlock it without your participation.

The final step is to back up your data. Unlocking the bootloader erases all data from internal memory, including photos, messages, and installed apps. Use Settings β†’ Additional β†’ Backup and Reset β†’ Local backup or third-party tools like Swift Backup (requires root, but you can make a copy on another phone).

πŸ“Š How long have you been using Xiaomi Redmi Note? 9S?
Less than a year.
1-2 years
More than 2 years
I bought it.

Unlock the bootloader: the official method from Xiaomi

Xiaomi has tightened its policy of unlocking bootloaders since 2020, but for the Redmi Note 9S, the process remains legal - provided all the rules are met.

  • πŸ’» Windows computer 10/11 (MacOS and Linux are not supported by an official tool)
  • πŸ”Œ Original. USB-cable (cheap cables can cause connection errors)
  • πŸ› οΈ Mi Unlock Tool (download only from the official website!)

The unlocking process consists of 4 stages:

  1. Account-to-device binding: Go to Settings β†’ Xiaomi Account β†’ Mi Cloud and make sure the phone is tied. Then go to Settings β†’ Additional β†’ Developer β†’ Mi Unlock Status and click β€œLink Account.” Wait 168 hours (7 days) is a mandatory requirement for Xiaomi for new accounts.
  2. Launch Mi Unlock Tool: Install the utility on your PC, log in to the same Mi Account as on your phone. connect the Redmi Note 9S turned off to your computer, holding Volume Down + Power to log in to Fastboot.
  3. Check the ability to unlock: In the utility, click "Unlock" If the message "Couldn't unlock" with a timer appears, then the 7-day waiting period has not passed. If the error "Current account is different from the account info on the device" - you are logged into the wrong account.
  4. Unlock Confirmation: After successful verification, press Unlock anyway. The phone will reboot and all data will be erased.
Mistake.Reason.Decision
Couldn't unlock 168 hoursIt has not been 7 days since the account was linked.Wait or use another account (if it is older than 7 days)
Device is lockedPhone is not in Fastboot modeTurn off the phone, pinch the volume down + Power
Network errorProblems with the Internet or servers XiaomiTry later or change the network (for example, from mobile to Wi-Fi)
Mi account not boundThe account is not tied to the deviceLog in Mi Unlock status on your phone and link your account

⚠️ Warning: If you see a message saying β€œThis device is bound to another account” and the previous owner cannot untie the account, the only way out is to contact the Xiaomi service center with proof of purchase. IMEI.

Linked to Mi Account on phone|It's been 7 days since the tie-up.|Data backup made.|Installed drivers Xiaomi on PC|Phone's 60-charged%+-->

Select firmware: TWRP or Fastboot?

Once you unlock the bootloader, you have to choose the method of installing root rights. There are two main approaches:

  1. TWRP is custom recovery, which allows you to install zip files (like Magisk). Pros: flexibility, backup capability. Cons: requires a separate TWRP installation, which may conflict with some versions of MIUI.
  2. Fastboot is the firmware of a modified boot.img with Magisk already sewn in. Pros: less error risk, faster. Cons: when you update MIUI, you have to repeat the process.

For the Redmi Note 9S, we recommend the Fastboot method, as:

  • πŸ”§ It is officially supported by Magisk developers.
  • πŸ›‘οΈ Minimizes the risk of bricks due to incompatibility TWRP new-form MIUI.
  • ⚑ Faster – the whole process takes no more than 10 minutes.

If you still want to use TWRP, download only versions designed for curtana (codename Redmi Note 9S). The wrong version of recovery can lead to the inability to boot the system. Current builds can be found on XDA Developers in the device theme.

What is Magisk and why not SuperSU?
Magisk is a root-rights systemless solution that does not modify the system partition (/system). This allows: - Pass SafetyNet (necessary for banking applications and Google Pay). - Receive OTA-Update without losing root. – Hide root from apps that block it (such as Netflix or Netflix) PokΓ©mon GO). SuperSU is outdated and not supported by 2018 The use of Android on modern Android leads to problems with security and compatibility.

Install Magisk via Fastboot: step-by-step instructions

For this method, you will need:

  • πŸ–₯️ Computer with installed ADB and Fastboot.
  • πŸ“± Unlocked Redmi Note 9S plug-in USB.
  • πŸ”— The latest version of Magisk (download the file) Magisk-vXX.X.zip).

Step 1: Remove boot.img from your phone's firmware.

  1. Download the full firmware for your MIUI version from the official website (select the Fastboot version).
  2. Unpack the archive and find boot.img file in the images folder.
  3. Copy it onto your phone into the root folder.

Step 2: Connect your phone to your PC and execute the commands:

adb push Magisk-vXX.X.zip /sdcard/


adb shell




su




magisk --patch /sdcard/boot.img

As a result, a file will appear in the Download folder. magisk_patched.img β€” it's modified boot.img Magisk.

Step 3: Sweat patch boot.img through Fastboot:

fastboot flash boot magisk_patched.img


fastboot reboot

Once you reboot, install Magisk Manager (download APK from GitHub) and check the root status in the app. If done correctly, you'll see a green checkmark and a version of Magisk.

πŸ’‘

If you've got your phone stuck on the MI logo after you've been firmware, don't panic! Press Volume Up + Power for 10 seconds to force the device to turn off. Then repeat boot.img, which usually solves the problem.

Root rights verification and solving typical problems

After installing Magisk, first check if the root rights are working.

  1. Open Magisk Manager and make sure the version is displayed in the β€œMagisk” section.
  2. Install the Root Checker app from Google Play and run the check.
  3. Try uninstalling a system application (such as Mi Browser) via Titanium Backup or adb shell pm uninstall --user 0 com.android.browser.

If root is not working, check:

  • πŸ”„ Magisk Version: On the Redmi Note 9S s MIUI 14/15 must have 26.4 or newer.
  • πŸ“± Correct firmware: patched boot.img Must be consistent with the current version MIUI.
  • πŸ”’ Magisk settings: in Settings β†’ Magisk β†’ Enable Zygisk must be disabled (unless necessary to bypass SafetyNet).
Problem.Possible causeDecision
The phone does not turn on after the firmwareIncorrect boot.img or interrupted processSwitch the original boot.img through Fastboot
Magisk doesn't see rootIncompatible version or no patchAsk me again. magisk_patched.img freshly
Applications define root (e.g. banking)Not included in MagiskHide or ZygiskEnable Settings β†’ Magisk β†’ Zygisk β†’ Enforce DenyList and add the app to the list
SafetyNet is not working.Universal SafetyNet Fix is not available.Install the module through Magisk β†’ Modules

⚠️ Note: If you use Google Pay or other SafetyNet-sensitive apps, install the Universal SafetyNet Fix module and enable Zygisk in Magisk settings. Without this, banking apps can block access.

πŸ’‘

If the root has stopped working after the root OTA-It's okay to update. MIUI without losing root, download the full firmware from the official site, patch it boot.img via Magisk and hand-stitch through Fastboot.

What to do after getting root: useful modules and settings

Root rights give you access to the deep customization of the Redmi Note 9S. Here’s what to do first:

  • πŸš€ Bloat Removal: Use Adb shell pm uninstall --user 0 name.packet or Debloater application to remove unnecessary system applications (com.mi.globalminusscreen, com.xiaomi.scanner, etc.).
  • ⚑ Performance optimization: Install a PowerKeeper module to manage background processes or FDE.AI Improve the Autonomous Work Time.
  • 🎨 Customization of the interface: MiuiBlur modules (interface blur) or Lawnchair (alternative launcher) transform the appearance MIUI.
  • πŸ”‹ Battery Charge Limit Module to Limit Charge to 80% for Battery Health.

For the installation of modules:

  1. Download the module file (usually with the.zip extension).
  2. Open Magisk Manager β†’ Modules β†’ Install from storage.
  3. Select the downloaded file and confirm the installation.
  4. Reboot the phone.

Do not install modules from unknown developers, which can lead to unstable work or security vulnerabilities. Before installing, check reviews on XDA Developers or in telegram chats dedicated to the Redmi Note 9S.

How to Get Everything Back (Root Back)
If you need to return the phone to its original state (for example, for warranty repair), follow the following steps: 1. Download the original firmware for your model from the official Xiaomi website. 2. Unpack it and swipe through the Fastboot command: fastboot boot boot.img (replace boot.img with the original file from the firmware). 3. Remove Magisk Manager and all related files. 4. Reset to the factory settings in Settings β†’ Additional β†’ Backup and Reset. After that, the phone will be as new, without traces of root.

Security and Risks: How to Avoid Losing Data and Breaking Your Phone

Root rights give you complete control over the system, but with them come the risks:

  • πŸ›‘οΈ Security vulnerabilities: Root-accessing apps can access your data (passwords, messages, photos) and install only trusted applications from trusted sources.
  • πŸ”„ Loss of loss OTA-Updates: After receiving root, automatic updates MIUI Every update you have to manually install, patch. boot.img.
  • 🚨 Brick Risk: Incorrect firmware, interrupted process, or incompatible modules can make your phone inoperable.Always have the original firmware on hand to restore.
  • πŸ“΅ Warranty issues: Xiaomi does not officially guarantee devices with unlocked bootloader.However, in most service centers, you can return the phone to a factory state before repair.

To minimize the risks:

  • πŸ”„ Regularly do backups through TWRP or adb backup.
  • πŸ” Before installing modules, check their compatibility with your version. MIUI Android.
  • πŸ› οΈ Do not modify system files manually (for example, /system/build.prop), unless you are sure of the consequences.
  • πŸ”‹ Watch the battery charge during firmware – a sudden power outage can damage the partition.

If you do encounter problems, use the Mi Flash Tool to restore the original firmware. Instructions for the Redmi Note 9S brick recovery can be found in the official Xiaomi forum (use an interpreter, as most of the themes are in Chinese).

FAQ: Answers to Frequent Questions

Can I get root on the Redmi Note 9S without unlocking the bootloader?
No. On all modern Xiaomi smartphones (including the Redmi Note 9S), unlocking the bootloader is a prerequisite for obtaining root rights. Any promises of β€œcircumvention” without unlocking are fraud or methods leading to bricks.
Why does Mi Unlock Tool write "Couldn't unlock" even after 7 days of waiting?
This can happen for several reasons: You are logged in to another Mi Account on your PC and phone. Your phone is not tied to your account (check Mi Unlock Status); Xiaomi servers are overloaded (try at other times); you use Chinese firmware (CN), which blocks unlocking for foreign accounts. Solution: check all the terms again or try using another Mi Account that is older than 30 days.
How to hide root from banking applications?
To do this, you need to: Enable Zygisk in Magisk settings. Install Universal SafetyNet Fix. Add a banking app to DenyList (in Magisk β†’ Settings β†’ DenyList configuration). Reboot your phone. After that, most applications (including Sberbank Online and Tinkoff) will not see root.
Can I upgrade MIUI from root without losing the rights of the superuser?
Yes, but only manually. The algorithm is: Download the full Fastboot for your model from the official website. boot.img And patch it through Magisk (as described above), run the firmware through the Mi Flash Tool, but don't tick the boot. boot.img It'll save root and all the modules installed.
What if after the firmware Magisk phone fixated on the boot?
This is a typical problem if: You've stitched an incompatible version of Magisk. boot.img It doesn't match the current firmware. Conflict with the modules installed. Solution: Load to Fastboot. + Meals. Please make the original boot.img From your firmware: fastboot flash boot boot.img fastboot reboot If the phone boots – repeat the patching process boot.img correct version of Magisk.