How to hide a folder on your Xiaomi phone: from built-in features to secret tricks

Hiding folders on Xiaomi smartphones is a challenge that users face for a variety of reasons, from wanting to keep personal photos from prying eyes to having to hide working documents. Unlike the iPhone, where functionality is limited, MIUI offers several built-in ways and also supports third-party solutions. However, not all methods are equally reliable: some folders can β€œpop up” after updating the system, and others remain visible in certain applications.

In this article, we will discuss 5 working ways to hide folders on Xiaomi, Redmi, Poco and Black Shark, including little-known tricks with.nomedia files and MIUI 14/15 settings. Special attention will be paid to the risks of data loss when using third-party safes and explain why some methods stop working after resetting. If you need not just hide the folder, but also block access to it, there is a solution.

1. Built-in Hidden Folders in MIUI

The easiest way to do this is to use native firmware functionality, which is available on all devices with MIUI 12 and later, including Xiaomi 13/14, Redmi Note 12 and Poco F5, the main plus of the method: it does not require the installation of additional applications and does not affect performance.

To hide the folder:

  • πŸ“ Open the standard Files app (yellow folder icon).
  • πŸ” Find the folder you want to hide and press it long enough.
  • πŸ”’ In the menu that appears, select More β†’ Hide (or Hidden Folders in some versions).
  • πŸ” Confirm the action with a password / fingerprint if the system requests.

After that, the folder will disappear from the main list, but will remain available in the Categories β†’ Hidden. Importantly, this method does not encrypt files – they can be seen through a computer or other file managers (for example, Solid Explorer).

⚠️ Note: Some models (e.g. Redmi) 10C) folder hiding function may not be available due to lightweight version MIUI. In this case, use alternative methods from this article.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Series Note, A, K)
Poco (F, X, M)
Xiaomi (11/12/13/14)
Black Shark
Other

If the goal is to hide the photo/video folder from display in the Gallery and other multimedia applications, the best option is to create a.nomedia file. This method works at the Android level and blocks the scanning of the folder by media players.

Instructions:

  1. Open any file manager (e.g. Mi File Manager or FX Explorer).
  2. Go to the folder that you want to hide.
  3. Click Create β†’ File and call it.nomedia (the point at the beginning is mandatory!).
  4. Save the file, the folder will disappear from the Gallery.

Advantages of the method:

  • πŸ”„ It works on all versions. MIUI Android.
  • πŸ›‘οΈ No need for root rights or additional applications.
  • πŸ“ The folder is accessible through the file manager.
MethodHiding from the GalleryHiding from managersRequires root.Encryption
.nomediaβœ… Yes.❌ No.❌ No.❌ No.
Built-in MIUI functionβœ… Yes.⚠️ Partially.❌ No.❌ No.
Second Spaceβœ… Yes.βœ… Yes.❌ No.❌ No.

⚠️ Note: The.nomedia file does not hide the folder completely, but will still be seen by users who open the file manager. For complete privacy, combine this method with a folder password (see Section 4).

3.Using Second Space: Separate profile with hidden data

Second Space is a unique feature of MIUI, which allows you to create a second independent profile on your phone with separate applications, files and settings, which is ideal if you want to not just hide the folder, but completely isolate some of the data.

How to set up:

  1. Go to Settings β†’ Special Options β†’ Second Space.
  2. Follow the customization wizard: specify a password (required!) and select duplicate applications.
  3. After creation, switch to Second Space via the notification panel.
  4. Move the folders to the internal memory of the second profile.

Advantages:

  • πŸ” Complete isolation: files are not visible in the main profile.
  • πŸ“± It works as a separate phone – you can install other wallpapers, accounts, etc.
  • πŸ”„ Quickly switching through the notification curtain.

Disadvantages:

  • πŸ“΄ It takes up additional space on the disk (up to the previous one). 5-10 GB).
  • πŸ”§ Some system applications (such as Mi Video) may be duplicated incorrectly.

Backup of important data |

Remember the password for the second profile |

Check the vacant space (minimum 3 GB)|

Disable Google Sync in the main profile (optional)-->

4. Third-party applications: encrypted storage

If built-in methods don't work, you can use specialized applications that offer encryption, password protection, and even calculator masking, but there are risks: some safes can delete data when you reset or crash an application.

Top.-3 Proven applications for Xiaomi:

  • πŸ”’ Keeping – supports fingerprint, encryption AES-256 and cloud backup.
  • πŸ“ Hide Something – disguised as a calculator, there is a function of a β€œpanic button” for quick hiding.
  • πŸ›‘οΈ Vault-Hide – blocks screenshots and screen recording within the application.

How to hide the folder through Keeping:

  1. Install the app from Google Play.
  2. Set a master password and confirm the email for recovery.
  3. In the main menu, select Import β†’ Folder.
  4. Specify the path to the hidden folder and confirm the transfer.

⚠️ Note: Before using third-party safes, check reviews from the past 3 months – some apps (such as GalleryVault) have been caught leaking data.

What to do if I forgot the password from the safe application?
If you forget your Keeping or Hide Something password, you can only restore access via the attached email (if the function was configured). Otherwise, the data will be irretrievably lost - even the developers will not be able to return it due to encryption. Backups (if made) are stored in encrypted form in the folder /Android/data/com.keeping.app/.

5. Hiding folders through archiving (ZIP with password)

A lesser known but reliable way is to pack a folder into a folder. ZIP-This is a method that is suitable for long-term storage of sensitive data, because:

  • πŸ” Files are password protected at the archive level.
  • πŸ“¦ You can move the archive to the cloud or to a memory card.
  • πŸ” Does not require root rights or special applications.

Instructions:

  1. Install an archiver (such as RAR or ZArchiver).
  2. Select the folder in the file manager and select Compress.
  3. Specify the ZIP format and set the Encrypt box.
  4. Create a strong password (at least 12 characters with numbers and special signs).
  5. Once the archive is created, the original folder can be deleted.

To open files:

  • πŸ“Œ Use the same archiver and enter a password.
  • πŸ”„ For frequent access, unpack your folder in Second Space (see Section 3).

πŸ’‘

If you're afraid to forget your password, write it down on paper and keep it separate from your phone. Never save your passwords in Notes or Google Keep - they can be hacked through sync.

6 Advanced methods: root access and attribute change

For high-end risk users, there are ways to hide folders at the system level, they require root rights and can lead to a loss of warranty or firmware failure, and only use them if you understand the consequences!

Method 1: Change attributes through Terminal

With the chmod command, you can make the folder invisible for most applications:

su


chmod 000 /sdcard/ Name of the folder

To regain visibility:

su


chmod 755 /sdcard/ Name of the folder

Method 2: Moving to system directories

Folders in /data/local/tmp or /system are not displayed in standard managers.

  • 🚨 Risk of damaging system files.
  • πŸ”„ After updating MIUI folders can disappear.

⚠️ Note: On devices with Xiaomi.eu or custom firmware (LineageOS), these methods may not work smoothly. TWRP.

πŸ’‘

Root methods offer maximum stealth, but require technical skills, and for most users, built-in MIUI features or applications like Keeping are enough.

FAQ: Frequent questions about hiding folders on Xiaomi

Can you hide a folder so that it is not visible even through a computer?
Yes, but you do: Use Second Space (the folder will only be visible in the second profile), or encrypt the folder through VeraCrypt (requires root), and standard methods (like.nomedia or hiding in MIUI) do not protect against viewing through a PC.
Why are hidden folders visible again after the MIUI update?
This is a well-known MIUI 14/15 problem, and there are several reasons: Reset file manager settings, clear the cache of the com.mi.android.globalFileexplorer app, change in data retention policy (relevant to Xiaomi with Android 13+), Solution: after the update, repeat the hide procedure or use Second Space.
How to hide a folder on a memory card (microSD)?
Not all methods work on memory cards: βœ… Works:.nomedia, password archiving, third-party applications (Hide Something). ❌ Not working: built-in function MIUI (For maximum protection, transfer files from the card to internal memory and use Second Space.
Can you hide a folder from a specific person if they know the password of the phone?
If a person has access to your phone, no method can be used to 100% But you can make it harder: Use Second Space with a separate password. Install an invisible icon app (e.g. Hide Something masquerades as a calculator). Create.nomedia. + Rename the folder to a random set of characters (for example, xY7_!qZ. Remember, if a person has physical access to a device, they can reset their settings via Fastboot and access all the data.
How to return a hidden folder if it disappeared after resetting?
If the folder was hidden through: Built-in MIUI: check Categories β†’ Hidden in the file manager..nomedia: delete this file - the folder will be visible again. Second Space: restore the second profile through Settings β†’ Special features. Third-party applications: reinstall the program and restore data through a backup (if it was made). If the folder was encrypted (for example, through Vault-Hide), and the password is lost - recovery is impossible.