You inserted a memory card into your smartphone 128 GB, but the system stubbornly reports: "Not enough space on the device". Applications are not installed, photos are not saved, and games are slow - despite the free gigabytes on microSD. What's the matter? Why does Android ignore the external drive, and how to make it work correctly?
The problem lies not in the โgreedโ of manufacturers, but in the architecture of the operating system. Even modern versions of Android (up to Android 14) do not always handle external media correctly. In this article we will look 7 key reasonswhy memory is running out, despite the card, and we will give practical solutions from transferring applications to changing system settings. Weโll also explain why some methods (such as formatting the card as internal memory) can accelerate the wear of the drive by 2-3 times.
1. Android by default does not use the memory card for applications
The most common mistake of users is the expectation that after insertion microSD all new applications will be automatically installed on it. In fact:
- ๐ฑ Standard Android settings allows you to install applications only to internal memory. The default memory card is intended for media files (photos, videos, music).
- ๐ง Exception: some manufacturers (for example, Xiaomi or Samsung) add the option to transfer applications to the card, but it does not work with all apps.
- ๐ซ System applications (for example,
Google Play ServicesorAndroid System WebView) never are not transferred to external media.
To check whether an application can be transferred to the card:
- Open
Settings โ Applications. - Select the desired application (for example, Telegram or Spotify).
- Click
StorageโChange(if the option is active).
If there are no buttons Change then the manufacturer has blocked this function. In this case, only manually moving files (more on this below) or using the card as internal storage (but this is fraught with consequences).
2 The memory card is formatted as. portable device (not internal)
Android offers two modes of operation with microSD:
- Portable storage (default) - the card is used only for media files. Applications are not installed on it.
- Internal storage โthe card becomes part of the system, and apps can be transferred to it. But there are critical shortcomings:
| Option | Portable storage | Internal storage |
|---|---|---|
| Installing applications | โ No | โ Yes (partially) |
| Operating speed | โก Normal | ๐ข Slower (depending on the card class) |
| Compatibility | โ Works on any device | โ Tied to one smartphone |
| Card wear | ๐ข Minimal | ๐ด Accelerated (due to frequent overwriting) |
To reformat the card as internal storage:
- Insert the card into the smartphone.
- When a notification appears, select
Set up as internal storage(if there is no notification, go toSettings โ Storage โ [Card name] โ Three dots โ Settings โ Internal storage). - Confirm formatting (all data will be erased!).
What what happens if you remove a card formatted as internal storage?
The smartphone will stop loading or start working with errors, since some system files and applications are stored on the card. It is almost impossible to restore data after extraction.
โ ๏ธ Attention: If you use the card as internal storage, never remove it without first disconnecting it in the settings. (Settings โ Storage โ [Card] โ Eject). Otherwise, you risk losing data or damaging the file system.
3. Applications and games save data to internal memory, not to the card. Even if you moved the application itself to
Even if you have moved the application itself to microSD, it may still take up internal memory. For example: cache, settings and downloaded files may still occupy internal memory. For example:
- ๐ฎ Games like Genshin Impact or Call of Duty Mobile store updates and additional resources in
/Android/obb/โand this is the place is not always transferred to the card. - ๐ธ Photo applications (for example, Google Photos) save thumbnails and temporary files to internal memory by default.
- ๐ต Music services (Spotify, Yandex Music) cache tracks in
/Android/data/, which often remains on the device.
To free up space:
- Open the application settings (for example,
Settings โ Applications โ Spotify โ Storage). - Click
Clear cacheandClear data(if you are not afraid of losing settings). - In some applications (for example, Google Maps), you can manually select where to save offline maps:
Settings โ Offline maps โ Storage settings.
To check which files take up the most space, use the application Files by Google (section Cleaning) or DiskUsage from the Play Market. They will show โheavyโ folders that can be moved or deleted.
4. section /data clogged with garbage and cache
The internal memory of Android is divided into several sections, and the most โgluttonousโ is /data. The following are stored here:
- ๐๏ธ Application cache (can occupy up to 5โ10 GB depending on use).
- ๐ Residual files of deleted apps (sometimes folders remain in
/Android/data/or/Android/obb/). - ๐ System logs and error dumps (especially if the smartphone often reboots).
How to clear /data without root access:
- Cache of all applications:
Settings โ Storage โ Cache data โ Clear. - Residual files: Use Files by Google โ
Clean โ Unneeded files. - Logs and dumps: Delete folders
/data/tombstonesand/data/anrvia a file manager (superuser or ADB rights are required).
If you have root access, you can use the command for deep cleaning:
su
rm -rf /data/local/tmp/*
rm -rf /data/log/*
โ ๏ธ Attention: Deleting files manually without understanding their purpose can lead to malfunctions of applications or the system. For example, deleting a folder /data/app-lib will cause errors when starting apps.
5. The memory card is too slow for modern applications
If you use a class card Class 4 or Class 10 (do not confuse with UHS-I!), it may simply not keep up with the operation of the smartphone. Modern applications and games require high read/write speeds. otherwise:
- ๐ข Applications slow down when launched from the card.
- ๐ System automatically transfers data back internal memory.
- โ Some apps (for example, WhatsApp or Instagram) refuse to work with slow cards.
Minimum card requirements for use as internal storage:
| Characteristic | Minimum value | Recommended value |
|---|---|---|
| Speed class | Class 10 | UHS-I (U1 or U3) |
| Speed recording | 10 MB/s | 30+ MB/s |
| Volume | 16 GB | 64 GB and higher |
Check speed cards can be used using applications A1 SD Bench or AndroBench. If the writing speed is lower 10 MB/s, it is better to use the card only for photos and videos, but not for applications.
Format cards microSDHC (up to 32 GB) and microSDXC (from 64 GB) may have different speeds even with the same class. Always check the real benchmarks before purchasing.
6. The manufacturer has limited the use of the memory card in the firmware
Some brands (for example, Huawei, OnePlus or Google Pixel) intentionally blocked functions for working with microSD in their firmware. Reasons:
- ๐ Security: external media is easier to steal or replace.
- ๐ฐ Marketing: manufacturers want you to buy models with a large amount of built-in memory.
- ๐ ๏ธ Stability: cheap cards often cause failures, which spoils the brand's reputation.
How to get around restrictions:
- Install custom firmware (for example, LineageOS), where support microSD is fully implemented.
- Use ADB to force transfer of applications (requires USB debugging enabled):
adb shell pm set-install-location 2
This command forces the system to install new applications on the external drive by default. To return the settings, use:
adb shell pm set-install-location 0
โ ๏ธ Attention: Changing settings via ADB may lead to unstable operation of some applications (for example, banking or DRM-protected applications). Before experiments, make a backup copy of your data.
7. Viruses or malware โeat upโ the internal memory
If the internal memory runs out too quickly, perhaps a virus has settled on the smartphone that:
- ๐ต๏ธโโ๏ธ Downloads files to hidden folders (for example
.thumbnailsor.cache). - ๐ฆ Installs adware that takes up space in
/data/app/. - ๐ Creates duplicate files (for example, copies of photos with a different extension).
How to check and clean:
Check the list of installed applications for unknown ones (Settings โ Applications)
Install an antivirus (Malwarebytes or Dr.Web Light)
Check folders /storage/emulated/0/ for hidden files (enable display of hidden folders in the file manager)
Clear the cache and data of suspicious applications-->
If you find a virus, delete it and reset your smartphone to factory settings (Settings โ System โ ResetThis is guaranteed to clear all hidden threats.
FAQ: Frequently asked questions about memory on Android
Can I use a memory card as internal on all smartphones?
No, not for all. Some manufacturers (for example, Google in the line Pixel or OnePlus in new models) support has been completely removed microSD. Even if there is a slot, the function of formatting as internal storage can be disabled in the firmware.
Why did it start to slow down after transferring the application to the card?
Most likely, your memory card is too slow. For comfortable operation of applications, a read/write speed of at least 30 MB/sis required. Check the class of the card: if it is Class 10 unmarked UHS-I, it is not suitable for installing apps.
How to transfer photos and videos to a memory card?
The simplest method:
- Open the application Gallery or Files by Google.
- Select files โ press
Move. - Select memory card as location destination.
To automatically save new photos to the card: Camera settings โ Saving location โ Memory card.
What to do if the memory card is not detected?
Try:
- Reboot your smartphone.
- Remove and reinsert the card.
- Check the card on another device (it may be damaged).
- Format the card in FAT32 or exFAT via a computer.
If the card is detected, but not formatted as internal storage, then it is incompatible with your device (for example, the capacity is too large).
Is it true that frequent use of a memory card shortens its lifespan?
Yes, but only if it is formatted how internal storage. In this mode, temporary files are constantly written to the card, which accelerates the wear of memory cells (especially on cheap cards with TLC chips). If you use the card only for photos and videos, it will last for years.