Owners of budget and mid-budget smartphones are often faced with a lack of built-in storage. The operating system takes up a significant amount of space, and modern applications and games require gigabytes of free space for caches and updates. In such a situation, the card becomes the only lifesaver; however, by default, Android often uses it only as a portable storage device for photos and music. microSD, however, by default Android often uses it only as a portable storage medium for photos and music.
Fortunately, there is a function that allows you to combine the built-in memory and external storage into a single whole. This mode, known as Adoptable Storage, turns the memory card into an extension of the system storage. After activating this option, the system begins to perceive the card as an integral part of the phone, which allows you to install any applications on it and save data there without manual transfer.
The setup process is not trivial, as it requires complete formatting of the media. You should prepare in advance for the loss of all data that is already stored on the flash card. In addition, the operating speed of the built-in memory is usually higher than that of budget cards, so choosing a high-quality drive of class UHS-I or UHS-II is critical to the performance of the device.
Memory card preparation and backup
Before you start changing the storage type, you need to make sure that equipment compatibility. Not all smartphones support the Adoptable Storage function, since many manufacturers (for example Samsung or Xiaomi) programmatically block this feature in their shells. If your device was released after 2016, the chances of success are high, but it is better to check the specifications of the model in advance.
โ ๏ธ Attention: The formatting process will irreversibly delete all files from the memory card. Be sure to copy photos, documents and videos to your computer or cloud storage before starting the procedure.
Choosing the right card is half the success. Cheap drives with low write speeds (Class 4 or Class 6) will cause the phone to slow down even when opening simple menus. It is recommended to use cards marked A1 or A2that are optimized for running applications.
Use memory cards with a capacity of no more than 128 GB or 256 GB if your smartphone does not officially support larger capacities. Exceeding the limit may result in read errors or complete inoperability of the slot.
After creating a backup, insert the card into the device slot. Wait for the new drive notification to appear in the notification panel. If the notification does not appear, check the integrity of the card contacts and try rebooting the smartphone.
Step-by-step guide for formatting into internal memory
The main setup step occurs through the device settings menu. The interface may differ slightly depending on the version Android and user shell, but the logic of actions remains the same. You need to find the storage management section.
โ๏ธ Formatting algorithm
Go to settings and find item Memory or Storage. Select your memory card from the list of available drives. Click on the three dots in the corner of the screen or the menu button to see more options. Here you will be asked to select the format: "Portable Storage" or "Internal Storage".
Select an option Internal storage. The system will warn you that the card will be formatted and encrypted. This means that after the procedure, the card cannot simply be inserted into another phone or card reader and read the data - it will be encrypted with the keys of your specific smartphone.
After confirmation, the system will begin the formatting process. Depending on the card capacity and recording speed, this may take from a few seconds to several minutes. Do not remove the card or turn off the phone at this moment to avoid damaging the file system.
What to do if there is no "Internal storage" item?
If the option is not in the standard menu, the manufacturer may have blocked it. In this case, you can try to activate the function through a computer by connecting the phone in USB debugging mode and entering the ADB command: `sm set-force-adoptable true`. After this, the item should appear in the settings menu.
Transfer applications and data to a new drive
After successful formatting, the card becomes part of the system partition. Now you can transfer installed applications to it. Not all apps support this feature: developers may prohibit the installation of their products on external media for security or performance reasons.
To transfer, go to the section Settings โ Applications. Select the desired application from the list. If the transfer is possible, the button Edit in the "Storage" section will be active. Click on it and select the memory card as the new location.
| Data type | Possibility of transfer | Impact on speed | Recommendation |
|---|---|---|---|
| System applications | Prohibited | High | Leave in internal memory |
| Games with heavy cache | Partially | Average | Transfer only if class A2 card |
| Messengers | Allowed | Low | You can safely transfer |
| Photos and Videos | Automatic | Low | Set default saving |
In addition to applications, it is worth setting up automatic saving of media files. Open the application Camera, go to its settings and find the "Save location" item. Select a memory card so that new pictures and videos are immediately recorded there, saving space in the built-in storage.
Moving applications does not always free up space in the built-in memory by 100%. Some of the data (cache, settings) still remains on the internal disk, but the bulk of the binary code is moved to the card.
Operating features and possible problems
Using the card as internal memory has its own nuances that you need to know about. The main one is binding the media to the device. If you remove the card, applications installed on it will stop working, and their shortcuts may disappear from the desktop until reinserted.
It is also worth considering the wear and tear of the memory card. Flash memory has a limited number of rewrite cycles. When the smartphone is actively working, when the system constantly accesses the disk to swap data, the card may fail faster than with normal file storage.
โ ๏ธ Attention: When you change your smartphone, you will have to format the card again, since decrypting the data on another device will not be possible without special tools and root access.
More One problem is the response speed. Even fast microSD cards are inferior to the built-in memory type UFS 2.1 or UFS 3.0used in modern smartphones. This may manifest itself as longer loading times for heavy games or slight delays when opening a gallery with a lot of photos.
If you notice that your phone is running slower after the setup, try moving your most frequently used applications back to the internal memory, leaving less demanding apps and media files on the card.
Return to portable storage mode
If you decide to stop using the card as internal storage, the process will also require formatting. You can return everything to its original state through the settings menu, but the data from the card will be deleted again.
Before converting back to portable mode, you must empty the card of data. Go to the storage settings and select the option Format as portable. The system will offer to transfer the data back to the internal memory if there is enough space for this.
It is important to understand that simply removing the card without first โdisablingโ it in the settings can lead to errors in the system. Always use the Eject or Disable function in the notifications or settings menu before physically removing the media.
After formatting, the card will become a regular flash drive that can be used in cameras, other phones or card readers for PCs. All data recorded in internal storage mode will be irretrievably lost if you have not backed it up in advance.
Alternative methods and using ADB
For advanced users whose smartphones do not have a menu option for formatting to internal memory, there is a method through the debug bridge ADB. This method requires connecting the phone to the computer and installing drivers.
First you need to enable USB debugging mode in the menu For developers. Connect your device to your PC and open Command Prompt. Enter the command adb shell to gain access to the device shell.
adb shell sm list-disks
adb shell sm partition disk:XXX private
Instead XXX you need to substitute your card ID, which can be found with the first command. The second command will force the creation of a private partition, turning the card into internal memory. This method works on most devices, where the function is simply hidden by the manufacturer.
Risks of using ADB
Incorrectly entering the command can lead to formatting the phone's internal memory instead of the card. Be extremely careful when copying drive IDs.
โ ๏ธ Attention: Settings interfaces and commands may vary depending on the Android version. Screenshots on the Internet may not be relevant for your model.
Frequently asked questions (FAQ)
Can I use one card on two different phones at the same time?
No, in internal storage mode the card encrypted for a specific device. To use it on another phone, you will have to format it, which will delete all data.
Why, after transferring the application, does it still take up space in the internal memory?
The Android system divides the application into several parts. The main code can be transferred, but the cache, widgets and some service files always remain in the built-in memory to ensure stable operation.
Will a memory card speed up my smartphone?
No, rather the opposite. The read/write speed of microSD cards is usually slower than built-in eMMC or UFS memory. This may lead to a slight decrease in performance when running heavy applications.
What to do if the phone does not see the card after formatting?
Try rebooting the device. If the problem persists, try the card on another device or card reader. The drive may be faulty or not compatible in speed with your smartphone.
Is it possible to format the card back without losing data?
Unfortunately, no. Changing the formatting type (from internal to portable and vice versa) always requires completely deleting the file system and creating a new partition structure.