The Magisk Root process doesn’t require a Custom Recovery like TWRP on your Android devices to flash any file. If your device gets bricked or encounters a software bug, you can easily remove the root access, too.
How to Root Any Xiaomi Redmi, Poco, or Mi Devices Using Magisk
This guide will show you an effortless way to root any Xiaomi devices using Magisk even without TWRP Recovery. Let’s review all the rooting steps below, including the requirements and download links. It is important to thoroughly review all the requirements before starting the rooting process to prevent potential errors or failures.
Please Note: After installing Root, you may not automatically receive official OTA updates. You must manually update your handset whenever a new software update is available.
Pre-Requirements:
- Keep your device charged sufficiently to avoid the occasional shutdown process.
- Before doing anything, take a full data backup (No Root) of your device. If anything goes wrong, you can get your data back.
- A PC/Laptop and a USB cable are required to connect your device to a PC.
- Make sure to Unlock the Bootloader on your Xiaomi device.
- Download and Install all the required files, tools, and drivers from the links below.
Download Links:
Disclaimer: We at GetDroidTips are not responsible for any damage that happens to your Xiaomi device while or after following this guide or enabling root access. So, do this at your own risk, and make sure to take a full data backup.
Steps to Extract and Patch Boot.image via Magisk
- Let’s hope you’re already running on the latest Stock ROM or have already downloaded the Stock ROM. Now, just extract it on your PC.
- Connect your Xiaomi device to the PC via a USB cable, and copy the boot.img file only from the extracted folder to your device’s storage.
- Open the Magisk Manager on your device > Select the Install option to choose the file.
- Now, tap on ‘Patch Boot Image File’.

- Go to the folder where you moved the image file earlier.
- Now, wait for a couple of seconds and Magisk will start patching the boot image.
- After the boot image is patched, copy the ‘patched_boot.img’ from the internal storage and replace it in the same extracted ROM folder on your PC.
Finally, you need to follow the second method to flash the patched boot image file on your Xiaomi smartphone.
Steps to Install the Patched Boot Image on Xiaomi Devices
Now, you can check the steps to install the patched boot image file on your Xiaomi device.
Guide to Install Patched Boot Image on MediaTek Handset
You can also try to install the patched boot image file via ADB & Fastboot methods.
- We assume that you have already downloaded the ADB & Fastboot tool from the link given above.
- Now, extract the ADB fastboot tool, then move the patched boot image to the same folder.
- Press and hold the Shift key + Right-click on the mouse to open the Command PowerShell.
- Then enter the flashing command “patched_boot.img” to install Magisk and root your Xiaomi device:
fastboot flash boot patched_boot.img
- For devices with an A/B partition system, use the following commands:
fastboot flash boot_a patched_boot.img
fastboot flash boot_b patched_boot.img
- Replace [patched_boot.img] with the name of the boot image file you downloaded followed by the .img extension.
- The flashing process will begin. Once done, run the following command:
fastboot reboot
- Once done, you can jump into the final method to verify the root access.
Steps to Verify Device Systemless Root
- Download the Magisk Manager app APK file and install it on your device.
- Open the app and check the Status mode.

- If you see all options are green ticked, that indicates you’ve successfully rooted. It also means that you’ve bypassed the SafetyNet too.
- You’re good to go. Enjoy!
That’s it, guys. We assume this guide was helpful to you. For further queries, you can comment below.