Fix Signature Verification Failed when Sideloading Magisk

Most custom ROMs these days have their own built-in recovery. As opposed to TWRP, these recoveries do not come with the option to install/flash any file. Instead, you will have to perform an ADB sideload. If you’re rooting your custom ROM, you simply have to sideload the Magisk ZIP.

Since Magisk hasn’t been signed by the ROM developer officially, you may get the Signature Verification Failed error. With that, you will also get the option to proceed ahead and install the file or skip it. However, this option is not present across all custom recoveries, some directly refuse the flash the file.

If you’re getting a Signature Verification Failed error when sideloading Magisk, it is still possible to root your device. If you’re looking to overcome this error, then this guide is perfect for you. In this guide, you will get to know how to fix Signature Verification Failed when sideloading Magisk.

Steps to fix Signature Verification Failed when sideloading Magisk

Fix Signature Verification Failed when Sideloading Magisk

  1. To start off, you will need to download TWRP Recovery for your smartphone
  2. Then, you should download the latest Magisk APK
  3. Now, download and extract Android SDK Platform Tools
  4. Place the twrp.img file in the platform-tools folder
  5. After that, enable USB Debugging and connect your smartphone to your PC
  6. Then, launch CMD inside this folder and then execute the below command –
adb reboot bootloader
  1. Your device will be booted to Fastboot mode, after which you’ll need to type the following command –
fastboot boot twrp.img
  1. Your device will get booted to TWRP
  2. Head over to Install, choose the Magisk APK, and then flash it
  3. Once it is done, head over to Reboot before selecting System
  4. Your device will get booted to the OS
  5. Install the Magisk APK, launch it, and then tap on “OK” in the additional setup prompt
  6. Select the “Direct Install” option -> Let Go to flash Magisk
  7. Once it is done, tap on the “Reboot” option
  8. Your device will get booted to the rooted OS and the error will be resolved
Aviral Sharma
Aviral Sharma
Android Expert
Aviral Sharma is a talented and passionate writer who has been using words to express his thoughts ever since he learnt how to hold a pen. He is passionate about outer space, history, sports and most importantly technology. Aviral is a regular writer for rootmygalaxy.net and has been getting better by the day. He currently own Samsung Galaxy S24 Ultra, iPhone 13 and a HP Pavilion laptop

Leave a Comment