Users of modern smartphones often encounter a situation where the physically installed drive is not displayed in the usual interface. This is puzzling, especially if you just purchased microSD a card to expand your storage. In fact, the memory card on Android does not disappear without a trace, it simply changes its display logic depending on the version of the operating system and the manufacturer’s settings.
In older versions of Android, access to external media was elementary, but modern shells, such as One UI, MIUI or ColorOS, hide files in more complex directory structures. Understanding how the system manages access rights to external storageis the key to successfully working with media files and documents.
In this article we will analyze in detail all the possible ways to search for your drive. We'll look at standard file managers, hidden system settings, and forced mount methods if automatic detection doesn't work.
Standard search paths in file managers
The first place to look is the built-in file management application. In the vast majority of cases, the memory card on Android is displayed here, but under different names. Usually the system assigns it a tag SD Card, Card or just a brand name, for example Samsung or SanDisk.
If you use third-party explorers such as Total Commander or Files by Googlethe logic may be different. Often the external drive is placed in a separate block on the main application screen so that the user does not confuse it with the internal memory. Pay attention to the small card icon next to the section name - this is a sure sign that you are in the right section.
Sometimes the card is not visible immediately after installation. In this case, you need to perform a simple action: reboot the device. This forces the Android system to rescan all connected interfaces and mount the drive's file system into a directory tree.
- 📂 Open the Files or File Manager application on the home screen.
- 💾 Look for a section called "SD card", "External storage" or a memory card icon.
- 🔄 If there is no partition, completely reboot your smartphone.
System storage settings
If a visual search in folders does not produce results, you need to go deeper into the system settings. The memory card on Android is always registered at the system kernel level, even if it is not displayed in the interface. The path to this information may vary depending on the firmware manufacturer.
In “pure” Android, which is found on smartphones Pixel or Moto, the path usually looks like this: Settings → Storage. Here you will see a graphical separation between internal memory and external storage. If the card is installed correctly, you will see its volume and percentage of full.
In heavier shells, such as MIUI from Xiaomi or EMUI from Huawei, this item can be hidden inside the “About phone” menu or placed in a separate “Memory” section. It is important to understand that if the card is displayed as “Empty” or “Unknown” in this menu, the problem may be in the file system.
⚠️ Attention: If the card is displayed in the storage settings, but the system prompts you to “Format” it, do not agree immediately. First, try copying the data through a computer, since formatting will permanently delete all information.
It is also worth checking the status of the drive in the developer section if the standard menus are silent. Sometimes the system goes into USB debugging mode, which may conflict with reading external media in user mode.
Using drive mode via PC
One of the most reliable ways to see a memory card on Android is to connect your smartphone to your computer. This allows you to bypass the limitations of the mobile interface and look at the structure of the disks “from the outside.” When connecting with a cable, select the USB operating mode.
A message about USB connection will appear in the notification shade. Click on it and select mode MTP (Media Transfer Protocol) or “File Transfer”. In this mode, the computer will see the smartphone as two separate logical drives: internal memory and external SD card.
If the computer sees only internal memory and no card, try a different cable or USB port. Sometimes the problem lies in insufficient power to the port or poor contact in the smartphone connector, which prevents the memory controller from initializing reading the card.
Use the original cable to connect to the PC. Cheap cables often only support charging and do not transfer data, which is why the computer will not see either the internal memory or the card.
On the computer, the card may appear under a different letter than the system drives. Check "My Computer" or "This Computer". If the disk is visible but does not open, it may have a file system installed on it exFAT, which older versions of Windows do not support without updates.
Configuring as internal memory (Adoptable Storage)
Starting with version Android 6.0, a function appeared that allows you to combine a memory card with internal storage. In this mode, the memory card on Android ceases to be displayed as a separate disk and becomes part of the system partition. This is convenient, but has its own nuances.
To activate this mode, go to the storage settings, select your SD card and click “Configure”. The system will offer two options: use it as portable storage or as internal memory. Selecting the second option will encrypt the card and link it specifically to this smartphone.
After this procedure, you will no longer see a separate “SD card” section in the file manager. All files, including photos and application caches, will be distributed by the system automatically between the memory chip and the card. It is no longer possible to remove such a card without losing data and resetting settings.
| Parameter | Portable storage | Internal memory |
|---|---|---|
| Access from PC | Separate disk | Not visible separately |
| Transfer to another phone | Possible | Blocked |
| Installation of applications | Limited | Full support |
| Operating speed | Depends on the card | Requires high speed |
⚠️ Attention: To use in internal memory mode, a high-speed card is required (minimum Class 10, UHS-I). Slow cards will lead to severe slowdowns of the entire operating system.
The “Internal Memory” mode irreversibly encrypts the card for a specific device. It will be impossible to transfer data to another phone by simply removing the card.
Display problems and formatting
There are situations when the card is physically functional, but Android refuses to see it. Often the reason lies in an unsupported file system. If the card was previously used in a camera Canon or DVR, it can be formatted in a specific format.
Android natively supports the file systems FAT32 and exFAT. If your card is in NTFS format (Windows standard), the smartphone can detect it, but will not allow you to write files or will not display it at all in the list of available drives. In this case, formatting is required.
You can perform formatting directly in the smartphone settings. Go to the storage section, select the card and find the “Format” or “Clear” option. The system will warn you about deleting data - confirm the action if backups have already been created.
- ⚙️ Go to
Settings → Storage. - 🗑️ Click on the name of the SD card and select the menu (three dots).
- 📝 Select “Format” and wait for the process to complete.
What to do if formatting does not help?
If formatting does not fix the problem, try inserting the card into the card reader on your computer. If the PC also does not see the card, it may be physically damaged or have damaged contacts.
Hidden paths and terminal
For advanced users who did not find the card using standard methods, there is the possibility of checking through the terminal. The memory card on Android is mounted in a specific directory of the file system, which can be seen through the command line.
You will need a terminal application, for example Termux. Once launched, enter the command to view the mounted partitions. This will allow you to see the technical name of the device, for example /dev/block/mmcblk1even if the GUI is silent.
ls /storage/
This command will list all available mount points. Typically, internal memory is designated as emulated, and the external card is designated as a set of numbers and letters, for example, 1234-5678. If you see such a directory, it means that the card is working, but there is a malfunction in the file manager.
⚠️ Attention: Working with the terminal requires caution. Do not try to format partitions manually using commands
mkfsIf you are not sure of the purpose of the device, this may lead to loss of data on the built-in drive.
Also check the access rights. In modern versions of Android, access to files on the card is protected by the Scoped Storagemechanism. Some older file managers may simply not have permission to read this area, so try installing a modern file explorer from the app store.
☑️ Memory card diagnostics
Frequently asked questions
Why does the phone write “SD card is damaged”, although it works in other devices?
This is often happens when the card is incorrectly removed from another device without safe removal. The file system may have received logical errors. Try restoring it through the utility chkdsk on your computer or format it in FAT32.
Is it possible to transfer all applications to a memory card?
Technically, this is only possible if the card is configured as “Internal memory”. However, many manufacturers (for example Samsung or LG) programmatically block this function on their devices, leaving the ability to transfer only photos and media.
What is the maximum card size that my Android supports?
Officially, modern smartphones support cards up to 1 TB and even 1.5 TB. However, older models may have a 32GB or 64GB limit. Check the specifications of your model on the manufacturer's website, as the limitation may be hardware.
Files on the card are visible, but cannot be opened (playback error).
Most likely, the card has a low write speed (class below 10) and cannot handle high-resolution streaming video, or the file is damaged. Try copying the file to the internal memory and opening it from there.