Resetting your smartphone Android to factory settings via hardware buttons is the only way to return the device to functionality when the screen does not respond to touches, the system is locked with a password, or the phone constantly reboots. This method, often called hard reset, bypasses software restrictions and works even on completely โdeadโ devices with damaged firmware. Unlike a reset through the settings menu, it does not require entering a pattern or PIN code.
The procedure varies depending on the manufacturer and model, but the general principle remains the same: the key combination Power + Volume starts recovery mode (Recovery Mode), where the reset is performed. It is important to understand that after this operation all data - photos, contacts, messages - will be irretrievably deleted. If the phone still somehow responds to commands, first try saving important information via adb backup or cloud services.
In this article we will look at:
- ๐ง How to log in Recovery Mode on devices of different brands (including rare combinations of buttons).
- โ๏ธ Step-by-step reset algorithm with explanations of each stage - from selecting a menu item to confirming the operation.
- โ ๏ธ Typical errors that can block the device forever (and how to avoid them).
- ๐ฑ Features of resetting on modern smartphones with dynamic memory (UFS 3.1/4.0) and protection FRP.
1. Preparing for the reset: what you need to do in advance
Before you begin the reset, make sure you complete the critical steps. Even if the screen does not work, some actions can be performed โblindlyโ or through a computer.
Required conditions:
- ๐ Battery charge is at least
30%. If the charge is low, the device may turn off during the reset, which will lead to brick (complete inoperability). - ๐พ Data backup. If the phone still turns on, copy the files to your PC via
MTPor useadb pull /sdcard/to extract data from the internal memory. - ๐ Make sure you know the login and password for Google accountlinked to the device. After the reset, you will need proof of ownership (FRP Lock).
If the smartphone is locked with a pattern key, but responds to connecting to a PC, try to bypass the lock via ADB:
adb shell rm /data/system/gesture.key
This command will reset the pattern key, but will not affect other data. Works only when software debugging is enabled. USB.
On some devices Samsung i Xiaomi after 5 unsuccessful attempts to enter the password, the โForgot your pattern key?โ button appears. It allows you to reset the lock through your Google account without resorting to a full reset.
2. Combinations of buttons to enter Recovery Mode
There is no universal combination - manufacturers use different combinations. Below is an up-to-date list for popular brands. If your model is not in the table, try the standard combination: Power + Volume Up.
| Brand | Model / Series | Button combination | Notes |
|---|---|---|---|
| Samsung | Galaxy S22/S23, A-series (2020โ2026) | Power + Volume up |
Hold for 10-15 seconds until vibration. On older models (before 2019), a combination with a button was used Home. |
| Xiaomi/Redmi/POCO | All models (including POCO F5, Redmi Note 12) | Power + Volume up |
On some devices you need to first hold Volume up, then Power. |
| Huawei/Honor | Mate 50, P60, Nova 11 and newer | Power + Volume up (5 sec) โ release Powerhold Volume |
On older models (before 2020) used Power + Volume down. |
| Google Pixel | Pixel 6/7/8, Pixel Fold | Power + Volume down (7 sec) |
After the logo appears Google release the buttons. |
| OnePlus/Oppo/Realme | OnePlus 11, Oppo Find X6, Realme GT Neo 5 | Power + Volume down |
On OnePlus hold until the menu appears in English. |
If the combination does not work, try an alternative method:
- Turn off the device (hold
Power20โ30 seconds). - Connect the charger device.
- Press
Volume up + Volume downat the same time, then connect the cableUSBto the PC. Some devices (Sony Xperia, LG) are loaded into Recovery with this connection.
3. Step-by-step guide: how to reset to Recovery Mode
After successfully logging in Recovery Mode you will see a menu with items in English or Chinese. Control is carried out using the volume buttons (Up/Down for navigation, Power for selection). On some devices (Samsung, LG) the menu is touch sensitive.
Make sure the battery charge is >30%|
Select "Wipe data/factory" reset"|
Confirm the operation (usually "Yes")|
Select "Reboot system now" after completion|-->
Detailed algorithm:
- Selecting a reset item. Find the line
Wipe data/factory reset(maybe calledClear eMMCorErase all dataon Chinese firmware). On Samsung this item is sometimes hidden in the submenuAdvanced. - Confirmation of the operation. The system will ask for confirmation - select
YesorConfirm. On some devices (Xiaomi), you will need to enter the password for Mi Account, if it has been linked. - Clear cache (optional). After resetting, it is recommended to select
Wipe cache partitionto avoid conflicts with temporary files. - Reboot. Select
Reboot system now. The first boot after the reset may take up to 10 minutes - do not interrupt the process.
On devices with dynamic memory (UFS) after the reset, a menu may appear Fastboot Mode with the text No Command. This is normal - just hold for 10 seconds to force a reboot. hieroglyphs, focus on the order of points: Nutrition 10 seconds to force reboot.
What to do if the Recovery menu is in Chinese?
If you see hieroglyphs, focus on the order of the points:
1. The first item is reboot ().
2. The second or third is reset ( or ).
3. The last one is shutdown ().
To confirm, select item with (yes).
4. Features of resetting on modern devices (2022โ2026)
Smartphones of recent years have additional levels of protection that complicate the reset process. Here are the key nuances:
- ๐ FRP Lock (Factory Reset Protection). After resetting, the device will require you to enter the login and password from Google accountthat was linked before. reset. This is protection against theft. If you do not remember the data, restore it through Google service (link for example, not displayed in the article).
- ๐ก๏ธ Protection against unauthorized reset. On Samsung Knox i Huawei s HMSCore After 3 unsuccessful reset attempts, the device may be blocked for 24 hours.
- ๐ฑ Memory sharing. On devices with Virtual RAM (for example Xiaomi 12T, Realme GT 2), the reset may take up to 20 minutes due to clearing the extended memory.
On smartphones with chipsets Snapdragon 8 Gen 2/3 and Dimensity 9000/9200 after a reset, re-activation may be required Secure Boot through official software (for example, Mi Flash Tool for Xiaomi). This is due to the hardware binding of the bootloader to the firmware.
If after resetting the device asks to enter the old PIN code or password, this means that the reset was performed incorrectly (for example, through Fastboot instead of Recovery). Repeat the procedure, selecting exactly Wipe data/factory reset.
5. Typical mistakes and how to avoid them
Even experienced users sometimes make mistakes that lead to losing the device. Here are the most common:
โ ๏ธ Attention: If you see the message Custom binary blocked by FRP Lock on the screen after a reset, this means that the device is locked due to an attempt to install custom firmware. It can only be unlocked through an official service center.
- ๐ Interrupting the process. If you remove the battery or forcefully turn off the device during a reset, this may damage the partition
/data. It is impossible to restore data after this. - ๐ง Incorrect selection of a menu item. For example, selecting
Wipe cache partitioninstead ofWipe datawill not reset the settings. And the choiceApply update from ADBcan trigger irreversible changes. - ๐ด Ignoring FRP. If you do not remember the data Google account, the device will turn into a โbrickโ. On some models (Samsung), you can bypass FRP through
TalkBack, but this requires skills.
Another common problem is cyclic reboot after a reset. This happens due to:
- Damaged firmware (solution: reflash via
Fastbootor Odion). - Conflict with the installed one TWRP (solution: return stock Recovery).
- Hardware failure (for example, damaged memory
eMMC).
6. Alternative reset methods (if the buttons don't work)
If the hardware buttons are damaged or unresponsive, there are several workarounds:
1. Reset via ADB (requires USB debugging enabled):
adb reboot recovery # Reboot to Recovery
adb shell recovery --wipe_data # Direct reset (does not work on all devices)
2. Reset via Fastboot (for devices with an unlocked bootloader):
fastboot erase userdatafastboot erase cache
fastboot reboot
3. Using service codes (works on some Samsung and LG):
- Dial in the dialer:
*2767*3855#(full reset + flashing). - Or:
##7780##(soft reset without deleting data on the memory card).
โ ๏ธ Attention: Service codes may differ depending on the region and firmware version. Incorrect code can lead to loss of IMEI or network blocking.
7. What to do after the reset: initial setup
After a successful reset. After resetting, the device will start in initial setup mode. Here's what you need to do first:
- Connect to Wi-Fi. Without the Internet, you will not be able to complete the verification FRP and download updates.
- Login to your Google account. Use the same account that was linked before the reset If you. forgot your password, restore it through a browser on another device.
- Skipping unnecessary steps. You can skip setting Google Assistant, backup and diagnostics - this will save time.
- Checking IMEI. Dial
*#06#and make sure that the IMEI is displayed correctly. If instead of numbers you seeNullorUnknown, this means damageNV-partition(repair required).
On devices with Android 12+ re-activation may be required after reset Widevine L1 to view Netflix and Disney+ in high resolution. To do this:
- Install system updates via
Settings โ Software update. - Restart the device.
- Check the status Widevine via the app DRM Info (available in Play Market).
FAQ: Frequently asked questions about resetting Android with buttons
Is it possible to reset Android with buttons if the screen is broken but the sensor works?
Yes, but it depends on the model. On most devices (Samsung, Xiaomi) The menu Recovery is controlled by the volume buttons, so a broken screen is not a problem. If the sensor works, you can try connecting the mouse via USB OTG (this works on some firmware).
Why does the phone ask for the old PIN code after a reset?
This means that the reset was done. performed incorrectly (for example, through Fastboot without clearing the partition metadata). Repeat the procedure by selecting Recovery exactly Wipe data/factory reset. If the problem persists, flash the device using the official software (Smart Switch For Samsung, Mi Flash for Xiaomi).
How to reset Huawei s HMSCoreif you forgot your Huawei account password?
On devices Huawei with HMSCore (without Google services) after the reset you will need to enter your account data Huawei ID. If you have forgotten them:
- Go to the site Huawei ID (link for example) and restore access.
- If the account is not linked to the phone, contact the service center with proof of purchase.
It is impossible to bypass this protection yourself - it is implemented at the hardware level.
Is it possible to return data after a reset?
No, if the reset was performed via Recovery Mode. In this case, the data is deleted using the command format at a low level (similar to completely formatting the hard drive). The only chance is if you made a backup via TWRP or Google Drive. apps like Dr.Fone or EaseUS MobiSaver can only find fragments of files, and only on condition that no new data was written to the device after the reset.
Why does the phone not turn on after a reset?
There are several reasons:
- Damaged bootloader (bootloop) - requires flashing via
Fastboot. - Faulty memory (
eMMC/UFS) - need to replace the chip. - Flipped
IMEIโ check through*#06#and restore through the engineering menu or QCN file.
If the device vibrates, but the screen remains black, the problem may be in the display cable or graphics chip.