How to hide photos on Xiaomi Redmi 9: all the ways from standard to secret

Xiaomi Redmi 9 has become one of the most popular budget devices due to its balance of price and functionality. But even with this affordable device, users face the need to hide personal photos β€” whether they are family photos, documents or just shots that are not intended for the public. Unlike flagship models, which often have built-in safes, Redmi 9 requires a more creative approach to privacy.

Compounding the problem, the standard MIUI gallery doesn’t offer file hiding features out of the box β€” instead, it just sorts media by album. However, there are at least 5 working methods to securely hide photos, from using hidden folders to encryption through third-party applications. In this article, we’ll break down each method with the features of Redmi 9’s firmware, including the nuances of working with MIUI 12/13 and newer versions.

It is important to understand that the concealment β‰  Deletion: Files remain in the device’s memory and can be detected when certain manipulations (e.g., connecting to a PC) occur. If you need a 100% privacy guarantee, consider transferring sensitive data to an encrypted medium or a cloud service with two-factor authentication.

While there is no explicit β€œhide” option, MIUI has a workaround through the creation of closed albums, a method that works on all firmware versions for Redmi 9, but has a limitation: hidden files will be visible in the file manager and when connected to a computer.

To take advantage of this method:

  • πŸ“‚ Open the Gallery app and select the photos you want to hide (hold your thumb in thumbnail for multiple choices).
  • πŸ”’ Click on the three dots in the upper right corner and select Move to... β†’ New album.
  • πŸ” Assign the album a title (for example, "Personal") and disable the option "Show in the main gallery".
  • πŸ” To find the hidden album later, open the gallery side menu (swipe right) and select Albums β†’ Hidden.

πŸ’‘

If the album doesn’t show up in the Hidden section, reboot the device – sometimes MIUI caches changes with a delay.

⚠️ Warning: This method doesn't encrypt files. When you connect Redmi 9 PC-only USB Photos will be available in the folder DCIM/.hidden or Pictures/Private (depending on the version MIUI). For real protection, use additional methods from the following sections.

2.Use of the file manager to create a hidden folder

A more reliable way is to manually create a folder with a dot at the beginning of a name (such as.secret), which is not the default folder for most file managers and galleries. On Redmi 9, this can be done through standard Explorer or third-party applications like Solid Explorer.

Instructions:

  1. Open Explorer (or any other file manager).
  2. Go to the root directory of internal memory (/storage/emulated/0/).
  3. Click Create a folder and call it.nomedia or.private (required to have a dot at the beginning!).
  4. Move the necessary photos to this folder.
  5. Restart the device to allow the gallery to update the media index.

Created a folder with a dot at the beginning (.secret)|Files moved into it.|The gallery does not display photos.|The folder is not visible in the standard conductor-->

⚠️ Note: Some apps (e.g. Google Photos) ignore the.nomedia rule and may scan the folder. To avoid this, disable autoboot in the settings of such services.

MethodGallery visibilityVisibility when connecting to a PCLevel of protection
Hidden album in the gallery❌ No (under the heading β€œHidden")βœ… Yes.Low.
A folder with a dot (.nomedia)❌ No.βœ… Yes (if not hidden in PC settings)Medium.
Password Archive (ZIP/RAR)❌ No.❌ No (unless you know the password)High-pitched
Third-party applications (KeepSafe, Vaulty)❌ No.❌ No (with the right settings)Very tall.

3. Archiving photos with password (ZIP/RAR)

One of the most reliable ways is to pack photos into a password-enabled archive, which not only hides files from prying eyes, but also protects them with a password. Redmi 9 will do this with apps like RAR, ZArchiver or 7Zipper.

Step-by-step:

  • πŸ“¦ Install one of the archive applications (e.g., ZArchiver from Google Play).
  • πŸ” Select photos in the file manager, click Share β†’ Add to the archives.
  • πŸ” In the archive settings, select the format ZIP or RAR, Set a password (minimum 8 characters with numbers and letters!).
  • πŸ—‘οΈ After you create an archive, delete the original files so they don’t stay in memory.
  • πŸ”’ Move the archive to a hidden folder (see method) β„–2) for double protection.
How do you crack the archive password?
Theoretically, password ZIP-You can pick up the archive using programs like John the Ripper or ArchPR, but it will take months (with a complex password). RAR-Archives are better protected by algorithms AES-256. Never use simple passwords (dates of birth, β€œ123456” etc.) – they are hacked in seconds.

⚠️ Note: If you forget your password, it will be impossible to restore access to photos - even through Xiaomi service centers).

4. Photo Hiding Apps: A Review of Best Options

For those who are looking for maximum protection, third-party apps are the best solution. They not only hide files, but also offer additional features: fake passwords, masking as a calculator, cloud backup.-3 Proven applications for Redmi 9:

1. KeepSafe Photo Vault

  • πŸ” Encryption of files according to the standard AES-256.
  • πŸ“± Possibility of masking under a conventional calculator.
  • ☁️ Cloud backup (optional).
  • ❌ Disadvantage: Free version shows ads.

2. Vaulty

  • πŸ“Έ Automatically Hiding New Photos When Shooting Through the App.
  • πŸ”‘ Two-factor authentication (PIN + fingerprint).
  • 🚫 Block screenshots inside the app.
  • ❌ Disadvantages: Some functions paid.

3. GalleryVault

  • πŸ”„ Built-in editor for hidden photos.
  • πŸ“Ž Support for concealing videos and documents.
  • πŸ” Panic Button function – Quick hiding of the application.
  • ❌ Disadvantage: the interface is overloaded with advertising.

KeepSafe|Vaulty|GalleryVault|Another |Not used-->

Before installing, check the application permissions: it should not request access to SMS, calls or geolocation (this is a sign of potentially dangerous software), and we recommend turning off autoboot for such applications in the MIUI settings so that photos do not fall into the cloud by mistake.

5. Hiding photos through MIUI settings (for power users)

MIUI has hidden features that restrict access to files at the system level, which requires activation of developer mode and work with ADB, but provides the highest level of protection – photos will not be available even when you connect to a PC.

Instructions for experienced users:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Enable debugging over USB in Settings β†’ Additional β†’ For developers.
  3. Connect Redmi 9 to your PC and execute the command: adb shell pm hide com.miui.gallery (this hides the standard gallery, but leaves file access through Explorer).
  4. To completely hide the folder, do adb shell "su -c 'chmod 000 /storage/emulated/0/DCIM/Camera'" (root rights required!).

πŸ’‘

The ADB and chmod method is reversible: to return access, use the adb shell command "su -c 'chmod 755 /storage/emulated/0/DCIM/Camera'." Without root rights, changes will only apply until the reboot.

⚠️ Attention: Misuse of the right ADB If you are not sure about your actions, use the simpler methods from the previous sections. MIUI Some system settings may be reset.

6.Alternative methods: cloud services and physical storage

If you need to protect your photos, consider options outside the smartphone itself, and cloud-based client-encrypted services or physical media can be a good alternative.

Cloud services with encryption:

  • πŸ”’ Proton Drive is a Swiss service with client-side encryption (even administrators can’t see your files).
  • πŸ“ Cryptomator – Creates encrypted containers that can be uploaded to any cloud (Google Drive, Dropbox).
  • πŸ” Tresorit is a zero-knowledge service, but paid for it.

Physical media:

  • πŸ’Ύ MicroSD with hardware encryption (e.g. SanDisk Ultra Dual Drive Luxe with password).
  • πŸ”Œ OTG-flash drive – photos are stored on a removable medium that can be retrieved.
  • πŸ“± The second phone is the most reliable option for storing super-sensitive data.

The advantage of these methods is that even if your Redmi 9 is lost or hacked, your photos will remain safe, but remember: cloud services can block accounts if you have suspicious activity, and physical media can be lost. We recommend combining several approaches (for example, an encrypted archive). + cloud-backup).

FAQ: Frequent questions about hiding photos on Xiaomi Redmi 9

Can you hide photos so that they don’t show up even when you connect to a PC?
Yes, but it will require: Create a password-enabled archive (ZIP/RAR) Use third-party applications with encryption (e.g. KeepSafe in incognito mode). ADB-You can't have a root permission command without root permissions, because you can't hide it from your PC. Windows/Linux/MacOS Ignoring the.nomedia rules.
What if hidden photos reappeared in the gallery after the MIUI update?
It's a typical problem. MIUI β€” After the update, the system will re-index the media files. Solutions: Move the files back to the hidden folder (.nomedia). Clear the cache of the gallery: Settings β†’ Annexes β†’ gallery β†’ Warehouse β†’ Clear the cache. Restart the device. If you use a third-party app (like KeepSafe), upgrade it to the latest version.
Can I recover photos if I forget my password from the archive or app?
Unfortunately, there is no one-size-fits-all solution. Here's what you can try: ZIP-Archives: programs like Elcomsoft Advanced Archive Password Recovery (paid, no guarantee of results). RAR-Archives: The odds are almost zero because of AES-256. For third-party applications (e.g. Vaulty): try to restore access via an email linked to your account. If photos are critical, contact the service center - sometimes you can extract files through memory chips (expensive and not always possible).
Will the photo hiding work if I drop my phone to factory settings?
No. In a hard reset (Wipe Data), all data on the device is deleted, including: Hidden folders (.nomedia,.hidden), files in the standard gallery, settings of third-party applications (such as KeepSafe), the only thing that can be saved are files on the microSD card (if not formatting it separately), to avoid losses, back up hidden photos on your PC or to the cloud before reset.
Can you hide the photos so they don’t take up space in your phone’s memory?
Yes, but you need to: Upload photos to the cloud with automatic removal of local copies (for example, Google Photos in Free Place mode). OTG-Delete the originals after creating an encrypted archive (see method) β„–Please note that in the first case, the photos will only be accessible when connected to the Internet, and in the second case, the dependence on a physical medium will be considered.