How to completely remove a smart album on Xiaomi Redmi 9: 5 working methods

Smart albums in the Xiaomi Redmi 9 gallery are automatically generated collections of photos and videos that the system grouped by dates, places, events or even faces. On the one hand, they make it easier to find the right shots, but on the other hand, they often clutter the interface, duplicate files and take up space in memory. Especially annoying when albums appear by themselves after updating MIUI or synchronizing with the cloud.

In this article, weโ€™ll look at all the possible ways to delete smart albums on Redmi 9, from standard gallery settings to radical methods using ADB and third-party file managers. Youโ€™ll learn why albums return after deletion, how to disable their automatic creation, and what to do if the Remove button is inactive.

Why Smart Albums Are Reappearing and Can They Be Shut Down Forever?

The main problem with Xiaomi Redmi 9 smart albums is their stubbornness, and even after being removed through a standard gallery, they can recover from:

  • ๐Ÿ”„ Sync with Mi Cloud โ€“ the cloud automatically restores the structure of the albums on the next connection.

You can't shut down the generation of smart albums forever without root rights, which is part of MIUI logic, but you can minimize the number of them.

  1. Use a third-party gallery (such as Google Photos or Simple Gallery).
๐Ÿ“Š How often do you clean up the gallery of unnecessary albums?
Once a week.
Once a month
Only when memory ends
Never clean.

If you need to completely remove system albums (such as Screenshots, Downloads, or WhatsApp), you will have to resort to radical measures, as discussed in the last section of the article.

The simplest method that works for custom albums (manually created or automatically tagged) is not the right one for system folders (e.g. Camera or Screenshots).

Instructions:

  1. Open the Gallery app on Redmi 9.
  2. Go to the Albums section (the icon in the form of a stack of photos at the bottom of the screen).
  3. Find an unnecessary smart album and click on three dots (โ‹ฎ) top-right corner of his preview.
  4. From the menu, select Delete album (or Delete from device if the album is synced to the cloud).
  5. Confirm the action by pressing OK.

Disable Wi-Fi (to avoid synchronization with the cloud)

Check if the album contains important files.

Backup photo (if necessary)

Close all background applications-->

โš ๏ธ Note: If the album contains files, they will be deleted permanently. To save the photos, first transfer them to another album or PC.

Type of albumCan I remove it?Will it recover after the reboot?
User-generated (manually created)โœ… Yes.โŒ No.
Automatic (by date/place)โœ… Yes.โš ๏ธ Maybe.
System (Camera, Screenshots)โŒ No.โœ… Yes.
Cloud (from Mi Cloud)โœ… Yes (but it will also get out of the cloud)โœ… Yes (in synchronization)

If you can't delete an album (like a system album), you can hide it from the main view, and it won't free up memory, but it will clean up the interface.

How to hide it:

  1. Open the gallery. โ†’ Albums.
  2. Press on. โ‹ฎ โ†’ Settings (or Album Management in New Versions) MIUI).
  3. Choose Hide the albums.
  4. Check out unnecessary albums and click Ready.

To bring back the hidden albums:

  1. Go to the Gallery Settings โ†’ Hidden Albums.
  2. Uncheck the boxes.

๐Ÿ’ก

Hidden albums still take up space on the device. To free up memory, use Storage Analysis in your phone settings (Settings โ†’ Memory).

โš ๏ธ Note: In some versions MIUI (for example, MIUI 12.5 and later) there may be no hiding option for albums, in which case try updating the gallery via Google Play or use method 3.

Method 3: Delete via File Manager (for power users)

This method is suitable for removing system albums that are not deleted through the gallery (for example, Screenshots or Downloads).

Instructions:

  1. Install a file manager (e.g., MiXplorer).
  2. Open the manager and give access to the storage.
  3. Go on the path: /storage/emulated/0/ Here are folders corresponding to the albums: DCIM/Camera โ€“ photos and videos from the camera; Pictures/Screenshots โ€“ screenshots; Download โ€“ uploaded files; Pictures/WeChat or WhatsApp Media โ€“ media from instant messengers.

Remove the unnecessary folder (or its contents).

โš ๏ธ Attention: Deletion of folders DCIM or Pictures can cause the camera or gallery to crash. Do not delete them completely - only the content or specific subfolders (e.g. Screenshots).

What to do if the folder is not deleted?
If the file manager gives an error "Failed to delete", try: 1. Reboot the phone. 2. Use another manager (for example, FX File Explorer). 3. Connect Redmi 9 to your PC and delete the folder through Windows Explorer. 4. Disable the gallery in the application settings (Settings โ†’ Applications โ†’ Gallery โ†’ Stop), then repeat the deletion.

If smart albums continue to appear even after manual removal, resetting the Gallery app will help, which will return all settings to factory settings, but will not affect the photos themselves.

How to reset:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the gallery and open its settings.
  3. Click Warehouse โ†’ Clear the data and Clear the cache.
  4. Confirm the action.

This is the only way to permanently get rid of system smart albums without getting root rights.The method requires connecting the phone to a PC and using ADB (Android Debug Bridge).

โš ๏ธ Attention: Wrong commands ADB They may disrupt your phone. Follow the instructions carefully!

Steps:

  1. Turn on USB Debugging on Redmi 9: Go to Settings โ†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging.
  2. Connect your phone to your PC and install Platform Tools (if not installed).
  3. Open the command prompt (cmd) in the adb.exe folder and type: adb devices Make sure your Redmi 9 appears in the list.
  4. Run the command to disable automatic grouping: adb shell pm disable-user --user 0 com.miui.gallery This will disable the standard MIUI gallery.
  5. Install an alternative gallery (e.g. Google Photos or Simple Gallery).

To return a standard gallery, do:

adb shell pm enable com.miui.gallery

๐Ÿ’ก

Disabling the MIUI gallery through ADB does not delete files, it only blocks it from working, and all photos will remain in place and will be available in another gallery.

Frequent Mistakes and How to Avoid Them

When deleting smart albums, Redmi 9 users often face typical problems.

Mistake.Reason.Decision
The "Delete Album" button is inactiveAlbum system or synced to the cloudUse method 3 (file manager) or turn off sync
Albums are coming back after rebootGallery background process worksReset the gallery settings (method 4) or disable it via ADB (method 5)
Cannot delete the folder through the file managerNo rights to record or folder used by the systemRestart your phone or use your PC to remove
After the albums are deleted, all photos will disappear.The entire folder, not its contents, has been deletedRestore files from the Recycle Bin or Backup

Another common problem is duplication of photos on different albums, because MIUI labels the same files in different categories, to avoid taking over.

  • ๐Ÿ“ Use one gallery (do not mix) MIUI Gallery and Google Photos).
  • ๐Ÿ” Check the folder regularly DCIM/.thumbnails โ€” There are miniatures that also take up space.
  • ๐Ÿ—‘๏ธ Clean the gallery basket (it keeps files for up to 30 days).

FAQ: Answers to Frequent Questions

Can I remove the Camera album on Redmi 9?
No, the DCIM/Camera folder is system-based, and it can't be deleted completely, but you can either clear the contents or hide it through the gallery settings, and if you want to make room, take the photos to your PC or the cloud, and then delete them from the folder.
Why do photos remain in the gallery after the album is deleted?
Smart albums in MIUI are just tags on files that are physically stored in other folders (like DCIM or Pictures). Deleting an album doesn't delete the photos themselves. To get rid of them completely, find the original files through the file manager.
How to turn off automatic sorting by person and place?
Go to Gallery โ†’ Settings โ†’ Face Recognition and turn off Facial Grouping. To turn off location sorting, deny the gallery access to geodata in the application settings (Settings โ†’ Applications โ†’ Gallery โ†’ Permissions โ†’ Location).
Will photos from Mi Cloud be deleted if the album is deleted on your phone?
Yes, if the album is synced to the cloud, if you delete it from your phone, files will disappear from the Mi Cloud (unless you have the Save in the Cloud option enabled), to avoid data loss, turn off sync before deleting or back up.
Can I recover a deleted smart album?
If the album was recently deleted (within 30 days), check the Recycle Bin in the gallery. To restore system albums (like Screenshots), just reboot your phone - they will be created automatically. If the files are deleted permanently, try data recovery programs (such as DiskDigger or Recuva).