Starting an Android device via Recovery mode is a powerful tool for diagnosing, restoring and even โ€œreanimatingโ€ a smartphone that refuses to boot in the usual way. This method often becomes a salvation when the system crashes after an unsuccessful update, virus attacks or incorrect user actions. However, working with recovery requires caution: one wrong step can lead to data loss or complete inoperability of the device.

In this article we will look at how to correctly log in Recovery Mode on different smartphone models, what actions can be performed in this mode, and how to avoid common mistakes. We will pay special attention booting Android through recovery to a procedure that helps to bypass bootloader locking or restore system functionality without a full reset. If your phone is stuck on the logo, reboots cyclically, or simply does not respond to the power button, these instructions will help bring it back to life.

What is Recovery Mode and why do you need it

Recovery Mode (recovery mode) is a separate micro-OS built into Android devices. It works independently of the main system and allows you to perform critical operations such as resetting settings, installing updates or restoring backups. Unlike the regular Android interface, recovery has a text menu controlled by the volume and power buttons.

Main tasks for which recovery is used:

  • ๐Ÿ”„ Factory reset settings (wipe data/factory reset) - deletes all user data and returns the smartphone to its out-of-the-box state.
  • ๐Ÿ“ฅ Installation of official and custom firmware via files .zip (for example, LineageOS or MIUI).
  • ๐Ÿ› ๏ธ Cleaning cache (wipe cache partition) - helps eliminate lags and errors without losing data.
  • ๐Ÿ”ง Restoring from backup (if previously created through TWRP or CWM).
  • ๐Ÿ”’ Unlock bootloader (on some models, for example, Xiaomi or Google Pixel).

It is important to understand that standard recovery (stock recovery) and custom (for example, TWRP) differ in functionality. The first is usually limited to basic options, and the second allows you to install unofficial firmware, make backups and even connect to the device via ADB.

โš ๏ธ Attention: Actions in recovery can lead to to loss of warranty if the device is not officially unlocked. On some models (for example, Samsung c Knox), resetting through recovery activates the flag KNOX 0x1, which makes it impossible to use services like Samsung Pay.

How to enter Recovery Mode on different smartphones

The method of entering recovery depends on the manufacturer and model of the device. Below are the current combinations for popular brands. If your model is not listed, try the universal method: hold the power button + volume up on a switched off phone.

Brand Model (example) Button combination
Samsung Galaxy S23, A54 Power + Volume Up โ†’ after vibration, release the power while holding the volume
Xiaomi/Redmi/Poco Redmi Note 12, POCO X5 Power + Volume Up (hold for 10+ seconds)
Google Pixel Pixel 7, Pixel 6a Power + Volume Down โ†’ select from the menu Recovery Mode
OnePlus OnePlus 11, Nord 3 Power + Volume Up (on some models - Power + both volume buttons)
Huawei/Honor Mate 50, Honor 90 Power + Volume Up (hold until the logo appears)

If the device is not reacts to combinations, try connecting it to the charger for 10-15 minutes - sometimes a low battery blocks entry into recovery. On some models (for example, Sony Xperia), you may need to first connect the phone to the PC and use the utility Emma.

๐Ÿ“Š What is the brand of your smartphone?
Samsung
Xiaomi
Google
OnePlus
Huawei/Honor
Other

Booting Android via Recovery: when needed

Starting Android via recovery (sometimes called โ€œsoft rebootโ€) is used in cases where:

  • ๐Ÿ” The system boots into an endless loop (bootloop), for example, after an unsuccessful update.
  • ๐Ÿšซ The device is blocked at the manufacturer's logo and does not respond to buttons.
  • ๐Ÿ”’ The pattern key or password is forgotten, and Find My Device does not help.
  • ๐Ÿ“ฑ System applications do not work correctly (for example, Google Play Services crashes constantly).

In such situations, a standard reboot does not help, but boot via recovery allows you to bypass damaged system files. For example, on devices with an unlocked bootloader you can boot boot.img manually, and on some models Samsung use the option Reboot to bootloader to reboot in safe mode.

โš ๏ธ Attention: If your device encrypts data (by default on Android 10+), reset via Recovery can lead to loss of access to internal memory, even if you did not format it explicitly. This is due to the fact that the encryption keys are stored in the user partition.

On devices with custom recovery (TWRP), you can download Android bypassing the damaged bootloader using the โ€œMountโ€ โ†’ โ€œSystemโ€ option and manually installing the kernel via ADB. However, this method requires technical knowledge and can lead to brick (total failure of the device).

Step-by-step guide: how to launch Android via Recovery

Let's consider a universal algorithm for most devices. If your model has special features, check the official documentation.

Charge the phone at least 30%|Download the necessary files (firmware, boot.img) if necessary|Prepare an OTG cable or memory card with files|Make sure that ADB drivers are installed on the PC (if required)

-->

  1. Enter Recovery Mode (use the combination for your model from the table above).

  2. Select the โ€œReboot system nowโ€ option (if available). On some devices, this item may be called Reboot to bootloader or Apply update from ADB.

  3. If the system does not boot:

    • ๐Ÿ“ Select Apply update from SD card (if there is a firmware file on the card memory).
    • ๐Ÿ–ฅ๏ธ Select Apply update from ADB and connect the phone to the PC. Then enter the command:
      adb sideload filename.zip
  • For devices with TWRP:

    • ๐Ÿ”ง Go to Advanced โ†’ Terminal Command.
    • ๐Ÿ“ Enter the command to mount the system:
      mount /system
    • ๐Ÿ”„ Try to reboot with the command:
      reboot system

    If after these steps the system still does not boot, the critical partitions (boot or systemmay be damaged). In this case, you will need a complete flashing via Fastboot or Odรญn (for Samsung).

    ๐Ÿ’ก

    If after entering the recovery the screen does not respond to touches, use the volume buttons to navigate and the power button to confirm the choice.

    Common errors and how to avoid them

    Working with recovery is fraught with errors, especially for beginners. Here are the most common problems and ways to solve them:

    Error Cause Solution
    E: signature verification failed The firmware is not signed or damaged Disable signature verification in the recovery settings (if there is an option) or download the official file
    No command on the screen with a lying android Incomplete login to recovery Click Power + Volume Up for 10 seconds
    The device is not visible in ADB Drivers are not installed or USB debugging is disabled Install Google USB Driver and check the connection using a different cable
    After resetting, the phone requires a Google account Activated FRP (Factory Reset Protection) Enter the details of the last synchronized account or use FRP bypass

    One of the most insidious errors is damage section data after an incorrect wipe. In this case, the device may boot, but all applications will crash. The solution is a full reset with formatting data (V TWRP this is an option Format Dataand not just Wipe).

    โš ๏ธ Attention: On some devices (for example, Realme or Oppo) after resetting through recovery, IMEI may need to be re-activated. Save a backup copy of the folder /efs before any manipulations!

    Alternative methods for starting Android without Recovery

    If entering recovery is impossible (for example, the volume button is broken), try alternative methods:

    • ๐Ÿ”Œ ADB commands (if USB debugging was enabled previously):
      adb reboot recovery
    • ๐Ÿ“ฑ Safe mode: hold down the power button until the shutdown menu appears, then hold down โ€œTurn off powerโ€ - you will be prompted to switch to safe mode.
    • ๐Ÿ”„ Hard reset via Fastboot (for devices with an unlocked bootloader):
      fastboot reboot recovery
    • ๐Ÿ”ง Special utilities:
      • For Samsung: Odรญn (mode Download Mode).
      • For Xiaomi: Mi Flash Tool (mode EDL).
      • For Google Pixel: Android Flash Tool.

    On devices with MediaTek can be used SP Flash Tool to force boot into recovery via Scatter file. However, this method requires technical knowledge and can lead to hard brick.

    What to do if the phone does not turn on at all?

    If the device does not respond to any button combinations and is not detected by the PC, try:

    Connect. to another power supply (sometimes the problem is in the cable or adapter).

    2. Leave it on charge for 1-2 hours - the battery may be completely discharged.

    3. Use the test point (Test Point) to force entry into the mode. EDL (only for experienced users!).

    4. Contact a service center - the problem may be hardware (for example, a faulty motherboard).

    Security and backup before working in Recovery

    Before any manipulations in recovery be sure to create a backup copy. Even if the device does not turn on, some data can be saved:

    • ๐Ÿ“ Photos and videos: connect the phone to the PC in MTP (if it reacts at all) or remove the memory card.
    • ๐Ÿ“ฑ Contacts and SMS: if synchronization with Google Accountwas enabled, the data will be restored automatically after logging in.
    • ๐Ÿ” Keys and passwords: use Titanium Backup (required root access) or export via ADB:
      adb backup -apk -obb -shared -all -f backup.ab
    • ๐Ÿ“ฑ IMEI and serial number: write them down in advance (located under the battery or in settings About phone).

    For a complete backup of the system in TWRP select Backup and mark the sections Boot, System, Data. Save the backup file to a memory card or PC. Remember that a backup created on one model will not be suitable for another - even within the same brand!

    โš ๏ธ Attention: On devices with Dynamic Partition (Android 10+), backup through standard recovery may not save all data. Use TWRP the latest version or specialized utilities like OrangeFox Recovery.
    ๐Ÿ’ก

    Creation backup before resetting or flashing saves hours on data recovery and eliminates the loss of important information.

    FAQ: Answers to frequently asked questions

    Is it possible to run Android through recovery if the phone is locked with a pattern key?

    Yes, but only if you have an unlocked bootloader and installed custom recovery (TWRP). In standard recovery, resetting data (wipe data) will delete the pattern, but it will also erase all user files on some devices (for example, Samsung) after the reset you will need to enter the data of the last synchronized Google account (FRP).

    Why does the phone boot into this mode again after exiting recovery?

    This is a sign of a damaged partition boot or system. Possible reasons:

    • Unsuccessful firmware or over-the-air update.
    • Deleting system files (for example, via Magisk or Root Explorer).
    • Hardware failure (damaged memory eMMC).

    Solution: reflash the device via Fastboot or Odรญn (for Samsung) using the official firmware.

    How to bypass FRP (Factory Reset Protection) after resetting via recovery?

    FRP is Google protection, which requires you to enter the account data associated with the device before resetting. Bypass is possible in several ways:

    • ๐Ÿ“ง Enter the correct email and password for the last Google account on the device.
    • ๐Ÿ”ง Use FRP Bypass APK (OTG cable required and access to the APK installation menu through recovery).
    • ๐Ÿ“ฑ On some models Samsung bypass works through TalkBack (press two fingers on the lock screen โ†’ turn on TalkBack โ†’ go back and call the settings menu).

    Since 2022, Google has tightened protection, so on new devices, bypass FRP may not be possible without the original account data.

    What to do if there is no โ€œApply update from ADBโ€ option in the recovery?

    This means that the standard one is installed on the device recovery without support ADB sideload. Solutions:

    • ๐Ÿ“ Use the option Apply update from SD card (copy the firmware to the memory card).
    • ๐Ÿ”ง Install custom recovery (TWRP) via Fastboot:
      fastboot flash recovery twrp.img
      

      fastboot reboot recovery

    • ๐Ÿ“ฑ On some devices (for example, Huawei) ADB sideload available only in mode eRecovery (press Power + Volume up + Volume down).
    Is it possible to restore data after a reset through recovery?

    The chances depend on the type reset:

    • ๐Ÿ—‘๏ธ If only wipe cachewas performed, the data is not affected.
    • ๐Ÿ”„ After factory reset the files remain on the device until overwritten with new data. They can be restored using DiskDigger, Recuva or 7-Data Recovery, but success is not guaranteed.
    • ๐Ÿ“› If there was formatting data (in TWRP option Format Data), recovery is almost impossible - the partitions are overwritten zeros.

    For maximum chances:

    1. Do not write new data to the device.
    2. Remove the memory card (if you have one) and connect it to the PC via a card reader.
    3. Use professional utilities like Dr.Fone or contact a data recovery laboratory.