Your Androidsmartphone stopped turning on after dropped, updated or battery drained? Donโt rush to panic - even if the screen remains black, there is still a chance to get your photos, messages and documents back. In 80% of cases, data is saved in the device's memory, even when the system does not start. The main thing is to act correctly and not to aggravate the situation.
In this article we will look into non-working Android: from simple ones (removing the memory card) to complex ones (working with 5 proven methods for data recovery from a broken Android: from simple (removing a memory card) to complex (working with EDL mode via a PC). You will learn what tools you will need, how to avoid mistakes when connecting to your computer, and when to contact a service center. And also - what actions are guaranteed to destroy your files, even if the phone can still be saved.
Why Android does not turn on, but data can be recovered
The smartphone may not respond on the power button for dozens of reasons - from a banal battery discharge to damage to the motherboard. However, in most cases device memory (eMMC/UFS chip) remains intact, which means the files can be extracted. Here are the key scenarios in which recovery is possible:
- ๐ Discharged or faulty battery โthe phone does not receive power, but the memory chips are intact.
- ๐ฑ Firmware failure (for example, after an unsuccessful update)โthe system does not boot, but the partition
/datanot affected. - ๐ง Moisture ingress โif corrosion has not yet spread to the memory chips.
- ๐ Problems with the charging port โthe phone does not charge, but the data is saved.
Critical cases when recovery is unlikely:
- ๐ฅ Physical memory damage (for example, after a strong shock or overheating).
- ๐งฒ Complete erasure of data via
fastboot erase userdataor similar commands. - ๐ ๏ธ Unprofessional repairwhich damaged the memory contacts.
โ ๏ธ Attention: If the phone fell into the water, do not connect it to the charger and do not try to turn it on! A short circuit can permanently damage the memory. First, dry the device in rice or silica gel for 24-48 hours.
Method 1: Removing the memory card (SD or SIM)
The simplest and safest method - if your data was stored on microSDcard or SIM. Many users forget that photos, music and documents can be saved to a removable drive, and not to internal memory.
How to remove the card:
- Find the tray SIM/microSD (usually on the side of the device).
- Use a paper clip or a special key to open the tray.
- Carefully remove the card and insert it into another phone or card reader.
If the tray does not open (for example, due to mechanical damage), try:
- ๐ง Carefully pry off the cover of the tray with a plastic card (not metal!).
- ๐ฑ Use another smartphone with a similar tray as a โdonorโ.
- ๐ ๏ธ Contact the service - the technicians will open the case without the risk of damaging the card.
โ ๏ธ Attention: If the card was encrypted through the Android settings (the "SD Card Encryption" option), the data on it will not be accessible without the phone password. In this case, proceed to other methods.
โ๏ธ What to check before removing the card
Method 2: Connect to a PC via USB (if the phone is detected)
If the smartphone somehow responds to charging (the indicator lights up, vibrates) or goes to download mode (Fastboot/Recovery), there is a chance that the PC will recognize it. In this case, you can use standard protocols MTP or ADB.
Step 1. Check the phone's response:
- ๐ Connect the phone to charge for 10-15 minutes. If the charging indicator appears, try connecting to the PC.
- ๐ฑ Press the combination to enter Recovery (usually
Power + Volume Up). If the menu appears, selectMount USBorADB Sideload.
Step 2. Connect to the computer:
- ๐ฅ๏ธ Use the original cable (cheap ones often do not transmit data).
- ๐ Try different USB ports (preferably
USB 2.0on the back panel of the PC). - ๐ ๏ธ Install drivers for your model (download from the manufacturer's website, for example, Samsung USB Driver or Xiaomi Mi PC Suite).
Step 3. Data recovery:
- ๐ If the phone is detected as a drive, copy the files manually.
- ๐ If not, use
ADB(instructions below).
adb pull /sdcard/ C:\Android_Backup\
This command will copy the contents of the internal memory (/sdcard/) to disk C: to folder Android_Backup.
| Scenario | Phone reaction | Possible solution |
|---|---|---|
| Phone vibrates when USB is connected | Charging is in progress, but the screen is black | Try ADB or apps like Dr.Fone |
| The red indicator is on | The battery is low | Charge 20-30 minutes, then reconnect |
| The phone is heating up | Short circuit or firmware failure | Disconnect immediately! Contact service |
If the phone is detected as Qualcomm HS-USB QDLoader 9008, this means that it has entered EDL mode. In this case, specialized software will be required to restore data (for example, UFED or Octopus Box).
Method 3: Using Fastboot and ADB mode
If the phone does not turn on, but responds to the combination of buttons to enter Fastboot (usually Power + Volume Down), you can try to extract data through Android Debug Bridge (ADB). This method works even if the system does not boot.
What you will need:
- ๐ฅ๏ธ Computer with installed ADB i Fastboot (download Platform Tools from Google).
- ๐ Original USB cable.
- ๐ฑ Phone in mode
Fastboot(Android robot or the inscription should be lit on the screenFastboot mode).
Step-by-step guide:
- Connect your phone to the PC and open the command line in the folder with ADB.
- Check the connection:
fastboot devicesIf the device is displayed, proceed further.
- Reboot the phone in Recovery:
fastboot reboot recovery - In the menu Recovery select
Mount USBorADB Sideload. - Copy data:
adb pull /data/media/0/ C:\Backup\
If adb pull doesn't work, try an alternative method via dd (requires root-rights):
adb shellsu
dd if=/dev/block/mmcblk0pXX of=/sdcard/backup.img
Replace mmcblk0pXX with the current partition (you can find out through ls /dev/block/mmcblk0*).
โ ๏ธ Attention: Commandsddandfastboot erasecan permanently erase dataif you enter the wrong section. Do not experiment if you are not sure!
What to do if ADB requires authorization?
If the message "Authorize" appears when connecting USB debugging?", but the screen does not work, try:
1. Connect the phone to another PC (where authorization was previously).
2. Use adb pair (for Android 11+).
3. Restore access via TWRP Recovery, if it is installed.
Method 4: Recovery through service modes (EDL, Download Mode)
If the phone does not respond to buttons or is stuck on the logo, but the PC โseesโ it as Qualcomm HS-USB QDLoader 9008 or MediaTek Preloader, this means that he entered into emergency loading mode (EDL or Download Mode). This is a chance to recover data using specialized software.
What tools are suitable:
- ๐ ๏ธ UFED (Cellebrite) - a professional solution for law enforcement agencies, but there are pirated versions.
- ๐ง Octopus Box or Z3X - require the purchase of a license.
- ๐ป QPST (for Qualcomm) or SP Flash Tool (for MediaTek) - free, but difficult to set up.
Instructions for QPST (Qualcomm):
- Download and install QPST + drivers Qualcomm.
- Connect the phone in
EDL(usuallyVolume Up + Volume Down + USB). - Run QPST Configuration โ
Add Port. - Open Memory Debug and save the memory dump (
Read Memory). - Use Hex editor (for example, HxD) to extract files from the dump.
For MediaTek will do SP Flash Tool:
- Select
Readbackand specify the memory region (USERDATA). - Save the image and analyze it via 7-Zip or FTK Imager.
โ ๏ธ Attention: Working with EDL-mode requires knowledge of the memory architecture of your phone. An error in the settings can lead to complete erasure of data or "bricking" the device.
If the phone is detected as Qualcomm 9008 or MediaTek Preloader, this means that the memory controller is still functioning. In this case, the chances of data recovery are 60โ80% with the right approach.
Method 5: Contacting a service center
If independent attempts are unsuccessful. success, or the phone has physical damage (for example, after a fall or flooding), the best option is to contact professionals. Service centers use:
- ๐ฌ Chip-off method โ removing the memory chip and reading data on the programmer.
- ๐ฅ๏ธ JTAG โconnecting to the test contacts on the board for direct memory access.
- ๐ ๏ธ Specialized software (for example, Cellebrite UFED or Oxygen Forensic).
How to choose a reliable service:
- ๐ Look for centers with experience restoration data (not just repairs!).
- ๐ฐ Check the cost diagnostics โsome services charge money even if recovery is impossible.
- ๐ Ask confidentiality guarantee โyour data should not be included in third parties hands.
Average prices for restoration (2026):
| Type of damage | Restoration method | Cost, โฝ |
|---|---|---|
| Firmware failure | ADB/EDL | 1 500โ3 000 |
| Damaged connector | Soldering + reading | 3 000โ6 000 |
| Chip-off (memory extraction) | Programmer | 8 000โ20 000 |
| Flooding (without corrosion) | Cleaning + JTAG | 5 000โ12 000 |
โ ๏ธ Attention: If the phone was encrypted (for example, via File-Based Encryption in Android 10+), even the service center will not be able to extract the data without your PIN code or password.
What you should not do to avoid losing your data forever
Some actions can irretrievably destroy your files, even if they could initially be restored. Here is what is strictly prohibited:
- ๐ฅ Try to flash the phone via Fastboot or Odin without a backup. Commands like
fastboot erase userdataerase the data partition. - ๐ Connect to non-original chargers โvoltage surges can damage the memory.
- ๐ฆ Dry the phone with a hair dryer or in the microwave โthis will accelerate corrosion of the contacts.
- ๐ ๏ธ Disassemble the case without experience โrisk of damaging the cables or microcircuit.
- ๐ฑ Click "Reset settings" in Recovery - this will format the internal memory.
Also avoid:
- ๐ Multiple reboots โif the phone is stuck on the logo, each attempt to turn on can overwrite the data.
- ๐ด Using "recovery" apps like Recuva or EaseUS directly on the phone - they often spoil the file structure.
If the phone does not turn on after the update, do not try to install custom firmware (Custom ROM)! This will overwrite the partition /datawhere your files are stored. Better use ADB or contact the service.
FAQ: Frequently asked questions about data recovery
Is it possible to recover data if the phone is not detected by the computer?
Yes, but only if the problem is in connector or firmware. In this case, it will help:
- ๐ง Replacing the USB port (if physically damaged).
- ๐ฅ๏ธ Connection via JTAG or Chip-Off (at the service center).
If the phone does not respond at all (no vibration, does not heat up), most likely the motherboard is damaged, and the chances are minimal.
How to recover data from a phone that requires a password when connecting to a PC?
If an unlock request appears on the lock screen, but the screen does not work:
- ๐ฑ Try connecting via ADB in
Recovery(if it is enabled). - ๐ Use Android Device Manager (if it was previously enabled
Find My Device). - ๐ ๏ธ Contact the service - some centers can bypass blocking through EDL (but this violates Google policy).
Starting from Android 11, data on encrypted devices without password recovery impossible.
How much does it cost to restore data in a service center?
The cost depends on:
- ๐ฑ Phone models (for example, Samsung s Exynos cheaper than Qualcomm).
- ๐ง Type of damage (logical failure is cheaper than chip-off).
- ๐ Data volume (sometimes they charge for 1 GB).
Average bill: from 3 000 โฝ for a simple failure to 20 000 โฝ for removing memory from a damaged board.
Is it possible to recover deleted files after a reset settings?
Technically yes, but with reservations:
- ๐ If the reset was done through
Settings โ Reset, the data can be restored with apps like DiskDigger or 7-Data Recovery, but only before the first rewrite. - ๐ซ If the reset is performed through
Fastbootor Recovery (wipe data, the chances are close to zero - the data is overwritten with zeros.
In any case do not write new files to the phone after the reset!
What apps are best to use for recovery?
Recommended software (from simple to complex):
- ๐ป Dr.Fone (Wondershare) โ simple interface, suitable for beginners.
- ๐ ๏ธ 7-Data Android Recovery โ supports root access.
- ๐ Autopsy โ for deep analysis (requires skills).
- ๐ฑ TWRP + ADB โ if custom is installed recovery.
For EDL-mode: UFED, Octopus Box or QPST.