How to log into the memory card on Xiaomi Redmi 5: all ways + mistake-making

Xiaomi Redmi 5 — One of the most popular budget smartphones 2017–2018 It's still in use today, despite the modest characteristics of today's world (4/32 GB 3/16 GB in the basic version, the device supports memory expansion via microSD cards to 256 GB: However, many users face a problem: once the memory card is installed, it is not visible in the system or it is impossible to open files. SD-map 5, including hidden settings, PC connection and solving common errors.

It is important to understand that the logic of working with external drives on Xiaomi is different from other brands. + microSD), and in the default settings, the card can be mounted as portable storage or internal memory, depending on where and how the files are displayed. If you first inserted a card or moved it from another device, the system may request formatting — that's okay, but not always necessary.

1. Method: through a standard MIUI conductor

The most obvious way is to use Xiaomi’s built-in file manager, which is simply called Explorer (or Files), and is usually on the home screen or app menu.

  • 📱 Open the “Conductor” application (icon with folder and magnifying glass).
  • 🔍 At the top of the screen, select the Device tab (or Local Storage tab»).
  • 💾 Scroll down, the internal memory and SD-map (can be called from a map model, such as SanDisk) 64GB).
  • 📂 Click on the name of the memory card and its contents will open.

If the card is not on the list, check:

  1. Physically is it inserted into the slot (sometimes the contacts are oxidized and the card is not determined).
  2. Is it not formatted in NTFS — Redmi 5 doesn’t support this format out of the box (root or patch needed).
  3. Is there a “Inner Memory” setting (more on this below).

Check the physical connection of the card (pull out and paste again)

Make sure that the card is formatted in FAT32 exFAT

Reboot the phone.

Try connecting the card to another device (PC, other phone)

-->

If the card is displayed as "Damaged" or "Unknown format", do not rush to format it. First try to connect to the computer through the card reader and check for errors in the utility chkdsk (for Windows) or fsck (for Windows) Linux/Mac). Formatting will delete all data!

Method 2: Through the storage settings

If the explorer doesn’t show the card, it can be mounted through system settings, a technique that is particularly useful if Redmi 5 defines the card as internal memory but doesn’t display it in the file manager.

Instructions:

  1. Open the "Settings" (cog icon).
  2. Go to the "Memory" (or "Storage") section.
  3. At the bottom of the screen, find a point «SD-Card (may be called External Memory or Additional Storage»).
  4. Click on the three-point menu (⋮) in the upper right corner and select "Storage settings».
  5. Here we can: 🔄 Change the format (if the card is used as internal memory). 🗑️ Format (deletes all data!). 🔗 Remove (Safe Removal).
Mode of useIs it displayed in the conductor?Can applications be portable?Is formatting required?
Portable storageYeah, like a disc.No.Not if FAT32/exFAT)
Internal memory.No (combines with primary memory)Yes.Yes (required!)
UndefinedNo.No.Check the format or slot

The critical feature of Redmi 5 is that if the card is formatted as internal memory, it can't be simply extracted and read on another device. The system encrypts the data and it will only be available on this phone. If you plan to use the card as a removable drive (for example, to transfer files between devices), choose Portable Storage mode.

Keeping photos and videos

I transfer files between devices

Installing applications

Backup

Another option-->

3. Method: Connecting to a computer through USB

If the phone can't see the card, but it's good, you can access the files through a PC. USB-cable (preferably original) and computer with Windows, macOS or Linux.

Step-by-step:

  1. Connect Redmi 5 to your computer via USB.
  2. On the phone will appear a notification “Charge via USB” – tap it.
  3. Select the File Transfer Mode (MTP).
  4. On your computer, open either “This Computer” (Windows) or “File System” (macOS/Linux).
  5. Find Redmi 5, and you should have two folders inside: Internal Storage. SD Card (memory card).

⚠️ Note: When connecting to macOS, the card may not be displayed due to the features of the file system MTP. In this case, use the Android File Transfer app (official from Google) or switch your phone to mode. PTP (photo).

Method: Use of ADB (power-user)

If the standard methods don’t work, you can try accessing the map via Android Debug Bridge (ADB). This requires the inclusion of the developer mode and installation ADB on the computer, but allows you to control the drive at a low level.

Instructions:

  1. Enable Developer Mode on Redmi 5: Go to Settings» → «About the phone. 7 times tap on the item "Version". MIUI». Return to "Settings» → «Additionally» → «For developers. Activate Debugging by USB».

Connect the phone to the PC and confirm the debugging permission.

adb shell


ls /storage

All available sections should be displayed here, including sdcard0 (internal memory; and sdcard1 or external_sd (memory-card).

ls /storage/external_sd

If the team ls /storage It doesn't show the map, try it:

  • 🔧 Check mounting: mount | grep sdcard
  • 🔄 Remount manually: mount -o remount,rw /storage/external_sd

⚠️ Attention: Teams ADB It gives you low-level access to the system. It's misused (e.g., rm). -rf) It can cause data loss or phone failure. If you're not sure, don't experiment!

What if the ADB can’t see the map?
If the team `ls /storage` Does not show an external drive, the problem may be the following: 1. Physical damage – check the card on another device. 2. Incompatible File System – Redmi 5 supportive NTFS rootless. 3. Mount failure – try restarting your phone in Safe Mode (hold the power button) → «Restarting in Safe Mode»). 4. Firmware problems – if the phone has recently been updated, support may have flown SD. Try to revert to the previous version. MIUI via Fastboot.

5. Solving common mistakes

Even if the memory card is good, Redmi 5 can give out errors, and let's look at the most common ones and how to fix them.

Mistake: «SD-The card is damaged»

This error occurs if:

  • 🔴 The map is formatted in NTFS or ext4 (unsupported).
  • 🔴 The file system is corrupted (for example, after being extracted during recording).
  • 🔴 Card is fake or faulty.

Decisions:

  1. Connect the card to your PC via a card reader and check for errors: Windows: chkdsk D: /f (Replace D with the letter of your disk). macOS/Linux: diskutil verifyVolume /dev/disk2.

FAT32

exFAT

Try another card – if the error happens again, the problem is in the phone slot.

Mistake: «SD-card not supported»

This problem is typical for cards with a capacity of more than 128 GB or with non-standard fileymi systems. Redmi 5 officially supports cards up to 256 GB, but:

  • 📏 128GB cards+ It should be formatted in exFAT (FAT32 does not support files >4GB).
  • 🚫 Maps. NTFS They won't be recognized without root rights.
  • 🔍 Fake cards (especially no-name) can be identified as being damaged.

Decision:

  1. Format the map in exFAT via PC.
  2. Check the utility map. H2testw (Windows or F3 (macOS/Linux) authentically.
  3. If the card is original and formatted correctly, but the error remains – upgrade the Redmi 5 firmware to the latest version MIUI.

💡

If you are often working with large files (video) 4K, Disc images, select class maps UHS-I U3 or V30. They are optimized for high-speed recording and are less likely to issue errors on budget smartphones.

Error: Map is detected, but files are not opened

If the card is visible in the Explorer, but when you try to open files, a message appears “File corrupted” or “No access”, the reason may be:

  • 🔒 Encryption (if the card was used as internal memory on another phone).
  • 📂 Access rights (for example, files created by root program).
  • 🦠 Viruses (some malware blocks access to files).

Decisions:

  • 🔓 If files are encrypted, they can only be restored on the device where they were encrypted.
  • 🛡️ Check the card with an antivirus (for example, Malwarebytes or Dr.Web).
  • 📋 Copy files on your PC and try opening them there (sometimes the problem is apps on your phone).

6. Memory card formatting on Redmi 5

If you want to change your nueva card or you want to change your mode of use (from portable to internal and vice versa), you'll have to format it.

Instructions:

  1. Go to "Settings» → «Memory».
  2. Tap by name. SD-map.
  3. In the upper right corner, press three dots (⋮) and select "Storage settings».
  4. Press "Format» → select mode: 📱 Internal memory – the card will become part of the system (you can transfer applications, but it will be encrypted). 💾 Portable storage – the card will be available as a removable disk (files can be read on any device).

Confirm the action and wait for the process to end.

After formatting as internal memory:

  • 📲 The map will be displayed in the Memory section as part of the total volume.
  • 🔐 The data will be encrypted – it will not be read on another device.
  • 📱 You can transfer applications through “Settings» → «Annexes» → select the application → «Move it to SD-map».

⚠️ Warning: If you format the card as internal memory and then retrieve it without safely shutting it down, the phone may stop booting! Always use the "Extract" option in the storage settings.

💡

Formatting to internal memory is irreversible without resetting your phone, and if you want to use the card as a portable card, you'll have to format it again, losing all the data.

7. Alternative file managers

If the standard conductor MIUI It's not okay, you can use third-party file managers, and they often offer more features, like, for example:

  • 🔍 Searching for the contents of the files.
  • 🔒 Access to hidden folders (e.g..thumbnails).
  • 📎 Built-in tools for archiving and encryption.

The best options for Redmi 5:

AnnexAdvantagesDeficienciesReference
Solid ExplorerTwo-panel mode, cloud support, FTPPaid license after 14 daysGoogle Play
FX File ExplorerBuilt-in archiver, access to rootAdvertising in the free versionGoogle Play
Total CommanderSupport for plugins, FTP, LANOutdated interfaceGoogle Play

To open a memory card in a third-party manager:

  1. Install the selected application from Google Play.
  2. Open it and give access to the storage.
  3. In the main menu, find the section «SD-map" or "External Storage».
  4. If the map is not displayed, check the app settings – you may need to manually specify the path (usually). /storage/external_sd).

8.Tips on choosing a memory card for Redmi 5

Not all microSD cards work equally well with Redmi 5.

  • 📏 Capacity: Optimally 32–128GB. 256GB cards are supported but can slow down due to controller limitations.
  • 🚀 Speed class: Minimum Class 10 or UHS-I U1. To record video 4K need U3 or V30.
  • 🏷️ Brand: Preference give to SanDisk, Samsung EVO, Kingston or Lexar. avoid no-name cards - they are often fake.
  • 🔄 Format: For compatibility with other devices, choose exFAT (if capacity is available) >64GB).

Fake cards are a common problem, and here's how to detect them:

  • 💰 Price is significantly lower than the market (for example, “256 GB for 500 rubles»).
  • 📦 No original packaging or it looks suspicious.
  • 🔢 The actual volume is less than the declared (checked by the utility) H2testw).

If you have already bought a card and doubt its authenticity, check it this way:

  1. Download the utility. H2testw (Windows or F3 (macOS/Linux).
  2. Connect the card through the card reader to the PC.
  3. Run a write/read test, and the program will show the actual volume.

💡

Before buying a card, check it on the manufacturer's website by serial number, for example, SanDisk has a SanDisk Proof service for authentication.

FAQ: Frequent questions

Can I use a memory card as both internal and external at the same time?
No. In Redmi 5, the card can work either as a portable storage (removable disk) or as internal memory (main drive extension), and you can only switch mode through full formatting, which will delete all data.
Why is it that after formatting as internal memory, the card is not visible on the PC?
When a card is used as internal memory, Xiaomi encrypts its data, it becomes available only on this phone, to read files on a PC, you need to: copy them to the internal memory of the phone, then transfer them to the PC. Or format the card again as a portable storage (all data will be deleted!).
How to transfer applications to a memory card?
Application portability is only possible if the card is formatted as internal memory» → «Apps. Select the app you want. Click on "Storage» → «Change» → «SD-Not all applications support portability (especially system and cache games in internal memory).
What to do if your phone is writing «SD-map pulled out unexpectedly»?
This error occurs when: 🔌 Bad contact in the slot (clean the contacts of the card and phone with alcohol). 📉 Unstable power supply (try another charging cable). 🦠 File system damage (check the card on the PC utility chkdsk).If the problem recurs, try another card - the phone's slot may be faulty.
Does Redmi 5 support memory cards? NTFS?
Officially, no. Redmi 5 is working with the FAT32 and exFAT. NTFS You need to: Get root rights. Install a support kernel. NTFS (You can use Magisk, for example, or you can use apps like Paragon. NTFS (No card rooting rights. NTFS They will be identified as damaged.