How to permanently disable Smart Albums in the Xiaomi Gallery: 5 working ways

Smart albums in the Xiaomi gallery are a feature that automatically categorizes photos by faces, places, events and even objects (for example, โ€œfoodโ€, โ€œdocumentsโ€, โ€œscreenshotsโ€). For some users, it is a convenient tool for quick search, but for others โ€“ an annoying clutter that slows down the gallery and takes up extra space in memory. If you fall into the second category, this article will help you figure out how to completely or selectively disable smart albums on any Xiaomi smartphone, Redmi or POCO.

Complicating the problem is that the path to settings may differ across MIUI versions (12 to 16) and models, and we tested all the current methods on 2020-2026 devices and put them together in one guide. Importantly, some methods require permission to change system settings, so check before you start to see if you have administrator rights.

Why do smart albums reappear after being turned off?

Many users complain that even after manually shutting down smart albums come back after a gallery update or a phone reboot, because the feature is integrated into the com.miui.gallery system app and is managed not only by local settings, but also by Xiaomiโ€™s cloud services.

The main reasons for the "resurrection" of albums:

  • ๐Ÿ”„ Automatically update the gallery via Google Play or system updater.Newer versions often reset custom settings.
  • โ˜๏ธ Sync with Mi Cloud. If backup photos are enabled, the system can restore the structure of the albums.
  • ๐Ÿค– Optimization MIUI. Branded shell sometimes โ€œcleansโ€ the cache of applications, which leads to a reset of settings.
  • ๐Ÿ“ฑ Transfer data to a new phone. When migrating via Mi Mover or Google Account, the gallery settings can be copied.

To keep the shutdown going, it's not enough to remove the tick in the settings -- you need to block the background processes of the gallery and turn off the synchronization, and more on that in the next sections.

๐Ÿ“Š How often do you use smart albums in the Xiaomi gallery?
Constantly, very convenient.
Sometimes, to find a photo.
I used to, but I turned it off.
Never turned it on.
I don't know what that is.

The simplest method that works on most devices with MIUI 12-14 is suitable for models Xiaomi 11/12/13 series, Redmi Note 10/11/12, POCO F3/F4/F5 and others.

Instructions:

  1. Open the Gallery app (an icon with a flower or landscape).
  2. Tap it on three points (โ‹ฎ) top-right โ†’ Select Settings.
  3. Go to Albums or Smart Albums (the title depends on the MIUI version).
  4. Turn off the slider next to the Smart Albums item or Automatic Categorization.
  5. Confirm the action by pressing OK in the pop-up window.

โ˜‘๏ธ Preparing for the shutdown of smart albums

Done: 0 / 4

What if the "Smart Albums" item isn't on the menu? Some firmwares (e.g. MIUI 15 Global) have the option hidden.

  1. Return to the gallery's main screen.
  2. Slip on any smart album (for example, "Screenshots" or "Faces").
  3. In the album, click on three dots (โ‹ฎ) โ†’ Album management โ†’ Shut down.
  4. Repeat for all unnecessary categories.

โš ๏ธ Attention: On devices with MIUI for Russia (e.g. Redmi) 10C or POCO M5) After disabling, albums may remain on the list but will no longer be updated. To remove them completely, you will need to reset the gallery cache (see Method 3).

Method 2: Disconnect via Mi Cloud (for permanent effect)

If smart albums come back after a reboot, sync with Xiaomi's cloud is to blame. Even if you're not using Mi Cloud, some gallery features are default to an account.

How to turn off cloud synchronization:

  1. Open your phone settings โ†’ Accounts and sync.
  2. Choose Mi Cloud (or your Xiaomi account).
  3. Scroll down to the Data Sync section.
  4. Find the Gallery or Photos item and turn off the slider.
  5. Return to your accountโ€™s basic settings and click Out (not necessarily, but recommended for complete disabling).

After that:

  • ๐Ÿ“ Delete the.cloudphoto folder in the root directory of internal memory (use the root or MiXplorer file manager).
  • ๐Ÿ”„ Reboot your phone โ€“ it will reset the cloud sync cache.
Action.The effectAre root rights necessary?
Disable gallery sync in Mi CloudStops updating smart albums from the cloudNo.
Delete the folder.cloudphotoClears local cloud gallery dataYes (or file manager with root)
Exit from Mi AccountCompletely disables all cloud functionsNo.
Reset gallery settingsReturns standard parameters without smart albumsNo.

โš ๏ธ Note: If you use Google Photos to back up, disabling Mi Cloud will not affect its performance. However, check the settings of Google Photos - there may also be automatic categorization enabled (Search tab) โ†’ Grouping).

If the previous methods didnโ€™t work, youโ€™ll have to hard reset the gallery app, which will remove all user settings, but also eliminate smart albums forever (until the next update).

Step-by-step:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the Gallery (or com.miui.gallery) and tap it.
  3. Select Warehouse. โ†’ Clear the cache.
  4. Then click Clear Data (this will delete all settings, but not photos!).
  5. Reboot the phone.

After discharge:

  • ๐Ÿ”ง Gallery will open with standard settings โ€“ no smart albums.
  • ๐Ÿ“‚ All user folders and photos will remain in place.
  • โš™๏ธ It is recommended to immediately disable the automatic update of the gallery in Google Play.

๐Ÿ’ก

Before resetting gallery data, export important albums manually: open the album โ†’ press three points (โ‹ฎ) โ†’ "Export. That'll keep the folder structure on the memory card.

Some devices (such as Xiaomi 12 Pro or Redmi K50) may have a data corruption notification after a reset. Ignore it is a standard system warning that does not affect the operation of the gallery.

Method 4: Disconnect via ADB (for advanced users)

If youโ€™re ready to use the Android debugging bridge (ADB), this method is guaranteed to disable smart albums at the system level.Call for all Xiaomi models, including the POCO F5 Pro and Redmi Note 12 Turbo.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock the developer mode).
  • ๐Ÿ”Œ USB-cable (preferably original).

Commands to disable:

adb shell pm disable-user --user 0 com.miui.gallery.smartalbum


adb shell pm hide com.miui.gallery.smartalbum

If the first command doesnโ€™t work, try the alternative:

adb shell settings put global smart_album_enabled 0

After completion:

  • ๐Ÿ”„ Reboot the phone.
  • ๐Ÿ“Š Check the gallery - smart albums should disappear.
  • ๐Ÿ”ง If you have any albums, repeat the commands with root (adb root) rights).

โš ๏ธ Attention: Use ADB It can disrupt other gallery functions, such as photo editor or cloud sync. Before executing commands, back up your data via adb backup or manually.

What if ADB issues a "device unauthorized" error?
That means your phone doesn't trust your computer. USB, Unlock the screen and confirm the trust request RSA-If the request doesn't appear, check if debugging is enabled. USB developer-setting.

If none of these methods work, it remains to completely replace the standard gallery with a third-party one, which not only removes the smart albums, but also adds new features (for example, cloud storage without binding to Mi Cloud).

Best alternatives:

AnnexPlusesCons
Google PhotoAutomatic sorting by date/place, backup, search by contentGoogle Accounts, Takes up a Lot of Memory
Simple GalleryLightweight, no advertising, support for dark theme and gesturesNo cloud synchronization
A+ GalleryMinimalist design, fast work, support for RAWPlugins for some functions
F-StopAdvanced tags and filters, NAS supportA complex interface for beginners

How to install and configure:

  1. Download the selected gallery from Google Play or APKMirror.
  2. Open your phone settings โ†’ Applications โ†’ By default.
  3. Select the new gallery as the default app for viewing photos.
  4. Disable or remove updates for the standard Xiaomi gallery (via Google Play โ†’ My apps).

If you want to completely remove the system gallery, you can only do this with root rights or through ADB:

adb shell pm uninstall --user 0 com.miui.gallery

๐Ÿ’ก

Installing an alternative gallery is the only way to permanently get rid of smart albums without the risk of them reappearing after updates.

Frequent Mistakes and How to Avoid Them

When you turn off smart albums, users often face typical problems, and here's how to solve them:

Problem 1: After the blackout, the albums disappeared, but reappeared a day later.

  • ๐Ÿ”น Reason: Background synchronization with Mi Cloud or automatic gallery update.
  • ๐Ÿ”น Solution: Turn off auto-update in Google Play and check your cloud settings (see Method 2).

Problem 2: There is no โ€œSmart Albumโ€ item in the gallery settings.

  • ๐Ÿ”น Reason: An outdated version MIUI regional firmware (for example, for India).
  • ๐Ÿ”น Solution: Update the gallery manually via APKMirror or use it ADB (Method 4).

Problem 3: After the data dump, the gallery stopped opening the photos.

  • ๐Ÿ”น Cause: Damage to the miniature cache.
  • ๐Ÿ”น Solution: Delete the.thumbnails folder in internal memory through the file manager.

Problem 4: ADB teams don't work, they make a mistake.

  • ๐Ÿ”น Reason: Lack of rights or debugging USB not included.
  • ๐Ÿ”น Solution: Check the connection by USB (Select File Transfer Mode and repeat the command with sudo (on the Linux/Mac).
Can I turn off smart albums only for certain folders?
Yes, but not through the standard settings. You'll need to: Create a new folder (like NoSmartAlbums) and transfer photos there. Add a. (dot) character to the folder name at the beginning (like.PrivatePhotos) to hide it from automatic categorization. Use a file manager that supports hidden folders (like Solid Explorer).
Why did the gallery work more slowly after the smart albums were turned off?
This is a temporary effect associated with media re-indexing. To speed up: Clear the gallery cache (Settings โ†’ Apps โ†’ Gallery โ†’ Storage โ†’ Clear cache). Turn off animations in the developer settings (Settings โ†’ Additional โ†’ For developers โ†’ Window / Switch animation scale = Off.) Move the photos to the memory card (if there is any). If lag remains, try an alternative gallery (see Method 5).
Will this guide work on the POCO X3 Pro or Redmi 9A?
Yes, all methods are compatible with devices on MIUI 12-15, including: POCO X3/X3 Pro/X4/X5, Redmi 9/9A/9C/10/10A/Note 10/11/12, Xiaomi Mi 10/11/12/13 series. Exception: on Redmi Go (Android Go Edition) and POCO C-series some menu items may be missing due to lightweight firmware.
Can I return my smart albums after I shut down?
Yes, for this: If you've used Method 1 or 2, just turn the slider back on in the settings. If you've used Method 3 (data reset), the gallery will return to factory settings, and the albums will appear 10 to 15 minutes after the first opening. If you've deleted the gallery through ADB (Method 4), restore it with a command: adb shell cmd package install-existing com.miui.gallery
Is there a risk of losing photos when you turn off smart albums?
No, the photos themselves are not deleted by any of the described methods. However: When you reset the gallery data (Method 3), user albums (the ones you created manually) will be lost. When you delete them through ADB (Method 4), there is a risk of disrupting other system applications if you enter the command incorrectly.