A broken screen on a smartphone is one of the most unpleasant situations for the user. If the display does not respond to touch, is cracked, or goes completely dark, access to standard settings becomes impossible. However reset to factory settings in this case, everything is still doable - and this is often the only way to bring the device back to life before repair or sale.
In this article we will analyze all the current methods of resetting Androiddevices without a working screen: from the classic Recovery Mode to commands via ADB and even hardware manipulations with buttons. We will pay special attention to the nuances for popular brands - Samsung, Xiaomi, Huawei and others. You do not need to disassemble the phone or connect an external monitor: all solutions work โblindlyโ.
โ ๏ธ Attention: after resetting, all data on the device will be deleted, including photos, messages and installed applications. If the screen partially works (for example, the image is visible, but the sensor does not respond), try first create a backup copy via ADB.
1. Preparing for the reset: what you need to do in advance
Before you begin the reset, make sure that critical conditions are met. This will prevent additional problems, such as account blocking Google (FRP) or loss of important data.
First, check the battery level. The device must be charged at least 30-50%, otherwise the reset may be interrupted, leaving the phone inoperable. If the screen is completely black, connect the smartphone to the charger for 15โ20 minutes - most models show a charging indication even with a damaged display.
Secondly, find the original USB cable (preferably included in the kit). Cheap cables may not transmit data, which is critical for c ADBmethods. If you Samsung or Google Pixel, check whether the cable supports the mode OTG - this will be needed to connect the mouse.
- ๐ Battery charge: at least 30%, preferably 50%+
- ๐ Cable: original or certified (for example, USB Type-C with data support)
- ๐ฑ๏ธ OTG mouse: needed for some models Samsung i LG
- ๐ป Computer: with installed drivers
ADB(for methods 3 and 4)
If you plan to use ADB, in advance download Platform Tools from the official website Android. Unpack the archive to the root of the disk C:\ (for example, C:\platform-tools\) - this will simplify entering commands.
On some devices Xiaomi and Redmi after resetting through Recovery you may need to link your account Mi. Make sure you remember your login and password, otherwise your phone will be blocked!
2. Method 1: Reset via Recovery Mode (works on 90% of devices)
Recovery Mode is a built-in recovery mode available on all Androiddevices. It allows you to reset without the home screen, using only the hardware buttons. The interface Recovery on different phones may differ, but the control principles are the same.
To enter Recovery:
- Turn off the phone (press and hold the power button for 10-15 seconds if it does not respond).
- Press the combination buttons:
- ๐ฑ Samsung, Google Pixel, OnePlus:
Power + Volume up - ๐ฑ Xiaomi/Redmi/Poco:
Power + Volume up(on some models -Power + both volume buttons) - ๐ฑ Huawei/Honor:
Power + Volume Up(hold 10+ seconds) - ๐ฑ LG, Sony:
Power + Volume Downthen release the power and press againVolume Down
- ๐ฑ Samsung, Google Pixel, OnePlus:
Recovery (usually after 5-10 seconds).In the menu Recovery control is carried out using the volume buttons (Up/Down - move, Power - select). On most devices you need:
- Select item
Wipe data/factory reset(useVolume downfor navigation). - Confirm selection with button
Power. - Select in the next menu
Yes โ Delete all user data(or a similar item). - Wait for the reset to complete (may take 1-5 minutes).
- Select
Reboot system nowto reboot.
If after the reset the phone requires you to enter a password from account Google (FRP, go to section about bypassing FRP.
Turn off the phone (hold the power button for 10+ seconds)
Press the correct combination of buttons for your model
Wait vibration or logo appearance
Release the buttons and wait for Recovery to load
Reset data via Wipe data/factory reset-->
3. Method 2: Reset via Fastboot (for devices with an unlocked bootloader)
Mode Fastboot is intended for flashing and low-level operations. It is available on most devices, but requires an unlocked bootloader (bootloader). If you previously unlocked it (for example, to install custom firmware), this method will work. For Samsung and some Xiaomi Fastboot may be blocked by the manufacturer.
To reset settings via Fastboot:
- Turn off the phone.
- Log in
Fastboot Mode, holding:- ๐ฑ Google Pixel, OnePlus, Xiaomi (most models):
Power + Volume down - ๐ฑ Huawei, Nokia:
Power + Volume down(hold for 10+ seconds)
- ๐ฑ Google Pixel, OnePlus, Xiaomi (most models):
CMD) in the folder with platform-tools and enter:fastboot devices
If the device is detected (its serial number appears), run the reset command:
fastboot erase userdatafastboot erase cache
fastboot reboot
On some devices (for example Google Pixel) an additional command may be required:
fastboot -w
Important: if the bootloader is locked, commands fastboot will not work. In this case, use the method with Recovery or ADB.
โ ๏ธ Attention: on devices Samsung with processors Exynos (for example, Galaxy S22, Note 20) modeFastbootreplaced byDownload Mode. Resetting through it is not possible - useRecoveryorADB.
4. Method 3: Reset via ADB (if USB debugging was enabled)
Protocol ADB (Android Debug Bridge) allows you to control the device from a computer, but requires prior activation USB debugging in the developer settings. If you have activated it before (for example, for rooting or debugging), this method is the most reliable.
Instructions:
- Connect the phone to the computer via USB.
- Open the command line in folder
platform-tools. - Check the connection:
- ๐ฑ๏ธ USB mouse (wired or wireless with a USB receiver)
- ๐ OTG adapter (for example,
USB-C โ USB-AorMicro-USB โ USB-A) - ๐ Charging the phone (the mouse consumes energy)
adb devices
If the device is shown in the list, perform a reset:
adb shell recovery --wipe_dataor
adb shell am start -a android.intent.action.MASTER_CLEAR
Some devices (for example Samsung) may require an alternative command:
adb shell pm clear -all
If the commands do not work, try rebooting into Recovery via ADB:
adb reboot recovery
Then perform a reset in the menu Recoveryas described in Method 1.
What to do if ADB does not see the device?
1. Check the cable - try another, original one.
2. Install drivers for your model (for example Samsung USB Drivers or Xiaomi Mi PC Suite).
3. Try another USB port (preferably USB 2.0 on the back of the PC).
4. Restart your computer and phone, then try connecting again.
5. If used Mac/Linux, check the folder permissions platform-tools (chmod +x).
5. Method 4: Using an OTG mouse (for Samsung and LG)
Some devices Samsung (for example, series Galaxy S and Note) and LG support connection USB mice via OTG adapter. This allows you to control the interface โblindlyโ if the screen is visible but does not respond to touches.
What you will need:
How to reset:
- Connect the OTG adapter to the phone, and to it - mouse.
- If the screen is on, try moving the cursor. It usually appears after 5-10 seconds. Samsung it usually appears within 5โ10 seconds.
- Blindly move the cursor to the upper right corner (where the gear icon is usually
Settings) and click. - Scroll down to
General settingsโResetโReset data. - Confirm the action (You may need to enter a PIN code or pattern).
If the screen is completely black, but the phone is on, try:
- Connect the mouse and wait for vibration (signal that the device is connected).
- Press the button
Powerto unlock screen. - Make 3-4 clicks with the left mouse button in the center of the screen (unlock emulation).
- Try to move the cursor diagonally to the left and down (where there is usually a button
Settings).
โ ๏ธ Attention: on Samsung Galaxy s One UI After connecting the mouse, a warning about an uncertified device may appear. Click OK (usually the center or right mouse button).
6. Method 5: Hard reset via service codes (for older models)
Some older devices (for example, Samsung Galaxy S3/S4, HTC One M7/M8) support reset via Service codes. This method only works if the phone is turned on and there is access to the dial pad (for example, through a voice assistant or a physical keyboard).
Popular codes:
| Brand | Model | Reset code | Notes |
|---|---|---|---|
| Samsung | Galaxy S3/S4/Note 2 | *2767*3855# |
Full reset + flashing. Danger! May lead to loss of IMEI. |
| HTC | One M7/M8/Desire | ##7780## |
Soft reset (saves media files). |
| LG | G2/G3/G4 | 3845#*model# (for example, 3845#*850# for LG G4) |
Enter the service menu, then select Factory Reset. |
| Sony | Xperia Z1/Z2/Z3 | ##7378423## |
Service menu โ Customization Settings โ Reset customization. |
How to enter a code without the home screen:
- Connect your phone to charge (so it doesn't turn off).
- Use the voice assistant (
Okay GoogleorHey Bixby) to open the applicationPhone. - Say the command: "
Dial *2767*3855#" (replace with the desired code). - Confirm dialing (if the screen is not visible, just wait for vibration or beep).
Warning: Service codes may permanently damage the IMEI or communication module. Use them only if other methods are not available and you are sure of the device model.
7. Bypass FRP (Factory Reset Protection) after a reset
After a reset, many devices require you to enter the login and password for the last account Google (FRP. If you do not remember the data or the phone was bought in person, you can bypass the lock in several ways.
For Samsung (starting from Android 6.0):
- Connect the phone to Wi-Fi (use an OTG mouse or voice assistant).
- On the input screen Google-account, tap on the text input field, then select "
Accessibility" โ "TalkBack". - Activate
TalkBack, then double-tap the screen and swipe down with two fingers (scroll gesture). - Through menu
TalkBackfind "Settings" โ "Reset" and perform another reset (this bypassesFRPon some firmware).
For Xiaomi/Redmi/Poco:
- Connect your phone to the computer and open
Mi Unlock Tool. - Log into the account Milinked to the device.
- Follow the app instructions to unlock.
For others brands:
- ๐ง Use
ADB(if debugging is enabled):
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivity
- ๐ฑ Install custom
Recovery(for example, TWRP) and delete the file/data/system/gesture.keyor/data/system/locksettings.db.
โ ๏ธ Attention: bypassing FRP may violate the terms of use Google. On some devices (Pixel, Samsung c Knox) this will lead to blocking. functions Samsung Pay or Secure Folder.
8. How to save data before resetting (if the screen is partially working)
If the screen shows the image but does not respond to touches, you can try to retrieve the data via ADB or connecting a mouse. Here's what you can do:
Method 1: Copying files via ADB:
adb pull /sdcard/ C:\Android_Backup\
This command will copy all files from the internal memory (photos, videos, documents) to a folder C:\Android_Backup\.
Method 2: Backing up applications:
adb backup -apk -obb -shared -all -f C:\backup.ab
Create file backup.ab with settings and application data (does not work on Android 8.0+ without root access).
Method 3: Connecting a mouse and manual transfer:
- Connect the mouse via OTG.
- Open
FilesorGallery. - Drag important files to a flash drive or to the cloud (Google Drive, Yandex Disk).
Method 4: Extract contacts and SMS:
adb pull /data/data/com.android.providers.contacts/databases/contacts2.db
adb pull /data/data/com.android.providers.telephony/databases/mmssms.db
These commands will copy databases with contacts and SMS (requires root access).
Even if the screen does not work, the data can be saved via ADB or OTG mouse. The main thing is not to perform a reset before attempting a backup!
FAQ: Frequently asked questions about resetting Android without a screen
Is it possible to reset a phone if it does not turn on at all?
If the phone does not respond to charging and does not vibrate when pressing buttons, a software reset is not possible. In this case, the board needs to be repaired or the battery replaced. Try:
- Connect to another power supply (for example, from Power Bank).
- Hold down the power button for 30+ seconds (sometimes it helps with freezing).
- Contact a service center for diagnostics.
How to find out that the reset was successful if the screen is not is it working?
Signs of a successful reset:
- The phone vibrates longer than usual (1-2 seconds) after rebooting.
- Loading sound Android (characteristic melody).
- When connection to the computer is defined as a new device (for example,
Samsung SM-...instead of the user name). - If it was previously configured Find My Device, the phone will disappear from the list of devices in the account Google.
To check the functionality, connect the headphones - a greeting sound should sound Android.
Will does reset work on a phone with custom firmware?
Yes, but there are nuances:
- If installed TWRP or another
Recovery, use it to reset (Wipe โ Format Data). - On some firmware (for example, LineageOS) after the reset, you will need to re-flash
GApps. - If the phone was locked (re-locked bootloader), the reset may lead to
bootloop(cyclic reboot).
We recommend before reset, make a backup via TWRP:
adb pull /sdcard/TWRP/BACKUPS/
What should you do if, after resetting, the phone asks for the old PIN code?
This means that the reset was performed incorrectly (for example, via Fastboot without clearing userdataSolutions:
- Repeat reset after
Recovery(method 1). - If you know the PIN, enter it. If not, try standard combinations (
0000,1234). - For Samsung use Samsung Find My Mobile (account required Samsung):
1. Go to findmymobile.samsung.com2. Select the device โ "Unlock".
3. Enter a new PIN.
For other brands, flashing via Odin (Samsung) or Fastboot.
Is it possible to reset the phone through a computer without ADB?
Yes, but only for some brands:
- ๐ฑ Samsung: use the app Samsung Smart Switch (there is a reset option in the menu).
- ๐ฑ Xiaomi: Mi PC Suite allows you to reset the device when connecting to an account Mi.
- ๐ฑ Huawei: HiSuite has a recovery function, but requires authorization.
For other brands without ADB reset is possible only through Recovery or Fastboot.