As soon as the smartphone screen cracks, stops responding to touches or goes completely dark, and critical files remain inside, the Android user should immediately try to connect the device to the computer via a USB cable to save data, without panicking and using the system’s built-in capabilities to access memory even when the visual interface is not working.

Connecting a damaged gadget to personal computer often becomes the only chance to save information before sending the device to a service center or completely replacing the display. However, a simple cable connection is not enough: by default, modern smartphones block file transfer for security purposes, requiring confirmation on the screen. In this material, we will analyze in detail how to bypass this blocking, using various hardware and software methods available to the average user without deep programming knowledge.

Diagnostics of the device state before connecting

Before taking active steps to extract data, it is necessary to clearly determine the nature of the damage. The choice of connection method directly depends on whether the display matrix is ​​working, whether the sensor is responsive, or whether the charging port is functioning. If the phone vibrates when a call comes in or makes notification sounds, it means the system is working, and the task is reduced only to organizing a data transmission channel.

In the case where the screen is completely black, but the device responds to pressing the power button (vibration, sound of charging being connected), the chances of success are high. Here, support for technology USB OTG (On-The-Go) plays a key role, which allows the smartphone to act as a host for peripherals. If the connector itself is damaged USB Type-C or Micro-USB, then any software methods will be useless until the port is physically repaired.

⚠️ Attention: If the device’s battery is severely swollen or the phone overheats when you try to turn it on, do not connect it to the computer. The risk of fire or short circuit in the PC power circuit in this case is too great.

It is also worth checking whether USB debugging is enabled before failure. This is a critical parameter for using advanced tools like ADB. If this feature has been activated in advance, your options for controlling your phone from your computer are almost limitless. Otherwise, you will have to rely on input emulation through external devices or standard media storage mode.

📊 Which part of your phone's screen is damaged?
Completely black screen
Cracks, but the sensor works
Only the sensor does not work
The glass and matrix are broken

Method of using a USB hub and mouse for control

One of the most reliable ways to access files when the sensor is not working is to use an adapter USB OTG. This small adapter allows you to connect a regular computer mouse to your smartphone. If the screen is at least partially displaying the image, the mouse cursor will help you unlock the device and confirm permission to transfer data.

To implement this method, you will need a high-quality OTG cable compatible with your phone model. After connecting the mouse, a cursor should appear on the screen. With it, you can enter a pattern or PIN code, if installed. Then you need to lower the notification shade and change the USB operating mode from “Charging only” to “File transfer” or MTP.

  • 🖱️ Connect the USB mouse to the phone via the OTG adapter and wait for the cursor to appear on the screen.
  • 🔓 Unlock the device by entering the password with mouse clicks, even if the sensor does not respond.
  • 📂 Go to settings or notification shade to select the mode connections MTP.

If the screen is completely black, this method becomes more difficult because you cannot see the cursor. However, if you roughly remember the layout of the interface elements, you can try to act “blindly”. After connecting the mouse, make one click (simulating pressing home), then swipe up to open the curtain, and another click in the intended USB mode switching zone. This method requires patience and many attempts.

💡

Use a wired mouse, not a wireless one with a USB receiver. A wired mouse consumes less power and does not require an adapter, which reduces the load on the battery of a broken phone.

Setting up MTP data transfer mode via a computer

Standard Protocol MTP (Media Transfer Protocol) is the main way to exchange files between Android and Windows. The problem is that the first time you connect a new computer, the phone requires manual confirmation of trust. If the screen does not work, it is impossible to confirm this action in the standard way.

However, if you previously connected this computer to the phone and checked the “Always allow from this computer” checkbox, then upon a new connection, the file transfer mode may be activated automatically. In Windows Device Manager, check to see if your phone is listed as an unknown device. Sometimes it is necessary to install drivers Google USB Driver or proprietary utilities from the manufacturer (for example, Samsung Smart Switch or HiSuite).

Screen status Sensor operation MTP success rate Required actions
Image is present Does not work High Use USB mouse to confirm
Black screen Works Medium (blind) or using a voice assistant
Black screen Does not work Low ADB debugging mode or screen repair required
USB port is broken Any Zero Repair of the connector is required before connecting

In some cases it helps "tricky" method using the keyboard. After connecting a USB keyboard via OTG, you can try pressing a key combination that emulates a confirmation dialog. Often this is the Enter or Space key after connecting the cable. Also try pressing Win + E on the computer immediately after connecting to force the opening of the conductor.

What to do if the computer does not see the phone?

Make sure that the cable is working and supports data transfer, not just charging. Try a different USB port, preferably a black USB 2.0, as they are often more stable for older devices. Restart your computer and phone.

Using USB debugging and the ADB console

If the device was previously enabled USB debugging (USB Debugging), then this opens up the widest possibilities for saving data. The toolkit Android Debug Bridge (ADB) allows you to control your phone from a computer via the command line, completely ignoring the state of the screen and sensor.

To get started, you need to install the package Platform Tools on your computer. Once your phone is connected, open Command Prompt (CMD) or PowerShell in the ADB utilities folder. The first command to check the connection will be adb devices. If the list displays the serial number of the device with status device, then the connection is established.

adb devices

adb pull /sdcard/DCIM/Camera/ C:/Phone_Backup/

adb shell input keyevent 26

Using the command adb pull you can copy entire directories from the internal drive to the computer's hard drive. For example, the command above will copy all photos from the standard camera folder. You can also emulate button presses: adb shell input keyevent 26 emulates pressing the power button, which can help wake up the screen or bring up the confirmation menu if it is hidden.

⚠️ Attention: ADB commands give full access to the file system. Be extremely careful when using deletion commands (rm), since restoring files deleted via ADB without root access is almost impossible.

If when you enter the command adb devices the device status shows unauthorized, This means that confirmation is required on the phone screen, which you cannot give. In this case, unfortunately, the ADB method without repairing the display will not work, unless you use third-party utilities to emulate clicks that work blindly.

☑️ Ready to work with ADB

Done: 0 / 5

Alternative methods retrieving information

When direct connection via cable does not produce results, it is worth considering cloud services. If an account has been set up on your phone Google, then contacts, calendar and notes are synchronized automatically. Photos can be saved to Google Photosif the auto-upload feature has been enabled. You can check this by logging into your account from any browser on your computer.

For smartphone owners Samsung there is a service Find My Mobile. If a Samsung account has been registered on the device and remote unlocking is enabled, you can unlock the phone through the service’s web interface and even create a backup copy of the data on the manufacturer’s server, from where you can then download it. This is a unique tool that works even with a broken screen.

  • ☁️ Check photos.google.com for automatically downloaded pictures.
  • 📞 Go to contacts.google.com to restore your phone book.
  • 🔐 Use device search services from the manufacturer for remote backup.

Another option is to use the function Smart View or analogues to broadcast the screen to a PC if the phone and computer are on the same Wi-Fi network. However, it is difficult to launch this feature without access to the phone screen. Some models support image output via USB-C to the monitor (mode Desktop Mode), if you connect the phone to the monitor via an HDMI adapter. In this case, you will see the image on a large screen and can control it with the mouse.

💡

Cloud services are a passive method of saving data. They do not require connecting a cable, but are only effective if synchronization was enabled before the device failed.

Frequent errors and connection problems

Users often encounter the fact that the computer detects the audio connection (like a headset), but does not see the file system. This happens because the phone defaults to charging mode. Without the ability to switch the mode in the notification shade, the system will not provide access to data. In such cases, repeatedly quickly connecting and disconnecting the cable helps, which sometimes provokes a pop-up mode selection window.

Another common problem is lack of power. A broken phone, especially if it tries to turn on the backlight of a black screen, consumes a lot of energy. If the USB port on your computer is old or weak, your phone may keep reconnecting. The solution is to use a USB hub with external power or connect the cable to the USB 3.0 port (blue).

⚠️ Attention: Do not try to warm up the phone with a hairdryer or place it on the battery to “revive” the contacts. Modern lithium-polymer batteries are sensitive to overheating, which can lead to irreversible data loss and damage to the memory controller.

It is also worth considering firmware features. On some custom builds of Android or specific Chinese brands, the MTP protocol may not work correctly without installing proprietary software. In this case, searching for an official file management utility on the manufacturer's website may be the only solution.

Why does the phone charge, but is not detected as a disk?

Most often the problem is in the cable. Cheap cables have only two wires for power and no data lines. Replace the cable with an original or certified high-quality analogue.

Questions and answers (FAQ)

Is it possible to recover data if the phone does not turn on at all?

If the phone does not respond to the power button and connection to charging (no indication, vibration), then the problem is hardware (the board, battery or power controller). In this case, software methods are powerless. A professional repair will be required at a service center to restore the power circuit, and only after that can you try to connect the device to the PC.

Will the method with a mouse work if I don’t have an OTG cable?

Unfortunately, no. A standard USB charging cable does not allow you to connect peripherals such as a mouse to your phone. You will definitely need a USB OTG adapter, which is inexpensive and available at most electronics stores. Without it, it is impossible to connect external input devices.

Remote USB debugging is enabled, but ADB does not see the device. What is the reason?

Most likely, ADB drivers are not installed on the computer or they conflict with other drivers. Try installing generic Google USB Drivers or specific drivers for your brand (Xiaomi, Samsung, etc.). Also check if your antivirus is blocking the connection.

Is it safe to use third-party data recovery apps?

Most apps that promise to “recover data from a broken screen with one button” are fraudulent or require a paid subscription with no guarantee of results. They often only work if USB debugging is already enabled. Be careful and do not enter bank card details on dubious sites.

What to do if the sensor works partially (phantom clicks)?

Phantom clicks may interfere with password entry. Try connecting a USB keyboard via OTG. If this is not possible, you can try carefully placing a layer of transparent tape on the cracked glass to stabilize the fragments, or temporarily disable the sensor programmatically if you have access via ADB (adb shell input touchscreen disable), although this requires preliminary setup.