Transferring files to SD card Android devices seems like a simple task, but in practice, users are faced with operating system limitations, compatibility issues, and hidden settings. With the release of Android 4.4 KitKat Google introduced a concept Scoped Storagethat radically changed the rules for working with external drives. Today, even basic operations like copying photos or installing applications on a memory card require knowledge of nuances - from formatting in FAT32/exFAT to manually assigning rights via an ADB.
In this article we will examine all current methods of copying files to an SD card in 2026including bypassing restrictions for modern versions of Android (12โ14). You will learn how to transfer data both from the smartphone itself and from the computer, why some files are not copied, and how to set up a memory card as an internal drive (with risks and consequences). We will separately dwell on solutions for Samsung, Xiaomi and other brands, where manufacturers add their own layers of restrictions.
1. Preparing the SD card: formatting and compatibility
Before copying files, make sure that your SD card formatted correctly. Android supports three file systems:
- ๐ FAT32 - compatible with all devices, but limited to files up to
4 GB. - ๐ exFAT - optimal for files >4 GB (for example, 4K video), but may not be readable on older ones devices.
- ๐ NTFS โrarely used in Android due to recording problems.
To check the current format:
- Insert the card into the smartphone.
- Go to
Settings โ Storage โ SD card. - Click on the three dots (โฎ) and select
Storage settings.
If you plan to use the card as internal memory, Android will automatically format it in ext4 or f2fs โthese formats are not compatible with other devices!
To format on the phone:
- Open
Settings โ Storage. - Select SD card โ
Format(orClear). - Confirm the action (all data will be deleted!).
โ ๏ธ Attention: Formatting inexFATon some devices Xiaomi i Huawei may require first removing the card and using a PC. Otherwise, the system will only offerFAT32.
2. Copying files from the phone to an SD card (standard method)
The easiest method is to use the built-in one. The instructions are suitable for most devices. to file manager. The instructions are suitable for most devices on Android 8.0โ14:
- Open the application
Files(orMy fileto Samsung). - Go to folder with files (for example,
DownloadsorDCIM). - Select files with a long tap or through the checkboxes.
- Click
Copy(orCut). - Go back to the root directory, select
SD card. - Create a folder (if necessary) and click
Paste.
Make sure the card is not write-protected (the lever on the adapter is in the "unlock" position)|Check the free space on the SD card (minimum 10% of the volume of copied files)|Disable battery optimization for the file manager (in the application settings)|Close all apps that may block files (for example, gallery)
-->
On some devices (for example, OnePlus or Oppo) the standard file manager may not show the SD card. In this case:
- ๐ง Install a third-party manager (for example, Solid Explorer or FX File Explorer).
- ๐ง Give it access to the storage in
Settings โ Applications โ Permissions.
โ ๏ธ Attention: On Android 11+ applications by default only have access to their folder on the SD card (/Android/data/[package_name]For full access, manual configuration viaADB(see section 5).
3. Transferring files from a PC to an SD card (via USB)
If you need to copy large amounts of data (for example, movies or backups), it is more convenient to use a computer via USB cable and execute. steps:
- Unlock the phone screen.
- In the notification shade, select the connection mode:
File transfer(MTP). - Open on PC
This computer(My computerin Windows). - Find the device (for example, Samsung Galaxy S23) and open it.
- Go to the folder
SD card(orCard). - Drag and drop files with the mouse or use
Ctrl+C/Ctrl+V.
If the SD card is not displayed on the PC:
- ๐ Try another USB cable (not all cables support data transfer).
- ๐ Restart your phone and PC.
- ๐ Check if the card is being used as internal memory (in in this case, it will not be visible on the PC).
| Problem | Cause | Solution |
|---|---|---|
| The card is not visible on the PC | MTP mode is not activated | Select File transfer in the notification shade |
| Files are not copied | Not enough space | Clear the card or use another drive |
| Error "The disk is write protected" | Physical blocking on the adapter | Switch the lever on the SD adapter |
| Slow copying | USB 2.0 or damaged card | Use USB 3.0 or check the card for errors |
4. Using an SD card as internal memory (Adoptable Storage)
Starting with Android 6.0 Marshmallowappeared function Adoptable Storagethat allows you to use an SD card as part of the internal storage. This is useful for devices with a small amount of memory (for example, Samsung Galaxy A10 with 32 GB). However, the method has serious drawbacks:
- โ ๏ธ The card will be encrypted and will not be readable on other devices.
- โ ๏ธ After removing the card, applications installed on it will stop working.
- โ ๏ธ The speed depends on the class of the SD card (recommended
UHS-I Class 10).
To set up:
- Insert the SD card into the phone.
- When a notification appears, press
Setup. - Select
Use as internal memory. - Confirm formatting (all data will be erased!).
- Wait for the process to complete (may take up to 10 minutes).
What to do if the "Use as internal memory" option does not appear?
On some devices (for example, Xiaomi Redmi Note 10) the manufacturer disables this function. Solutions:
1. Use ADB (see section 5).
2. Install custom firmware (requires unlocking the bootloader).
3. support A1/A2 โsome devices allow formatting only for such cards.
After setup:
- ๐ฑ Applications can be transferred to the card in
Settings โ Applications โ [Select application] โ Storage โ Change. - ๐ฑ System updates can reset the card settings!
5. Bypassing Android 11+ restrictions via ADB (for experienced ones)
C Android 11 Google has tightened the rules for accessing SD cards: applications see only their own by default folder (/Android/data/[package_name]). To return full access, you will need ADB (Android Debug Bridge).
Instructions for Windows:
- Download Platform Tools from Google and unzip.
- Enable
USB debuggingon the phone (Settings โ About phone โ Build numberโ tap 7 times, then return toSettings โ System โ For developers). - Connect your phone to the PC and confirm permission to debug.
- Open a command line in the folder with
platform-toolsand enter:
adb shell sm set-force-adoptable true
adb shell sm list-disks
You will see the drive identifier (for example, disk:179,64). Copy it and run:
adb shell sm partition disk:179,64 private
This command makes the SD card internal memory with full access for all applications. However, after removing the card, the phone may stop booting!
To return to standard mode:
adb shell sm partition disk:179,64 public
โ ๏ธ Attention: On some devices (for example, Samsung Galaxy S22), these commands may not work due to manufacturer locks. In this case, only root or custom recovery will help (TWRP).
6. Alternative methods: cloud, OTG and Wi-Fi
If standard methods do not work, consider alternatives:
- โ๏ธ Cloud services:
- Upload files to Google Drive, Dropbox or Yandex Disk.
- Open the application on your phone and download the files directly to the SD card (select a folder when downloading).
- ๐ OTG adapter:
- Connect the card reader with the SD card to phone via OTG.
- Use the file manager to copy.
- Install the application FX File Explorer or Solid Explorer.
- Activate the built-in FTP server.
- Connect to it from a PC via a browser or FileZilla.
For a large amount of data (for example, a backup copy Titanium Backup) it is more convenient to use Wi-Fi:
- Install Send Anywhere on your phone and PC.
- Select files on your PC and generate a 6-digit code.
- Enter the code on your phone and select the SD card as a target.
7. Solving common errors
When copying files to an SD card, users often encounter errors. Here are the most common ones and their solutions:
| Error | Possible reason | Fixing method |
|---|---|---|
Failed to copy: destination is busy |
The file with the same name is already exists | Rename the file or confirm replacement |
SD card is damaged. Try to format |
File system errors | Connect the card to the PC and run chkdsk [drive letter]: /f in CMD |
The application does not have access to SD card |
Limitations Scoped Storage (Android 11+) | Use ADB (section 5) or update the application |
Insufficient memory when there is free space |
Fragmentation or bad sectors | Format the card on exFAT PC |
| Card is detected, but files are not copied | Write protected or incompatible format | Check the physical switch on the adapter and format it in FAT32 |
If the card is no longer detected after copying:
- Remove and reinsert it.
- Try another adapter or device.
- If the card is not readable nowhere - it could fail. It will help to restore data Recuva or TestDisk (only when connected to a PC!).
FAQ: Frequently asked questions
Is it possible to transfer applications to an SD card without root?
On most devices - yes, but with limitations:
- ๐ฑ On Android 6.0โ9.0: use
Settings โ Applications โ [Select] โ Storage โ Edit. - ๐ฑ On Android 10+: many manufacturers block this function. Alternative -
ADB(section 5). - ๐ฑ Some applications (for example, WhatsApp or Google Play Services) cannot be transferred.
For full control you will need root and application App2SD.
Why is there not enough space on the SD card even though it is empty?
This is due to:
- ๐๏ธ Hidden files: Android creates folders
.android_secureandAndroidthat take up space. - ๐๏ธ Fragmentation: over time, the file system โswellsโ. The solution is formatting.
- ๐๏ธ Reserved space: some cards (especially
exFAT) reserve up to 7% of the volume.
To clear:
- Connect the card to the PC.
- Turn on showing hidden files.
- Delete unnecessary folders (except
DCIM,Downloadsetc.).
How to copy files to an SD card if the phone is not turns on?
If the phone does not respond, but the SD card is working:
- Remove the card and insert it into another phone or card reader.
- Use an adapter microSD-to-USB to connect to a PC.
- If the card is not readable, try recovery apps (PhotoRec, R-Studio).
If the card was encrypted as internal memory, it is impossible to recover data without a working phone It is impossible.
What is the best SD card to buy for Android in 2026?
Recommendations for choice:
- ๐ Capacity: 128โ256 GB (optimal for most tasks).
- ๐ Speed class:
UHS-I U3orA2โfor applications and 4K video.UHS-I U1โfor photos and music.
- ๐ Brands: SanDisk Extreme, Samsung EVO Plus, Kingston Canvas Go!.
- ๐ Avoid no-name cards - they often counterfeit the capacity.
To use as internal memory, be sure to take a card marked A1 or A2!
Is it possible to use an SD card on a phone and a PC at the same time?
Technically yes, but with reservations:
- ๐ฅ๏ธ If the card formatted as portable (
FAT32/exFAT), it can be removed and connected to a PC without problems. - ๐ฅ๏ธ If the card is used as internal memory, removing it will lead to errors in applications.
- ๐ฅ๏ธ For frequent reconnection, use cloud services or Wi-Fi transfer (section 6).
Frequently removing the card can damage the slot contacts!