Transferring data to a memory card in smartphones Android is a task that every second user faces. The reasons are different: lack of internal memory, the desire to save important files on removable media, or optimizing the operation of the device. However, the process does not always go smoothly - modern versions Android impose restrictions, and manufacturers (for example Samsung, Xiaomi, Huawei) often modify the standard settings. In this article, we will look at all the transfer methods - from simple files to applications - and also tell you how to get around common errors and what to do if the system blocks operations.
It is important to understand: not all data can be transferred to an SD card. For example, applications with protection level Android 11+ by default do not support installation on external media, and some manufacturers (like Google Pixel) completely abandon memory card slots. We analyzed current methods for devices on Android 8โ14including workarounds for "stubborn" files and applications.
1. Preparation: checking compatibility and choosing a memory card
Before transferring data, make sure your device supports memory cards and the selected SD card meets the requirements. Modern smartphones work with cards of formats microSD, microSDHC (up to 32 GB) and microSDXC (from 64 GB to 2 TB). However, there are nuances:
- ๐ฑ Flagship models (for example, Samsung Galaxy S23, Google Pixel 7) often do not have a slot for memory cards. Check the specifications of your model on the manufacturer's website.
- โก Writing speed: for video recording in
4Kor frequent file transfers, choose class cardsUHS-I U3orV30/V60. Cheap class cardsClass 10may slow down when working with large files. - ๐ File system: cards with a capacity of more than 32 GB are formatted in
exFATorNTFS. Make sure that your smartphone supports these formats (usually there are no problems). Android 6+ usually no problem).
To check compatibility:
- Insert the card into the slot (with the phone turned off, if required).
- Turn on the device and wait for the card to be recognized.
- Go to
Settings โ Storage(orMemory). If the card is displayed, it is compatible.
โ ๏ธ Attention: Some Chinese smartphones (for example Realme, Oppo) support only cards of certain brands. If the card is not recognized, check the list of compatible devices on the manufacturer's website.
2. Transfer of standard files: photos, videos, music, documents
The easiest way is to transfer media files and documents manually via Explorer. Most smartphones have a built-in file management application (for example, Files by Google, Mi File Manager for Xiaomi). Algorithm of actions:
- Open the application
Files(orMy file,Explorer). - Go to section
Internal memory(orDevice memory). - Find folders with data (for example,
DCIMfor photos,Downloadfor downloads). - Select files with a long press, then press
Move(orCopy). - Select
SD cardas destination folder and confirm the transfer.
To speed up the process, you can use batch mode:
- ๐ In Files by Google click on the three dots in the upper right corner โ
Select allโMove. - ๐ In Mi File Manager use a filter by file type (for example, only
.jpgor.mp4).
If the built-in explorer is not satisfactory, install third-party applications:
- ๐ ๏ธ Solid Explorer โ supports dual-panel mode and cloud storage.
- ๐๏ธ FX File Explorer โ allows you to work with ZIP archives without additional apps.
โ ๏ธ Attention: When transferring files from application folders (for example,WhatsApp/Media) they may disappear from the gallery. To restore visibility, restart the application or useMedia Scanner(available in Play Market).
โ๏ธ Preparing to transfer files
3. Automatic transfer: default saving setting
To have new photos, videos and downloads immediately saved to your memory card, change the default settings. The method works for most applications, including the camera, browser and instant messengers.
For the camera:
- Open the application
Camera. - Click on โ๏ธ
Settings(or swipe left/right to access the menu). - Find the item
Save location(orStorage) and selectSD card.
For downloads from the browser:
- ๐ In Google Chrome:
โฎ โ Settings โ Downloads โ Save locationโ select a folder on the SD card. - ๐ฆ In Mozilla Firefox:
โฎ โ Settings โ Downloads โ Save inโ specify the path to the map.
For instant messengers:
- ๐ฌ WhatsApp:
โฎ โ Settings โ Storage and data โ Saving mediaโ select the SD card. - ๐ฑ Telegram:
โฎ โ Settings โ Data and memory โ Download folderโ specify the path to map.
| Application | Path to settings | SD card support |
|---|---|---|
| Google Camera | Settings โ Storage |
Yes (on most devices) |
| Samsung Camera | โ๏ธ โ Save location |
Yes (except for flagships without a slot) |
| Viber | More โ Settings โ Media |
Partially (for media files only) |
| โ | No (saves only to internal memory) |
If the required item is not in the settings, then the application does not support saving to an SD card. In this case, use manual transfer (see section 2) or links to folders (see section 5).
If, after changing the settings, photos are still saved to the internal memory, restart the application or reboot your phone. Sometimes changes are applied only after a restart.
4. Transferring applications to an SD card: limitations and workarounds
The situation with transferring applications to an SD card is more complicated. Since Android 6.0 MarshmallowGoogle has introduced the concept Adoptable Storagethat allows you to โlinkโ a memory card to a device as part of the internal storage. However, many manufacturers (for example Samsung, Xiaomi) have disabled this function in their shells (One UI, MIUI).
Method 1: Standard transfer (for supported devices)
- Go to
Settings โ Applications. - Select the application you want to transfer.
- Click
StorageโEditโSD card. - Confirm the transfer (may be required reboot).
Method 2: Adoptable Storage (formatting the card as internal memory)
This method allows you to use the SD card as part of the internal storage, but has serious consequences:
- ๐ The card will be encrypted and cannot be tied to the device. will be read on another phone or PC.
- ๐ Performance may drop if the card is slow (class below
UHS-I U1). - โ ๏ธ When you remove the card, applications will stop working.
To activate:
- Insert the SD card into the phone.
- When a notification appears, select
Use as internal memory(or go toSettings โ Storage โ SD card โ โฎ โ Settings โ Format as internal). - Confirm formatting (all data on the card will be deleted!).
Method 3: Transfer via ADB (for advanced users)
If there is no transfer option in the settings, you can use ADB (Android Debug Bridge). This method works on most devices, but requires a connection to a PC.
adb shell pm set-install-location 2
This command forces the system to install applications to the SD card by default. To return the settings back, use:
adb shell pm set-install-location 0
โ ๏ธ Attention: Not all applications will work after transferring to the SD card. System applications, high-demand games (eg. Genshin Impact, PUBG Mobile) and protected apps (banking applications) usually block the transfer.
What applications cannot be transferred to an SD card?
This category includes:
- Applications with administrator rights (antiviruses, password managers).
- Games with protection against cheats (for example, most projects from Tencent or NetEase).
- System utilities (for example, Google Play Services).
- Applications that use OBB files (additional game data).
Transporting such apps may lead to crashes or loss of functionality.
5. Bypassing restrictions: symbolic links and third-party utilities
If standard methods do not work, you can use symlinks (symlinks) or specialized applications. This method is suitable for transferring data from applications that do not support saving to an SD card (for example, Instagram, TikTok).
Method 1: Application FolderMount (requires root access)
- ๐ฒ Install FolderMount from Play Market.
- ๐ Select a folder in the internal memory (for example,
/storage/emulated/0/Instagram). - ๐ Specify the target folder on the SD card.
- ๐ Click
Mountโthe data will be automatically synchronized.
Method 2: Symbolic links via Termux (without root)
For This will require an application Termux (available in Play Market or on F-Droid).
- Install Termux and run it.
- Enter the command to install the package
termux-setup-storage:
pkg install termux-api
termux-setup-storage
- Create symbolic link (example for a folder
Download):
ln -s /storage/emulated/0/Download /storage/XXXX-XXXX/Download
Where XXXX-XXXX is the identifier of your SD card (you can find it out with the command ls /storage).
Method 3: Application AppMgr III (for transferring APK and data)
- ๐ฑ Install AppMgr III from Play Market.
- ๐ Select the application in the list.
- ๐ค Click
Move to SD card(if the option is active). - ๐ For some applications will be required
Clearing the cacheafter the transfer.
โ ๏ธ Warning: Symbolic links and applications like FolderMount may cause errors if the SD card is removed Always make backups before experiments!
Symbolic links are the most versatile way to transfer data, but they require caution. If used incorrectly, you may lose access to files or cause applications to crash.
6. Backing up and restoring data
Before any manipulation of memory be sure to make a backup copy. data loss due to failures, incorrect formatting or file system conflicts Let's consider reliable methods:
Method 1: Built-in Android tools
- Go to
Settings โ System โ Backup. - Activate
Backup to Google Drive(account required Google). - Select data to copy (contacts, SMS, application settings).
Method 2: Application Swift Backup (requires root)
- ๐ฑ Install Swift Backup from Play Market.
- ๐ Provide root access.
- ๐ฆ Select applications and data to back up.
- โ๏ธ Save a copy to an SD card or to the cloud.
Method 3: Manual copy to PC
- Connect the phone to the computer via
USB(select modeTransfer files). - Copy important folders (
DCIM,Documents,Download) to your hard drive. - To back up applications, use ADB backup:
adb backup -apk -obb -shared -all -f backup.ab
| Method | Requires root | Cloud storage | Recovery to another phone |
|---|---|---|---|
| Google Backup | No | Yes (Google Drive) | Yes |
| Swift Backup | Yes | Yes (optional) | Yes |
| Manual copying to PC | No | No | Partially |
| Titanium Backup | Yes | Yes | Yes (with restrictions) |
After transferring data to the SD card, it is recommended to check their integrity:
- ๐ Open several files (photos, videos, documents) from the card.
- ๐ฎ Launch the transferred applications and make sure they are working.
- ๐ Check the free space on the card in
Settings โ Storage.
7. Typical errors and their solutions
When transferring data to an SD card, users often encounter problems. Let's look at the most common errors and how to fix them:
Error 1: "The memory card is damaged" or "Not supported"
- ๐ ๏ธ Solution: Format the card in
FAT32orexFATvia a PC (use SD Formatter for reliability). - ๐ Try another card - the current one may be incompatible with the device.
Error 2: โNot enough space on the deviceโ when transferring applications
- ๐ฑ Solution: Clear the application cache in
Settings โ Storage โ Cached data. - ๐ Use ADB to force a transfer (see section 4).
Error 3: Files disappeared after transfer
- ๐ Solution: Check hidden folders on the SD card (turn on the display of hidden files in Explorer).
- ๐ Reboot your phone - sometimes files become visible after restart.
Error 4: The application does not work after transferring to the SD card
- ๐ ๏ธ Solution: Return the application to the internal memory or update it.
- ๐ต Delete and install the application again (data may be saved, if they were on the card).
Error 5: The memory card is not detected
- ๐ Remove and reinsert the card (with the phone turned off).
- ๐ ๏ธ Check the card slot for dust or damage.
- ๐ฑ Update your phone's firmware - sometimes bugs are fixed in new software versions.
โ ๏ธ Attention: If the memory card is no longer detected as internal storage after formatting, it can only be returned to its original state through a full format on a PC. All data will be lost!
8. Optimizing work with an SD card: tips and recommendations
To ensure that the SD card lasts a long time and does not slow down your smartphone, follow these tips:
- ๐ Remove the card correctly: Before removing, press
Safely removein notifications orSettings โ Storage. Abrupt removal can damage the file system. - ๐ Check the card regularly: Use applications like SD Card Tester for diagnostics errors.
- ๐๏ธ Clean up unnecessary files: Delete duplicate photos, application cache and temporary files (folders
.thumb,.nomedia). - ๐ Encrypt sensitive data: For confidential files, use applications like Cryptomator or ES File Explorer (function
Encrypt). - ๐ Make backups: Copy important data from the SD card to your PC or cloud once a month.
How to extend the life of an SD card:
- ๐ซ Avoid frequent overwriting small files (for example, browser cache).
- ๐ก๏ธ Do not expose the card overheat or to moisture.
- ๐ต Do not use the card multiple devices at the same time (risk of file system damage).
If you actively use an SD card to store photos and videos, consider purchasing a card with a high write capacity (for example, SanDisk High Endurance or Samsung Pro Endurance). Such cards are optimized for frequent recording (for example, for dash cams or security cameras).
An SD card is not only additional storage, but also a potential weak link in security. Never store the only copies of important data (passports, contracts, archives) on it.
FAQ: Frequently asked questions about transferring data to an SD card
Is it possible to transfer WhatsApp to an SD card completely, including chats?
No, The chats themselves cannot be transferred to an SD card - they are stored in an encrypted database in the internal memory. However, you can:
- Transfer media files (photos, videos, voice messages) via
Settings โ Storage โ Saving media. - Make chat backup to
Settings โ Chat โ Backupand save it to the SD card.
For a complete transfer you will need root access and manual copying of the folder /data/data/com.whatsapp.
Why does it work slower after transferring the application to the SD card?
This is due to read/write speed memory cards. Even class cards UHS-I U3 are slower than the internal memory UFS 2.1/3.0used in modern smartphones. Solutions:
- Use cards with high speed (for example, SanDisk Extreme Pro).
- Transfer to the SD card only those applications that are not demanding on performance (for example, e-readers, notes).
- Games and heavy applications leave in the internal memory.
Is it possible to use an SD card as internal memory on Samsung Galaxy?
On most devices Samsung (for example, Galaxy A52, Galaxy S21 FE) function Adoptable Storage disabled by the manufacturer. However, there is a workaround:
- Install Magisk and get root access.
- Use the module Force Adoptable to Magiskto unlock function.
- Reboot the phone and format the card as internal memory.
โ ๏ธ This method may lead to loss of warranty and unstable operation of the device.
How to transfer data from the phone to an SD card if the phone does not turn on?
If the phone does not responds to being turned on, but the memory card is recognized, try the following methods:
- Connect the phone to the PC: Sometimes, even when the screen is not working, the device is recognized as a drive. Use
ADBto extract data:
adb pull /sdcard/ path_to_pc
- Use a card reader: Remove the SD card and connect it to the computer via an adapter.
- Data recovery: If files have been deleted, use apps like Recuva or PhotoRec (only for
FAT32/exFAT).
Which memory cards are best for Androidsmartphones?
The choice of card depends on the tasks:
- For photo/video: SanDisk Ultra (class
A1, speed100 MB/s) or Samsung EVO Plus. - For applications: SanDisk Extreme Pro (class
A2, speed170 MB/s) - optimized for random read/write operations. - For DVRs: SanDisk High Endurance (withstands up to 20,000 hours of recording).
- Budget option: Kingston Canvas Select Plus (class
A1, speed100 MB/s).
Avoid cards without a speed class or with a suspiciously low price - they are often counterfeit.