How to completely remove the Smart Album on Xiaomi Redmi 9T: from simple disconnection to radical methods

The Xiaomi Redmi 9T Smart Album is an automatically generated folder in the standard MIUI gallery that groups photos by date, location or event. For some users, itโ€™s a handy media file organization tool, for others, an annoying clutter that duplicates real folders and takes up space in the interface. Especially problematic when the system persistently restores the album after each update or sync with the Mi Cloud.

In this article, weโ€™ll look at all the possible ways to delete a Smart Album on Redmi 9T, from basic gallery settings to deep changes to system files. Itโ€™s important to understand that some methods require superuser rights (root), while others can affect other MIUI features. Weโ€™ll also analyze why the album returns after deletion and how to avoid it.

If you're ready to get rid of the compulsive sorting of photos once and for all, read on. First, identify what type of Smart Album you're concerned about: it could be a standard folder by date, geolocation albums (Places), or automatic collections from Mi Cloud, which depends on the choice of method.

The easiest and safest way to do this is to use the built-in options of the standard Gallery app, which does not require root rights and is suitable for most Redmi 9T users on any version of MIUI 12/13/14.

Instructions:

  • ๐Ÿ“ฑ Open the Gallery app on your smartphone.
  • ๐Ÿ” Slap the icon. โ‹ฎ (three points) in upper right corner โ†’ Select Settings.
  • ๐Ÿ“ Go to Albums or Album Management (the title may vary depending on the firmware version).
  • ๐Ÿ”„ Find the Smart Albums or Automatic Sort option and turn off the slider.
  • ๐Ÿ—‘๏ธ Go back to the main gallery menu and check if the folders are gone. If they are not, reboot the device.

โš ๏ธ Note: On some versions MIUI After switching off Smart Albums, there may be "ghost" folders that disappear only after cleaning the gallery cache. โ†’ Annexes โ†’ Application management โ†’ gallery โ†’ Warehouse โ†’ Clear the cache.

โ˜‘๏ธ Preparation for the shutdown of the Smart Album

Done: 0 / 4

If the albums continue to appear after these manipulations, the problem may be synchronization with the Mi Cloud, which is discussed in the next section.

2.Severing ties with Mi Cloud: why albums are coming back

Many Redmi 9T users experience a situation where Smart Albums are deleted but reappear after a few hours or after a reboot, due to background synchronization with the Mi Cloud service, which automatically restores the folder structure.

To stop this, it is necessary:

  1. Disable gallery sync in Mi Cloud: ๐ŸŒ Go to Settings. โ†’ Accounts. โ†’ Mi Cloud. ๐Ÿ“ฑ Find the Sync section and turn off the slider opposite the Gallery. ๐Ÿ”„ Confirm the action by clicking Disconnect in the dialog box.
  • ๐Ÿ—‘๏ธ In the same gallery, go to the albums. โ†’ Mi Cloud.
  • ๐Ÿ” Select all folders (or only unnecessary Smart Albums) and click Delete.
  • โš ๏ธ This will only delete files from the cloud, but they will remain on the device.
What happens if you turn off the Mi Cloud?
Disabling Mi Cloud will stop automatically syncing photos, but also disable backups of contacts, notes and other data. If you use the cloud for backups, pre-save important data manually on Google Drive or computer.

If you donโ€™t want to give up Mi Cloud altogether, but you only want to remove albums, try this method: create an empty folder called.nomedia in the root directory of internal memory, which will block the system from scanning media files, but can affect the operation of other applications.

When standard methods donโ€™t work, you can try resetting the Gallery app to factory settings, which will remove all user preferences, including hidden albums and cached data, but will not affect the photos themselves.

Step-by-step:

  • โš™๏ธ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find the gallery in the list and tap it.
  • ๐Ÿ“ฒ Select Warehouse. โ†’ Management of space.
  • ๐Ÿ—‘๏ธ Click Clear All Data (not to be confused with Clear Cache"!).
  • ๐Ÿ”„ Confirm the action and restart the smartphone.

โš ๏ธ Note: After resetting, the gallery can re-scan all media files, which will take a few minutes, during which time do not interrupt the process or open other applications that work with photos (for example, Google Photos or Instagram).

MethodRoot is required.Impact on dataEfficiency
Disconnection in gallery settingsโŒ No.Does not delete filesโญโญ (middle-class)
Breaking up with Mi CloudโŒ No.Remove only cloud copiesโญโญโญ (high-pitched)
Reset gallery settingsโŒ No.Resets settings, files are savedโญโญโญโญ (high-pitched)
Removal via ADBโŒ No, but you need skills)It may affect system files.โญโญโญโญโญ (maximum)
Editing system filesโœ… Yes.Risk of damaging firmwareโญโญโญโญโญ (maximum)

If none of these methods worked, you will have to resort to more complex technical solutions, which will be discussed later.

๐Ÿ“Š What method have you tried before?
Turned off in the gallery settings
Breaking the link with Mi Cloud
Resetting the settings.
I tried it. ADB-team
I've tried nothing.

4. Delete Smart Album via ADB (without root)

For advanced users who are ready to work with Android Debug Bridge (ADB), there is a method of removing Smart Albums through the command line, which does not require superuser rights, but requires basic knowledge about working with ADB.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed Xiaomi drivers and package ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB on the Redmi 9T (Settings โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock Developer Settings, then turn on Debugging by USB).
  • ๐Ÿ”Œ USB-cable.

Instructions:

  1. Connect Redmi 9T to your computer and confirm the debugging permission on your phone.
  2. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm clear com.miui.gallery
  1. Reset the device.

This command will completely reset the gallery settings, which often helps to remove Smart Albums. If the problem persists, try a more targeted command:

adb shell settings put global smart_album_enable 0

โš ๏ธ Attention: Misuse of the right ADB If you are not sure about your actions, it is better to consult other methods or consult a specialist.

๐Ÿ’ก

Before working with ADB, back up all important data. You can use the built-in MIUI: Settings โ†’ Additional โ†’ Backup and Reset โ†’ Local Backup

5. editing system files (root only)

If you have a superuser (root) rights to Redmi 9T, you can manually delete the files responsible for creating Smart Albums. This method gives 100% result, but requires caution - improper actions can lead to the failure of the gallery or even the entire system.

Step-by-step:

  • ๐Ÿ“ฑ Install any root-enabled file manager (such as Root Explorer or Solid Explorer).
  • ๐Ÿ” Cross the path: /data/data/com.miui.gallery/shared_prefs/
  • ๐Ÿ“„ Find the file. com.miui.gallery_preferences.xml Open it in the text editor.
  • ๐Ÿ”ง Find the line with the parameter smart_album_enable and change the meaning from true to false.
  • ๐Ÿ’พ Save the changes, restart the device.

Alternative path (for MIUI 13+):

  • ๐Ÿ“ Move to the /system/priv-app/MiuiGallery/.
  • ๐Ÿ“„ Open the file. miui_gallery_config.xml.
  • ๐Ÿ”ง Find the block. <smart-album> and replace enabled="true"="false".

โš ๏ธ Note: After editing the system files, you may need to clean the gallery cache and restart. If the gallery stops opening after changes, restore the file backup or reinstall the application through the ADB:

adb install -r com.miui.gallery.apk

Alternative galleries: a workaround

If all attempts to remove Smart Albums have failed, consider using third-party galleries. Many alternative applications do not support automatic date/place sorting or disable it.

The best options for the Redmi 9T are:

  • ๐Ÿ–ผ๏ธ Google Photos โ€“ No obtrusive albums, but requires a Google account and can sync data to the cloud.
  • ๐Ÿ“‚ Simple Gallery Pro is an open source, lightweight gallery with no ads and automatic sorting.
  • ๐Ÿ” A+ Gallery โ€“ Supports hidden folders and manual organization of media files.
  • ๐Ÿ›ก๏ธ F-Stop Gallery โ€“ Advanced display settings, including tag filtering.

To make an alternative gallery the default app:

  1. Install the selected gallery from Google Play.
  2. Go to Settings โ†’ Applications โ†’ Application Management โ†’ Gallery โ†’ Open by default.
  3. Click Clear the default settings.
  4. When you next open the photo, select a new gallery and confirm it as the default app.

๐Ÿ’ก

Using a third-party gallery not only solves the Smart Album problem, but it can also improve smartphone performance โ€“ many alternative apps run faster than the standard MIUI Gallery.

7.If nothing helps: reset to factory settings

In the extreme case, when Smart Albums persistently return after all attempts, there is a complete reset of the device, which is guaranteed to delete all system settings, including obsessive albums, but also erase all user data.

How to do the reset correctly:

  1. ๐Ÿ“ฑ Go to Settings. โ†’ Additionally. โ†’ Backup and reset โ†’ Resetting settings.
  2. ๐Ÿ”„ Select to erase all data (including internal memory).
  3. ๐Ÿ” Enter a password (if required) and confirm the action.
  4. โณ Wait for the process to be completed (it will take 5-10 minutes).

โš ๏ธ Attention: After discharge:

  • ๐Ÿ“ฒ Do not restore data from the backup of Mi Cloud โ€“ it can return Smart Albums.
  • ๐Ÿ”ง Donโ€™t connect your Mi Cloud account immediately after setting up โ€“ check if the albums have disappeared first.
  • ๐Ÿ“ Transfer photos to the device manually, bypassing automatic synchronization.

If you decide to do this, save all important files to your computer or external drive in advance, and resetting is a nuclear method that should only be used when all other options are exhausted.

FAQ: Frequent questions about Redmi 9T smart albums

๐Ÿ”น Why Smart Albums Reappear After Deleting?
This is because of background synchronization with Mi Cloud or automatic scanning of media files by the system. MIUI can restore it at the next start or after updating the firmware. To prevent this, you need to disable synchronization (section 2) or use ADB-teams (section 4).
๐Ÿ”น Can I remove my Smart Albums without root?
Yes, most of the methods in this article (disable settings, break from Mi Cloud, gallery reset, ADB) do not require superuser rights. Root will only be needed to edit system files (section 5), but this is an extreme measure.
๐Ÿ”น Does the removal of smart albums affect real photos?
No, deleting Smart Albums does not affect the original files. These albums are just shortcuts that group existing photos according to certain criteria, but if you delete files directly from the Mi Cloud, they will disappear from the device (if sync is enabled).
๐Ÿ”น Why After Updating MIUI albums are coming back?
Firmware updates often reset user-defined app settings, including gallery options disabled. Check Smart Album settings and re-activate them when you need them after the update. It's also helpful to clear gallery cache after updates.
๐Ÿ”น Which gallery is best for Redmi? 9T?
If you're annoyed by Smart Albums, the best alternatives are Simple Gallery Pro, which is minimal, no unnecessary features. Google Photos is convenient, but requires a Google account. A+ Gallery, which supports hidden folders and passwords. All of them are available on Google Play and do not create automatic albums.