All smartphones — including the budget-friendly ones — have a built-in recovery mode, which you can use for a variety of tasks depending on the operating system of your device. On Android smartphones, it can be used for things like performing a simple factory reset, installing update packages, and clearing the cache, among other things. On an iPhone, the recovery mode is used to restore the device using your computer if it's experiencing issues like being stuck on the Apple logo while booting.

While the stock recovery that comes pre-installed on your device has limited features and functionality, there’s a lot more you can do with a custom recovery like TWRP for Android. The process of getting into the recovery mode in case of both stock as well as custom recovery remains the same, though, and there are a few ways you can boot into it.

How to boot into recovery using button combinations

For Android phones

oneplus 12 standing upright

This is the most common and the easiest way to boot into recovery on your smartphone as it doesn't need any additional tools or software. The process may differ slightly depending on your device manufacturer, but it should generally be the same. To enter the recovery mode on an Android phone:

  1. Long press the power button (or power button + volume up in some phones).
  2. Tap the Power off button or move the slider to Power off option.
  3. Hold the volume down and power button simultaneously until you feel your phone's vibration or see the manufacturer's logo show up on the screen.

    Some devices, including the Samsung Galaxy phones, will require you to hold the volume up and power button instead of the volume down. If your Samsung Galaxy phone has a Bixby button, then you must hold that down as well.

Once you are in the Recovery mode, you can use the volume buttons to navigate the menu options and press the power button to select. You won't see the same set of options in the Recovery menu of each phone, so don't go in expecting to see a barrage of menu items. Some phones like the ones sold by OnePlus only have a limited number of options, whereas Google's Pixel phones, for instance, have the option to enter fastboot, etc.

For Apple's iPhones

Apple iPhone 14 Pro Front Shot
Apple iPhone 14 Pro with widgets on screen

There are different ways to put your iPhone into recovery mode depending on the iPhone model you have.

  • iPhone 8 and newer models: Press the volume up button once and quickly release it, and repeat the same with the volume down button. Then quickly press and hold the Side button until you see the Recovery mode screen.
  • iPhone 7 and 7 Plus: Press and hold the volume down and power buttons until you see the recovery screen.
  • iPhone 6s and below: Press and hold the home and power button until you see the recovery screen.

You can use the Recovery mode on iPhones to update or restore it using Finder on the latest Macs or iTunes on older Macs and all Windows machines.

How to boot into recovery using ADB

Another easy and reliable way to make your phone boot into recovery

ADB daemon start Windows PowerShell

If your smartphone’s physical buttons don’t work anymore, or you're unable to find the right combination or physically press the buttons, then you can access the recovery via ADB as well. You will need Minimal ADB and Fastboot on your PC or Mac to make this work. So if you don’t have it already, make sure you install ADB following these instructions for your computer OS.

  1. Once ADB is installed, connect your phone to your computer via a USB cable. Make sure USB Debugging is enabled in Developer Settings.
  2. Head over to the folder where you have installed ADB. While holding the 'control' key on your keyboard, right-click on the ADB folder and select Open command window here or Open PowerShell window here.
  3. Next, type in the following command and hit enter to make sure your smartphone is properly connected. You'll see a string of numbers if it is connected properly.
    adb devices
  4. All you have to do now is type in the following command to make your phone reboot to recovery.
    adb reboot recovery

How to boot into recovery using an app on rooted devices

Only applicable for rooted devices

Recovery Reboot Developer: GameTheory
Price: Free
3.9
Download

If you have a rooted Android device, you can easily boot into recovery using apps like Recovery Reboot. You just have to open the app and grant root access, following which you'll find the option to boot into recovery. Many custom ROMs also offer the option to boot directly into the recovery mode from within the power menu.

Closing thoughts

All of the methods mentioned above can be used to boot into recovery mode. Make sure you know what you’re doing while accessing the recovery on your smartphone since it can result in wiped internal storage if you reset your device by mistake or worse, a bricked device if you flash the wrong zip file. If you’re using a custom recovery, it’s always advisable to make a backup before making modifications to your device — especially when flashing a ROM when your phone is running low of power.