Modern smartphones have huge internal memory, but even 512 gigabytes can fill up. 4K videos, RAW photos and heavy games take up space, making you think about backing up. The most reliable and fastest way to save important data is to use a physical connection to a computer.

Unlike cloud services, the wired method does not require a stable Internet connection and allows you to transfer gigabytes of information in a matter of minutes. However, users often encounter that the computer simply charges the phone without displaying the file system. This is a common situation related to the security settings of the operating system Android.

In this guide we will look at all the nuances of the connection, from choosing the right cable to solving driver problems. You will learn how to quickly extract content to your hard drive, freeing up space on your mobile device without losing file quality.

Preparing equipment and checking the cable

The first step is to physically connect the devices. Many people forget that not all cables are the same: some are designed solely for charging and do not have data lines. If your computer makes a connection sound, but does not respond to the phone, most likely the problem is in the wire.

Use the original cable that came with the smartphone, or a certified analogue labeled Data Transfer. Cheap cables from electronics stores are often only large enough to carry current, but not enough to carry signals. It is also important to check the status of the USB port on the computer: try connecting the device to another connector, preferably located directly on the motherboard at the back of the system unit.

⚠️ Attention: When connecting to public computers (in libraries, copy centers), avoid file transfer mode, as this may create a vulnerability for your personal data.

For successful synchronization, the status is critical connectors. Dust and lint packed into the connector USB Type-C or Micro-USBcan block the contact pads responsible for data exchange, leaving only the power contacts operational.

💡

Use a dry toothbrush or wooden toothpick to gently clean the charging connector before connecting cable.

Setting the USB connection mode on Android

By default, the operating system Android blocks access to files for security purposes. Immediately after connecting the cable, the phone goes into “Charge Only” mode. In order for the computer to see the files, you must manually switch this interaction protocol.

Unlock the smartphone screen and lower the notification shade. You will see a system message about USB connection. Click on it to open the operating mode selection menu. If the notification is hidden, go to Settings → Connected devices → USB (the path may differ slightly depending on the version Android).

In the list that opens, select “File transfer” or “MTP” (Media Transfer Protocol). It is this mode that allows the computer to work with the phone’s file system as with a regular removable disk. Sometimes you may need confirmation on the phone screen: “Allow access to data?” - click “Allow.”

📊 Which USB mode do you choose most often?
Charging only
File transfer (MTP)
Photo transfer (PTP)
Modem mode

After selecting the mode, a sound signal should appear on the computer screen, and a new device will be displayed in “My Computer”. If this does not happen, the necessary drivers may not be installed on the computer, or the cable does not support data transfer.

☑️ Checking the connection

Done: 0 / 4

Installing drivers and solving visibility problems

If the phone is charging, but is not detected as a drive, the problem lies in the software on the PC side. Operating systems usually automatically find the necessary drivers, but in some cases manual intervention is required, especially for older models or specific brands like Open Device Manager on your computer. To do this, right-click on the “Start” button and select the appropriate item. Find the "Portable devices" or "Other devices" section. If you see a device with a yellow exclamation mark or the name "Unknown Device", then the driver is not installed. Windows 10 And Windows 11 usually the necessary drivers are automatically found, but in some cases manual intervention is required, especially for older models or specific brands like Xiaomi or Meizu.

Open Device Manager on your computer. To do this, right-click on the “Start” button and select the appropriate item. Find the "Portable devices" or "Other devices" section. If you see a device with a yellow exclamation mark or the name "Unknown Device", then the driver is not installed.

There is a universal method for updating the driver without searching for files on the Internet:

  1. In Device Manager, right-click on the problematic device and select "Update driver."
  2. Select "Search for drivers on this computer.”
  3. Click “Select a driver from the list of available drivers on your computer.”
  4. In the list of manufacturers, select “MTP USB Device” or “Android Device.”
  5. Click “Next” and wait for installation.
⚠️ Attention: Do not download drivers from dubious aggregator sites. Use only the official websites of smartphone manufacturers or built-in Windows tools.

Device owners Samsung may need to install the utility Samsung USB Driver for Mobile Phones, which is available on the official support website. Devices from Huawei sometimes require installation of a app HiSuite for the transfer protocol to work correctly.

What to do if the device is displayed as “Unknown”?

This often happens when using USB 3.0 ports (blue) on older motherboards. Try switching the cable to the USB 2.0 port (black). Restarting the Windows Device Manager service or completely rebooting both devices also helps.

Working with the file system: copying and structure

After a successful connection, the icon of your smartphone will appear in the “This PC” window. Double click will open the root directory. It is important to understand the folder structure here so as not to delete system files and find the necessary data.

The main user data is usually located in the folders DCIM (photos and videos from the camera), Pictures (screenshots and images from instant messengers), Download (downloads from browser) and Music. Application files are often located in a folder Android/data, but access to it in new versions Android (11 and higher) may be limited even with a wired connection.

To transfer information, simply select the desired files or folders, click Ctrl+C (copy), go to the folder on computer hard drive and click Ctrl+V (insert). When copying a large amount of data (for example, a video archive), use the drag-and-drop method, but keep an eye on the progress bar.

Below is a table of the main directories and their purposes for quick navigation:

Folder Contents Can I delete?
DCIM Photos and videos from the camera Yes (if photos are not needed)
Download Downloaded files from the Internet Yes
Android/data Cache and application data No (will reset settings apps)
Bluetooth Files received via Bluetooth Yes
WhatsApp/Media Media files from the messenger Yes (if not needed)

When transferring files, make sure that there is enough places. Copying will be interrupted if the space runs out, which can lead to damage to partially copied files.

💡

Copy files in 10-20 GB chunks for process stability, especially if you are using a long or low-quality cable.

Using the ADB command line for advanced users

For those who prefer control over graphical interface, or in cases where the MTP protocol is unstable, you can use the tool Android Debug Bridge (ADB). This method allows you to work with the file system at a lower level.

First, you need to enable “Developer Mode” on your phone. Go to Settings → About phone and quickly click on the build number seven times. Then in the “For Developers” menu, activate “USB Debugging.”

You will need to install the package on your computer Platform Tools from the official developer website Android. After unpacking, open the command line in the tools folder and enter the command to test the connection:

adb devices

A request for debugging permission will appear on the smartphone screen - confirm it. If the console displays the device serial number, the connection is established. To copy the entire photo folder to your computer, use the command:

adb pull /sdcard/DCIM/Camera C:\Backup\Photos

This method is especially useful if the phone’s file system is logically damaged and is not displayed in “My Computer,” but the device is at least partially responsive to commands.

⚠️ Attention: Using ADB requires care. Team adb push can overwrite system files if you specify the wrong path, which will lead to the smartphone not working.

Alternatives: Wi-Fi and cloud services

Although a USB cable provides maximum speed, there are situations when a physical connection is not possible. In such cases, you can use a local Wi-Fi network. Applications like Solid Explorer or the built-in "Share with the environment" function in Android allow you to transfer files via FTP or SMB.

To do this, the phone and computer must be connected to the same Wi-Fi network. In the phone’s file manager, select the “Network access” or “FTP” option, after which the address is displayed on the screen (for example, ftp://192.168.1.5:2221). This address is entered into the address bar of any folder on the computer.

The transfer speed via Wi-Fi is significantly lower than via USB 3.0 and depends on the quality of the router. However, this is a convenient way to quickly transfer several documents or photos without searching for a cable.

Why is Wi-Fi speed low?

The Wi-Fi protocol has high overhead and is prone to interference. Real speed is often 3-5 MB/s, while USB 3.0 allows you to reach 30-40 MB/s and higher.

Why doesn’t the computer see files even though the phone is charging?

Most likely, you are using a “charge-only” cable without data lines, or the MTP/File Transfer mode is not selected in the phone’s notification shade. Also check Device Manager for driver errors.

Is it possible to transfer files via USB if the screen is broken?

If you previously allowed a trusted connection to this PC and enabled USB debugging, you can try using ADB. In normal mode, without turning on the screen and unlocking, access to files will be denied by the security system.

How to speed up the copying of thousands of small files?

Small files take a long time to copy due to the overhead of creating headers. It is recommended to first archive them on your phone into one ZIP file (if you have an archiver application), and then copy one large archive.