
How to Root Android 11 Using Magisk – Full Guide
Requirements
- Unlockable bootloader Android 11
- Windows, Mac, or Linux computer
- USB cable
Steps to Root Android 11 Using Magisk:
- Unlock Your Phone’s Bootloader of Android 11
- Then download the Android 11 Factory Images on Your Computer
- Extract the Boot Image from ZIP file

- Now move the Boot Image to Your Phone
- Install Magisk Manager Canary on Your Phone (Download the Latest Magisk Manager Canary (.apk))
- Patch the Boot Image with Magisk Manager
- Open Magisk Manager and Install
- Move the Patched Boot Image to Your Computer
- And Download Google’s Platform-Tools on Your Computer
- Extract the Platform-Tools ZIP

- Open a Prompt in the Platform-Tools Folder
- After that you have to type the following, but don’t hit enter yet:
cd
- Now, press your spacebar once
- Then drag the platform-tools folder from your desktop and drop it right on top of the command line window.

Put Your Phone into Bootloader Mode

- Connect to Your Computer through USB Data Cable
- Flash the Patched Boot Image
- Type the following command into the command-line tool
fastboot devices
- You should see your phone’s serial number.
- If you do, you can proceed. Input the following and press the spacebar once
fastboot flash boot
- Now you have to Drag the file of “patched_magisk” IMG file from the file manager to the command-line tool, after that you have to drop it right on that window.
- Now you have to simply press enters to send the full command.

- After Input the following command to reboot back to Android:
fastboot reboot
- After that again, add “./” to the front if it doesn’t work the first time:
./fastboot reboot
Verify Root

You are viewing Last Post
2 Comments
[…] Note: This method only works in Root Android phone, if your phone is not rooted then check this: how to root on Android and install magisk […]
[…] This is step to step guide about How to Root Android 11 Using Magisk, it also includes requirements to root android 11 using magisk […]