Xiaomi Redmi 3S
root-right
Magisk
SuperSU
In this article, we will analyze the current ways to obtain root rights on Redmi. 3S (codename land) under control MIUI 8/9 Android 6.0/7.0. Special attention will be paid to security: how to avoid "brick" (turning the phone into a "brick"), what versions TWRP It's compatible with the device, and what to do if the banking applications stop working after the root. If you're a beginner, don't skip the preparation section, because every step is important here.
β οΈ Warning: Procedure violates Xiaomi warranty and may cause data loss.Widevine stops working on some firmware after root L1 (no HD into Netflix/Disney+). If the phone is used to pay via Google Pay, the root will block this feature.
Ready to start? Then we'll start preparing.
1.Phone Preparation: Backup and Allowed Settings
Before any manipulation of the system, be sure to save important data. Root rights erase the internal memory of the phone, and unlocking the bootloader resets the device to factory settings. Use cloud services (Google Drive, Mi Cloud) or physical copying to the PC via MTP.
Then turn on USB debugging and unlock OEM Unlock:
- Go to Settings β About Phone and 7 times click on the MIUI version to activate the Developer Mode.
- Return to the main settings menu, open Additional β for developers.
- Activate the switches: π§ Debugging by USB (USB Debugging) π Unlocking OEM (OEM Unlocking) π Allow unlocking of the bootloader (Mi Unlock Status β link Mi Account)
β οΈ Note: If Mi Unlock Status is missing, your firmware does not support official unlocking).
Make sure your phone has enough charge (at least 60%) and the original charge is on hand. USB-Using uncertified cables may interrupt the unlocking process.
Unlocking the bootloader: official and alternative methods
Without a bootloader, you can't install TWRP or Magisk. Xiaomi offers the official Mi Unlock Tool, but it doesn't work on all firmware. Let's look at both.
The official way (via Mi Unlock Tool):
- Download Mi Unlock Tool (version no lower than 5.5.224.56).
- Launch the utility on behalf of the administrator, log in to the Mi Account to which the phone is linked.
- Connect Redmi 3S in Fastboot mode (turn off the phone, then press Volume Down + Power).
- In the utility, press Unlock and wait until completion (usually 3-5 minutes).
If the Mi Unlock Tool is running a "Couldn't unlock" or "Wait 72/168/360 hours" error, then your account is not tied to the device for long enough, so you can either wait until the specified time or use an alternative method.
Alternative method (via EDL):
If the official method doesnβt work, you can unlock the bootloader through EDL (Emergency Download Mode) mode, which requires additional tools:
- π₯οΈ Windows PC 10/11 (Qualcomm driver)
- π§ Mi Flash Unlock (not to be confused with Mi Flash Tool!)
- π± Phone with a discharged battery (less than 50%) β this makes it easier to enter EDL
β οΈ Attention: Method through EDL It's risky, because if you make a mistake, your phone can turn into a brick, and you can only use it if you can't officially unlock it.
How to enter EDL mode on Redmi 3S?
3. Installation of custom TWRP Recovery
Once the bootloader is unlocked, the next step is to install the TWRP (Team Win Recovery Project) which is a custom recovery that allows you to flash Magisk, backup and restore the system. Redmi 3S is suitable for TWRP 3.3.1-0 or later, but it is important to choose the right option for your model:
| Redmi 3S model | Code name | TWRP reference | Notes |
|---|---|---|---|
| Redmi 3S (2/16GB) | land | Official website | Supports MIUI 8-10 |
| Redmi 3S Prime (3/32GB) | land | XDA Developers | Requires a patch for Android 7.0 |
| Redmi 3X | lando | Official website | Not compatible with land-based firmware! |
To install TWRP via fastboot, execute the following commands:
fastboot flash recovery twrp-3.3.1-0-land.img
fastboot boot twrp-3.3.1-0-land.imgOnce the firmware is successful, the phone will automatically reboot to TWRP, where you need to immediately backup the Boot and System partitions so that you can then restore the phone if you make errors.
Check the code name of the model (land/lando)|Download the correct version TWRP|Data backup completed|The battery is charged to 60%+|Drivers. ADB/Fastboot PC-mounted-->
4. Getting Root Rights: Magisk vs SuperSU
As of 2026, Magisk is the only recommended way to obtain root rights to Redmi 3S. It supports root hiding from banking applications (SafetyNet) and is regularly updated. SuperSU is outdated and may cause conflicts with new versions of MIUI.
Installation of Magisk via TWRP:
- Download the latest version of Magisk ZIP (e.g. Magisk-v26.4.zip).
- Transfer the file to your phone or flash drive.
- In TWRP, click Install, select the downloaded file and swipe for confirmation.
- After installation, reboot to the system.
β οΈ Warning: If after the reboot the phone is stuck on the logo MI, So Magisk is in conflict with the firmware core. TWRP, plough Magisk-uninstaller.zip Try another version (for example, Magisk-v25.2).
To check the root rights, install the Root Checker app. If the status of Root Access: Yes, everything went well.
π‘
If Google Pay or banking apps stop working after the root, install the MagiskHide Props Config module and activate the Hide Magisk option in the Magisk settings.
5. Solving problems after getting a root
Even if you successfully install root rights, you can have problems, and here are the most common ways to fix them:
- π Phone shutdown: Reason: Incompatible version of Magisk or damaged kernel. Solution: boot into TWRP, Swipe the Boot backup or reflash the stock firmware through the Mi Flash Tool.
- π΅ No network or SIM-The card is not identified: Reason: modem partition is damaged when you run the firmware. TWRP file modem.img stock-stack.
- π BankID/Sberbank Online is not working: Reason: SafetyNet trigger Solution: in Magisk activate MagiskHide and add banking apps to the hideout list.
If the problem is not solved, try a full reset via TWRP (Wipe β Format Data), but note that this will delete all data, including files on internal memory.
π‘
Before experimenting with root rights, always check the compatibility of Magisk versions and firmware. For Redmi 3S, Magisk 25.2-26.4 is optimal based on MIUI 9-10.
6. Alternative Rooting Methods (without TWRP)
If TWRP seems difficult to install, you can get root rights in alternative ways, which are less reliable, but are suitable for beginners:
Method 1: Through the KingRoot app (without PC)
KingRoot automatically exploits vulnerabilities in the system, but has risks:
- β Does not require unlocking the loader.
- β Often installs advertising software.
- β root rights may disappear after updates.
If you decide to try:
- Download KingRoot APK (version 5.3.7).
- Install by allowing installation from unknown sources.
- Launch the app and click Try to Root.
Method 2: Through ADB (Temporary Root)
For a temporary root (before restarting), connect your phone to your PC and do:
adb shell
suThis method is suitable for one-time tasks, such as uninstalling system applications via ADB.
β οΈ Warning: Alternative methods often leave "traces" in the system that prevent further rooting through Magisk. TWRP + Magisk.
7.How to remove root rights and return stock firmware
If you don't need the root rights anymore, or if you want to sell the phone, you can bring the device back to its original state.
- Delete Magisk: In Magisk Manager, click Uninstall β Complete Uninstall. Reboot your phone.
- Stock Recovery: Download the official firmware for Redmi 3S from MIUI Downloads and run it through the Mi Flash Tool in Clean All mode.
- bootloader Lock (optional): Launch the Mi Unlock Tool and press Lock Bootloader. note that this will reset the phone again!
After these steps, the Redmi 3S will return to factory condition and the warranty (if any) will remain valid.