Owners of smartphones with limited internal memory often face a critical problem: space runs out when you don’t expect it. The system starts to slow down, the cameras don't take pictures, and low memory notifications appear at the most inopportune moments. The solution to this problem lies on the surface - using the card microSD as the main storage for all user data.

However, simply inserting a card does not guarantee that all files will automatically move to the new media. The operating system Android by default saves media content to internal memory to ensure performance. To change this behavior, you must correctly configure the system settings and some applications. In this article, we will look at all the available methods for transferring data, from basic settings to advanced methods with superuser rights.

Preparing a memory card and choosing a speed class

Before you begin setting up the system, it is critical to make sure that your memory card can handle the load. Not all flash drives are the same: cheap models with a low speed class can become a bottleneck, causing interface freezes and loss of frames when shooting video. For full operation as the main storage, it is recommended to use standard cards UHS-I U3 or V30that provide stable recording at a speed of at least 30 MB/s.

Insert the card into the smartphone slot and wait until a notification appears about connecting a new drive. The system will offer two options for use: portable storage or internal memory. The first option allows you to store files that can be read on other devices, the second option encrypts the card and makes it an integral part of the system. The choice depends on your goals, but for the task of “saving everything to a flash drive,” the first scenario with manual configuration of saving paths is more often suitable.

Make sure that the card contacts are clean and the drive itself is not physically damaged. If the smartphone does not see the flash drive, try formatting it on the computer in the file system FAT32 or exFAT, although it is better to entrust this procedure to the phone itself for the correct partition layout.

💡

Before formatting, be sure to copy all important data from the card to the computer, since the process will destroy all information without possibility recovery.

Setting up saving photos and videos by default

The most voluminous content on a smartphone is photos and videos. The standard Camera application in most shells Android allows you to quickly change the save path. Go to the camera settings, find the item responsible for memory, and switch the toggle switch to SD card. After this, all new pictures will be automatically recorded on external media, freeing up gigabytes of internal space.

However, it is worth considering that some advanced shooting modes, such as HDR high resolution or video recording format 4K 60 FPScan force files to be saved to internal memory due to write speed requirements. This limitation is due to the fact that even fast microSD cards are sometimes inferior to the built-in storage UFS in random access speed.

If the standard camera application does not have such a setting, which is often found in stock versions Android on smartphones Google Pixel or Moto, you will need third-party software. Install an alternative camera from the application store, where the function of choosing a saving path is implemented more flexibly and does not depend on manufacturer restrictions.

☑️ Setting up the camera

Done: 0 / 1

Transferring installed applications to external media

The issue of transferring applications (APK) is one of the most difficult in the ecosystem Android. Starting with version 6.0, the “Adoptable Storage” function appeared, which allows you to combine internal memory and a flash drive into a single space. However, many manufacturers (for example Samsung, LG, HTC) have programmatically disabled this feature in their firmware, fearing a decrease in device performance when using slow cards.

If the function is available, you can format the card as internal memory in the storage settings menu. In this case, the system itself will decide which parts of the applications to store on the flash drive and which parts on the built-in disk. This is the most effective method, but it makes the card unreadable on other devices without a special reset.

For devices where this function is hidden, you can try to activate it through the computer using debugging USB and commands ADB. You will need to enter a special command in the terminal, which will forcefully enable internal memory emulation mode for the external drive. Be careful: this method requires technical literacy and can lead to unstable operation of the system when using low-quality cards.

Command for activation via ADB

Connect the phone to the PC, enter in the command line: adb shell pm set-install-location 2. This will set the priority for installing applications on external media by default, but does not guarantee operation for all apps.

It is worth remembering that system applications and widgets often cannot be moved to an external drive at all. Developers strictly tie critical components to fast internal storage to ensure operating system stability.

⚠️ Attention: When transferring applications to a memory card, their launch speed may decrease. Heavy games and graphics apps may run with delays or crash if the card reading speed is insufficient.

📊 How much memory does your smartphone have?
16 GB
32 GB
64 GB
128 GB
More than 256 GB

Changing download paths in browsers and messengers

Even if the camera is configured correctly, browsers and messengers by default continue to fill the internal memory with downloaded files. In a popular browser Google Chrome you need to go to the settings, select the “Downloaded files” section and specify the folder on the memory card. Similar actions are required for Mozilla Firefox and Opera, where download settings are placed in separate menus.

Messengers, such as Telegram and WhatsApp, consume a colossal amount of space due to the cache of images and videos. In the settings of these applications, find the “Data and Storage” or “Data Storage” section. In Telegram you can specify a specific folder for saving files, and in WhatsApp (on new versions of Android) the path to media files is often inherited from system settings or set when setting up the application for the first time.

Regular clearing of the cache in these applications is also necessary, since even when saving to a flash drive, temporary files can be duplicated in internal memory. Use built-in cleaning tools or third-party utilities to control the amount of space occupied.

Application Path to settings Possibility of transfer
Google Chrome Settings -> Downloaded files Full
Telegram Settings -> Data and memory Partial (save only)
VLC Player Settings -> Storage Full
Spotify Settings -> Storage Full (for cache)

Do not forget that some streaming services encrypt downloaded content for offline listening, linking it to a unique device identifier, which makes transferring such files to another card impossible without losing access.

Using file managers for manual transfer

Sometimes automatic settings do not work correctly, and old files remain “dead weight” in the internal memory. In this case, file managers such as Total Commander, Solid Explorer or the standard “Files” from Google come to the rescue. With their help, you can manually move folders DCIM, Download, Documents and others to an external drive.

When manually transferring, it is important to maintain the folder structure so that applications can find their files. For example, if you are moving music, make sure that it is in the standard directory Music on the new card, otherwise the player may not see the tracks during automatic scanning.

For advanced users, it is possible to create symbolic links (via root access), when the system “thinks” it is writing to the internal memory, and the files physically end up on the flash drive. This requires rights SuperUser and the installation of specialized scripts, which is not recommended for ordinary users due to the risk of violating warranty and security.

💡

Manually transferring large archives and old media files through a file manager is the most reliable way to instantly free up space without the risk of losing application settings.

⚠️ Attention: Do not move Android system folders (for example, data/data), intended for the operation of installed apps. This may lead to complete application failure and the need to reinstall them.

Possible problems and ways to solve them

Even after proper configuration, users may encounter a number of difficulties. The most common problem is that the memory card suddenly turns off or is detected as damaged. This often indicates that the card has failed or has fake memory capacity. You can check the authenticity using utilities on your PC, such as H2testw.

Another common situation is that applications stop seeing files after the phone is rebooted. This happens if the system does not have time to mount the partition before starting services. In such cases, setting up the autorun of the file manager or using initialization scripts (requires root) helps.

It is also possible to reduce the overall speed of the smartphone. If the interface becomes slower to respond, try moving some of your critical applications back to internal memory. The balance between speed and volume is a key factor in the comfortable use of the device.

Why does the phone not see files on the flash drive?

Perhaps the file is hidden, has an unsupported format, or the card is formatted in the NTFS file system, which Android cannot read without special drivers. Use exFAT.

Frequently asked questions

Is it possible to make a flash drive the main memory on any Android?

No, this function depends on the smartphone manufacturer and firmware version. Many brands block the ability to format the card as internal memory at the software level, even if the hardware supports it.

Will everything on the card be deleted if you take it out and insert it into another phone?

If you formatted the card as “portable storage” - no, the files will remain. If it’s like “internal memory” - yes, the data is encrypted with the key of a specific phone and on another device the card will require formatting, which will delete all data.

What is the maximum capacity of the card supported by my smartphone?

Official specifications are often underestimated. Most modern smartphones work without problems with 256 GB and 512 GB cards, even if the instructions indicate a maximum of 128 GB. It is recommended to check the forums for your specific model.

Why do they run slower after transferring applications?

The random read and write speed of microSD cards, even high-end ones, is usually lower than that of the phone’s built-in flash memory. This leads to an increase in the loading time of heavy apps and games.

How to return everything back to the internal memory?

Go to the storage settings, select the card and click “Transfer data” or “Format as portable”. After that, manually move the files through the file manager back to the appropriate folders in the internal memory.