Xiaomi folder ads are one of the most annoying features of MIUI, which the manufacturer describes as โpersonalized recommendations.โ In practice, this means banners with games, credit offers and unnecessary services right in the app menu, file manager and even on the desktop. The problem is compounded by the fact that with each update of MIUI, the ad inserts become more aggressive and the standard ways to disable them cease to work.
In this article, we will discuss all the current methods of removing ads from Xiaomi folders, including hidden settings, editing configuration files and ADB commands. Instructions are tested on Redmi Note 12 Pro+, Poco F5, Xiaomi 13 Ultra and other devices with MIUI 14/15 (including global and Chinese versions of firmware).
Why Xiaomi Ads Are In The Folders And Can They Be Deleted Forever?
The banner ads in MIUI are part of Xiaomiโs business model, which allows the company to reduce the cost of devices by showing third-party offers.
- ๐ File Manager (com.mi.android.globalFileexplorer) โ banners in the folders โDownloadsโ, โImagesโ, โVideoยป.
- ๐ฑ Launcher (com.miui.home) โ recommendations in the application menu and on the desktop.
- ๐ Search (com.miui.search) โ Advertising in search results by device.
- ๐ GetApps (com.xiaomi.mipicks) โ an app store with aggressive banners.
Can we take down ads forever? Yes, but with reservations:
- โ No root: disable via settings and ADB It will work until the next update or reset. MIUI.
- โ With root: removing system APK Config editing removes ads forever, but risks system stability.
- โ Chinese firmware: Some methods donโt work due to regional version limitations.
Method 1: Disabling personalized recommendations in MIUI settings
The simplest method, which runs on MIUI 12-15 (including global and European versions), does not require root or PC, but only removes some of the ads.
- Open Settings โ Memory โ Clean (or Settings โ Applications โ Application Management).
- Stick to three points (โฎ) in the upper right corner and select โCleaning Settingsยป.
- Turn off the Personalized Recommendations slider (or MIUI Recommendations in newer versions).
- Return to Settings โ Additional โ Special Features โ MIUI Services and deactivate โRecommendationsโ and โPersonalized Servicesโ.
This is a way to clean up:
- ๐ฑ Advertising in the application menu (launcher).
- ๐ Part of the banners in search.
But it does not affect advertising in the file manager and GetApps!
๐ก
If the "Personalized Recommendations" item is not in your firmware, try changing the device region to India (Settings โ Additional โ Region).In Indian versions of MIUI, there are fewer ads due to local laws.
Method 2: ADB-commands for deep disabling advertising (without root)
The method requires connecting the smartphone to a PC and installing an ADB (Android Debug Bridge) that runs on MIUI 14/15, but can reset after a system update.
Install Platform Tools on PC|
Enable USB Debugging on Xiaomi (Settings โ About Phone โ MIUI Version โ Tap 7 times, then Settings โ Additional โ Developers โ Debugging on USB)|
Connect your phone to your PC and confirm your trust in your computer|
Open the command line in the folder with adb.exe
-->
Follow the instructions in turn (copy and paste in cmd):
adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.xiaomi.mipicks
adb shell settings put global hide_force_update 1
adb shell settings put global device_provisioned 1
adb shell settings put secure sysui_qqs_count 5Transcript of commands:
| Team team. | Action. |
|---|---|
| pm hide com.miui.systemAdSolution | Disables the MIUI system ad module. |
| pm hide com.xiaomi.mipicks | Hiding the GetApps store (the main source of banners). |
| hide_force_update 1 | Blocks forced updates of advertising modules. |
| sysui_qqs_count 5 | Remove advertising tiles from the notification panel. |
After completing the commands, restart the device. The ads will disappear from:
- ๐ File Manager (Downloads, Images foldersยป).
- ๐ฑ Menu of applications and desktop.
- ๐ Search results.
What to do if ADB is not working?
Method 3: Remove ads through build.prop file editing (requires root)
The method for advanced users with unlocked bootloader and root rights. Allows you to permanently remove advertising, but if incorrect changes can lead to a bootloope (cyclic reboot).
Instructions:
- Install a root-enabled file manager (such as Root Explorer or FX File Manager).
- Go to /system/build.prop and back up the file (copy it on PC).
- Open build.prop in the text editor and add the following lines to the end: ro.miui.has_real_blur=1 ro.miui.has_handy_mode_sf=1 ro.miui.region=IN ro.miui.contain_global_bloatware=false persist.sys.miui_optimization=0
- Save the file, set the rights to 644 (rw-r--r---) and restart the device.
Explanation of the lines:
- ๐ฎ๐ณ ro.miui.region=IN โ India imposes mandatory region where there is no advertising under law.
- ๐ซ contain_global_bloatware=False โ Disables global advertising modules.
- โก persist.sys.miui_optimization=0 โ block optimization MIUI, re-advertising.
๐ก
Editing build.prop is the most reliable way to remove ads forever, but it only works on firmware with root and can conflict with the root. OTA-After the update. MIUI The file will be reset to factory settings!
Method 4: Remove system applications via Magisk (for hardened devices)
If you have Magisk installed (or another root manager), you can completely remove the apps responsible for advertising. This method is irreversible - before you run, backup through TWRP!
List of applications to remove (via Magisk โ Modules โ Debloater or App Systemizer):
| Packet name | Name of name | What's removed |
|---|---|---|
| com.miui.systemAdSolution | System advertising module | Banners in folders and search |
| com.xiaomi.mipicks | GetApps | A commercial store |
| com.miui.analytics | MIUI Analytics | Data collection for targeted advertising |
| com.miui.msa.global | MIUI Service Framework | Background advertising processes |
| com.miui.hybrid | Hybrid Platform | Suggestions pop-up windows |
How to delete:
- Install Universal Debloater or Xiaomi Debloater via Magisk.
- In the list of applications, find the packages from the table above and tick them.
- Click "Delete" and restart the device.
๐ก
If system functions (such as themes or cloud storage) stop working after uninstalling applications, restore remote packets through the TWRP backup or reflash MIUI without clearing the data.
Method 5: Alternative launchers and file managers (without root)
If system methods don't help or you don't want to risk the stability of MIUI, you can just replace standard applications with third-party ones, and that doesn't remove ads from the system, but hides them from the user.
Best alternatives:
- ๐ฑ Launchers: ๐น Nova Launcher โ supports hiding system applications and disabling recommendations. ๐น Lawnchair - open launcher without advertising, with gesture support MIUI. ๐น Hyperion Launcher โ Optimized for Xiaomi, blocks banners in the menu.
- ๐ File managers: ๐น Solid Explorer โ no ads, with support for cloud storage. ๐น FX File Manager โ has a root mode to access system folders. ๐น MiXplorer is a complete analogue of the standard manager, but without banners.
How to set up Nova Launcher to block ads:
- Install Nova Launcher from Google Play.
- Press the empty space on the desktop โ Settings โ App settings.
- Enable the Hide Apps option and add MIUI System Ads to the GetApps list.
- In the Docking Station section, disable Google Offers (if any).
๐ก
Replacing the launcher and file manager is the only way to remove ads without risk to the system, but it does not negate the background activity of the ad modules, which continue to consume battery and traffic.
What to do if the ad returns after the MIUI update
Xiaomi regularly updates its advertising mechanisms, and after installing the new version of MIUI, banners may reappear.
- Repeat. ADB-Teams (Method 2) After the update, system applications are restored.
- Check out the region: sometimes the update resets the region's settings to China or Global, where there are more ads. Return ro.miui.region=IN (Method 3).
- Delete the cache of advertising applications: Go to Settings โ Apps โ App management. Find GetApps, MIUI System Ads, Analytics. Click Clear Cache and Stop.
Reverse to the previous version of MIUI if the update brought too much advertising. Use the Xiaomi Flash Tool or TWRP.