A broken or non-functional screen on a smartphone Android is one of the most unpleasant breakdowns, especially if important data is stored on the device: photos, contacts, documents or work files. Without the ability to unlock the phone or see the interface, many users lose access to information, considering it irretrievably lost. However connect Android to the computer and copy the data it is possible even with a non-working display - there are several proven methods for this.
In this article we will analyze all the current methods of accessing the smartphoneโs memory via a PC: from simple (using data-i="36">i USB debugging And MTP mode) to advanced (via ADB, Fastboot or cloud services). Each method is suitable for different scenarios: when the phone is unlocked, when USB debugging is enabled, or when the screen is completely black but the device is showing signs of life. Important: not all methods are universal โtheir effectiveness depends on the phone model, version Android and security settings.
Before you begin, make sure that your smartphone battery is at least 30% charged - this will prevent a sudden shutdown during the process. Also prepare a USB cable (preferably original) and a computer running Windows, macOS or Linux.
1. Connection via MTP mode (if the phone is unlocked)
The easiest way to access files is to use MTP protocol (Media Transfer Protocol). It works if:
- ๐ The phone was unlocked before the screen broke (no password required).
- ๐ USB debugging is not necessary, but on some devices connection confirmation may be required.
- ๐ฑ The device is detected by the computer as a removable storage device.
To connect:
- Connect the phone to the PC via a USB cable.
- On the computer, open
This computer(Windows) orFinder(macOS). - Your smartphone should appear in the list of devices (for example, Samsung Galaxy or Xiaomi Redmi).
- Open the phone folder and copy the necessary files.
If the phone is not displayed:
- ๐ Try a different USB cable or port.
- ๐ง On Windows update drivers via
Device Manager. - ๐ต Reboot both devices.
If the phone vibrates or makes a sound when connected, but is not detected as a drive, try holding button Volume up + Power for 10 seconds - this may reset USB settings.
โ ๏ธ Attention: On some devices (for example, Huawei or OnePlus), when you first connect, you need to confirm your trust in the computer on the phone screen. If the screen does not respond, this method will not work - move on to the next one.
2. Using ADB (Android Debug Bridge) for unlocked devices
ADB (Android Debug Bridge) is a powerful tool for managing Androiddevices via the command line. It will help if:
- ๐ง The phone was turned on USB debugging before the screen broke.
- ๐ฒ The device is unlocked (no PIN/password request).
- ๐ฅ๏ธ Drivers are installed on the computer ADB.
Instructions:
- Download Platform Tools (official package from Google) and unpack the archive.
- Connect the phone to the PC and open
Command Line(Windows) orTerminal(macOS/Linux) in the folder withadb. - Enter the command to check the connection:
adb devicesIf the device is displayed in the list, go further.
- Copy the files from the phone to the PC:
adb pull /sdcard/ C:\AndroidBackup\(replace the path with the desired one).
If adb devices returns unauthorized, it means that trust in the computer has not been confirmed on the phone. In this case ADB will not work โtry other methods.
โ๏ธ Preparing to work with ADB
โ ๏ธ Attention: Commandsadb shellwith rightsrootcan harm the system. Do not use them if you are not sure of the actions. Basic commands are enough to copy files.
3. Bypass screen lock via Fastboot (for unlocked bootloader)
If the screen is completely black, but the phone turns on (vibrates, indicators are on), you can try to boot into Fastboot mode and copy the data. This method is suitable for devices with unlocked bootloader (for example, after flashing custom software).
Steps:
- Turn off the phone (hold
Power+Volume down10โ15 seconds). - Press
Nutrition+Volume downto enter data-i="127">PowerFastboot Mode. - Connect the phone to the PC and check visibility in
Fastboot:fastboot devices - If the device is detected, use the command to temporarily load a custom one recovery (for example, TWRP):
fastboot boot twrp.img(file
twrp.imgneeds to be downloaded in advance for your model). - Connect to the PC via TWRP connect to PC via
MTPor useADBto copy files.
This method requires technical skills and is not suitable for all models. On devices with a locked bootloader (for example, Samsung Knox or Xiaomi with Mi Account) it will not work.
| Phone model | Fastboot support | Ability to unlock bootloader |
|---|---|---|
| Google Pixel | Yes | Yes (via fastboot flashing unlock) |
| Samsung Galaxy (with Knox) | Yes | No (blocking at the hardware level) |
| Xiaomi Redmi | Yes | Yes (you need an account Mi and wait 7 days) |
| OnePlus | Yes | Yes (unlocking via fastboot oem unlock) |
โ ๏ธ Attention: Unlocking the bootloader resets all data on the device. Use this method only if you are ready to lose information or are sure that you can restore it later.
4. Access through cloud services (Google Drive, Samsung Cloud)
If it was turned on on the phone synchronization with the cloud, you can access files without connecting to a PC. This method works even if the screen does not respond, but requires:
- ๐ An active Internet connection on the phone (via a mobile network or Wi-Fi).
- ๐ Access to account Google or manufacturer (Samsung, Huawei etc.).
- โ๏ธ Enabled synchronization (photos, contacts, documents).
How to check:
- Log in from your computer to Google Drive or Samsung Cloud.
- Login using the same account as on your phone.
- Check the folders
Backups,PhotosorDocumentsโ there may be automatic backups.
If synchronization has not been configured, try enabling it remotely via Find My Device (for Google):
- ๐ Find your phone on the map.
- ๐ Select an option
Locking the deviceand set a temporary password. - โ๏ธ In some cases, this may start data synchronization.
How to restore photos if synchronization has been disabled?
If photos were not synchronized, but on the phone was turned on Google Photos, check your trash on photos.google.com - files can be stored there for up to 60 days.
5. Specialized apps (Dr.Fone, MobieSync)
If standard methods do not work, you can use third-party utilities to recover data. Popular apps:
- ๐ ๏ธ Dr.Fone โ supports data extraction from locked devices (requires USB debugging).
- ๐ฑ MobieSync โ copies files even when the screen is black (does not work on all models).
- ๐ Tenorshare 4uKey โ removes screen lock (risk of loss data!).
Example of working with Dr.Fone:
- Install the app and connect the phone.
- Select mode
Android data recovery. - Follow the instructions on the screen (a reboot may be required c
Download Mode). - Scan the device and save the necessary files.
Disadvantages of this method:
- ๐ฐ Most apps are paid (free versions have limitations).
- ๐ก๏ธ Risk of installing malware (download only from official sites).
- โ ๏ธ Not all apps work with the latest versions Android 13/14.
โ ๏ธ Attention: apps like Tenorshare 4uKey remove the screen lock, but this can lead to factory resets and data loss. Use them only as a last resort.
6. Hardware methods (for advanced users)
If software methods do not help, hardware solutions remain. They require disassembling the phone or using specialized equipment:
- ๐ง Connecting via OTG adapter: If the screen responds to touches but is not visible, connect a USB mouse via OTG and try to unlock it. phone blindly.
- ๐ฅ๏ธ Using HDMI output: Some phones (Samsung DeX, LG) support image output to an external monitor via
USB-C โ HDMI. - ๐ Soldering screen contacts: If the problem is in the display cable, it can be temporarily soldered to access the data (requires repair skills).
- ๐พ Removing the memory chip: The last resort method is to unsolder the eMMCchip and read it through a programmer (expensive and risky).
For most users, hardware methods are not available, but they can be considered if the data is critical. The cost of such services in service centers starts from 3-5 thousand rubles.
If the phone is under warranty, do not disassemble it yourself - this will void the warranty. Contact an official service center with a request to extract the data before repair.
Common errors and how to avoid them
When trying to access data, users often encounter typical problems:
- ๐ซ "The device is not recognized": Check the cable, USB port and drivers. Try another computer.
- ๐ "Required unlocking": If the phone is locked and the screen does not work,
ADBandMTPwill not help - you need cloud backups or a reset. - โก "The phone is running low": Connect the charger during operation to avoid disconnection.
- ๐ต "Internal memory is not visible": On some phones (Xiaomi, Oppo) you need to manually allow access to files in the settings.
Critical error: trying to flash the phone via Odin or Fastboot without a backup copy will lead to complete loss of data. If the goal is to save files, do not reset or flash them before extracting them.
If none of the methods work, contact a specialized data recovery service. The cost of the service depends on the complexity:
- Reading through JTAG - from 5,000 โฝ.
- Chip removal eMMC โfrom 10,000 โฝ.
- Recovery after a resetโfrom 3,000 โฝ (if the data was not overwritten).
FAQ: Answers to frequently asked questions
Can I get access to files if the phone is turned off and does not turn on?
If the phone is completely discharged or shows no signs of life, Software methods will not help. In this case, the only remaining solutions are hardware: replacing the battery (if it is the problem) or removing the memory chip at a service center. Please note that if the board is physically damaged, the data may be lost irretrievably.
How to copy data if the phone has a pattern key?
If USB debugging was enabled, you can delete the pattern key via ADB:
adb shell rm /data/system/gesture.key
After a reboot, the lock will be reset (but this will not work on all versions Android). If debugging is disabled, try Find My Device from Google for remote unlocking or contact the service.
Do these methods work on Android 13/14?
Yes, but with reservations:
- MTP and ADB work stably.
- Some manufacturers (Samsung, Xiaomi) have tightened their security policies - confirmation on the screen may be required.
- Cloud services (Google Drive) work without changes.
- apps like Dr.Fone are regularly updated, but not all support the latest versions Android.
Is it possible to recover deleted files after a reset?
Theoretically - yes, but the chances depend on whether the data was overwritten. Use apps like DiskDigger or EaseUS MobiSaver, but keep in mind:
- Recovery is only possible with root access (on a locked phone this is difficult).
- Success depends on the type of memory (eMMC recovered worse than UFS).
- The fewer actions were performed after deletion, the higher chances.
How to avoid data loss in the future?
To avoid encountering the problem again:
- ๐ Turn on automatic synchronization with Google Drive or the manufacturer's cloud.
- ๐ฒ Regularly create backups via adb backup or Titanium Backup (requires root).
- ๐ Use USB debugging and save the file adbkey.pub from your computer to avoid confirmation requests.
- ๐พ Store important files on microSDcard (you can extract and read on another device).