Recovery Mode (or recovery mode) is a hidden Android environment that allows you to perform critical operations: factory reset, installation firmware, clearing the cache, or even restoring the system after crashes. Without access to this menu, many problems with your smartphone cannot be solved. However, the method of entering Recovery Mode depends on the manufacturer, model, and even the firmware version.
If your Samsung Galaxy or Xiaomi Redmi stops loading, slows down or requires a manual update, you canโt do without Recovery. In this article we will look at all current login methods, including hardware buttons, ADB commands and even alternative methods for devices with damaged keys. We will also explain why sometimes Recovery Mode does not start and how to fix it.
What is Recovery Mode and why do you need it
Recovery Mode is isolated environment, built-in in Android at the bootloader level. It works independently of the main system, which allows you to restore your smartphone even if the OS does not start. Here are the main tasks for which this mode is used:
- ๐ Reset to factory settings (wipe data/factory reset) - deletes all data, including applications and accounts.
- ๐งน Clearing the cache (wipe cache partition) - helps with slowdowns and errors without losing personal files.
- ๐ฆ Installing updates manually (apply update from ADB/sdcard) - relevant for firmware via
.zipfiles. - ๐ ๏ธ Recovery from backup (if supported by custom Recovery, for example, TWRP).
- ๐ง Diagnostics of hardware problems โsome manufacturers add tests to Recovery to check the display, battery or speakers.
It is important to understand that standard Recovery (stock recovery) and custom (for example, TWRP or OrangeFox) differ in capabilities. The stock menu is usually limited to basic functions, while custom solutions allow you to create backups, mount partitions and even install unofficial firmware.
โ ๏ธ Attention: On some devices (for example, Huawei or Honor with EMUI), standard Recovery Mode can block the installation of unsigned firmware. In such cases, unlocking the bootloader is required.
Method 1: Login via hardware buttons (for most smartphones)
This is the most universal method that works on 90% of Android devices. However, button combination varies depending on the brand. Below are the current schemes for popular manufacturers.
| Brand | Model (example) | Button combination | Notes |
|---|---|---|---|
| Samsung | Galaxy S23, Galaxy A54 | Volume up + Power |
On new models, after the logo you need to release Powerbut hold Volume up. |
| Xiaomi/Redmi/POCO | Redmi Note 12, POCO X5 | Volume up + Power |
On some devices you need to first turn off the smartphone. |
| Google Pixel | Pixel 7, Pixel 6a | Volume down + Power |
In the bootloader menu, select Recovery Mode with the volume button, confirm with the power button. |
| OnePlus | OnePlus 11, Nord 3 | Volume up + Volume down + Power |
On older models (OnePlus 6) may work Volume down + Power. |
| Realme/Oppo | Realme 10 Pro, Oppo Reno8 | Volume down + Power |
In the bootloader menu, select Recovery (navigation - volume buttons). |
If your model is not listed in the table, try the universal combination: Volume up + Power. Hold the buttons 10โ15 secondsuntil the brand logo or the Recovery menu appears. Some devices (for example Sony Xperia) may need to be connected to a charger.
Turn off the smartphone (if it is on)
Make sure the battery is charged at least 30%
Remember the button combination for your model
Do not release the buttons until the Recovery menu appears
-->
Method 2: Login via ADB commands (for advanced users)
If the hardware buttons do not work (for example, a key is broken power), you can enter Recovery Mode using Android Debug Bridge (ADB). This method requires preliminary setup, but is suitable for devices with enabled USB debugging.
Here are step-by-step guide:
- Install ADB drivers to your computer (you can download from official Android website).
- Enable USB debugging on a smartphone:
- Go to
Settings โ About phone โ Build numberand tap on it 7 times to activate mode Developer. - Go back to
Settings โ System โ For Developersand enableUSB Debugging.
- Go to
adb devices
Make sure that your device is displayed in the list.
adb reboot recovery
If after the command the smartphone reboots, but goes into normal mode, it means that secure bootloader is installed on the device (for example, on Samsung s Knox). In this case, the ADB method may not work.
adb shell reboot recovery
Sometimes this helps to bypass manufacturer restrictions.-->
Method 3: Login via Fastboot (for devices with an unlocked bootloader)
If your smartphone is unlocked bootloader, you can use the mode Fastboot to go to Recovery. This method is relevant for devices Google Pixel, OnePlus and some models Xiaomi.
Instructions:
- Turn off the smartphone.
- Hold the combination to enter
Fastboot Mode(usuallyVolume down + Power). - Connect the device to a computer with ADB drivers installed.
- On the command line, run:
fastboot devicesMake sure the device is detected.
- Enter the command to go to Recovery:
fastboot reboot recovery - ๐ Dead battery โ if the charge is below 5โ10%, the device may not enter Recovery. Solution: connect the charger and wait 10โ15 minutes.
- ๐ Incorrect button combination โ on some devices (for example, LGyou need to hold the buttons until second vibration signal.
- ๐ก๏ธ Protection against accidental login โmanufacturers (for example, Samsung) can block Recovery if the device is not unlocked. Solution: Try to first turn on the smartphone and enter the PIN/password, then log in again.
- ๐ง Damaged Recovery โ if the recovery menu does not load or displays errors, the partition may be damaged
recovery. Solution: reflash Recovery viaFastboot(requires an unlocked bootloader). - ๐ Reboot โin the Recovery menu, select the item
Reboot system now(navigation is carried out using the volume buttons, selection is with the power button). - ๐ Forced reboot โif the menu is frozen, hold the button
Power10โ15 seconds. - ๐ป Via ADB โif the smartphone is connected to a PC, run the command:
adb reboot - ๐ฑ For most users suitable a combination of hardware buttons is fast and does not require additional tools.
- ๐ป If the buttons do not work, use ADB commands (but preliminary debugging setup is required).
- ๐ For devices with an unlocked bootloader convenient Fastboot.
- ๐ ๏ธ If Recovery is damaged, you will need to reflash it (only for experienced users).
On some devices (for example, Pixel), after this command the bootloader menu will appear, where you need to manually select Recovery Mode using the volume buttons.
โ ๏ธ Attention: If the bootloader is locked, command fastboot reboot recovery may not work. In this case, you will need to unlock the bootloader (this will lead to a data reset!).
What to do if Recovery Mode does not start
Sometimes the smartphone ignores button combinations or freezes on the logo. Let's look at typical problems and their solutions:
If none of the methods worked, check that it is not are the buttons stuck (especially important after a fall or moisture). As a last resort, you can try alternative methods โfor example, use applications like Quick Reboot (requires root access).
Samsung
Xiaomi/Redmi/POCO
Google Pixel
OnePlus
Huawei/Honor
Another brand
-->
How to exit Recovery Mode
After performing the necessary actions in Recovery, it is important to exit this mode correctly so as not to disrupt the operation of the system. Exit methods:
If, after exiting Recovery, the device does not turn on or is frozen at the logo, the integrity of the system files may have been compromised. In this case, it will help resetting the settings or flashing through Fastboot.
What happens if you interrupt the process in Recovery?
If you remove the battery or forcefully turn off the smartphone during time of resetting the settings (wipe data), this can lead to:
- Loss of all data without the possibility of recovery.
- Damage to system partitions (the device will not turn on).
- The need for a complete flashing via Fastboot or service center.
In the best case, the smartphone will simply reboot, but itโs not worth the risk.
Frequently asked questions about Recovery Mode
Is it possible to enter Recovery if the smartphone does not turn on?
Yes, if the problem does not hardware (for example, the motherboard did not burn out). Try the button combination for your model or connect the device to a charger for 10-15 minutes, then try again. If the screen does not respond, but there is vibration or backlighting, the display may be damaged and Recovery is working โblindly.โ
How to find out which Recovery is installed: stock or custom?
Stock Recovery usually displays the manufacturer's logo and a limited set of functions (for example, only wipe data and reboot). Custom Recovery (for example TWRP) have a graphical interface with touch controls, theme support and advanced options like Mount, Backup or File Manager.
Is it possible to install custom Recovery without unlocking the bootloader?
No, on most modern devices (especially Samsung, Google Pixel, OnePlusto install TWRP or another custom Recovery you need to unlock the bootloader. The exception is some old models Xiaomi or Huaweiwhere you can flash Recovery through vulnerabilities (but this is risky).
Why does it ask for a password after resetting to Recovery?
On devices with data encryption (for example, Samsung s FBE or Google Pixel) after resetting via Recovery, you may need to enter last used PIN/password. This is due to protection Factory Reset Protection (FRP). If you do not remember the password, you will have to log in to the Google account associated with the device.
How to make a backup via Recovery?
Stock Recovery does not support creating backups. For this you need a custom Recovery like TWRP. In it, select Backup, mark the partitions (Boot, System, Data) and save the backup copy to an SD card or OTG drive. You can restore the backup via Restore.
If you are planning experiments with firmware or resetting settings, always backup important data in advance. Recovery Mode will not recover deleted photos or contacts!
Conclusion: which method to choose
The choice of entry method into Recovery Mode depends on the situation:
On devices with Android 12 and later, some manufacturers block access to Recovery through buttons if the smartphone is locked with a PIN code. In this case, first unlock the screen, then turn off the device and try again.
If this is your first time entering Recovery Mode, we recommend starting with clearing the cache (wipe cache partition) - this is safe and often solves problems with brakes. But resetting settings (wipe data) will delete all data, so use it only as a last resort.