Owners of modern smartphones based on the operating system Android 10 often face a critical shortage of internal storage. Application developers are constantly increasing the size of their products, and system files are taking up more and more space. In such a situation, the only correct solution is to use a memory card microSD to expand the available space.

However, starting with version Android 6.0, Google's policy regarding working with external drives has become stricter. Now simple transfer of cache or application data through standard settings is not available to all users. Smartphone manufacturers often hide this feature or disable it completely, relying on cloud services and built-in memory.

However, there are several proven methods to get around these limitations. We will analyze both standard system capabilities and more advanced methods using USB debugging. It is important to understand that each method has its own risks and features that must be taken into account before starting the procedure.

Features of working with external drives in Android 10

In the tenth version of Google's mobile operating system, the architecture of working with the file system has undergone significant changes. Unlike older versions, where the memory card was treated as a separate volume, it can now be integrated into the overall data storage structure. This technology is called Adoptable Storage.

The essence of the method is that the system encrypts the external drive and formats it as part of the internal memory. After this, Android gets the opportunity to install applications directly on the card, considering it an integral part of the device. This solves the problem of lack of space globally, but imposes certain restrictions on the use of the card itself.

If you plan to use the card in portable storage mode, the possibilities will be limited. You will only be able to save media files, documents, and some application data, but not the app executable files themselves. The difference between these modes is colossal and determines the entire further setup process.

It is also worth noting that the speed of the memory card directly affects the performance of the smartphone. Cheap cards with a low speed class can cause the interface to slow down and take a long time to load apps. Therefore, choosing a storage medium is a critical preparation step.

โš ๏ธ Attention: Formatting the card as internal memory will permanently delete all data on it. Be sure to back up important photos and documents before starting the procedure.

๐Ÿ’ก

Use UHS-I Class 10 or higher memory cards. Low read/write speeds may cause the smartphone to work slower than before the memory expansion.

Preparing the memory card and smartphone for use

Before you begin transferring data, you need to make sure the equipment is compatible. Not every smartphone supports the memory pooling feature, even if it has a card slot. This can only be checked experimentally or by studying the specifications of your model on the manufacturer's official website.

Insert the memory card into the slot and wait for the system notification. Usually Android 10 offers you to choose how to use the drive immediately after detection. If the notification does not appear, go to settings manually. You will need to find the section responsible for storage.

Navigation in the menu may differ depending on the manufacturer's shell (MIUI, One UI, ColorOS). However, the general path usually looks like this: open Settings, then find the item Storage or Memory. In this section you will see a list of available drives.

Select your memory card from the list. If the system offers the option "Use as internal storage", then your smartphone supports full integration. If only the "Use as portable storage" option is available, you will have to use alternative methods, which will be discussed below.

  • ๐Ÿ“ฑ Make sure that the memory card is inserted correctly and is recognized by the system.
  • ๐Ÿ”‹ Charge your smartphone to at least 50% to avoid power outage during formatting.
  • ๐Ÿ’พ Copy everything important files from the card to your computer or to the cloud.
  • ๐Ÿ›ก๏ธ Disable the screen lock during setup so that the process is not interrupted automatically.
๐Ÿ“Š How much internal memory does your smartphone have?
Less than 32 GB
64 GB
128 GB
256 GB or more

Standard method: Formatting as internal storage

This is the most reliable and secure method provided by the system developers. It allows you to turn a memory card into a logical extension of the built-in memory chip. After completing the procedure, the system itself will decide where to install new applications based on the available space.

To start the process, go to the memory card menu, which we opened in the previous section. Click on the menu button (three dots in the corner) or the "More" button. Select item Storage settings. Here you will find a formatting option.

The system will warn you that the card will be encrypted and linked to this specific device. This means you won't be able to read the data on that card on another phone or computer without formatting it again. Confirm the action and wait for the process to complete.

After formatting, the system may offer to transfer existing data (photos, files) to a new drive. Agree with this suggestion to free up space in your internal memory. Now, when installing new applications, they will be saved to the card by default if there is not enough space on the built-in storage.

โ˜‘๏ธ Formatting algorithm

Completed: 0 / 1

It is important to understand that this method does not work with all applications. Software developers can programmatically prohibit the installation of their software on external drives. This usually applies to banking applications, instant messengers and system utilities that require high response speed.

โš ๏ธ Attention: If you remove the memory card after formatting it as internal, many applications will stop working and widgets will disappear from the desktop. The card must always be inserted into the device.

Advanced method: Using ADB commands

If the manufacturer of your smartphone has hidden the ability to format the card as internal memory, you can forcefully activate this function. To do this you will need a computer, a USB cable and a set of tools Android Debug Bridge (ADB). This method requires care, but it opens up access to hidden system functions.

First you need to activate developer mode on your smartphone. Go to Settings, scroll down to About phone and find the line Build number. Click on it 7 times in a row until a message appears stating that you have become a developer.

Now a new section will appear in the settings menu For developers. Go into it and turn on the switch USB debugging. Connect your smartphone to your computer with a cable. A request to allow debugging will appear on the phone screen - confirm it.

On your computer, open the command line in the folder with ADB installed. Enter the command to check the connection:

adb devices

If your device appears in the list with status device, then the connection has been established successfully. Now you need to find out the ID of your memory card. Enter the following command:

adb shell sm list-disks

The system will provide a response in the format disk:179,64 or similar. Remember this ID, you will need it for the next step. This code is unique to your drive in the current session.

What to do if the computer does not see the phone?

Install the original USB cable. Often the problem lies in cheap cables that only support charging, but not data transfer. Also try installing drivers for your smartphone model from the manufacturer's official website.

To format the disk in internal storage mode, use the command:

adb shell sm partition disk:XXX,XX private

Replace disk:XXX,XX with your identifier received earlier. After completing the command, reboot your smartphone. Now in the storage settings the card should be displayed as part of the internal memory, and you can transfer applications to it.

Transferring installed applications to a memory card

After the card is configured (by any of the described methods), you can begin migrating already installed apps. Not all applications support transfer, but a significant part of games and utilities will free up precious megabytes of internal memory.

Go to the section Settings and select item Applications. You will see a complete list of installed software. You need to go through the apps one by one, starting with the largest ones. Typically these are games, social networks and graphic editors.

Select the desired application. In the menu that opens, find the section Storage. If the memory card is configured correctly and the application supports transfer, you will see a button Edit or Move to SD card. Click it and confirm the action.

The transfer process may take from a few seconds to several minutes depending on the size of the application. Do not close the settings window until the operation is completed. If the transfer button is inactive (gray), it means that the developer has prohibited the installation of this app on external media.

Application type Probability of transfer Impact on speed Recommendation
Games (cache more than 1 GB) High Minimum Must be transferred
Social networks Medium Noticeable during loading Transfer if there is not enough space
Banking applications Low (prohibited) Critical Leave in internal memory
System utilities Low High Do not transfer
๐Ÿ’ก

Transfer primarily heavy games and applications with a large cache size. It is better to leave system apps and instant messengers on the built-in storage for stable operation.

Possible problems and ways to solve them

In the process of setting up and operating extended memory, users often encounter various difficulties. The system Android 10 is quite stable, but driver conflicts or features of specific smartphone models can cause crashes.

One โ€‹โ€‹of the common problems is the message โ€œThe application is not installedโ€ or an error during the transfer. This often happens if the card's file system is corrupted or if the card is removed during operation. In this case, you need to check the drive for errors through the storage settings menu.

Sometimes after rebooting the smartphone, applications transferred to the card disappear or stop launching. This is a signal that the contact between the card and the phone is broken. Try removing the card, wipe the contacts with a soft eraser and insert it back until it clicks.

It is also worth mentioning the impact on autonomy. Constantly working with a memory card may slightly increase battery consumption, since the memory controller has to maintain an additional drive. However, on modern devices this difference is almost unnoticeable.

โš ๏ธ Attention: Settings interfaces may vary depending on the firmware version and device model. If you do not find the described items, check the latest documentation for your specific smartphone model on the manufacturer's website.

If you use the ADB method and after a reboot the card again appears as portable storage, the system may have reset due to a security update. In this case, the procedure with the commands will have to be repeated.

  • ๐Ÿ”„ Try to format the card on your computer into the exFAT file system before inserting it into the phone.
  • ๐Ÿ“‰ Monitor the temperature of the smartphone: intensive work with the card can cause the case to heat up.
  • ๐Ÿ—‘๏ธ Regularly clear the cache of migrated applications, as access to it may be slower.
๐Ÿ’ก

If the application is unstable after migration, try moving it back to internal memory. Some apps are sensitive to delays in reading data from external drives.

Frequently asked questions (FAQ)

Can WhatsApp and Telegram be transferred to a memory card?

Messenger applications themselves often do not support full transfer, but you can configure saving media files (photos, videos) directly to the card. Go to the settings of the messenger itself, the โ€œData and Storageโ€ section and change the saving path.

What will happen to applications if I remove the memory card?

If the card was formatted as internal storage, then all applications on it will stop working. The shortcuts will remain on the screen, but you will get an error when clicked. To restore operation, you need to insert the same card back.

Will I lose data when formatting the card?

Yes, the formatting process completely clears the memory card. All photos, music and documents that were recorded on it will be deleted. Be sure to make a backup copy to your computer before starting setup.

Why is the "Transfer" button inactive for some games?

Application developers have the right to prohibit the installation of their software on external drives. This is done to ensure stability and protection against piracy. In such cases, you can free up space only by deleting the application or clearing its cache.

Can one card be used on different phones?

If the card is formatted as internal storage (Adoptable Storage), it is tied to a specific device and encrypted with its key. It will not be possible to use it on another phone without formatting, and formatting will delete all data.