Cleaning up a gallery in Xiaomi Cloud: 5 ways to delete photos forever

Xiaomi Cloud cloud storage automatically syncs photos and videos from your smartphone, freeing up space on your device. But over time, the cloud fills up with unnecessary snapshots โ€” take-ups, screenshots, old memes or random shots. Cleaning the gallery manually through a mobile app or web version takes hours, and some files remain โ€œhangโ€ in the shopping cart. In this article, we will examine all the working ways of mass removal of content from Xiaomi Cloud, including hidden folders and backups, and also explain how to guarantee to erase files without the possibility of recovery.

The problem is that standard methods (e.g., deletion through the Gallery app) often leave files in the cloud bin for 30 days. Even after cleaning the Recycle Bin, some data can be stored in backups or cache. We tested all current methods on MIUI 14/15 and identified 3 critical errors that cause users to lose gigabytes of space. For example, many people do not know that the.Trash folder in the cloud takes up to 15% of the total, and Storage Optimization removes only local copies, but not originals in the cloud.

Why Xiaomi Cloud is Filling with Garbage: 4 Hidden Reasons

Most users think that the cloud is clogged only by manually uploading photos. In fact, MIUI automatically stores much more data in Xiaomi Cloud than you think.

  • ๐Ÿ“ธ Camera boot: Even if you have disabled sync in settings, some models (Xiaomi 13 Pro, Redmi Note 12) save pictures to the cloud via the Mi Cloud Sync feature by default.
  • ๐Ÿ“ Hidden folders: System directories like.thumbdata (sketch),.nomedia (service files) or Screenshots take up to three times 2-3 GB, but not displayed in the main gallery.
  • ๐Ÿ”„ Duplicates in reinstallation MIUI: After resetting or updating the firmware, the cloud can create copies of all media files with the prefix backup.
  • ๐Ÿ—‘๏ธ Recycle Bin: Unlike Google Photos, Xiaomi Cloud doesnโ€™t delete files from the Recycle Bin before 30 days, even if the place ends.

Another nuance is storage quotas. Free rates only give you 5GB, of which 1-2GB immediately take up backups of contacts and notes. If you haven't cleaned the cloud for years, chances are that 80% of the space is taken up by unnecessary data. For example, POCO F5 users often complain about the sudden disappearance of free space because of automatic download of video in 4K resolution, which weigh 200-500MB each.

๐Ÿ“Š How often do you clean up Xiaomi Cloud?
Once a month
Six months
Only when the place ends.
Never cleaned.

Method 1: Quick removal via mobile app (for beginners)

The easiest method is to use the official Mi Cloud app on your smartphone, which is suitable if you want to delete individual files or folders, but is ineffective for mass cleaning.

  1. Open the Settings app โ†’ Xiaomi Accounts โ†’ Mi Cloud.
  2. Sign in if you request a password.
  3. Go to the Gallery section (or Photos in new versions of MIUI).
  4. Click on the icon. โ‹ฎ (three dots) in the upper right corner and select Control.
  5. Check out unnecessary files or folders. To highlight everyone, click on the โœ“ icon in the hat.
  6. Click Remove โ†’ Confirm the action.

โš ๏ธ Note: The files deleted in this way will be in the basket and stored there for 30 days. To free up space immediately, after deleting, go to the basket (Section Recently deleted) and click Clear the Recycle Bin.

โ˜‘๏ธ Preparation for cloud cleanup

Done: 0 / 4

This method is not suitable for removing hidden system files (such as sketches or cache). To clean them, you will need a web version of the cloud or a file manager with access to root folders. Also note that when you allocate a large number of files (500+), the application can freeze - in this case, you should use method 3.

Method 2: Mass removal via web version (for PC)

Xiaomi Cloud's web interface allows you to delete files in packs of 200-300 at a time, which is 5-10 times faster than using a mobile app, which is ideal if you want to clear the cloud of screenshots, memes or old photos.

  1. Go to i.mi.com and log in.
  2. In the menu on the left, select Gallery (or Photos).
  3. Click on the โœ“ icon in the top menu to activate the selection mode.
  4. Tag files: To highlight all, click Ctrl+A (Windows) or Cmd+A (Mac). To selectively delete, hold Ctrl (or Cmd) and click on the files.

Delete

Basket

Clean the basket.

๐Ÿ”น Advantages of the method:

  • ๐Ÿ–ฅ๏ธ Works on any device (PC, Mac, tablet).
  • โšก Faster than mobile app (no lags at 1000 allocation)+ file).
  • ๐Ÿ” Shows hidden folders (for example, Camera/Burst serially).

โš ๏ธ Warning: If the cloud is not freed after cleaning the cart, check the Backups section. MIUI Creates duplicate media files in backups that don't show up in the gallery. To delete them, go to Settings. โ†’ Backups and select Remove Old Copies.

๐Ÿ’ก

If the web version of the cloud doesnโ€™t load photos, try opening the site in incognito or another browser (recommended Firefox).

Method 3: Complete cleanup through file manager (for advanced ones)

This method allows you to delete all media files from Xiaomi Cloud at once, including hidden folders and system debris. This is suitable if you want to start with a clean slate or free up as much space as possible.

Instructions for the smartphone:

  1. Install a file manager with access to root folders (such as MiXplorer or Solid Explorer).
  2. Open the manager and go on the path: /storage/emulated/0/MIUI/Gallery/cloud This is where all files synced to the cloud are stored.
  3. Select all folders and files (long press โ†’ Highlight everything).
  4. Press Delete. โ†’ confirm.
  5. Reboot the phone.

๐Ÿ”น What will be removed:

Type of fileExamplesRecovering?
Photos and videos.jpg, .png, .mp4No.
ScreenshotsScreenshots/IMG_2023...No.
Sketch and cash.thumbdata3-128Automatically restored by the system
Backup copiesbackup_202605...Partially (via Mi Cloud)

โš ๏ธ Note: After this cleaning, Xiaomi Cloud can temporarily block sync 1-2 If you need to save some files, copy them to another folder, for example, /Download/.

What if files reappear after deleting?
This means that your device has AutoRecover Media enabled. Turn it off in settings: Settings โ†’ Apps โ†’ Gallery โ†’ AutoRecovery and Reboot the phone.

Method 4: Remove via ADB (for technical users)

If standard methods donโ€™t work (e.g., the cloud is โ€œhangingโ€ or not responding), you can use ADB, an Android debugging tool that is suitable for removing system duplicates or files that arenโ€™t displayed in the gallery.

Instructions:

  1. Install ADB Tools on your PC.
  2. Turn on USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Additional โ†’ For developers โ†’ Debugging over USB.
  3. Connect your phone to your PC and execute commands: adb shell pm clear com.miui.gallery This command will reset the gallery cache but won't delete files from the cloud. -rf /storage/emulated/0/MIUI/Gallery/cloud/*

๐Ÿ”น When to use ADB:

  • ๐Ÿ”ง The cloud does not respond to removal requests.
  • ๐Ÿ“‚ You need to delete files with "blocked" extensions (e.g.,.nomedia).
  • ๐Ÿ”„ After the phone was reset, there were โ€œghostโ€ files in the cloud.

โš ๏ธ Attention: Rm teams -rf They delete files irreversibly, and if you go wrong, you can erase important data before you use it. ADB Backup via Mi Cloud or Google Drive.

Method 5: Cleaning through third-party applications (alternative)

If you are uncomfortable with the web version or ADB, you can use third-party cloud management apps.

  • ๐Ÿ“ฑ Files by Google: It has built-in storage analysis and shows which files occupy the most space in the cloud. You can sort by size and remove the heaviest media.
  • ๐Ÿ—ƒ๏ธ Dropsync: allows you to configure automatic cleaning rules (for example, delete screenshots older than 30 days).
  • ๐Ÿ” SD Maid: Finds duplicates in the cloud and suggests you combine or remove them.

๐Ÿ”น How to Clean the Cloud with Files by Google:

  1. Install the app from Google Play.
  2. Open the section Cleaning โ†’ Analysis of storage.
  3. Go to the Cloud tab (if available).
  4. Sort the files by size or date.
  5. Select the unnecessary and press Remove.

โš ๏ธ Warning: Third-party apps require access to your Xiaomi account. Don't use little-known programs - they can steal your data. Before installing, check reviews and ratings on Google Play (should be 4.5).+).

๐Ÿ’ก

The most reliable way is a combination of the web version (for mass removal) + file manager (for hidden folders), which guarantees cleaning 99% of the garbage.

How to Recover Accidentally Deleted Files from Xiaomi Cloud

If you delete important photos, they can be returned within 30 days through the cart. Once you clear the cart, you can only recover through Xiaomi support, but the chances are minimal.

  1. Method 1: Recycle Bin Open Mi Cloud โ†’ Gallery โ†’ Recycle Bin. Select the files you want and click Restore.
  2. Method 2: Backups Check the Backups section in Mi Cloud. Sometimes files are saved in the phone's backups.
  3. Method 3: Contact Xiaomi Support via the form at mi.com/support. Delete date and file names. Attach a screenshot from the cart (if the files are still there).

๐Ÿ”น Chances of recovery:

MethodTermSuccess
BasketUp to 30 days.90%
Backup copiesUp to 6 months.50%
Xiaomi supportUp to 1 year10%

โš ๏ธ Note: If the files have been deleted through ADB Or you can't restore a file manager with root permission, and in this case, try programs like DiskDigger or Recuva, but they only work with on-premises storage, not the cloud.

FAQ: Frequent questions about cleaning up Xiaomi Cloud

Can I delete files from Xiaomi Cloud without deleting them from my phone?
Yes, to do this, disable the synchronization of the gallery in the Mi Cloud settings (Settings โ†’ Xiaomi Accounts โ†’ Mi Cloud โ†’ Gallery โ†’ Synchronization).
Why is the cloud not freed after cleaning the cart?
This is because of two reasons: Cash cloud: restart your phone or wait 1-2 hours for the data to update. Hidden backups: check the Backups section in Mi Cloud and delete old backups.
How to turn off automatic photo uploading in Xiaomi Cloud?
Go to Settings โ†’ Xiaomi Accounts โ†’ Mi Cloud โ†’ Gallery and turn off the Autoboot option. Also check the settings of the Gallery: Settings โ†’ Cloud Sync application.
How much space do sketches and cache take up in Xiaomi Cloud?
On average, the.thumbdata folder weighs 500MB-1.5GB, and the gallery cache another 300-800MB. These files do not appear in the main gallery, but take up space. To delete them, use method 3 (file manager).
Can I increase the space in Xiaomi Cloud for free?
Officially, no. Free rate is limited to 5 GB. But you can: Delete old backups (releases 1-2 GB); Use promotional codes from Xiaomi (sometimes give +1 GB for participation in promotions); Move some files to Google Photos (15 GB free).