Once bootloader is unlocked, you just need to flash TWRP recovery and few more steps then ta da! For rooting we will recommend, the Magisk installer which will let you hide your phone’s root status when the need be. For example, when you want to use the Android Pay app.

Warning!

Rooting will void the warranty of your HTC U11. Do it only if you can bear the consequences. We won’t be held responsible for any damage caused using the below tutorial.

Prerequisites

Since you will be using ADB and fastboot commands, you will first need ADB and fastboot drivers installed on your PC. Set it up first. Bootloader Should must be unlocked. HTC allows its users to unlock the bootloader officially. Make sure that USB debugging is enabled on your phone. Go to your settings and under about device hit build number for seven times. This will enable developer options, where you can check USB Debugging option. Ensure that your phone’s battery is above at least 60%. Download and install HTC USB drivers.

Downloads

Latest TWRP recovery for HTC U11 Magisk Magisk-v12.0_3 Latest Magisk Manager APK

How to install TWRP Recovery on HTC U11

Step 1: Download the TWRP image (rename it to TWRP.img) for the HTC U11 and move the recovery file to your ADB installation folder. This is usually C:\Program Files (x86)\Minimal ADB and Fastboot unless you changed it during installation. Step 2:  Connect your Smartphone to your PC with a USB cable and grant any permissions on your phone if prompted. Step 3: Now, on PC right click on an empty space in the adb folder. Select Open command window here. Step 4: In the ADB command window, type in the following command and hit enter to see your device listed. Step 5:  If you see a response that is similar to the one shown below, your device is found.

Note: If your device is not found, you cannot proceed. You should check your USB connection and the drivers (reinstall them). Step 6: Type in the following command to put your phone is fastboot mode. Step 7: Your device should reboot into fastboot or download mode. It’s a good idea to check again if the device is now connected in fastboot mode. Step 8: If your device is found, simply enter the command below to flash the TWRP image file. Step 9: Once flashing is done, you can reboot your phone with a simple command or unplug it and reboot it manually.

How to root HTC U11 with Magisk

Now rooting your HTC U11 is just a piece of cake. Root it with Magisk Systemless Root if you want to continue enjoying apps like NetFlix, Snapchat, Android Pay, etc. Step 1: Download the Magisk flashable zip. Connect your phone with PC and transfer it to your HTC U11. Step 2: Next, open ADB command interface as before and enter the command given below to boot your device into TWRP recovery. Step 3: When in the TWRP recovery, hit Install browse to the Magisk zip and select it. Step 4: Swipe to flash the zip file. Once Magisk is flashed, you’ll get Reboot System option, select it. Step 5: Then install the Magisk Manager APK and enjoy your rooted HTC U11. You can disable root access on your device using Magisk manager app. You cannot use services like Android pay on rooted device. For queries drop a comment, Thanks!