Modern smartphones, despite the impressive characteristics of their screens and cameras, often suffer from one chronic problem - a lack of built-in storage. Owners of mid-range and budget devices regularly face annoying notifications that the memory is full, which blocks the installation of new applications and the creation of photos. The solution to this problem is to use an external memory card of microSDformat, which allows you to significantly expand the available space without purchasing a new gadget.
The process of moving data may vary depending on the version of the operating system Android and the manufacturer's shell, be it Samsung One UI, Xiaomi MIUI or pure Android. It is important to understand that transferring files is not just copying, but proper management of the folder structure and access rights so that applications continue to work correctly. In this article, we will analyze in detail all the methods of data migration, from manual transfer through a file manager to completely adapting the memory card to system needs.
Before taking active steps, you need to make sure that your device is compatible with external drives. Not all models support this format, and some have limitations in capacity or reading speed. The correct file system (usually exFAT or FAT32) is critical for the smartphone to correctly recognize the drive and allow large files to be written to it.
Preparing the memory card and smartphone for use
The first step is the physical installation of the drive and its initial configuration. Modern smartphones often use a combination tray, where the SIM card slot is combined with the slot for microSD. Carefully remove the tray using a paperclip, install the card with the contacts facing down (or according to the diagram on the tray) and return it back. Once turned on, the device should automatically detect new media and offer options for using it.
The system may prompt you to format the card. This is a mandatory procedure, since new drives are often formatted in the NTFS or exFAT file system with parameters that are not always optimal for running mobile applications. The formatting process will destroy all data on the card, so if there is anything on it, save it on your computer in advance.
- 📱 Insert the card into a switched off smartphone or use a hot swap if the model supports this function without the risk of damaging the controller.
- ⚙️ Wait for the “SD card detected” notification and click “Configure” in the appeared window.
- 🧹 Select the option “Use as internal storage” or “Use as portable storage” depending on your purposes.
There are two main operating modes: portable storage and internal memory. In the first case, the card works like a regular flash drive for photos, music and documents. In the second, the system encrypts the card and combines it with the main memory, allowing applications to be installed there, but making the card unreadable on other devices without resetting.
⚠️ Attention: When selecting the “Internal Storage” mode, the card is tied to a specific device. If you remove it and insert it into another phone, the data will not be available until you format the card again.
If the automatic suggestion does not appear, go to settings manually. The path usually looks like this: Settings → Storage → SD card. Here you can find a menu item for formatting. Make sure that the battery charge is at least 30-40% so that the process is not interrupted due to discharge.
☑️ Check before formatting
Manually transferring media files through a file manager
The easiest and safest way to free up space is to manually move heavy media files: photos, videos and music. To do this, the system already has a standard tool preinstalled, which can be called “Files”, “Explorer” or “File Manager”. In older versions or custom firmware, you may need to install a third-party application, for example Total Commander or Files by Google.
Open the file manager and find the “Internal Storage” section. You are interested in folders DCIM (where photos and videos from the camera are stored), Pictures (screenshots and images from messengers), and also Downloads (downloads from the browser). Select the desired files or entire folders, click on the menu (three dots or hamburger) and select “Move” or “Copy.”
Next, the navigator will prompt you to select the target directory. Go to the root of the SD card or create a new folder there, for example Media_Archive, and confirm the operation. When moving large amounts of data (several gigabytes), the process may take time and the interface may freeze - this is normal, do not interrupt the operation.
| Data type | Location in internal memory | Recommended folder on SD | Impact on system |
|---|---|---|---|
| Photos and videos | /DCIM/Camera | /DCIM or /Pictures | High (frees up a lot of space) |
| Documents | /Download or /Documents | /Documents | Average |
| Music | /Music | /Music | Low (files are usually small) |
| Messenger cache | /Android/media/com.whatsapp | Requires configuration within the application | Critical (can take up GB) |
After the transfer is complete, it is recommended to check the integrity of the files by opening several random photos or documents from the new location. If the files open correctly, the originals in the internal storage can be safely deleted if you used the copy function.
When moving thousands of photos, it is better to do this in small portions of 500-1000 files, so as not to overload the smartphone processor and avoid recording errors.
Setting up saving photos and videos by default
To Instead of manual transfer in the future, it is advisable to change the settings of the camera itself. Most standard Camera applications have a built-in option to save new photos directly to external storage. This prevents the system partition from becoming full in the future.
Go into the camera app and look for the gear icon or settings menu. Scroll down the list of options to the Storage or Retention section. Here you need to activate the “Save to SD card” switch. After this, all new pictures and videos will be automatically sent to the external drive.
However, it is worth considering one caveat: the writing speed to a memory card is often lower than the speed of internal memory eMMC or UFS. If you shoot high-definition (4K) video or burst shots in RAW format, there may be delays between frames or recording may be interrupted. For normal shooting in JPEG, the difference is almost unnoticeable.
- 📷 Open the camera settings and activate saving to the SD card.
- 🎥 For video blogging in 4K, it is recommended to temporarily return the save to the internal memory to avoid jerks.
- 📂 Check periodically folder
DCIMon the card to make sure that the files are not damaged.
Similar settings should be checked in messengers such as Telegram or WhatsApp. In Telegram, for example, you can specify the path for saving files in the “Data and Memory” settings, although a complete cache transfer often requires the use of built-in tools for clearing or transferring the entire Android folder.
Transferring applications to a memory card
The issue of transferring installed applications (APK) to a memory card is one of the most difficult in the ecosystem Android. Starting with Android 6.0, Google introduced the Adoptable Storage feature, which allows you to treat a card as part of the system, but many manufacturers (for example, Samsung, Huawei, LG) have hidden or removed this feature in their shells.
You can check the transferability through the app menu. Go to Settings → Applications, select the desired app and find the “Storage” item. If the Change button is active, you can select the SD card. If the button is gray or missing, the manufacturer has prohibited the transfer of this application or the entire system.
⚠️ Attention: Transferred applications may run slower, especially if the memory card has a low speed class (below Class 10 / UHS-I). It is not recommended to transfer critical system applications.
There is also a method using USB debugging (ADB), which allows you to force the transfer of applications, even if the manufacturer has hidden this option. To do this, you need to connect your smartphone to your computer, enable debugging mode and enter a special command.
adb shell pm setInstallLocation 2
This command changes the preferred installation location to external storage. However, this does not guarantee that all applications will be able to run there, since developers can hardcode the installation path in the app manifest. The value 0 returns the default settings (automatic selection by the system), and 1 forces installation into internal memory.
Risks of using ADB for transfer
Forcibly changing the installation location via ADB can lead to unstable operation of the system if the memory card suddenly turns off or fails. Applications may stop launching, and widgets may disappear from the desktop. Use this method only if you understand the risks.
Using the card as internal storage
If your smartphone supports the “Internal Storage” function, this is the most effective way to deal with lack of space. The system formats the card in a special format, encrypts it and combines it with the main memory into a single pool. After this, the system itself decides where to write the data, often giving priority to the card for heavy applications.
To activate this mode during the initial setup, select “Use as internal storage.” If the card is already formatted as portable, you will have to format it again through the storage menu by selecting the appropriate option. The system will warn about data loss and slow operation if the card does not meet speed requirements.
The main advantage of this method is automation. You no longer need to think about where to save your files. However, there are also disadvantages: the card wears out faster due to the constant recording of system logs and cache, and it cannot be read on a computer without a special card reader and removing encryption (which is impossible without resetting).
- 🚀 Allows you to install almost any application on the card without restrictions.
- 🔒 Data is reliably protected by encryption, but is lost when resetting the phone.
- 📉 The speed of the smartphone may decrease if you use a cheap memory card.
It is recommended to use cards of the series UHS-I or UHS-II with a high write speed rating (A1 or A2) to minimize the impact on interface performance. Class A2 cards are optimized specifically for running applications from external media.
The “Internal Storage” mode turns the memory card into a system partition, making it an integral part of the smartphone, but requiring high-quality media.
Possible problems and ways to solve them
During operation, users may encounter various errors: the card is not detected, files are not copied, or the system writes “SD card is damaged.” Often the problem lies in the physical contact or the file system.
If your smartphone no longer sees the card, try gently wiping the microSD contacts with a soft, dry cloth. Sometimes oxidation or dust prevents a normal connection. It is also worth checking to see if the SIM card tray has come off, which could block the operation of the second slot.
File system errors are often resolved by reformatting. If you cannot format using standard Android tools, use a computer. Insert the card into the PC, open Disk Management and create a new simple volume in the file system exFAT (for cards larger than 32 GB) or FAT32 (for cards up to 32 GB).
Also a common problem is false detection of fullness. Sometimes, after deleting files, the memory counter is not updated immediately. In this case, rebooting the device or clearing the media service cache through the app settings menu helps.
⚠️ Attention: If the memory card is suddenly no longer detected and requires formatting, do not agree immediately if it contains important data. Try reading it through a card reader on your computer using data recovery apps.
Remember that memory cards have a limited rewriting resource. Active use of a smartphone with applications installed on the card accelerates wear on the drive. Regularly backup important data to cloud services or a computer.
Why doesn’t the phone see the SD card after formatting?
Most often the problem is an incompatible file system. Android natively supports FAT32 and exFAT. If the card is formatted in NTFS (Windows standard), the phone can see it, but cannot write data. Also, the reason may be due to volume: older smartphones do not support cards larger than 32 GB or 128 GB.
Is it safe to store passwords and personal photos on an SD card?
Storing personal data on a card is less secure than in internal encrypted storage, especially if the card is used in “Portable Storage” mode. If the phone is lost, an attacker can remove the card and read the data on another device. For confidential files, use the “Internal Storage” mode or additional safe applications with a password.
Is it possible to transfer WhatsApp completely to an SD card?
Officially, WhatsApp does not support the complete transfer of the database and media files to an SD card in new versions of Android for security and stability reasons. Media files can be transferred manually by changing the save path in the phone settings, but chats and backups most often remain in the internal memory or Google Drive.
How can I find out the real speed of my SD card?
Use free benchmark applications, for example A1 SD Bench or SD Card Speed Test. They will show the real read and write speed. For comfortable operation of applications, the recording speed should be at least 10-20 MB/s, and for recording 4K video - from 60-90 MB/s.