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:
- Open the File Manager application (the folder icon on the desktop).
- Stick to three points (โฎ) in the upper right corner and select Settings.
- Scroll down to the Recommendations section (or Recommendations in English firmware).
- 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
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:
- 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.systemAdSolutionThis 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.midropWhat if the ADB canโt see the 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:
- Download to TWRP (hold Power + Volume Up when enabled).
- Go to Advanced โ File Manager.
- 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/Folder | Appointment | Risk of removal |
|---|---|---|
| SystemAdSolution | The main advertising module | Low (personalization may break) |
| Analytics | Collection of usage statistics | Medium (possible errors in Mi Account) |
| msa.dat | Local analytics database | Low (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.
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:
- Install the selected application from Google Play.
- Open any folder through the standard File Manager.
- Stick to three points (โฎ) and select Open with the help.
- 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:
- Open the Settings. โ Mi Account.
- Slip on the profile avatar and select Account Settings.
- Go to the region (or Country/Region).
- 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:
- Go to Settings โ Memory โ Storage settings.
- Turn off Personalized Recommendations and Usage Analytics.
- In Settings โ Applications โ Application Management, find Security and turn off the permission to display on top of other windows.