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 4K or frequent file transfers, choose class cards UHS-I U3 or V30/V60. Cheap class cards Class 10 may slow down when working with large files.
  • ๐Ÿ”„ File system: cards with a capacity of more than 32 GB are formatted in exFAT or NTFS. Make sure that your smartphone supports these formats (usually there are no problems). Android 6+ usually no problem).

To check compatibility:

  1. Insert the card into the slot (with the phone turned off, if required).
  2. Turn on the device and wait for the card to be recognized.
  3. Go to Settings โ†’ Storage (or Memory). 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.
๐Ÿ“Š What size memory card are you using?
Up to 32 GB
64โ€“128 GB
256 GB or more
Not I use

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:

  1. Open the application Files (or My file, Explorer).
  2. Go to section Internal memory (or Device memory).
  3. Find folders with data (for example, DCIM for photos, Download for downloads).
  4. Select files with a long press, then press Move (or Copy).
  5. Select SD card as 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 .jpg or .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 use Media Scanner (available in Play Market).

โ˜‘๏ธ Preparing to transfer files

Completed: 0 / 4

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:

  1. Open the application Camera.
  2. Click on โš™๏ธ Settings (or swipe left/right to access the menu).
  3. Find the item Save location (or Storage) and select SD 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)
Instagram โ€” 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)

  1. Go to Settings โ†’ Applications.
  2. Select the application you want to transfer.
  3. Click Storage โ†’ Edit โ†’ SD card.
  4. 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:

  1. Insert the SD card into the phone.
  2. When a notification appears, select Use as internal memory (or go to Settings โ†’ Storage โ†’ SD card โ†’ โ‹ฎ โ†’ Settings โ†’ Format as internal).
  3. 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.

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).

  1. Install Termux and run it.
  2. Enter the command to install the package termux-setup-storage:
pkg install termux-api

termux-setup-storage

  1. 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 cache after 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

  1. Go to Settings โ†’ System โ†’ Backup.
  2. Activate Backup to Google Drive (account required Google).
  3. 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

  1. Connect the phone to the computer via USB (select mode Transfer files).
  2. Copy important folders (DCIM, Documents, Download) to your hard drive.
  3. 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 FAT32 or exFAT via 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 remove in notifications or Settings โ†’ 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:

  1. Transfer media files (photos, videos, voice messages) via Settings โ†’ Storage โ†’ Saving media.
  2. Make chat backup to Settings โ†’ Chat โ†’ Backup and 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:

  1. Install Magisk and get root access.
  2. Use the module Force Adoptable to Magiskto unlock function.
  3. 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:

  1. Connect the phone to the PC: Sometimes, even when the screen is not working, the device is recognized as a drive. Use ADB to extract data:
adb pull /sdcard/ path_to_pc
  1. Use a card reader: Remove the SD card and connect it to the computer via an adapter.
  2. 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, speed 100 MB/s) or Samsung EVO Plus.
  • For applications: SanDisk Extreme Pro (class A2, speed 170 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, speed 100 MB/s).

Avoid cards without a speed class or with a suspiciously low price - they are often counterfeit.