How to completely remove a smart album on Xiaomi Redmi: all the ways of 2026

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.

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:

  1. Open the Gallery app.
  2. Tap it on three points (โ‹ฎ) top-right โ†’ Settings.
  3. Go to the Smart Functions section (or AI-functions in new versions).
  4. 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:

  1. Open the file manager and enable the display of hidden files (Settings โ†’ Show hidden files).
  2. Go to /storage/emulated/0/DCIM/.smartalbums/ or (for some models) /storage/emulated/0/Pictures/.smartalbums/
  3. Delete all files and folders inside (they have.album or.data extensions).
  4. Clear the cache of the gallery: Settings โ†’ Applications โ†’ Gallery โ†’ Memory โ†’ Clear the cache.
  5. 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?
The next time you run a gallery, the system will recreate the folder, but the smart albums will have to be reconfigured. This may temporarily cause the take problem, but it won't permanently shut down the function. Complete removal requires you to shut down the com.miui.gallery service (see Method 4).

MethodEfficiencyRisks.Do you need root rights?
Disconnection in settingsโญโญ (stops new albums)No.No.
Delete via File Managerโญโญโญ (deletes current albums)Gallery failures possibleNo.
Reset gallery settingsโญโญโญ (Restores default settings)Loss of user albumsNo.
Disconnection through ADBโญโญโญโญ (shutdown)Requires PC and debugging over USBNo.
Delete system files (root)โญโญโญโญโญ (complete removal)Risk of "bricking" of the deviceYes.

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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the gallery and tap it.
  3. Select Warehouse. โ†’ Clear the data.
  4. Confirm the action (this will delete all settings, but not the photos themselves).
  5. 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:

  1. 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.smartalbum

Reset 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.smartalbum

Turned 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:

  1. Open the Root Explorer and go to /system/priv-app/Gallery2/.
  2. 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:

  1. Turn off gallery sync with Mi Cloud: Settings โ†’ Accounts โ†’ Mi Account โ†’ Sync โ†’ Gallery (off).
  2. Freeze the gallery service: Use App Freezer (from Magisk) to disable com.miui.gallery.
  3. 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.

FAQ: Frequent questions about smart albums on Xiaomi Redmi

Can I delete my smart albums without root rights?
Yes, but not completely. You can disable their creation in the gallery settings or delete files through the file manager, but the system albums (such as Screenshots or Downloads) will remain. ADB.
Why do smart albums appear again after deleting?
This is because of the background scanning of media files by the system, so to prevent returns, turn off automatic sorting in the gallery settings and clear the app cache, and check if the albums are synced to the Mi Cloud.
Is it safe to delete the folder.smartalbums?
Yes, but with reservations, the photos themselves will not be affected, but the gallery may start to work slower the next scan, and in some cases the folder will recover automatically after the restart.
How to transfer a photo from a smart album to a regular folder?
Open a smart album in the gallery, highlight the necessary photos, click "More" (โ‹ฎ) โ†’"Copy in" and select the target folder (e.g, DCIM/Camera). You can also use a file manager for manual transfer.
Why arenโ€™t some Redmis having the option to turn off smart albums?
It depends on the MIUI version and regional firmware. In MIUI China and some global builds, the option may be hidden, in which case use methods with ADB or manual file deletion.