How To Guide ♻️ How to root Redmi Note 11 Pro 5G using Magisk without TWRP ♻️

Search This thread

coolpixs4

Senior Member
Mar 7, 2011
620
189
The Redmi Note 11 Pro 5G (codenamed veux) runs on MIUI 13 Android 11

If you are using a Redmi Note 11 Pro 5G device and want to enable route access through Magisk, this guide will help. In this guide, I shared the steps to root Redmi Note 11 Pro 5G using Magisk without using TWRP in a very simple way.

To root the Redmi Note 11 Pro 5G, use Magisk to patch the stock boot image and flash it to the boot partition of the device. Now, when you ask why it's magical? This is a systemless root process and does not tamper with the system partition while root access is enabled. Magisk can also hide online security measures to get banking apps and apps like SafetyNet to work properly.

Steps To Root Redmi Note 11 Pro 5G Using Magisk

Follow the complete guide with the requirements and download the links below.

Keep in mind:
  • Obtaining root privileges may void the device manufacturer's warranty.
  • Obtaining root privileges will block firmware OTA updates.
Now let's move on to some necessary steps that need to be followed.
Pre-Requirements
  • You need to unlock the bootloader on Redmi Note 11 Pro 5G
  • Your cell phone requires at least > 60% battery up.
  • First back up your device data. Therefore, if something goes wrong, you can get back your important data.
  • You will also need a PC / laptop and a USB cable to connect the device to your computer.
  • Accordingly, you need to download all the required files, tools, and drivers from:

Required download:​

Firmware: https://xiaomifirmwareupdater.com/miui/veux/
Magisk Manager lastest: https://magiskmanager.com/
ADB and fastboot windows platform: https://androidsdkmanager.azurewebsites.net/Platformtools
ADB Driver: https://xiaomifirmware.com/downloads/download-adb-installer-v1-4-3-drivers-adb-fastboot-tools/

Guidelines is not responsible for any errors or damages that may occur to your mobile phone during or after running this guide, or while flashing files. You should know what you are doing. Make a full backup first and continue at your own risk.

1. How to use Magisk to extract and patch Boot.image?​

  • First, download the ROM and unzip it to your PC.
  • Connect the device via USB cable and copy only the boot.img file from the extracted folder to the device storage
  • Start MagiskManager. When you see the pop-up asking you to install Magisk, select Install and then reinstall.
  • Tap Patch Boot Image File .
  • 1651635660510.png
    • Go to internal storage and select the boot image of the previously transferred phone.
    • Wait a few seconds. Magisk will start patching the boot image.
    • After patching the boot image, copy it from the patched_boot.img internal storage and replace it with the same extraction ROM folder on your PC.
  • You can now follow the second step to flash the patched boot image file.

    2. Instructions for installing the patched boot image on Redmi Note 11 Pro 5G​

    Follow the appropriate guides below to install the patched boot image on your Redmi Note 11 Pro 5G (veux).
    • Then unzip the ADB & Fastboot tool and move the patched boot image file to the same folder.
    • Hold down the Shift key and right-click the mouse to open a command window / PowerShell.
    • Then enter the following command to install patched_boot.img Magisk and root your Android device:
    • Code:
      fastboot flash boot patched_boot.img
    • For devices with an A / B partition system, you need to use the following command:
  • Code:
    fastboot flash boot_a patched_boot.img
    Code:
    fastboot flash boot_b patched_boot.img
    Replace [ patched_boot.img] Name the downloaded boot image file followed by the .img extension.
    • Wait for the process to complete...
    • Finally, enter the command to reboot the device.
  • Code:
    fastboot reboot

    Steps to check systemless routes​

    1. Launch the Magisk Manager app on your device.
    2. Now, a status screen will be displayed to confirm the systemless route access of the mobile phone. Here, all options should be checked green if properly rooted. If yes, it means that Google SafetyNet measures have also been successfully bypassed.
    3. 1651635799327.png
      We hope you find this guide useful. We also hope that you have successfully rooted your Redmi Note 11 Pro 5G (veux) device
 
Last edited:

Patolaa

Member
Aug 19, 2017
8
1
The rooting method worked fine for me! i didn't understand the Safety Net procedure. But now a custom recovery for the RN11Pro5G (Veux) would be great! TWRP or Orangfox...
 

14qjrv080190

New member
Jul 3, 2022
2
0
I've got an xiaomi redmi note 11 pro plus 5g Chinese version and I flash it with global rom..what boot.img should i use?the boot.img from chinese rom or the global rom?
 

lucame

Member
Apr 10, 2011
13
1
Magisk has changed a lot compared to the screenshots, and the english used is sketchy, this guide works but its not 100% precise. I rooted successfully but had to look for a youtube on how to finalize it.
 
Last edited:

galaxy6220

Senior Member
Apr 16, 2011
50
21
Redmi Note 9 Pro
Hi all - (Coolpix4 Many thanks for the tutorial)

I purchased my Redmi Note 11 pro 5G Global (EEA Version) and had everything ready to root with 13.0.6.0, but an OTA update came in updating me to 13.0.8.0. I was hoping to extract the boot image from the Fastboot Rom but it isn't out yet, only the Recovery is. Turns out that 13.0.8.0 is a Stable Beta.

My question is, is there any other way I can obtain the correct boot image to root with my favoured method as the OP, or shall I just hang on for the stable Fastboot to come out?

Could I use the Boot image from 13.0.6.0?
Thank you.
 

seedlord

Member
Aug 31, 2014
14
4
Hi all - (Coolpix4 Many thanks for the tutorial)

I purchased my Redmi Note 11 pro 5G Global (EEA Version) and had everything ready to root with 13.0.6.0, but an OTA update came in updating me to 13.0.8.0. I was hoping to extract the boot image from the Fastboot Rom but it isn't out yet, only the Recovery is. Turns out that 13.0.8.0 is a Stable Beta.

My question is, is there any other way I can obtain the correct boot image to root with my favoured method as the OP, or shall I just hang on for the stable Fastboot to come out?

Could I use the Boot image from 13.0.6.0?
Thank you.
you can extract the boot.img from the extracted stable beta zip with the payload.bin file.
 
  • Like
Reactions: galaxy6220

galaxy6220

Senior Member
Apr 16, 2011
50
21
Redmi Note 9 Pro
you can extract the boot.img from the extracted stable beta zip with the payload.bin file.
Many thanks for that. I managed to root using this method. I also found a really easy method here https://forum.xda-developers.com/t/...boot-img-etc-using-payload-dumper-go.4468781/

Only a day later the 13.0.8.0 Fastboot rom became available, but so glad you pointed me in this direction as it was another learning curve. Thanks again.
 
  • Like
Reactions: xpac

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    The Redmi Note 11 Pro 5G (codenamed veux) runs on MIUI 13 Android 11

    If you are using a Redmi Note 11 Pro 5G device and want to enable route access through Magisk, this guide will help. In this guide, I shared the steps to root Redmi Note 11 Pro 5G using Magisk without using TWRP in a very simple way.

    To root the Redmi Note 11 Pro 5G, use Magisk to patch the stock boot image and flash it to the boot partition of the device. Now, when you ask why it's magical? This is a systemless root process and does not tamper with the system partition while root access is enabled. Magisk can also hide online security measures to get banking apps and apps like SafetyNet to work properly.

    Steps To Root Redmi Note 11 Pro 5G Using Magisk

    Follow the complete guide with the requirements and download the links below.

    Keep in mind:
    • Obtaining root privileges may void the device manufacturer's warranty.
    • Obtaining root privileges will block firmware OTA updates.
    Now let's move on to some necessary steps that need to be followed.
    Pre-Requirements
    • You need to unlock the bootloader on Redmi Note 11 Pro 5G
    • Your cell phone requires at least > 60% battery up.
    • First back up your device data. Therefore, if something goes wrong, you can get back your important data.
    • You will also need a PC / laptop and a USB cable to connect the device to your computer.
    • Accordingly, you need to download all the required files, tools, and drivers from:

    Required download:​

    Firmware: https://xiaomifirmwareupdater.com/miui/veux/
    Magisk Manager lastest: https://magiskmanager.com/
    ADB and fastboot windows platform: https://androidsdkmanager.azurewebsites.net/Platformtools
    ADB Driver: https://xiaomifirmware.com/downloads/download-adb-installer-v1-4-3-drivers-adb-fastboot-tools/

    Guidelines is not responsible for any errors or damages that may occur to your mobile phone during or after running this guide, or while flashing files. You should know what you are doing. Make a full backup first and continue at your own risk.

    1. How to use Magisk to extract and patch Boot.image?​

    • First, download the ROM and unzip it to your PC.
    • Connect the device via USB cable and copy only the boot.img file from the extracted folder to the device storage
    • Start MagiskManager. When you see the pop-up asking you to install Magisk, select Install and then reinstall.
    • Tap Patch Boot Image File .
    • 1651635660510.png
      • Go to internal storage and select the boot image of the previously transferred phone.
      • Wait a few seconds. Magisk will start patching the boot image.
      • After patching the boot image, copy it from the patched_boot.img internal storage and replace it with the same extraction ROM folder on your PC.
    • You can now follow the second step to flash the patched boot image file.

      2. Instructions for installing the patched boot image on Redmi Note 11 Pro 5G​

      Follow the appropriate guides below to install the patched boot image on your Redmi Note 11 Pro 5G (veux).
      • Then unzip the ADB & Fastboot tool and move the patched boot image file to the same folder.
      • Hold down the Shift key and right-click the mouse to open a command window / PowerShell.
      • Then enter the following command to install patched_boot.img Magisk and root your Android device:
      • Code:
        fastboot flash boot patched_boot.img
      • For devices with an A / B partition system, you need to use the following command:
    • Code:
      fastboot flash boot_a patched_boot.img
      Code:
      fastboot flash boot_b patched_boot.img
      Replace [ patched_boot.img] Name the downloaded boot image file followed by the .img extension.
      • Wait for the process to complete...
      • Finally, enter the command to reboot the device.
    • Code:
      fastboot reboot

      Steps to check systemless routes​

      1. Launch the Magisk Manager app on your device.
      2. Now, a status screen will be displayed to confirm the systemless route access of the mobile phone. Here, all options should be checked green if properly rooted. If yes, it means that Google SafetyNet measures have also been successfully bypassed.
      3. 1651635799327.png
        We hope you find this guide useful. We also hope that you have successfully rooted your Redmi Note 11 Pro 5G (veux) device
    1
    it works fine, but please include in the description above, that you need to donwload the fastboot image

    Thanks!
    1
    Hi all - (Coolpix4 Many thanks for the tutorial)

    I purchased my Redmi Note 11 pro 5G Global (EEA Version) and had everything ready to root with 13.0.6.0, but an OTA update came in updating me to 13.0.8.0. I was hoping to extract the boot image from the Fastboot Rom but it isn't out yet, only the Recovery is. Turns out that 13.0.8.0 is a Stable Beta.

    My question is, is there any other way I can obtain the correct boot image to root with my favoured method as the OP, or shall I just hang on for the stable Fastboot to come out?

    Could I use the Boot image from 13.0.6.0?
    Thank you.
    you can extract the boot.img from the extracted stable beta zip with the payload.bin file.
    1
    you can extract the boot.img from the extracted stable beta zip with the payload.bin file.
    Many thanks for that. I managed to root using this method. I also found a really easy method here https://forum.xda-developers.com/t/...boot-img-etc-using-payload-dumper-go.4468781/

    Only a day later the 13.0.8.0 Fastboot rom became available, but so glad you pointed me in this direction as it was another learning curve. Thanks again.
    1
    Will this work on Android 12?
    still applicable to android 12 version? anyone tried?
    If you patch boot.img and flash it, yes...
    Magisk now support up to android 13.

    This guide is universal for all android version, but magisk need support
    version of android in your phone