How to Install TWRP Recovery using ADB

February 15, 2024

Download and Install TWRP without root on any Android device. Do you want to install the latest official TWRP custom recovery on Android without a PC? If yes, then this is the guide for you. Download TWRP for Redmi Note, Coolpad, Xiaomi, Mi, Motorola, Micromax, OnePlus, Sony Xperia, Samsung Galaxy, Lenovo, Poco f1, Vivo, etc.

Install TWRP without ROOT and PC

TWRP (TeamWin Recovery Project) is a custom recovery developed by TeamWin for Android devices. It allows users to install third-party custom ROMs, kernels, and mods like Magisk or Xposed. In addition to that, it also helps to root Android, wipe device partitions, and backup the entire system. This recovery provides a fully touchscreen-enabled interface for Android.

Due to its countless advantages over CWM (ClockworkMod), it soon became available for other smartphones and tablets. But as all Android devices are not the same, TWRP is built differently for each device. Hence this recovery is available in both official and unofficial builds. And since TWRP is an open-source project, it is quite easy for developers to compile an unofficial TWRP recovery build.

How to Install TWRP Recovery using CMD

Before moving further, we recommend backup your data, including contacts, apps, call logs, messages, notes, etc. This is because there is a chance of your data getting wiped out during this process. Let’s proceed to our tutorial on how to install TWRP without ROOT on any Android smartphone or tablet without waiting anymore.

Related: How to Install TWRP Recovery without PC

Disclaimer

We at Droid Thunder will not be liable for any damage caused by following this article. Perform every step at your own risk.

Requirements

  1. A Windows PC and a standard USB cable.
  2. A lack of battery power might interrupt the process. So charge your device at least 60%.
  3. Install the latest mobile USB drivers on your PC.
  4. Also, install ADB and fastboot drivers on your PC.
  5. Moreover, unlock the bootloader of your phone.
  6. Enable USB Debugging mode from your device settings.
  7. Also, enable the OEM unlocking and Advance reboot mode from the Developer options.
  8. (Optional) Temporarily disable all the security tools as well as antivirus on your PC.

After doing everything mentioned above, let’s start the process of installing TWRP without Root.

Downloads

TWRP Recovery

Steps to install TWRP recovery using ADB and Fastboot

  • Download the latest TWRP recovery.img file on your PC from the link given above.
  • Rename your TWRP recovery filename to twrp.img. For example, if your recovery file has name ‘twrp-3.1.1-1-j5lte.img’, then rename it to ‘twrp.img’.
  • Copy this recovery.img file to the location C:\Program Files\Minimal ADB and Fastboot folder (where you’ve installed the ADB and fastboot).
  • So you’ll have these files in the ADB and Fastboot folder:
Install TWRP without ROOT and PC ADB files screenshot
  • Note: Files may differ from those shown in the image.
  • Using a standard USB cable, connect your Android device to a PC.
  • Now go to C:\Program Files\Minimal ADB and Fastboot folder, hold the Shift button, and right-mouse click on space.
  • You’ll see a list of options from which select the Open command window here option.
Install TWRP without ROOT and PC open CMD window screenshot
  • This will launch a command prompt window (cmd) on your PC.
Install TWRP without ROOT and PC CMD window screenshot
  • Let us check whether your Android device is successfully connected to a PC or not.
  • For that, type the following command in the command window and hit the enter key:

adb devices

  • As soon as you press the enter key, you’ll see a message saying ‘List of devices attached’ along with random numbers. This will confirm that your Android device is successfully connected to the PC.
Install TWRP without ROOT and PC CMD window adb devices code screenshot
  • If such a thing doesn’t happen, then re-install USB drivers on your PC.
  • If the problem persists, change the USB cable or PC.
  • Then boot your Android device into fastboot/bootloader mode. To do so, type the following command in the cmd window and hit the enter key:

adb reboot bootloader

Install TWRP without ROOT and PC CMD window adb reboot bootloader code screenshot
  • If you get a permission pop-up on your device to “Allow USB debugging”, tap OK.
Install TWRP without ROOT and PC allow usb debugging on phone screenshot
  • This will boot your device into fastboot/bootloader mode.
  • Then type the following command to check whether fastboot is functional or not:

fastboot devices

  • Some random numbers and the ‘List of devices attached’ message will confirm that fastboot is functional.
Install TWRP without ROOT and PC CMD window fastboot devices code screenshot
  • Let’s install TWRP recovery now.
  • To do so, type the following command and hit the enter key:

fastboot flash recovery twrp.img

  • This command will install TWRP recovery on your Android phone.
  • It will hardly complete in a few seconds.
Install TWRP without ROOT and PC CMD window fastboot flash recovery img code screenshot
  • Once TWRP is successfully flashed on your Android phone, type this final command to reboot your device:

fastboot reboot

Install TWRP without ROOT and PC CMD window fastboot reboot code screenshot

Conclusion

Finally! This is how you can install TWRP without Root on Android smartphones and tablets. With this custom recovery, you can flash custom ROMs, root your phone, flash kernel, and mods, take Nandroid backup, and do much more. If you have any questions related to this guide, then kindly comment below.

Leave a Comment

You Might Like
Flash Custom ROM using TWRP recovery featured image