A โโbroken smartphone is always stressful, especially if it stores important photos, contacts or work documents. The situation is aggravated when the device does not turn on, does not respond to charging, or has a broken screen with a non-functioning sensor. However, even in such cases, the chances of getting data back remain high. The main thing is to act consistently and avoid common mistakes that can permanently block access to the phone's memory.
In this article we will examine 5 proven methods extracting information from a damaged Androiddevice, including methods for phones with physical breakdowns (broken screen, broken buttons) and software failures (cyclic reboot, "brick"). We will pay special attention data security to how not to lose files when trying to recover and when it is better to contact specialists. All instructions are adapted for users without technical skills, but taking into account the nuances of different versions. question: Android (from Android 5.0 to Android 14).
Before you begin, ask yourself two key questions:
1. Does the phone respond to connecting to charging (vibrates, the indicator lights up)?
2. Has the device been turned on USB debugging (in Settings โ For developers)?
The choice of method depends on the answers - some methods work only with active debugging, others are suitable even for completely โdeadโ devices.
1. Connecting via USB: basic method for phones with a working screen
If the phone screen is intact, but the device does not respond to touch (for example, due to a damaged sensor), the easiest way is to connect it to the PC via cable. This method is also suitable if the phone turns on, but does not boot completely (stuck on the logo or reboots cyclically).
You will need: โข Original USB cable (preferably the one that came with the phone). โข Computer running Windows 10/11 or macOS. โข app Android File Transfer (for Mac) or drivers ADB (for Windows).
- ๐ Connect the phone to the PC using a USB cable. If the screen works, unlock the device (by capabilities).
- ๐ฑ On your phone, select the file transfer mode: in the notification shade, tap on the option
USB chargingโFile transfer (MTP). - ๐ป On your computer, open
This computer(Windows) or Android File Transfer (Mac). The phone should appear as a removable drive. - ๐ Copy the necessary files (photos, videos, documents) to a safe place on your PC.
If the phone is not detected as a drive, try:
โข Reconnect the cable to another USB port (preferably USB 3.0).
โข Use a different cable - cheap non-original cables often do not support data transfer.
โข Install drivers Google USB Driver (for Windows) or update Android SDK Platform-Tools.
โ ๏ธ Attention: If the phone is locked with a pattern or PIN code and the screen does not respond to touches, this method will not work. In this case, proceed to methods 3 or 4.
Use the original cable|Check the USB port on your computer|Unlock the phone (if possible)|Install ADB drivers for Windows-->
2. Extracting data using ADB (for phones with debugging enabled)
Android Debug Bridge (ADB) is a tool for interacting with the device via the command line. It allows you to copy files even from a locked phone if it was previously activated. USB debuggingThe method is suitable for devices that turn on but do not respond to the sensor or have a broken one. screen.
Before you start, make sure that:
โข On your phone USB debugging (path: Settings โ About phone โ Build number (tap 7 times) โ Settings โ System โ For Developers โ USB Debugging).
โข Installed on PC ADB Tools (download Platform-Tools from the official website Google).
- ๐ง Connect your phone to the PC and open
Command Line(Windows) orTerminal(Mac/Linux). - ๐ Go to the folder c ADB (for example,
cd C:\platform-tools). - ๐ Enter the command
adb devicesto check the connection. If the phone is displayed, do: - ๐ค To copy all photos:
adb pull /sdcard/DCIM/ C:\Backup\Photos
To copy other folders, replace /sdcard/DCIM/ to the desired path:
โข Contacts and SMS: /data/data/com.android.providers.contacts/databases/ (required rootrights).
โข Downloads: /sdcard/Download/.
โข WhatsApp: /sdcard/WhatsApp/Databases/.
โ ๏ธ Attention: If the phone is not displayed in listadb devices, try rebooting it into theFastbootmode (pressPower + Volume down) and executefastboot devices. If this does not help, USB debugging is most likely disabled.
How to enable USB debugging on a locked phone?
If debugging was not enabled in advance, activate it on locked device is not possible without unlocking the screen. The exception is phones with a connector OTG, where you can connect a mouse and unlock the pattern. To do this:
1. Buy OTG adapter (costs ~200 rubles).
2. Connect a USB mouse to your phone.
3. Unlock the screen using the mouse cursor.
4. Enable USB debugging in the settings.
3. Using Recovery mode to copy files
If the phone does not boot, but responds to buttons (vibrates when pressed), try entering the mode Recovery. This method allows you to connect the device as a drive or create a backup copy of your data. Suitable for most phones Samsung, Xiaomi, Huawei and other brands.
Instructions for logging in Recovery:
โข Turn off the phone (press Power + Volume up for 10 seconds).
โข Press the combination buttons: (hold for 10 seconds).
Samsung: Power + Volume up + Bixby.
Xiaomi/Redmi: Power + Volume up.
Huawei/Honor: Power + Volume up (hold for 10 seconds).
โข On the menu Recovery select Mount /system or Apply update from ADB (control with volume buttons, selection with power button).
- ๐ If available option
Backup user data, select it - the phone will create a backup copy on the memory card (if it is installed). - ๐ฅ๏ธ If there is
Mount /system, connect the phone to the PC - it can be detected as a drive. - ๐ก For ADB-access, select
Apply update from ADB, then on the PC do:adb pull /sdcard/ C:\Backup\
Important: On some phones (for example, Samsung s One UI) in Recovery may require entering PIN code. If the screen does not work, this method will not work.
| Phone brand | Combination to enter Recovery | Does it support file copying |
|---|---|---|
| Samsung (with Exynos) | Power + Volume up + Bixby |
Yes (via Mount or ADB) |
| Xiaomi/Redmi/POCO | Power + Volume Up |
Yes (via ADB sideload) |
| Huawei/Honor | Power + Volume up (10 sec) |
Partially (requires unlocking) |
| Google Pixel | Power + Volume down โ Recovery Mode |
Yes (via ADB) |
4. Retrieving data from a phone that does not turn on (method "chip-off")
If the phone is completely dead (does not respond to charging, does not vibrate, does not heat up), but you are sure that the problem is not in the battery, the only reliable method remains - direct connection to the memory chip (chip-off). risks and cost.
Chip-off implies: โข Removing the chip eMMC or UFS (depending on the phone model) from the board. โข Connecting it to the programmer (for example, EasyJTAG, RIFF Box). โข Reading data directly from the chip and saving it to the PC.
- ๐ ๏ธ Pros: Works even if the phone is recessed, burned or broken into smithereens.
- โ ๏ธ Cons: High risk of damage to the chip if removed unprofessionally. Cost of service - from 3,000 to 10,000 rubles.
- ๐ When to choose: If not the phone had critical data (for example, only photographs or work documents), and other methods did not help.
Where to look for specialists:
โข Service centers with equipment for JTAGrestoration (ask about experience with your model telephone).
โข Data recovery laboratories (for example, HDD Recovery, Data Recovery).
โข Private masters at Avito or YouDo (check reviews and ask for guarantees).
โ ๏ธ Attention: Some "masters" offer cheap extracting data using a soldering iron and improvised means. This almost always ends in irretrievable loss of information. Chip-off requires precise equipment and experience!
Before sending the phone to the service, ask to see the equipment for chip-off. wires.
5. Cloud backups: how to restore data without a phone
If synchronization with Google Account, Samsung Cloud, Mi Cloud or other cloud services was enabled on your phone, you can restore some of the data without physical access to the device. This method will not return 100% of the information, but it will help you get contacts, photos, notes and some. settings.
What can be restored from the cloud:
โข Google Account: contacts, calendar, mail, Chrome bookmarks, photos (if enabled Google Photos).
โข Samsung Cloud: SMS, calls, photos, applications (for phones Samsung).
โข Mi Cloud: contacts, SMS, notes, photos (for Xiaomi).
โข iCloud (if linked Apple ID on Android): photos and contacts.
- ๐ Go to the cloud service website:
Google:
https://myaccount.google.comโData management and personalizationโDownload data. Samsung:https://account.samsung.comโCloud and accountโRecover. - ๐ Log in using the same account that was linked to the phone.
- ๐ฅ Select categories of data to restore (for example,
Contact,Photo) and download the archive.
Method limitations: โข Photos are restored only if auto-sync was enabled in Google Photos or similar service. โข SMS and call logs are not synchronized on all phones (for example, Xiaomi and Samsung support this, but Google Pixel do not). โข Local files (downloads, documents) to the cloud are not are saved.
โ ๏ธ Attention: If two-factor authentication (2FA) was enabled on your phone, you may need a code from SMS to log into the cloud. If the phone does not work, it will be difficult to restore access - save backup codes in advance!
Cloud backups are the fastest way to return part of the data, but they only work if synchronization was enabled BEFORE the phone broke.
6. Alternative methods: OTG, memory card and service centers
If none of the above methods work, consider additional options. They are less universal, but may work in specific situations.
6.1. Connection via OTG (for phones with a working USB port)
If the screen does not work, but the USB port is working, you can connect to a phone OTG adapter with a flash drive or card reader. This method will work if:
- ๐ฑ The phone turns on and boots (albeit without displaying it on the screen).
- ๐ The option
Transferring files via USB(orMTP). - ๐พ There is an OTG adapter and a flash drive with a file system
FAT32.
Connect the flash drive via OTG, wait for the sound signal (if the phone makes sounds when connecting devices) and copy the data โblindlyโ. To do this, remember in advance. sequence of actions (for example, โopen Explorer โ select DCIM folder โ copy to USB flash driveโ).
6.2. Removing the memory card (if it was installed)
If there was a card in the phone microSD, it can be removed and read on another device:
โข Carefully remove the SIM card tray (use a paperclip or a special key).
โข Insert the card into the card reader and connect to the PC.
โข Copy the data (usually photos and videos are stored in a folder DCIM).
6.3. Contacting the service center manufacturer
Some official service centers (for example, Samsung, Xiaomi) offer a service for retrieving data from damaged devices. The cost varies from 1,500 to 5,000 rubles, but there is a chance to return information without the risk of permanently losing it. Check the details by phone - some centers only work with phones under warranty.
| Method | When suitable | Difficulty | Cost |
|---|---|---|---|
| USB connection (MTP) | The screen works, the phone turns on | Low | Free |
| ADB (USB debugging) | Debugging was enabled, the phone responds to connection | Medium | Free |
| Recovery Mode | The phone does not boot, but responds to buttons | High | Free |
| Chip-off (direct reading of the microcircuit) | The phone does not turn on, data is critical | Very high | 3,000โ10,000 rub. |
| Cloud backups | Synchronization was enabled before the failure | Low | Free |
Common errors and how to avoid them
When In attempts to save data, users often make the situation worse. Here are 5 critical errorswhich can lead to irretrievable loss of information:
- ๐ Continuing to use the phone after a fall. If after physical damage the phone is still working, do not try to use it - this can accelerate the failure of the memory chip.
- ๐ฅ Connecting to a faulty charger. Power surges can damage the memory controller. Use only original cables and power supplies.
- ๐ ๏ธ Disassemble the phone yourself. Without experience, it is easy to damage cables or microcircuits. If you need data, donโt take risks.
- ๐ฑ Reset to factory settings. This erases all data without the possibility of recovery (except in cases with chip-offs).
- ๐ฆ Attempts to dry the sunken phone with a hairdryer or rice. This does not work and often leads to corrosion of the contacts. Take the phone to the service within 24 hours.
If the phone is sunk or exposed to moisture: โข Turn it off immediately (do not press the buttons to avoid short circuit). โข Blot the moisture with a napkin (do not rub!). โข Put the phone in a bag with silica gel (not rice!) for 12-24 hours. โข Do not turn it on until it is completely dry - take it to the service.
If the phone does not turn on after being dropped, do not try to charge it โto checkโ. Repeated attempts to turn on may damage the board. Itโs better to immediately take it to the service for diagnostics.
FAQ: Answers to frequently asked questions
Is it possible to extract data from a phone that has a broken screen and a sensor that does not work?
Yes, if the screen displays the image at least a little (even with cracks), connect the phone to the PC via USB and use the mouse via OTG adapter to unlock. If the screen is completely black, but the phone turns on, try the method with ADB (if debugging was enabled) or mode Recovery.
The phone does not turn on and does not respond to charging. Is there a chance to get the data back?
There are chances, but they depend on the cause of the breakdown: โข If the problem is in the battery (the phone does not heat up or vibrate), try connecting it to a known working charger for 30-60 minutes. Sometimes the battery is discharged to zero, and it takes time to โwake upโ. โข If the phone does not show signs of life (does not heat up, does not vibrate), a chip-off (direct reading of the memory chip) will be required. Contact a specialized laboratory.
Data encryption was enabled on the phone. Is it possible to recover them?
Encryption complicates recovery, but does not make it impossible:
โข If the phone turns on and you know the PIN code/password, the data can be copied via ADB or MTP.
โข If the phone does not turn on, decryption will require a chip-off using specialized software (for example, UFS Explorer). This is expensive (from 10,000 rubles) and not always successful.
Is it worth trying to recover data yourself or is it better to immediately contact the service?
Try it yourself only if: โข The phone turns on and responds to connection to the PC. โข You are sure that you will not aggravate the breakdown (for example, you will not disassemble the phone without experience). โข The data is not critical (there are backup copies).
Contact the service, if: โข The phone does not turn on or has physical damage to the board. โข Unique data was stored on the phone (for example, only photographs). โข You are not confident in your actions - one mistake can make recovery impossible.
How to avoid data loss in the future?
To avoid encountering this problem again:
โข Enable automatic synchronization with Google Photos i Google Drive.
โข Regularly (once a month) copy important files to a PC or external drive.
โข Use cloud services for backup copying SMS and contacts (SMS Backup & Restore for Android).
โข Enable USB debugging (this will take 2 minutes, but will save data in the future).
โข Install a remote control application (for example, TeamViewer QuickSupport) so that in case If there was a breakdown, you could copy files remotely.