Smart albums in the Xiaomi Redmi Gallery are automatically created folders that sort your photos by face, location, events or content types. On the one hand, it is a convenient feature for quick search of pictures, but on the other hand, it often takes up extra space in memory, duplicates files and creates chaos in the folder structure. Many users face the problem when smart albums can not be deleted using standard methods - the Delete button is simply absent or inactive.
In this article, we will discuss all the working ways to delete smart albums on Redmi Note 12/13, Redmi 10/11, POCO X5 and other models with the MIUI 14/15 shell. You will learn how to turn off automatic sorting, hide unwanted albums, clear cache gallery and even delete system folders through the engineering menu.
What are smart albums and why they canโt be deleted in the usual way
Smart Albums is a MIUI shell feature that analyzes your photos and videos by grouping them into:
- ๐ค Persons (recognition through AI)
- ๐ Places (geotecas of metadata)
- ๐ญ Events (dates, holidays, trips)
- ๐ Content types (screenshots, documents, GIF)
- ๐จ Styles (portraits, landscapes, macros)
The problem is that these albums are not physical folders, they are virtual collections created based on metadata. So when you try to delete the system simply does not find the "real" file to delete. Moreover, some smart albums (for example, Screenshots or Downloads) are protected by the system and do not have the option of deletion in the gallery interface.
โ ๏ธ Note: Delete smart albums through a file manager (e.g, DCIM/.smartalbums) This folder is automatically restored when you scan the next media file.
In MIUI 14/15, the smart album algorithm has become more aggressive, with the system now analyzing even archival photos and creating duplicate collections, especially on low-memory (32/64GB) models, where every megabyte counts. Next, weโll look at ways to combat this feature.
Method 1: Disabling smart albums in gallery settings
The safest method is to deactivate automatic sorting so that new albums are not created, which will not remove existing collections, but will stop new ones from appearing.
Instructions:
- Open the Gallery app.
- Tap it on three points (โฎ) top-right โ Settings.
- Go to the Smart Functions section (or AI-functions in new versions).
- Turn off the sliders: ๐ Automatic sorting ๐ฅ Grouping by person ๐ Geotags and locations
OK.
After that, the system will stop creating new smart albums, but the old ones will stay.
Hold your finger on any album โ Select "Hide"
In the gallery settings, turn on "Hide empty albums"
Reboot your smartphone to apply changes
-->
โ ๏ธ Attention: On some firmware (MIUI Global for Redmi Note 10 and older) the option to disable smart albums may not be available.
Method 2: Delete via File Manager (for power users)
If the shutdown didnโt work, you can try to manually delete smart album files, and youโll need a file manager with access to system folders (such as Mi File Explorer or Solid Explorer).
Step-by-step:
- Open the file manager and enable the display of hidden files (Settings โ Show hidden files).
- Go to /storage/emulated/0/DCIM/.smartalbums/ or (for some models) /storage/emulated/0/Pictures/.smartalbums/
- Delete all files and folders inside (they have.album or.data extensions).
- Clear the cache of the gallery: Settings โ Applications โ Gallery โ Memory โ Clear the cache.
- Reset the device.
It's important to understand that this method doesn't delete the photos themselves, it only removes the metadata of smart albums (DCIM/Camera or Pictures).
What happens if you delete the folder.smartalbums completely?
| Method | Efficiency | Risks. | Do you need root rights? |
|---|---|---|---|
| Disconnection in settings | โญโญ (stops new albums) | No. | No. |
| Delete via File Manager | โญโญโญ (deletes current albums) | Gallery failures possible | No. |
| Reset gallery settings | โญโญโญ (Restores default settings) | Loss of user albums | No. |
| Disconnection through ADB | โญโญโญโญ (shutdown) | Requires PC and debugging over USB | No. |
| Delete system files (root) | โญโญโญโญโญ (complete removal) | Risk of "bricking" of the device | Yes. |
Method 3: Reset gallery settings to factory
If smart albums keep popping up, you can reset the Gallery app to factory settings, which will delete all user albums and return the standard configuration.
How to reset:
- Go to Settings โ Applications โ Application Management.
- Find the gallery and tap it.
- Select Warehouse. โ Clear the data.
- Confirm the action (this will delete all settings, but not the photos themselves).
- Reboot your smartphone.
๐ก
Before resetting, export important albums: open the album โ Press "More" (โฎ) โ"Exports" โ Save it to a separate folder.
Method 4: Disconnect via ADB (for advanced users)
If previous methods have failed, you can disable the system service of smart albums via Android Debug Bridge (ADB).This requires connecting the smartphone to the PC, but you do not need root rights.
Instructions:
- Enable Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Activate USB Debugging.
Command line.
Terminal
adb devices(Your device should appear)
adb shell pm disable-user --user 0 com.miui.gallery.smartalbumReset the device.
Once these commands are executed, the smart album service will be disabled and existing collections will be removed from the gallery.
adb shell pm enable com.miui.gallery.smartalbumTurned off in the gallery settings
Deleted through the file manager
Resetting the gallery settings
Used ADB.
Nothing helps, I'm looking for another way.
-->
Method 5: Delete system files (root only)
If you have root rights, you can completely delete the files responsible for the smart albums, which will permanently disable the function, but you need to be careful - wrong actions can lead to a system failure.
Instructions for Root Explorer or Magisk:
- Open the Root Explorer and go to /system/priv-app/Gallery2/.
- Find files: SmartAlbumProvider.apk SmartAlbumProvider.odex (if any)
.bak
SmartAlbumProvider.apk.bak
Reset the device.
Alternative method via Termux (if installed):
su
mount -o rw,remount /system
cd /system/priv-app/Gallery2/
mv SmartAlbumProvider.apk SmartAlbumProvider.apk.bak
rebootโ ๏ธ Attention: Removal of system APK-files can cause errors in the work of the gallery or other applications using media files (for example, Google Photos). TWRP Or Orange Backup.
๐ก
Deleting the system files of smart albums is the most radical method, and it is only suitable for users with root rights and experience with the system partitions of Android.
What to do if smart albums return after deletion
If after all the manipulations of smart albums continue to appear, the problem may be:
- ๐ Automatic Recovery (the system recreates folders when scanning media).
- โ๏ธ Sync with Mi Cloud (albums downloaded from the cloud).
- ๐ฑ Updates MIUI (New versions of the firmware can return the function).
Decisions:
- Turn off gallery sync with Mi Cloud: Settings โ Accounts โ Mi Account โ Sync โ Gallery (off).
- Freeze the gallery service: Use App Freezer (from Magisk) to disable com.miui.gallery.
- Install a third-party gallery: Apps like Simple Gallery or Google Photos donโt create smart albums.
If the problem persists, check to see if the device has pirated software or modified firmware. Some custom MIUI builds have media scanner bugs that cause the albums to be recreated.