A broken or non-functional smartphone screen is one of the most unpleasant breakdowns, especially if important data is stored on the device: photos, contacts, documents or work files. The situation gets worse when the touchscreen does not respond to touches and the display remains black or shows only artifacts. However, even in this case, there are several proven ways to retrieve information without the risk of losing it.
In this article we will look at all current data transfer methods from Android and iPhone to laptop when the screen is not working - from simple solutions using a USB cable to advanced techniques via ADB, iTunes or cloud services. We will pay special attention to the nuances for different models (Samsung, iPhone, Xiaomi etc.), and also warn against typical mistakes that can lead to complete data loss.
1. Preparation: what to do before extracting data
Before you start transferring files, it is important to assess the condition of your phone and prepare the necessary tools. This determines which method will be most effective.
First, check does the phone respond to being connected to a charger?. If you hear a connection sound (on Android) or vibration when you connect the cable to a laptop or outlet, then the device is turned on and can be recognized as a drive. If there is no response, try holding down the power button for 10-15 seconds to force a reboot.
- 🔌 USB cable: Use the original cable from your phone (or a certified one USB-Type C/Lightning). Cheap analogues may not transmit data.
- 💻 Laptop: drivers for your phone model must be installed on it (especially important for Samsung, Huawei, Xiaomi).
- 🔄 OTG adapter: needed if the screen does not respond to touch, but the phone is turned on (to connect a mouse or keyboard).
- ☁️ Cloud access: If synchronization with Google Drive, iCloud or Mi Cloud, data can be recovered without a direct connection.
⚠️ Attention: If the phone has been locked with a pattern or PIN code and the screen does not work, do not try to enter the password at random - after 5-10 unsuccessful attempts, the device may be locked forever (especially on the iPhone). In this case, go straight to the methods using ADB or iTunes.
It is also worth considering that on some models (for example, Samsung Galaxy with Android 11+) function is enabled by default USB Debugging only after unlocking the screen. If it was disabled, data transfer via ADB becomes impossible - you will have to use alternative methods.
- Android (Samsung, Xiaomi, etc.)
- iPhone (iOS)
- Huawei/Honor
- Other brand
- I don't know
2. Method 1: Connecting the phone to the laptop as an external drive (USB Mass Storage)
The easiest method is to connect your phone to your laptop via USB and copy the files as if from a flash drive. However, it only works if three conditions are met:
- The phone is turned on and recognized by the computer.
- On device screen lock disabled (or it was unlocked before the breakdown).
- The mode is enabled in the developer settings
USB Debugging(for Android).
If the conditions are met, follow the instructions:
- Connect your phone to your laptop using the original cable.
- On your laptop, open
This computer(My Computer) - the phone should appear as a removable disk (for example,Galaxy S21orInternal Storage). - Go to folders
DCIM(photo/video),Downloads(downloads) orDocumentsand copy the necessary files.
| Device | Folder with photos | Contacts folder | Message folder |
|---|---|---|---|
| Android (Samsung, Xiaomi, etc.) | DCIM/Camera |
data/com.android.providers.contacts (requires root) |
data/com.android.providers.telephony (requires root) |
| iPhone (iOS) | Synchronized via iTunes or iCloud | Only through iTunes or iCloud | Only through iTunes or iCloud |
| Huawei/Honor | DCIM/Huawei/Camera |
data/com.huawei.contacts (requires root) |
data/com.huawei.android.hsf (requires root) |
⚠️ Attention: If your phone is not detected as a storage device, try changing the connection mode. On Android, to do this you need to select Transferring files (File Transfer). But since the screen is not working, this method may not work - move on to the next method.
☑️Preparing for connection via USB
3. Method 2: Using OTG adapter and external mouse/keyboard
If the phone screen does not respond to touches, but the image is displayed (albeit with defects), you can connect USB mouse or keyboard via OTG adapter. This will unlock the device and enable data transfer mode.
For this method you will need:
- 🔌 OTG adapter (For example, USB-C to USB-A or Micro-USB to USB-A).
- 🖱️ USB mouse (wired or wireless with USB receiver).
- 💻 Laptop with a USB port for connecting a phone.
Step by step instructions:
- Connect the OTG adapter to the phone and the mouse to the adapter.
- If the screen shows any interface, the mouse cursor should appear on the display.
- Use your mouse to unlock your phone (if you have set a PIN or pattern).
- In the notification shade, select the mode
Transferring files(on Android) orTrust this computer(on iPhone). - Connect your phone to your laptop and copy the data.
This method works on most Android devices (Samsung, Xiaomi, Google Pixel etc.), but may not work on iPhone, since iOS does not support OTG mice without additional adapters (for example, Lightning to USB Camera Adapter).
If the mouse is not detected, try connecting a keyboard - sometimes the phone recognizes it faster. Click Tab or arrows to navigate through the menu.
4. Method 3: Transfer data via ADB (for Android)
Android Debug Bridge (ADB) is a debugging tool for Android devices that allows you to control your phone through the command line on your laptop. The method is suitable if:
- 📱 On the phone Developer mode and USB Debugging are enabled (even if the screen does not work).
- 🔌 The phone is detected by the laptop (at least as an unknown device).
- 🔒 The device is not locked with a PIN code (or you know the code).
Instructions for extracting data via ADB:
- Download and install Android SDK Platform-Tools to a laptop.
- Connect your phone to your laptop and open
Command line(Windows) orTerminal(macOS/Linux) in the folder withadb.exe. - Enter the command to test the connection:
adb devicesIf the phone is recognized, you will see its serial number.
- Copy the files you need (for example, all photos from the folder
DCIM):adb pull /sdcard/DCIM/ C:\PhoneBackup\Photos
To extract contacts and SMS rights will be required root, since this data is stored in protected folders. If you don't have root access, you can export your contacts to a file .vcf via ADB:
adb shell content query --uri content://com.android.contacts/contacts > contacts.vcf
⚠️ Attention: if when entering a commandadb devicesthe phone is not displayed, check the drivers (especially for MediaTek-processors) or try rebooting the device intoFastboot(pressPower + Volume Down).
How to enable USB Debugging if the screen does not work?
If debug mode has not been enabled in advance, it cannot be activated without the working screen. The only way out is to use an OTG mouse (method 2) or contact a service center to unlock it.
5. Method 4: Data Recovery via iTunes (for iPhone)
For owners iPhone with a non-working screen, the main way to transfer data is to use iTunes (on Windows/macOS) or Finder (on macOS Catalina and later). This method allows you to create a backup copy from which you can later retrieve contacts, photos and messages.
Step by step instructions:
- Install the latest version iTunes to a laptop.
- Connect iPhone to laptop via original Lightning cable.
- If an iPhone has previously been connected to this laptop, it should be detected automatically. If not, unlock it (if the screen is even slightly responsive) or use another computer to which the phone has already been connected.
- B iTunes select your iPhone (phone icon in the top menu) and click
Create a copy now. - Once the backup is complete, go to:
- 📁 Photo: they are synchronized with iCloud or stored in the backup folder (path:
%APPDATA%\Apple Computer\MobileSync\Backup\). - 📞 Contacts: export via iCloud.com or program iExplorer.
- 📁 Photo: they are synchronized with iCloud or stored in the backup folder (path:
If your iPhone is locked and the screen is not working, iTunes will prompt you to enter a password. In this case, it will only help Recovery Modebut he erases all data from the phone. So try other methods first (for example, connecting to a previously trusted computer).
iTunes backup is encrypted by default. If you forget the password for the copy, it will be impossible to recover the data - use cloud services (iCloud) as an alternative.
6. Method 5: Cloud services (Google Drive, iCloud, Mi Cloud)
If cloud synchronization was enabled on your phone, most data can be restored without directly connecting to your laptop. This method is universal and works even with a completely broken screen if the phone is connected to the Internet (via Wi-Fi or mobile data).
How to recover data via the cloud:
- ☁️ Android (Google Account):
- Go to Google Drive from a laptop.
- In the section
Backupsfind the latest copy of the phone. - Download the necessary files (photo from Google Photos, contacts from Google Contacts).
- 🍎 iPhone (iCloud):
- Go to iCloud.com and log in.
- Open
Photo,ContactsorNotesto export data. - For messages use the program iExplorer or AnyTrans.
- 📱 Xiaomi/Redmi (Mi Cloud):
- Login to i.mi.com.
- In the section
clouddownload a backup copy (if one was created).
Please note that cloud copies may be incomplete. For example, Google Photos only synchronizes media files, and iCloud by default does not save messages from instant messengers (WhatsApp, Telegram). To restore them, specialized programs will be required.
7. Method 6: Specialized programs for data recovery
If standard methods do not work, you can use programs to extract data from locked or damaged phones. They are paid, but often save in critical situations.
| Program | Supported OS | Functions | Cost |
|---|---|---|---|
| Dr.Fone | Android, iOS | Recover photos, contacts, messages (including WhatsApp) | From $50 |
| iMobie PhoneRescue | iOS, Android | Extract data from locked iPhone, restore from iTunes/iCloud | From $50 |
| Tenorshare UltData | Android, iOS | Support for damaged devices, data extraction without root | From $40 |
Example of working with Dr.Fone:
- Download and install the program on your laptop.
- Connect your phone to your laptop and select the mode
Data Recovery. - Follow the program's instructions (you may need to reboot your phone into
Download Mode). - After scanning, select the files to recover and save them to your laptop.
⚠️ Attention: some programs (for example, iMobie) require shutdown Find My iPhone on iOS devices. If the screen does not work, this can only be done through iCloud.com (provided the feature was enabled previously).
8. Last resort: retrieving data through a service center
If none of the above methods work, all you have to do is contact service center. Specialists can:
- 🔧 Connect your phone to special equipment (For example, JTAG or Chip-Off) to read data directly from memory.
- 🔄 Replace screen (if the problem is only in the display and not in the motherboard).
- 📱 Restore firmware, if the phone does not turn on due to a software glitch.
The cost of such services varies from 1,500 to 10,000 rubles depending on the complexity. For example:
- Replacing the screen with iPhone 13 — ~8,000 rub.
- Reading data via JTAG — ~5,000 rub.
- Restoring firmware to Samsung — ~2,000 rub.
Before contacting the service, make sure that the center has good reviews and works with your phone model. Some repair shops refuse to recover data from devices that have been in water or have damaged motherboards.
If your phone stores critical data (for example, work documents or unique photographs), do not skimp on the service center - independent repair attempts can lead to irretrievable loss of information.
FAQ: Frequently asked questions about transferring data from a broken phone
Is it possible to transfer data if the phone does not turn on?
If the phone does not turn on completely (no response to charging, does not heat up), the chances of data recovery are minimal. In this case, it will only help service center with specialized equipment (for example, Chip-Off to read memory directly). If the phone reacts in any way (vibrates, makes sounds), try methods with ADB or iTunes.
How to transfer data from a phone if it is locked with a PIN code?
If the screen does not work and the phone is locked, standard methods (USB, OTG) will not work. Solutions options:
- For Android: use ADB (if enabled
USB Debugging) or programs like Dr.Fone to bypass the lock (requires root). - For iPhone: connect to a previously trusted computer via iTunes or use recovery mode (but this will erase all data).
Is it possible to recover data from a phone that has fallen into water?
If the phone has been in contact with water, do not connect it to laptop or charger - this may cause a short circuit. First, dry the device in rice or silica gel for at least 24 hours. If after drying the phone does not turn on, contact a service center - independent attempts to restore it may worsen the damage.
How to transfer WhatsApp messages from a broken phone?
Messages from WhatsApp stored in an encrypted database (/data/data/com.whatsapp/databases/msgstore.db). To extract them:
- On Android: use ADB (requires root) or programs like Backuptrans.
- On iPhone: restore backup from iCloud or iTunes through iExplorer.
If there is no backup, the chances of recovering messages are extremely low.
How much does data recovery cost at a service center?
The cost depends on the type of damage and phone model:
- Screen replacement: 1,500–10,000 rub. (depending on model).
- Reading data via JTAG: 3,000–7,000 rub.
- Recovery after water: 2,000–15,000 rub. (depending on the degree of damage).
Average cost for data extraction from iPhone usually higher than with Android, due to the closed nature of iOS.