How to permanently disable app recommendations in Xiaomi folders: the full guide

You open a folder on Xiaomi, and instead of a clean list of files, you see intrusive banners with suggestions to install new applications? This feature of MIUI annoys millions of users โ€” advertising takes up space, slows down the interface and prevents quick access to the desired data. The worst thing is that these recommendations appear even in system folders like Download or DCIM, where no one asked for them.

In this article, we will look at all the working ways to disable ads in folders, from standard settings to hidden developer settings.+, POCO X5 Pro and Xiaomi 13T, It is suitable for most devices on MIUI 12-14 (including global and Chinese versions) Important: some options will require ADB Root rights โ€“ we will explain in detail how to minimize risks.

We warn you right away: Xiaomi regularly changes the location of options in firmware, so if a menu item does not match your version, check the alternative methods below. And yes, you can not completely remove ads without root rights, but it can be minimized or replaced with less intrusive elements.

Why Xiaomi Shows Recommendations in Folders and Can They Be Deleted Forever?

Advertising in folders is part of the monetization of MIUI. Xiaomi integrates an ad SDK into system applications (like File Manager or Security) that load banners from the companyโ€™s servers. These recommendations are personalized: the system analyzes which apps you install and offers โ€œusefulโ€ alternatives (often from Xiaomi partners).

Can we take them away forever? Technically, but with reservations:

  • ๐Ÿ”ง No root rights: you can only disable some of the advertising through settings or ADB, System banners may return after updates.
  • ๐Ÿ› ๏ธ Root rights: You can remove advertising modules forever, but it is risky (may malfunction in the work of firmware).
  • ๐Ÿ“ฑ Chinese firmware: more advertising, and it is harder to turn off without knowing Chinese.

In the European Region (EEA), Xiaomi has pledged to reduce the amount of advertising due to regulatory pressure, and if your smartphone is bought in the EU, try changing the region in your Mi Account settings โ€” sometimes it helps.

โš ๏ธ Note: Disabling advertising through ADB or modification of system files may result in blocking certain features (such as registration themes or cloud backups!

Method 1: Disabling recommendations through File Manager settings

The easiest method is to use the built-in MIUI Explorer options. It works on most devices, but does not guarantee 100% results (advertisements can appear in other system applications).

Instructions:

  1. Open the File Manager application (the folder icon on the desktop).
  2. Stick to three points (โ‹ฎ) in the upper right corner and select Settings.
  3. Scroll down to the Recommendations section (or Recommendations in English firmware).
  4. Turn off the sliders: ๐Ÿ“Œ Show recommendations of the annexes ๐Ÿ“Œ Personalized recommendations ๐Ÿ“Œ Show popular files (if any)

Reset the device.

If there's no recommendation in the settings, then your version of MIUI is hiding it. Try the following method.

โ˜‘๏ธ What to check before disabling advertising

Done: 0 / 4

Method 2: Using ADB to Deeply Disable Advertising

If standard settings donโ€™t work, itโ€™s time to connect Android Debug Bridge (ADB), a method that allows you to disable system-level advertising services, but requires a computer and minimal technical skills.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux;
  • ๐Ÿ“ฑ USB-cable (preferably original);
  • ๐Ÿ”Œ Included Debugging by USB smartphone;
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ†’ Additional โ†’ Developer. Activate USB Debugging.

Connect your smartphone to your PC and confirm the debugging permission.

adb shell pm disable-user --user 0 com.miui.systemAdSolution

This command disables the main MIUI advertising module.

File Manager

adb shell pm disable-user --user 0 com.android.fileexplorer

โš ๏ธ Warning: This command can reset the Explorer settings! After it is executed, reinstall File Manager from Google Play if it disappears.

Reset the device.

If the ad returns after the reboot, try additional commands:

adb shell pm disable-user --user 0 com.miui.analytics


adb shell pm disable-user --user 0 com.xiaomi.midrop

What if the ADB canโ€™t see the device?
Make sure USB debugging is enabled and drivers are installed. On Windows, try reinstalling the driver manually through Device Manager (select "ADB Interface"). If macOS/Linux is used, check port rights: lsusb must show the connected device.

Method 3: Remove advertising packages via TWRP (for advanced)

This method is only suitable for users with an unlocked bootloader and a TWRP installed. It allows you to physically delete the files responsible for the ad impressions, but requires caution - an error can lead to a bootloop ( looped download).

Conditions required:

  • ๐Ÿ”“ Unlocked bootloader (bootloader);
  • ๐Ÿ“ฑ Established custom recaveri TWRP;
  • ๐Ÿ“ฆ Backup of all partitions (Boot, System, Data).

Instructions:

  1. Download to TWRP (hold Power + Volume Up when enabled).
  2. Go to Advanced โ†’ File Manager.
  3. Delete the following folders and files (if any): ๐Ÿ“ /system/priv-app/SystemAdSolution ๐Ÿ“ /system/app/Analytics ๐Ÿ“„ /system/etc/msa.dat (analytics)

Wipe โ†’ Dalvik/Cache

Reboot to the system.

File/FolderAppointmentRisk of removal
SystemAdSolutionThe main advertising moduleLow (personalization may break)
AnalyticsCollection of usage statisticsMedium (possible errors in Mi Account)
msa.datLocal analytics databaseLow (restored after update)

โš ๏ธ Note: Deleting system files can lead to loss of warranty and problems with the system OTA-If after manipulation, the smartphone stopped booting, restore the backup through TWRP Or run the firmware through Fastboot.

๐Ÿ“Š What method do you prefer to fight advertising?
Standard settings
ADB-team
TWRP/route
Change of firmware to custom
I'm not doing anything.

Method 4: Install an alternative file manager

If you're tired of fighting ads in a standard File Manager, it's easier to install a third-party explorer.

  • ๐Ÿ“ Solid Explorer โ€“ supports dark theme, cloud storage and has no advertising (paid, but there is a trial).
  • ๐Ÿ—‚๏ธ FX File Explorer is free, open source and extensions to work with root.
  • ๐Ÿ“‚ MiXplorer โ€“ unofficial fork with support MIUI-without advertising (requires manual installation) APK).

How to make an alternative file manager by default:

  1. Install the selected application from Google Play.
  2. Open any folder through the standard File Manager.
  3. Stick to three points (โ‹ฎ) and select Open with the help.
  4. Choose a new manager and check the box Always.

The downside of this method is that system applications (such as Gallery or Downloads) can still open folders through a standard Explorer where the ads will remain. To avoid this, disable or freeze File Manager via ADB:

adb shell pm disable-user --user 0 com.android.fileexplorer

๐Ÿ’ก

If after disabling the standard File Manager, some functions (for example, access to the file) have stopped working. SD-Install an alternative manager with support FUSE (For example, MiXplorer).

Method 5: Changing Region and Disabling Personalization

Xiaomi adapts ads to the user's region, and in some countries (e.g. the EU) they are less likely to be shown because of local data protection laws, and you can take advantage of this by changing the region in your Mi Account settings.

Instructions:

  1. Open the Settings. โ†’ Mi Account.
  2. Slip on the profile avatar and select Account Settings.
  3. Go to the region (or Country/Region).
  4. Select a country from the list with minimal advertising: ๐Ÿ‡ช๐Ÿ‡บ Germany or France (EU); ๐Ÿ‡ฌ๐Ÿ‡ง The UK (sometimes works better than the EU); ๐Ÿ‡ฎ๐Ÿ‡ณ India (a lot of advertising, but it is less intrusive).

Confirm the change of region (reset may be required).

After changing the region, also turn off personalization:

  1. Go to Settings โ†’ Memory โ†’ Storage settings.
  2. Turn off Personalized Recommendations and Usage Analytics.
  3. In Settings โ†’ Applications โ†’ Application Management, find Security and turn off the permission to display on top of other windows.
โ“ Can you turn off advertising without a computer?
Yes, but with limitations: Use Activity Launcher (from Google Play) to access hidden settings MIUI. Some firmware has a trick: open Settings โ†’ About the phone and tap 10 times according to the version MIUI โ€” The Version info menu will open, where you can turn off Ad Services. Install Blokada or AdGuard to block ad domains (setting required) VPN). But without ADB Or root these methods have a temporary effect.
โ“ Whether it hurts. ADB-smartphone-team?
By themselves, adb shell pm disable-user commands are safe โ€” they only disable unnecessary services without physically removing them. However: Disabling critical system applications (e.g. com.android.phone) can lead to loss of communication. Some functions (e.g., themes or the cloud) will stop working. Once reset to factory settings, all changes will reset. Always check which package you disable and backup!
โ“ Why not? POCO There is no advertising in folders, but Redmi has it?
It's about firmware: smartphones POCO (especially global versions, using modified versions MIUI for POCO, If you want the same experience on Redmi: POCO Launcher from Google Play (it blocks some banners). POCO-version MIUI It's a Fastboot. Use it. ADB to disable the same packages as on POCO: adb shell pm disable-user --user 0 com.xiaomi.mipicks adb shell pm disable-user --user 0 com.miui.videoplayer
โ“ How to return a standard File Manager after disabling ADB?
If you disable the conductor with the adb shell pm disable-user command and it is gone, restore it like this: adb shell pm enable com.android.fileexplorer If that doesnโ€™t help: Install the APK standard File Manager for your version of MIUI (can be downloaded from APKMirror). Reset the application settings in Settings โ†’ Applications โ†’ File Manager โ†’ Storage โ†’ Clear Data. Reboot the device.