Owners of modern smartphones often face a critical shortage of built-in memory. The operating system Android occupies a significant amount of space, and instant messengers and social networks are growing rapidly, absorbing free gigabytes. In such a situation, an external memory card SD becomes a real salvation, allowing you to store media files and, in some cases, the apps themselves.

Unfortunately, device manufacturers and application developers are gradually complicating the process of transferring data to external media. Starting with Android 6.0, the security policy has become stricter, and now the standard โ€œMove to SD cardโ€ function is often missing or does not work correctly. This is done in order to prevent data loss when removing the drive and speed up the system.

However, there are proven ways to bypass these limitations. We will look at both standard configuration methods available in the phone menu, and advanced techniques using software debugging. You will learn how to turn a flash drive into a full-fledged extension of internal memory or simply transfer a cache of heavy games to it. USB. You will learn how to turn a flash drive into a full-fledged extension of internal memory or simply transfer a cache of heavy games to it.

Checking compatibility and preparing media

Before you begin manipulation, you need to make sure that your smartphone technically supports working with external drives in extended memory mode. Not all devices have this feature, even if they have a card slot. It is important to check the specifications of your model on the manufacturer's official website.

Choosing the right memory card is critical. Installing applications requires high data read and write speeds. Slow class cards Class 4 or Class 6 will lead to apps taking a painfully long time to launch, and the system will begin to slow down.

  • ๐Ÿš€ Use standard cards UHS-I or UHS-II with a speed marking of at least U3.
  • ๐Ÿ’พ The volume of the drive should be at least 2 times the volume of internal memory that you plan to unload.
  • ๐Ÿ›ก๏ธ Buy cards only from official dealers, as the market is full of fakes with inflated characteristics.

It is also worth considering that formatting the card in internal mode memory will destroy all data on it. Be sure to back up your photos and documents to your computer before starting the procedure. Once formatted, the card will be encrypted and cannot be read on other devices without resetting the settings.

โš ๏ธ Warning: Using a slow memory card as internal storage can lead to system instability and premature wear of the drive due to constant data overwriting.
๐Ÿ’ก

Before purchasing a new memory card, check its speed using applications like SD Card Benchmark on another device to verify the honesty of the declared characteristics.

Normal method: Formatting as internal storage

The easiest and safest way to integrate a flash drive into the system is to use the built-in function Adoptable Storage. This method is available on most devices running pure Android or shells close to stock, such as Moto or Nokia.

To activate the mode, you need to insert the card into the slot and wait for the notification. If the notification does not appear, go to settings manually. Go to the section Settings โ†’ Storage and select your SD card from the list of available media.

In the card menu, find the "Storage Settings" item or three dots in the upper corner of the screen. Select the "Format as internal storage" option. The system will warn you about data loss and low speed if the card does not meet the requirements. Confirm the action and wait for the process to complete, which may take several minutes.

โ˜‘๏ธ Preparing for formatting

Completed: 0 / 4

After successful completion, the system will offer to transfer existing data, including applications and photos, to the new drive. You can agree or do it manually later. Now, when installing new apps, the system will by default offer space on the memory card if the built-in storage is full.

Manual transfer of installed applications

Even after setting up the card as internal storage, not all applications are transferred automatically. Some system utilities and widgets must remain on the built-in disk to work correctly. However, most user apps can be moved manually through the settings.

Go to the section Settings โ†’ Applications. Select the application you are interested in from the list. If the developer has allowed the transfer, you will see an active "Edit" or "Move to SD card" button in the "Storage" section. Clicking this button will start the data migration process.

It is worth noting that after the transfer, a significant part of the application data (cache, resources) will be on the flash drive, but some system files will remain in the internal memory. This is normal and necessary for stability. Android.

Data type Location before transfer Location after transfer Impact on speed
APK file (code) Internal memory SD card (partially) Minimum
Cache and resources Internal memory SD card Depends on card speed
User data Internal memory SD card None
System libraries Internal memory Remains inside No influence
๐Ÿ’ก

Not all applications support transfer. If the move button is inactive (gray), then the developer has prohibited this at the application code level.

Using ADB commands to force a transfer

If the manufacturer of your smartphone has hidden the ability to format the card as internal memory, you can use the tool ADB (Android Debug Bridge). This method requires connecting to a computer and enabling USB debugging, but it gives full control over the file system.

First, you need to activate developer mode. Go to Settings โ†’ About phone and quickly click on the "Build number" item seven times until a notification appears indicating that you have become a developer. Then in the "For Developers" menu, turn on the "USB Debugging" toggle switch.

Connect your phone to the PC and run the following command in the terminal or command line of your computer to find out the ID of your card:

adb shell sm list-disks

The system will display a code like this disk:179,64. Remember this as you will need it for the next command. Now perform formatting by replacing the numbers with yours:

adb shell sm partition disk:179,64 private

After executing the command, the phone may reboot. The card will be detected as internal memory, and you can use it to install applications just like in the standard method. This method works even on devices where the manufacturer has blocked this function in the interface.

โš ๏ธ Attention: ADB commands provide deep access to the system. An error in entering the disk ID may result in formatting the phone's internal memory instead of the SD card. Be extremely careful!
What to do if the command does not execute?

If you receive a "permission denied" error or the command does not work, make sure that a confirmation to allow debugging from this computer appears on your phone screen. Also try using a different USB cable or port.

Setting default photo and media storage

In addition to applications, freeing up space requires transferring heavy media content. The camera and voice recorder save files to the internal memory by default, which quickly fills it up. You can change this behavior in the settings of specific applications.

Open the Camera application and go to its settings (usually the gear icon). Find the item "Save location" or "Storage" and switch it to SD card. Now all new pictures and videos will be automatically recorded on external media.

Similar steps need to be done in instant messengers. There are settings for downloading media files. Specify the saving path to the memory card so that downloaded pictures and videos do not take up precious internal space. Telegram, WhatsApp And Viber There are settings for downloading media files. Specify the save path to the memory card so that downloaded pictures and videos do not take up precious internal space.

  • ๐Ÿ“ธ In the camera settings, select "SD card" as the main storage.
  • ๐Ÿ’ฌ In messengers, limit auto-loading of media only via Wi-Fi and specify the path to a flash drive.
  • ๐ŸŽต In music players and voice recorders, change the recording folder in the application settings.

For old files, you can use the file manager. Select folders DCIM, Downloads and Music in the internal memory and move them to the card. This will free up space instantly without the need to reinstall apps.

๐Ÿ“Š How much internal memory does your smartphone have?
16-32 GB
64-128 GB
256 GB or more
I always have a flash drive

Possible problems and solutions

When using a memory card as an extension of internal memory, users may encounter a number of specific problems. Understanding their causes will help you quickly restore the deviceโ€™s functionality.

One โ€‹โ€‹of the common problems is the slow operation of applications after transfer. This is almost always due to the low random read speed of the memory card. Smartphone internal memory (eMMC or UFS) is significantly faster than even the most expensive microSD cards. Heavy games and social networks may take longer to load than usual.

Another difficulty arises when removing the card. If you remove the flash drive, all applications transferred to it will no longer run, and their icons may disappear from the desktop. The system will display the error "Application not installed." To solve the problem, you just need to insert the card back or transfer the applications to the settings.

โš ๏ธ Attention: Settings interfaces may differ depending on the version of Android and the manufacturer's shell (MIUI, OneUI, ColorOS). If you do not find the described items, check the official instructions for your model.

Reading errors are also possible if the card was removed incorrectly. Always use the "Eject" option in the notification shade before physically removing the drive, even if it is configured as internal memory (although in this mode the system may prohibit ejection until the phone is turned off).

Frequently asked questions

Can I transfer system applications to a flash drive?

Transferring system applications (Settings, Phone, Messages) is highly discouraged and often impossible without root access. This may cause the entire device to fail (bootloop). Leave the system software in the internal memory.

Why does the application run slower after transfer?

The speed of the application depends on the speed of the drive. Memory cards, even high-speed ones, are inferior to the built-in memory of a smartphone in the speed of random access to small files, which is critical for running apps.

Will the data on the card be erased if I reset the phone?

If the card is formatted as internal storage, it is encrypted with your device's key. After a Factory Reset, the phone will not be able to read the data on this card and it will be considered empty or damaged. The data cannot be restored.

How to return the card to portable storage mode?

To do this, go to the storage settings, select the card and click "Format as portable storage". All data on the card will be deleted, but it can be used on other devices.