Owners of Xiaomi, Redmi and POCO smartphones often face a mysterious situation: photos taken recently disappear from the public gallery, which users call various things like “invisible album”, “hidden folder” or “missing files.” In fact, the MIUI operating system and the new HyperOS implement a powerful privacy mechanism that automatically hides certain media files from prying eyes.
Most of these "disappearances" are not due to a failure, but because of the function of "Hidden Albums" or "Second Space": you do not need to panic and look for viruses. The system simply fulfilled its task to protect your personal data. However, if you forgot your password or do not know where to look for these files, access to them can be temporarily lost.
In this article, we will look at where your photos are hiding, how to force you to open hidden folders, and what to do if standard methods don’t work. We will look at security settings, cloud services, and data recovery methods that will help you regain control of your media library.
Where to hide photos: hidden albums in the Gallery
The main place where photos are kept that are invisible for normal viewing is a special section inside the standard Gallery app, which is designed to hide intimate pictures, scans of documents or financial receipts from curious glances, access to which is protected by a separate password or biometrics.
To get into this section, you have to do a specific action that's not obvious to you. You just can't open the folder. You have to go to the Gallery app, go to the Album tab, and pull the album list down until the unlock animation appears, and if the password is set, the system will ask you to enter it.
Inside the hidden album, the files look exactly like the regular ones, except that they don't show up in the preview when you scrolle through the main tape, or you don't see them in the widgets on your desktop, and removing the photos from the hidden album removes them irrevocably, so be careful.
💡
If you forget the password from the hidden album, try logging into your Mi Account on another Xiaomi device – sometimes syncing allows you to access through the cloud.
It's important to understand that hiding an album is not about encrypting a file in the full sense of the word, but rather changing its visibility for the system. Files remain on the drive, but are marked with a "hidden" flag, which is why there are ways to find them through file managers if you have root rights or access to system folders.
Second Space: The Double of Your Smartphone
Another reason for the invisible albums is that the Second Space feature is activated, which is a unique feature of the MIUI shell, which allows you to create a completely isolated environment inside the same phone, you can have two different sets of apps, two different Google accounts, and of course, two different galleries.
The photos taken in the Second Space are physically located in another part of the device's memory. When you are in the main profile (First Space), you simply do not see the files from the second profile.
Often, users forget that they switched to Second Space, took a few pictures, and then returned to the main profile, which creates the illusion that the photos are missing. To check this, go to Settings → Second Space and log in.
⚠️ Note: When you delete the Second Space, all files inside it (photos, contacts, apps) will be permanently destroyed.
The separation of data between spaces is done at the system level, and even when you connect your phone to your computer in file transfer mode, you can't see the contents of the Second Space without first switching or special access rights, which provides a high level of privacy.
☑️ Testing Second Space
Visibility settings: folder.nomedia and system files
Sometimes albums become invisible because of a special system file called.nomedia. If this file is placed in an image folder, the Android operating system ignores the contents of the file and does not show photos in the gallery. This is the standard behavior of the OS, not a bug.
This often occurs after installing some messengers (such as Telegram or WhatsApp) that create their folders for the cache of pictures, or after manually sorting files by the user, to return the photo to the gallery, you need to find this file and delete it.
To do this, you'll need a file manager with access to hidden files. In standard MIUI Explorer, you'll need to enable the display of hidden elements in the settings. Then find the folder with the missing photos and check for the.nomedia file.
Deleting this file will cause the system to re-index the library, and after the device is rebooted, photos should appear in the shared feed, and if the file is created by an application specifically, deleting it can lead to re-creation the next time the program runs.
How to enable the display of hidden files
Sync with Mi Cloud and Google Photos
And cloud services, too. Sync can create the illusion of missing files if they've been deleted on one device but saved in the cloud, or vice versa. Mi Cloud is responsible for this in MIUI, and Google Photos is responsible for this in pure Android.
If you have the “Free Space” option enabled in Google Photos, the original images can be deleted from the phone’s internal memory, only remaining in the cloud. In the local Xiaomi gallery, they will appear as a preview or may disappear altogether if the cache is cleared.
Check sync status in your account settings. It often happens that the album is synced, but due to a network failure or cloud storage overflow, new photos have not loaded, and old ones are displayed incorrectly.
| Service | Where to look for hidden | Free seat limit | Risk of data loss |
|---|---|---|---|
| Type | The way is on the menu | Capacity | Probability. |
| Google Photo | Library → Settings | 15 GB (total) | Medium. |
| Mi Cloud | Settings → Mi Account | 5GB | Low. |
| Yandex.Disk. | Annex Disk | 10 GB (unlimited photo) | Low. |
| Dropbox | Dropbox appendix | 2GB | High-pitched |
It's a good idea to check the cart regularly in the cloud, and deleted photos often end up in the cart and are stored for 30 days, which can be a lifeline if you accidentally delete an important album thinking it just disappeared.
💡
Cloud sync is not a backup in its pure form. Deleting a file on a phone often results in its deletion in the cloud if archiving is not configured.
Use of third-party applications and launchers
Installing third-party launchers or galleries (e.g. Google Photos, 1Gallery, Simple Gallery) can change the way albums are displayed. Some applications ignore standard MIUI system folders or, conversely, only show those labeled as media.
If you have installed a new gallery and stopped seeing old albums, check the app's permissions. in Android settings (Apps) → Permissions: Make sure the new application is given access to all files on the device, not just media files.
There's also the concept of "Secure Applications," and in MIUI, you can set a password to run specific programs, and if you have that password set on your Gallery, you'll see an empty screen or an old cache when you try to open it without authorization, which makes it seem like the albums are gone.
Check your security settings: go to Security → Application Protection. If the Gallery is on the list, try temporarily disabling protection or entering a password. This is a common reason users think their photos are missing.
Recovery and Recovery of Lost Data
If none of the above methods worked and the album did go missing, there may have been a file system error or accidental formatting, in which case you need to act quickly before the data is overwritten with new ones.
The first thing you need to do is stop writing new data to your phone, don't take new photos or install heavy apps, then try connecting your phone to your computer and using data recovery software like Recuva or DiskDigger (requires root permissions for deep scanning).
It's also worth checking the.Trash or Recently Deleted folder in the Gallery app itself. In modern versions of MIUI, deleted photos are stored there for 30 days, sometimes users delete an album without noticing it and search for it as "invisible."
⚠️ Warning: Don’t try to reset to the factory settings in the hope of recovering the photo.This action is guaranteed to destroy all user data on the internal drive.
For advanced users, the search method is available through ADB (Android Debug Bridge). By connecting the phone to a PC with USB debugging enabled, you can try to find traces of files in system logs or temporary directories using directories listing commands.
adb shell ls -R /sdcard/DCIM/This command will display the contents of the main photo folder, and if the files are physically present but not displayed in the interface, you will see their names in the list, which will confirm that the problem is the software display, not the loss of data.