How to Install TWRP without PC

January 15, 2024

Team Win Recovery Project (TWRP) is an open-source custom recovery for Android devices. It provides a fully touchscreen-based interface that allows users to install third-party custom ROMs like LineageOS, Resurrection Remix, etc. Besides, it is also used to Root Android via SuperSU, flash-kernel, mods like Magisk or Xposed, and take Nandroid backup. Earlier, users had to use Windows PC to flash TWRP but not anymore! You can now install TWRP without a PC as well.

How to Install TWRP without PC and Root

It is, therefore, often preferred over the famous ClockworkMod (CWM) custom recovery. In this easy steps guide, we’ll discuss how to install TWRP Recovery without a PC and Root. Before proceeding further, it is recommended to back up your data.

This is because a disaster can knock on your door without warning, and hence you should always be prepared with a backup of your current system. You can find various tutorials online on how to install TWRP on Android, but this guide is entirely different.

Here you will not require a computer to install TWRP on Android. We will not use the Odin tool or any software for flashing TWRP without a PC on any Android device. Also, no matter which Android device you have, a smartphone, tablet, console, etc.

Related: How to Install TWRP Recovery without ROOT

This guide will help you to install TWRP on any Android Device. Download TWRP for Redmi Note, Poco f1, Coolpad, Xiaomi, Mi, Moto, Samsung Galaxy, Vivo, OnePlus, Micromax, Sony Xperia, Lenovo, etc.

Without further ado, let’s move on to our guide on installing TWRP without a PC on any Android device.

How to Install TWRP Recovery without PC

In this guide, we’ll go through two methods to flash custom recovery without using a Computer.

Method 1: Official TWRP App

At first, we’ll use the official TWRP app to install the custom recovery file on any Android phone.

Downloads

TWRP App

Steps to Install TWRP Recovery without PC

  • At first, root Android using the Kingoroot app.
  • Download and install the official TWRP app from the link given above.
  • Launch the app and tick all three checkboxes shown to accept the terms and conditions. Then press OK.
  • As soon as you accept the terms and conditions, the TWRP app will further ask for granting root access.
  • So click on Grant on the Superuser popup.
  • Before flashing the official TWRP recovery on any Android phone, it is necessary to back up your current stock recovery.
  • This is highly recommended because if you encounter any difficulty while flashing TWRP, you can easily revert your existing stock recovery.
  • To take a backup, click on the Backup Existing Recovery option from the main menu of the TWRP app.
Install TWRP without PC using Official TWRP app
  • On the next screen, click on the Backup Recovery option.
  • And confirm the backup by pressing okay.
  • The backup process will take a while to complete. So be patient and wait.
  • A copy of the existing recovery image will be saved on your phone’s internal storage or SD card when it completes successfully.
  • You can restore this recovery using the TWRP Flash option from the app.
  • Let us download and install TWRP without a PC now.
  • To do so, click on the TWRP flash option from the main menu.
Install TWRP without PC Official TWRP App Flash Recovery
  • On the next screen, click on the Select Device option.
Install TWRP without PC Official TWRP App Select Device
  • This will show a list of Android devices.
  • Just search for your phone model from the list and select it.
  • After selecting the Android device, you will be asked to choose a TWRP version from the list of twrp.img files.
Install TWRP without PC Official TWRP App Select mobile
  • We recommend selecting the latest version of TWRP, which will be first on the list.
  • As soon as you select a particular TWRP.img file, you’ll be redirected to a download page in your browser.
  • In the browser, tap on the download link to initiate the TWRP recovery downloading process.
Install TWRP without PC Official TWRP App Download Recovery
  • When the downloading completes successfully, head back to the Official TWRP app.
  • We’ll install the downloaded TWRP recovery now.
  • To do so, click on the TWRP flash option from the app’s main menu.
Install TWRP without PC Official TWRP App Recovery
  • On the next screen, click on the Select a file to flash option.
Install TWRP without PC Official TWRP App Flash custom recovery
  • This will show the files present on your phone. Just navigate to the downloaded TWRP.img file and select it.
Install TWRP without PC Official TWRP App Flash custom recovery 2
  • This will open the downloaded TWRP.img file in the app.
  • Just initiate the TWRP recovery flashing process now. For that, click on the Flash to Recovery option.
  • Confirm the flashing by pressing Okay.
  • This will start the process of installing TWRP without a PC.
  • It will hardly complete within a few seconds.
  • As soon as the flashing completes, the TWRP app will show a message saying Flash completed successfully!
  • This is how you can install TWRP without a PC using easy steps.
Install TWRP without PC Official TWRP App Flashing process completes

Method 2: Termux App

Here, we’ll use the ADB & Fastboot commands using the Termux application. This method is a bit more complicated and requires two Android smartphones. Let’s look at the detailed requirements for this method.

Requirements

  1. One Rooted Android phone with Magisk installed (host phone).
  2. Another Android phone with an unlocked bootloader (target phone).
  3. OTG adapter or USB data cable.

Downloads

Termux App

Steps to Install TWRP without PC

  • Launch Magisk Manager on the Android phone with root access.
  • Go to the downloads section and type ‘adb’ in the search tab.
Flash TWRP using Termux 1
  • Download and Install the ADB & Fastboot for Android NDK module.
Flash TWRP using Termux 2
  • Upon successful installation, click on the Reboot option to activate the module.
Flash TWRP using Termux 3
  • Download TWRP recovery.img file for your Android device.
  • Make sure to download the TWRP recovery in IMG format.
  • Place the downloaded file in the Download folder on both Android phones.
  • Moreover, rename the file to ‘twrp.’
  • Furthermore, download and install the Termux app on your rooted phone.
  • Enable the USB debugging mode on your target phone.
  • Connect both Android devices to each other using an OTG adapter or USB data cable.
  • A USB debugging message will pop up when you connect both phones.
  • Just click on the Allow button.
  • Remove and reconnect both devices if such a message doesn’t appear.
  • Launch the Termux app on a rooted Android phone.
  • Now we’ll use a few commands to flash TWRP using the Termux app.
  • Type the following command in Termux and press the enter key:

su

Flash recovery using Termux 4
  • Click on Grant to allow the SuperSU request.
Flash recovery using Termux 5
Flash recovery using Termux 6
  • Now, type the next command to confirm the successful connection between both phones.

adb devices

Flash recovery using Termux 7
  • As soon as you hit the enter key, you’ll see a random number with a list of devices attached message.
Flash recovery using Termux 8
  • This will confirm that the connected phones can now communicate using the ADB interface.
  • Type the next command to boot into Fastboot mode.

adb reboot bootloader

  • Now, let’s locate and install the recovery image file.
  • Hence, enter the following command to find the recovery file.

cd /sdcard/Download

  • This command will redirect the terminal window to the Download folder.
  • To start the recovery flashing process, type the below command.

fastboot flash recovery twrp.img

  • This command will begin the recovery installation process.
  • Upon completion, enter the below command to restart the device in TWRP recovery.

fastboot reboot recovery

  • Now you can safely disconnect the USB cable from both devices.

Steps to boot into TWRP Recovery on Android

  • Download and install the Recovery Reboot app.
  • Launch the app and tick the I have read and accept the terms.
  • Then click on confirm.
  • To enter TWRP recovery mode, click on the Recovery option.
  • Click on Yes to confirm.
  • As soon as you press Yes, a popup will appear to grant Superuser permissions.
  • So click on the Grant option.
  • This will boot your Android phone into TWRP Recovery mode.
Install TWRP without Root

Wrapping Up

Finally! This is how you can install TWRP without a PC on any Android phone. Besides rooting Android, now you can flash custom ROMs, kernels, mods like Magisk or Xposed, etc. Let us know your suggestions or queries in the comment box below.

Leave a Comment

22 thoughts on “How to Install TWRP without PC

  1. Very good article right here…I have been banging my head searching for how to install twrp on my android..but with this totorial here am able to install twrp on my device…thanks alot droidthunder…

    Reply
  2. Hloo bro.your article is awesome.i have a question to u.Iss method se twrp flash krne k liye mobile root hona chachiye Kya ya firr Bina root k bhi ho sakta h iss method se

    Reply
  3. Hello brother..
    Can I use this app successfully on my ZTE Blade V7 Lite phone without bricking my phone & also, without any problem as I will follow every instruction given here?

    Sorry to ask you this question since I am a beginner to all these android stuffs & I have never done anything like this before..

    Reply
  4. Interesting article. Nice and concise. Can i assume you have already unlocked your boot loader for the phone before I flash twrp recovery? Or do you know of another way to around boot loader unlocking? Thanks Bro.

    Reply
    • Thanks for your kind words. Yes, I’ve already unlocked the bootloader before flashing TWRP recovery.
      Steps to Unlock Bootloader on Samsung Galaxy Phones:
      1. First, go to Settings > About Phone.
      2. Tap 7 times on the Build number. This will unlock the developer mode.
      3. Go back to Settings menu, scroll down, and open Developer options.
      4. Enable USB Debugging and OEM Unlock options.
      That’s it!

      Reply
  5. Sir,can I installed unofficial twrp on my Airtel a16 plus without actually bricking it ?
    Especially if I followed this tutorial carefully..

    Reply
  6. I first went the *Flashify* route, to then have the app freeze on all inputs. It may be the case on a device with a locked bootloader, as mine is. In any event, development for the app appears to have hit a wall.

    On method #1, the gist I got is Team Win’s app can flash a CR in lieu of a PC for a rooted device, which mine is. From there, I still question if the process works on a bootloader-locked device, which mine isn’t.

    Reply
You Might Like
Install TWRP recovery on OnePlus 8 featured img