Transferring files to SD card Android is a task that every second user faces. Despite its apparent simplicity, the process is often accompanied by errors: from lack of access to the drive to the inability to move applications. In this article we will look at all current methods for modern versions of Android (including 13 and 14), taking into account manufacturers' limitations like Samsung, Xiaomi and Realme.
Features of working with SD cards in 2026 โ manufacturers are actively abandoning memory card slots in flagships, leaving them only in budget and mid-budget models. This means that if your smartphone supports memory expansion, it most likely already has write restrictions (for example, the inability to install applications on the card). We will tell you how to bypass these restrictions in legal ways and what to do if the system blocks the transfer. Android 10+). We will tell you how to bypass these restrictions in legal ways and what to do if the system blocks the transfer.
The article will be useful for both beginners and experienced users: here you will find both basic instructions through the explorer and advanced methods using ADB or third-party file managers. And at the end - an analysis of common mistakes with specific solutions for different brands.
1. Preparing an SD card: formatting and selecting a file system
Before transferring files, you need to properly prepare the drive. A mistake many users make is using the card โas isโ, without formatting it for Android. This leads to recording problems, especially if the card has previously been used in a camera or on a PC.
Android supports two file systems for SD cards:
- ๐ FAT32 โcompatible with all devices, but limited to files up to 4 GB. Suitable for photos and music.
- ๐ exFAT โ removes the limitation on file size, but may not be readable on older devices (up to Android 6.0). Optimal for 4K video.
- ๐ NTFS โ Android does not support recording to NTFS without root access (read only).
To format the card directly in the phone:
- Insert the SD card into the slot.
- Go to
Settings โ Storage โ SD card. - Click "Format" (or "Set up as internal storage" - more on that below).
- Select exFATif you plan to work with large files.
โ ๏ธ Attention: Formatting will delete all data from the card. If there are important files on it, copy them to your PC first.
2. Method 1: Transferring files through the standard Android explorer
The easiest method is to use the built-in one file manager. It is available on all smartphones, but the interface may differ depending on the shell (MIUI, One UI, ColorOS). Let's look at the universal instructions:
Steps for transfer:
- Open the "Files" application (or "My Files" in Samsung).
- Go to the section
Internal memoryand find the folder with files (for example,DCIMfor photos). - Select files with a long tap or through the "Select" menu.
- Click "Copy" or "Cut" (if you want to delete the originals).
- Return to the root directory, select
SD cardand paste the files.
On some phones (for example, Xiaomi Redmi Note 12), you may need to confirm access to the card. If the "Insert" button is grayed out, check:
- ๐ The card is formatted in a compatible file system (see section 1).
- ๐ In the security settings (
Settings โ Applications โ Special access โ Access to all files), access for Explorer is allowed. - ๐ฑ The card is not used as internal storage (more on this below).
โ๏ธ Check before transfer
3. Method 2: Using an SD card as internal storage (Adoptable Storage)
The function Adoptable Storage (accepting a card as internal memory) appeared in Android 6.0, but many manufacturers have hidden or limited it.
- ๐ฒ Install applications directly to the SD card (not all, but most).
- ๐ Automatically transfer application cache and data.
- ๐ Store system files on the card (but this slows things down!).
How to set up:
- Insert the SD card and wait for the notification about the new drive.
- Go to
Settings โ Storage โ SD card โ Configure. - Select "Use as internal storage."
- Follow the instructions (Android will prompt you to format the card).
Method limitations:
- ๐ซ The card cannot be removed without data loss (it is encrypted and linked to the device).
- ๐ข The speed of applications will decrease (SD cards are slower than the built-in memory).
- โ Some applications (for example, WhatsApp or banking) will refuse to work with cards.
โ ๏ธ Attention: On Samsung s One UI 5.0+ i Xiaomi s MIUI 14 the Adoptable Storage function is often disabled. If it is not in the settings, try the ADB method (section 5).
| Manufacturer | Adoptable Storage support | Limitations |
|---|---|---|
| Samsung (One UI) | โ Disabled since 2019 | Only manual file transfer |
| Xiaomi (MIUI) | โ ๏ธ Partially (depending on the model) | Works only on budget models |
| Google Pixel | โ Full support | Requires formatting |
| Realme/Oppo (ColorOS) | โ Available | Applications may lag |
4. Method 3: Transfer via PC (the most reliable method)
If the phone does not see the card or gives errors when copying, the most reliable way is to connect the smartphone to the computer and transfer the files via Windows/macOS Explorer. This is also convenient for moving large amounts of data (for example, movies or backups).
Instructions for Windows:
- Connect the phone to the PC via a USB cable (use the original cable for stability).
- On the phone, select the transfer mode files (
File transferorMTP). - Open "This PC" on your PC - two disks will appear there: internal memory and SD card.
- Drag the files with the mouse or copy through the context menu.
Frequent problems and solutions:
- ๐ The computer does not see the phone: Check the cable (try another), enable debugging via USB (
Settings โ For developers) or install drivers (for MediaTek or Qualcomm). - ๐ SD card is not displayed: Extract and insert it again, check the formatting (section 1).
- โก Slow transfer: Use USB 3.0 (blue connector) and a cable that supports high speed.
If you need to transfer hidden files (for example, backups Titanium Backup), enable the display of hidden folders in the Windows Explorer settings (View โ Hidden items).
5. Method 4: Transferring applications to an SD card (with or without ADB)
With modern versions of Android, it has become possible to transfer applications to an SD card more difficult. Manufacturers block this function to avoid slowdown. However, there are workarounds:
Method 1: through the app settings (without root)
- Open
Settings โ Applications. - Select the desired application. (for example, Spotify or Netflix).
- Click "Storage" โ "Change" โ select an SD card.
โ ๏ธ Attention: The "Change" button will be inactive if:
- The application does not support transfer (most games and social networks).
- The card is formatted as portable storage (not internal).
- Android 9+ and the manufacturer has blocked the function (for example, Samsung).
Method 2: Via ADB (for experienced users)
If there is no move button, you can force the application to be moved via ADB:
- Enable
USB debugginginSettings โ For developers. - Connect the phone to the PC and open the command line in the folder with
ADB. - Enter the command:
adb shell pm set-install-location 2This will force the system to install applications on SD by default.
- To transfer an already installed application:
adb shell pm move-package com.example.app /sdcard(replace
com.example.appwith the application package).
How to find the application package?
Open Play Market, find the application and copy the ID from the address bar (for example com.whatsapp for WhatsApp).
6. Method 5: Automatic transfer of photos and videos (Google Photos and alternatives)
If you regularly take photos/videos and want them to be automatically saved to the SD card, set this up in the camera or gallery:
- ๐ท In the standard application
Camerago to settings and select "Save location" โ SD card. - ๐ผ๏ธ In Google Photos automatic transfer to the card is not possible (cloud storage is a priority), but you can manually download files to the card through the "Save a copy" menu.
- ๐๏ธ For 4K video, use applications like Open Camera โthey allow you to select a folder on the SD card to save.
To automatically sort files into folders (for example, "Photos", "Video", "Screenshots"), install a file manager Solid Explorer or FX File Explorer. They can:
- ๐ Create rules for automatically moving files by extension.
- ๐ Synchronize folders between internal memory and SD card.
- ๐ Search for duplicates and clear the cache on the card.
Automatic saving to the camera's SD card saves internal memory space, but may slow down high-resolution video recording (due to card speed).
7. Errors when transferring files and their solutions
Even after correct configuration, errors may occur. Let's look at the most common ones:
| Error | Cause | Solution |
|---|---|---|
| "SD card is damaged" | Incorrect extraction or file system failure | Format the card in exFAT via PC |
| "Insufficient rights" | Android blocked writing to the card | Use ADB or format as internal storage |
| "File too large" | File system FAT32 (4 GB limit) |
Reformat to exFAT |
| "Read-only card" | Physical switch on the card or mounting error | Check the switch, restart the phone |
If the card is no longer detected after transferring files:
- Remove and reinsert it.
- Check on another device (for example, on a PC).
- If this does not help, format via
SD Formatter(utility from SD Association).
โ ๏ธ Attention: On some phones Samsung (for example, Galaxy A54) After updating to One UI 6.0 access to the SD card may be lost. This is a firmware bug - check for updates or reset the storage settings in Settings โ Device Maintenance โ Storage โ Advanced.
8. Frequently asked questions
Is it possible to transfer WhatsApp to an SD card?
WhatsApp does not officially support transfer to SD card, but you can bypass the limitation:
- Make a backup of chats in
Settings โ Chat โ Backup. - Rename the folder
WhatsAppin internal memory toWhatsApp_old. - Copy folder
WhatsAppfrom the SD card (if it was there) or create a new one. - Install WhatsApp again - it should detect the backup on the card.
Why after transferring the application to Does it slow down the SD card?
SD cards (even class ones A2) work slower than the built-in memory UFS/eMMC. Reasons for the brakes:
- ๐ข Low card read/write speed (check with A1 SD Bench).
- ๐ File fragmentation (format the card regularly).
- ๐ฑ The manufacturer has blocked optimization for SD cards (for example, Samsung disables caching).
Solution: Transfer only light applications (messengers, e-readers) and games with small data to the card. It is better to leave heavy games (Genshin Impact, Call of Duty) in the internal memory.
How to transfer files to an SD card if the phone does not turn on?
If the phone does not respond to the power button, but is detected by the computer:
- Connect the phone to the PC via USB.
- If the screen is black, but the PC makes a connection sound, try removing the SD card via adapter.
- Use utilities like DiskInternals Linux Reader to access memory partitions (if the phone is defined as a disk).
- For Samsung with a damaged screen: connect a mouse via OTG and control the phone in blind mode (remember the location menu items).
If the phone is not detected at all, contact the service center to remove the card manually.
Which SD card to choose for Android in 2026?
Recommendations for selection:
- ๐ฑ For photos/video:
SanDisk Extreme A2(90-150 MB/s) orSamsung EVO Select. - ๐ฎ For applications/games: Cards with markings
A2(for example,Kingston Canvas Go! Plus). - ๐ฐ Budget option:
Silicon Power A1(up to 100 MB/s).
Important: Avoid cards without logos A1/A2 โthey are not optimized for random recording (typical for applications), choose the volume with a reserve: 64 GB is enough for photos, from 64 GB for games and videos. 128 GB.
Is it possible to use an SD card on a phone and PC at the same time?
Technically yes, but there are nuances:
- ๐ If the card is formatted as portable storage, it can be removed and inserted into other devices.
- ๐ If so internal storage, it is encrypted and will only be read on this phone.
- โ ๏ธ Frequent extraction can lead to damage to the file system (always use "Safely remove").
For shared use, it is better to choose cards with exFAT and avoid storing critical data (for example, backups) on removable media.