Is the internal memory of your smartphone full, but you donโt want to delete important files? Transferring data to a external flash drive or microSDcard solves the problem of lack of space without losing information. However, not all users know how to do this correctly - especially if Android gives errors like "Insufficient rights" or "File not supported".
In this article Let's look at all current methods. transferring data from internal memory to a flash driveincluding hidden system functions, third-party applications and bypassing limitations of new versions of Android. We will separately dwell on typical errors (for example, why Samsung or Xiaomi can block recording to an SD card) and give a checklist for safe copying.
1. Preparation: which flash drive to choose and how to connect it
Before transferring files, make sure that your flash drive is compatible with the device. Modern smartphones support:
- ๐ฑ MicroSD (up to 1 TB) - for smartphones with a slot (for example, Samsung Galaxy A54, Redmi Note 12).
- ๐พ USB drives (via OTG adapter) - for devices without a card slot (for example, Google Pixel 7).
- โก USB-C flash drives - universal option for new models (Samsung S23 Ultra, OnePlus 11).
To connect flash drive:
- For microSD: insert the card into the slot (usually located under the SIM tray or on the side panel).
- For USB/OTG: connect the adapter to the port
USB-CorMicro-USB, then insert the flash drive.
โ ๏ธ Attention: On some devices (for example, Huawei s EMUI 12+), when you connect the SD card for the first time, the system will prompt you to format it as internal memory or Portable. Select. "Portable" - otherwise the card cannot be removed without losing data.
2. Method 1: Transfer through a standard file manager
The simplest method is to use built-in file manager (for example, "Files" from Google or branded applications from Samsung, Xiaomi). Instructions:
- Open the application "
Files" (or "My file" to Samsung). - Go to section
Internal memoryโ select a folder (for example,DCIMfor photos). - Tap and hold files to select, then tap "
Copy" or "Cut". - Return to the root directory, select
SD card(or "USB drive") โ "Insert".
If the "Insert" option is inactive:
- ๐ Check that the flash drive is formatted in
FAT32orexFAT(Android does not supportNTFSwithout root). - ๐ On some firmware (for example, MIUI 14) you need to manually give write permission: go to
Settings โ Applications โ Files โ Permissionsand enable "Memory".
Check the format of the flash drive (FAT32/exFAT)|Open permissions for the "Files" application|Make sure that there is enough space on the flash drive|Close all applications that use files (gallery, music player)-->
3. Method 2: Transfer through a computer (the most reliable)
If the smartphone does not see the flash drive or gives errors, connect it to PC or laptop. You will need:
- ๐ฅ๏ธ Computer with Windows/Mac/Linux.
- ๐ Cable
USB-CorMicro-USB(original, not damaged ports!). - ๐ Flash drive connected to the smartphone (via OTG or slot).
Step-by-step guide:
- Connect the smartphone to the PC. In the notification shade, select the "File transfer" mode. data-i="122">On your computer, open "
Transferring files" (MTP). - On your computer, open "
This computer" (Windows) or "Android File Transfer" (Mac). - Copy files from the smartphone folders (for example,
Internal Storage โ DCIM) to a flash drive, which will appear as a separate drive (for example, "Removable disk (E:)").
โ ๏ธ Attention: On Mac before removing the flash drive, be sure to press "Extract" inFinder- otherwise the data may be damaged. On Windows use the "Safely remove" icon in the tray.
If the computer is not sees the smartphone, try a different cable or USB port. Also check if developer mode and USB debugging are enabled (in Settings โ About phone โ Build number - tap 7 times).
4. Method 3: Using transfer apps
Standard Android tools are limited - especially on new versions (for example, Android 13+ blocks access to some folders). Specialized applications solve this problem:
| Application | Advantages | Disadvantages |
|---|---|---|
| Files by Google | Free, integration with Google Drive, garbage cleaning | No support for root folders without root |
| Solid Explorer | Two-panel mode, cloud support, FTP | Paid version for advanced features |
| FX File Explorer | Root access, built-in archiver | Complex interface for beginners |
| X-Plore | View APK files, built-in text editor | Advertising in the free version |
Example of transfer via Solid Explorer:
- Install the application from Google Play.
- In the left panel, select
Internal memory, in the right -SD card. - Drag files between panels or use the "
Copy button".
How to transfer system files (for example, downloads from Chrome)?
To access folders like /Android/data/ root access or ADB commands are required. Without them, standard file managers will show these folders empty.
5. Method 4: Transfer via cloud storage (if the flash drive is unreadable)
If the smartphone does not recognize the flash drive, but has access to the Internet, use cloud services as intermediate storage:
- โ๏ธ Google Drive โ 15 GB free, integration with Android.
- โ๏ธ Yandex Disk โ 10 GB, convenient for users from Russia.
- โ๏ธ Dropbox โ 2 GB, but fast synchronization.
Algorithm:
- Upload files to the cloud via the app (for example,
Google Drive). - Connect the flash drive to another device (PC, tablet) and download files from there.
- Transfer data from the device to the flash drive.
โ ๏ธ Attention: When downloading large files (4K videos, archives) via the mobile data, be careful behind traffic - operators can block the speed after exceeding the limit.
6. Method 5: ADB commands for experienced users
If standard methods do not work (for example, on Android 14 with limited rights), use Android Debug Bridge (ADB). This requires command line skills, but gives full control over the files.
Instructions for Windows:
- Download ADB Tools and extract to a folder
C:\adb. - Enable "
USB debugging" on the smartphone (Settings โ System โ For developers). - Connect your phone to the PC, open
Command Linein the folderadband enter:adb devices(your device should be displayed).
- Copy the file (for example,
photo.jpgfrom a folderDCIMto a flash drive):adb pull /sdcard/DCIM/photo.jpg C:\temp\adb push C:\temp\photo.jpg /sdcard/extSdCard/
To copy the entire folder, use:
adb pull /sdcard/DCIM/ C:\temp\photos
adb push C:\temp\photos /sdcard/extSdCard/DCIM/
ADB allows you to bypass Android restrictions, but requires caution - incorrect commands can damage system files.
7. Typical errors and how to fix them
When transferring files, users encounter the following problems:
| Error | Cause | Solution |
|---|---|---|
Not enough space on the device |
Flash drive formatted in FAT32 (maximum 4 GB per file) |
Reformat in exFAT via PC |
File not supported |
Android blocks access to system folders | Use ADB or root access |
SD card is not detected |
Bad contact in the slot or damaged card | Try another card or clean the contacts alcohol |
No write permission |
The firmware blocks writing (for example, MIUI) | Give permission manually in the application settings |
If the flash drive is detected, but the files are not copied:
- ๐ ๏ธ Check card for errors via PC (in Windows: "
Disk properties โ Tools โ Check"). - ๐ Try another file manager (for example, Total Commander).
- ๐ต Restart your smartphone - sometimes it helps to reset the memory cache.
8. How automate the transfer (for regular backups)
If you need to constantly synchronize files (for example, photos from a camera), set up automatic transfer:
Method 1: Through Tasker (for advanced)
- Install Tasker from Google Play.
- Create a task with the action "
File โ Copy". - Specify the source (for example,
/sdcard/DCIM/Camera/) and target (/sdcard/extSdCard/Photos/). - Set up the trigger - for example, "
When charging is connected" or "Once every day".
Method 2: Through Google Photos
- โ๏ธ Turn on "
Backup and synchronization" in the application Google Photos. - ๐ Photos will be automatically uploaded to the cloud, and from a PC they can be downloaded to a flash drive.
To save traffic in Google Photo select "Quality โ Saving space" - the files will be compressed, but will remain free.
FAQ: Frequently asked questions
Is it possible to transfer applications to a flash drive?
On new versions of Android (10+) this is not possible without root access. Previously, there was an option "Move to SD card" in the application settings, but it has now been removed due to performance issues. An alternative is to use a USB flash drive as internal memory (but this will lead to formatting the card and binding to the device).
Why are the photos not displayed in the gallery after transfer?
The gallery scans only certain folders (for example, DCIM or PicturesIf you transferred files to a random folder on a flash drive, run a manual scan:
- Install the application Rescan Media from Google Play.
- Open it and click "
Scan". - Or restart your smartphone - the system will update the media database automatically.
How to transfer files from the flash drive back to the phone?
Reverse process:
- Open the file manager.
- Go to the folder on the flash drive, select the files.
- Click "
Copy" or "Cut". - Go back to
Internal memoryand insert the files.
If the files are not inserted, check the free space on the phone or the application permissions.
Can I use a flash drive as internal memory?
Yes, but this is not recommended:
- ๐ง The flash drive will be encrypted and linked to the device - the files will not open on a PC.
- โก The speed of applications will decrease (even on
UHS-Icards). - ๐ซ When you remove the card, applications will stop working.
To activate this mode: go to Settings โ Storage โ SD card โ Three dots โ Settings โ Internal memory. Attention: all data on the card will be deleted!
Why are some files not copied?
Android blocks access to:
- ๐ System files (
/system/,/data/). - ๐ Folders of other applications (
/Android/data/com.xxx/). - ๐ต DRM-protected files (for example, music from Yandex Music or Apple Music).
Solution: use ADB or get root access (but this will void the warranty).