Resetting an Android device to factory settings is a radical, but sometimes necessary solution. Are you selling a smartphone and want to delete all personal data? Is your device slowing down due to accumulated debris? Or does the system malfunction after an unsuccessful update? In each of these cases full reset can be a salvation. However, the procedure has nuances: from the loss of unsaved files to the risk of the device being โbrickedโ if done incorrectly.
In this article we will look at all current methods of resetting Android โfrom the standard menu to commands through ADB i Fastboot. You will learn how to prepare for a reset, what data can be recovered after it, and what to do if the device does not respond to normal methods. We will pay special attention to models with a locked bootloader (for example, Samsung or Xiaomi), where Resetting via Recovery may require you to enter your Google account.
Let us warn you right away: if your goal is simply to free up space, try alternative methods first. For example, clearing the application cache or deleting unnecessary APKs via Settings โ Storage. Resetting to factory settings should only be used as a last resort.
1. Preparing for the reset: what needs to be done before resetting
Before you start resetting, do required preparatory steps. Otherwise, you risk losing photos, contacts and even access to some services.
First, save all important data:
- ๐ธ Photos and videos: copy to PC via USB cable or upload to Google Photos (check that synchronization is enabled!).
- ๐ Contact: export to file
.vcfvia the app Contact or synchronize with your account Google. - ๐ Messages: use applications like SMS Backup & Restore for backup.
- ๐ฎ Game progress: link accounts in games (Google Play Games, Facebook, VK) or save save files via Root Explorer (if you have root access).
Secondly, unlink accounts and services:
- ๐ Delete linked bank cards in Google Pay, Samsung Pay or other payment cards systems.
- ๐ฑ Disable Find My Device (for Samsung โ Find My Mobile), otherwise after resetting you may need confirmation through the old account.
- ๐ Deactivate application licenses (for example, in Netflix or Spotify), if you use premium accounts.
And finally, Check the battery charge โit must be at least 50%. If the device turns off during the reset via Recovery, this may lead to software glitches.
Make sure all photos/videos are backed up|Disable two-factor authentication in applications|Write down the device IMEI (in case it gets locked)|Charge your phone to at least until 50%|Remove the SIM and memory card (if not needed)
-->
โ ๏ธ Attention: On devices with Android 11+ and the function enabled Factory Reset Protection (FRP) after the reset, you may be required to enter the Google account data that was last linked. If you don't remember the password - recover it in advance or disable FRP via Settings โ Google โ Security.
2. Method 1: Reset through the Android settings menu
The easiest and safest method is to use the built-in reset menu. It is suitable if the device turns on and you remember the pattern or PIN code.
Instructions for most devices:
- Open
Settings(gear in the application menu). - Go to the section
System โ Reset settings(on some firmware the path may differ:General settings โ ResetorAdvanced โ Settings reset). - Select
Delete all data (reset to factory settings). - Confirm the action by entering the PIN code or pattern.
- Press
Erase everythingand wait completion of the process (usually takes 5โ15 minutes).
On devices Samsung the path may look like this:
Settings โ Device maintenance โ Reset โ Reset data.
And on Xiaomi โ Settings โ About phone โ Reset settings.
After the reboot you will be prompted to set up the device as new. If a request to enter your Google account (FRP lock) appears on the screen, use the data from the last linked account.
If after resetting the phone asks for a password for an account that you donโt remember, try resetting it via recovery page Google. On some models Samsung and LG you can bypass FRP using special tools like FRP Bypass APK, but this requires additional manipulations.
โ ๏ธ Attention: On devices with MIUI 12+ (for example, Redmi Note 10, POCO X3), after resetting through the menu, a link to your account may remain Xiaomi. To completely remove it, you will need to reset it via Fastboot (see Method). 4).
3. Method 2: Hard Reset via Recovery Mode
If the phone does not turn on, is stuck on the logo or does not respond to touches, a reset via recovery mode (Recovery Modewill help. This method works on 90% of Android devices, but the interface Recovery may differ depending on the manufacturer.
How to log in Recovery Mode:
- ๐ Turn off the device (if it is frozen, press the power button for 10โ15 seconds).
- ๐ Press the combination of buttons:
- Samsung:
Power + Volume Up + Bixby(orHomeon older models). - Xiaomi/Redmi/POCO:
Power + Volume Up. - Google Pixel, OnePlus, Nokia:
Power + Volume Down. - Huawei/Honor:
Power + Volume Up(hold for 10 seconds).
- Samsung:
- ๐ฅ๏ธ Release the buttons when appears logo
Recovery Modeor robot Android with a red exclamation mark.
Further actions depend on the type Recovery:
- If you have stock Recovery (standard from the manufacturer):
- Use the volume buttons to navigate and the power button to select.
- Select
Wipe data/factory resetโYes. - After reset, select
Reboot system now.
- Touch
WipeโFormat Data(enteryesto confirm). - Return to the main menu and select
RebootโSystem. - Connect the phone to the PC and use the command
adb reboot recovery(requires USB debugging enabled). - For Samsung with a processor Exynos you can try the combination
Power + Volume Up + Bixbyholding it for 15-20 seconds. - Some Huawei after 2019 Release require a special code to enter Recovery (it can be obtained via HiSuite).
On some devices (for example, Samsung Galaxy S22 or OnePlus 10 Pro), stock Recovery may not have touch controls. In this case, use the combination Volume up/down + Power to select items.
What to do if Recovery Mode does not open?
If the button combination does not work, the bootloader may be disabled on your device (bootloaderIn this case, try:
If all else fails, the only option left is to reset via Fastboot (Method 4).