Recommendations in folders Xiaomi, Redmi and POCO β One of the most annoying functions of the shell MIUI. Instead of empty space, the system automatically loads links to apps, games or content that you would like to install, which not only take up space on the screen, but also consume up to 15% of additional traffic in the background (according to tests on Xiaomi). 12T Redmi Note 11 Pro+). Fortunately, there are several ways to get rid of them β from simple tweaks to radical methods using the use of the drug. ADB.
In this article, we will discuss all current methods of removing recommendations, including official settings. MIUI 14/15, Hidden developer parameters and modifications for users with ROOT-We'll focus on the nuances of different versions of firmware, from the global version. MIUI Global to Chinese MIUI China, where recommendation algorithms work differently, and if you're tired of intrusive folder advertising, follow the instructions below, and your smartphone will be cleaner in a matter of months. 5β10 minute.
Why does Xiaomi show recommendations in folders?
App Recommendations was introduced in MIUI 12 and has since become an integral part of the shell, and Officially Xiaomi describes it as a personalized assistant that analyzes your habits and offers useful applications.
- π Data collection: The system tracks which folders you open more often and sends statistics to Xiaomi servers (even if ad personalization is disabled).
- π° Monetization: Part of the recommendation is paid placements from partners (for example, games from Tencent or Alibaba services).
- π System load: com.miui.homeβs background process constantly checks the relevance of recommendations, which increases battery consumption by 3β7% (depending on model).
Interesting fact: on smartphones for the European market (for example, Xiaomi 13 Lite with firmware) EEA) recommendations are less intrusive than on the global or Chinese versions. GDPR, which restrict the collection of data without the express consent of the user, but even in the EEA-Firmware function is not turned off completely - it is simply masked as "useful tips".
β οΈ Note: On some models (e.g, POCO F5 or Redmi K60) post-update MIUI 15 And the recommendations can come back even after manual shutdown, and that's because of the service. msa_global, So the solution is to block that service through the personalization settings. ADB (method β4 in this article).
Method 1: Disabling recommendations through MIUI settings
The simplest method, which works on most devices without any additional manipulation, is suitable for MIUI 12-15 (including Global, EEA and China versions).
Instructions:
- Open the Settings. β Home (or Desktop).
- Find the paragraph Recommendations of applications (in English - App recommendations).
- Turn off the slider Show recommendations.
- Restart the device (required!) Check the version MIUI (Settings β About phone) Backup important data Connect to Wi-Fi (in case of reset) Close all background applications-->
| MIUI version | The path to settings | Notes |
|---|---|---|
| MIUI 12β13 Global/EEA | Settings β Home β Application Recommendations | On some models (Redmi 9A), the item is hidden β you need to first turn on the Developer Mode. |
| MIUI 14 China | β β | You need a Mi Account to save your settings. |
| MIUI 15 (Beta) | Settings β Personalization β Recommendations | After disconnecting, you may need to clear the cache of com.miui.home. |
If you have any recommendations after these actions, check:
- π Availability of system updates (Settings) β The phone. β Update MIUI).
- π± Model device: POCO X3 Pro and Redmi Note 10 sometimes require additional shutdown in Settings β Annexes β Application management β Launcher.
MIUI 12
MIUI 13
MIUI 14
MIUI 15 (Beta)
I don't know.-->
Method 2: Reset the launcher settings (without data loss)
If the standard shutdown didnβt work, try resetting the standard MIUI Launcher, which doesnβt affect user data, but will bring back the standard icon theme and widget layout.
Step-by-step:
- Go to Settings β Applications β Application Management.
- Find the Launcher (or MIUI Launcher) and open its settings.
- Click Warehouse β Clear the data and Clear the cache.
- Confirm the action and restart the smartphone.
After the reboot:
- π Recommendations in folders will disappear, but the standard desktop look will return.
- π All your folders and shortcuts will remain in place, but their contents will have to be reassembled.
- βοΈ Widget settings (weather, clock) will reset to standard.
β οΈ Attention: On devices with MIUI 14+ After the launcher is reset, a notification may appear that the system is not working properly. This can be ignored - this is the standard shell behavior when cleaning the launcher data. β Notifications β System notifications.
π‘
If the recommendations returned after a few days, try installing a third-party launcher (like Nova Launcher or Hyperion Launcher) that completely block system recommendations, but require manual desktop configuration.
Method 3: Disconnect via ADB (for power users)
If previous methods have failed, it's time to connect ADB (Android Debug Bridge) -- which requires a computer and minimal command line knowledge, but is guaranteed to remove system-level recommendations -- works on all versions of MIUI, including China Stable.
What you need:
- π» Computer with Windows/macOS/Linux.
- π± Cable USB Type-C (original or certified).
- π§ Utility. ADB (You can download from the official Android website).
- π Included Developer Mode and Debugging by USB smartphone.
Instructions:
- Connect your smartphone to your computer and allow debugging over USB.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb shell pm disable-user --user 0 com.miui.home
adb shell settings put global hidden_api_policy 1- Reset the device.
If the recommendations remain, follow additional commands:
adb shell settings put secure app_recommendation_enabled 0
adb shell settings put global miui_optimize_hidden_api falseThese teams:
- π« Completely disable the service recommendations at the Android level.
- π Blocking the hidden API, What Xiaomi uses to collect data.
- π Requires re-enablement after resetting settings or updating MIUI.
| Team team. | Action. | Side effects |
|---|---|---|
| pm disable-user com.miui.home | Turns off the standard launcher. | The desktop will be empty β you need to install a third-party launcher |
| settings put global hidden_api_policy 1 | Unlocks hidden settings | Some system applications (e.g. Mi Video) may stop working. |
| settings put secure app_recommendation_enabled 0 | Turn off the recommendations | Some widgets (weather, calendar) may disappear |
β οΈ Attention: Xiaomi with firmware MIUI China after the implementation ADB-If the smartphone requests a password after the reboot, enter the data from your Xiaomi account. If you forget the password, restore it through the official website.
What if the ADB does not recognize the device?
Method 4: Block recommendations via ROOT (for advanced)
If you have ROOT-Right, you can permanently remove the system components responsible for the recommendations. This method is the most radical and effective, but it requires caution - the wrong actions can lead to a "brick" (inoperability) of the device.
Tools required:
- π± Smartphone with unlocked bootloader and installed Magisk.
- π οΈ File Manager with Support ROOT (Root Explorer or Mixplorer).
- π§ Backup copy of firmware (in case of errors).
Instructions:
- Open up. ROOT-Manager and go to the folder /system/priv-app/MiuiHome.
- Find the file MiuiHome.apk and rename it to MiuiHome.apk.bak.
- Move to the /data/data/com.miui.home/shared_prefs and delete the files: app_recommendation.xml miui_home_preferences.xml
Reset the device.
Alternative method (via Magisk):
- Install the Disable MIUI Optimizations module from the Magisk repository.
- Activate modules: MIUI Debloater (remove unnecessary system applications), Universal Ad Block (block Xiaomi ad servers).
Reboot your smartphone.
Advantages ROOT-method:
- β Recommendations are deleted forever, even after updates.
- β Increased performance (released up to 200 MB of RAM).
- β Background activity of com.miui.home is disappearing.
β οΈ Attention: On devices with MIUI 15 removal MiuiHome.apk To avoid this, install a third-party launcher (such as Nova Launcher) before renaming the file and make it the default launcher in Settings. β Annexes β By default.
π‘
ROOT-This method gives 100% results, but it is not warranty and can disrupt some functions (for example, Mi Share or Quick Ball.
Method 5: Using third-party launchers
If you donβt want to dig into settings or take risks with ADB/ROOT, the easiest way out is to install an alternative launcher, which will completely replace the standard MIUI Launcher and remove all recommendations.
The best launchers for Xiaomi:
| Launcher | Advantages | Deficiencies |
|---|---|---|
| Nova Launcher | Maximum customization, gesture support, light weight (5 MB) | Free version is limited (no widget support) |
| Hyperion Launcher | Optimized for Xiaomi, built-in ad blocking | No Russian localization, rare updates |
| Lawnchair | Open source, support for Android 13+ | Can brake on weak devices (Redmi 8A) |
| POCO Launcher | Official launcher from POCO, minimalist design | Sometimes the recommendations from POCO come back. |
How to install and configure:
- Download the launcher from Google Play or APKMirror.
- Install and open it.
- In the window that appears, select Always to make it the default launcher.
- Set up your desktop for yourself (themes, icons, gestures).
Important:
- π After installing a third-party launcher, the standard MIUI Launcher will remain on the system, but will not be used.
- π± On some models (Xiaomi) 11T, Redmi Note 12) may be alerted to "incompatibility" when the launcher is first launched.
- π If you go back to the standard launcher, recommendations may come back.
π‘
To return the standard launcher, go to Settings β Applications β Default β Launcher and select MIUI Launcher. But remember: recommendations will return!
Additional tips: how to reduce the number of recommendations
If you don't (or don't want to) completely remove recommendations, you can at least reduce them. Here are some of the methods that work:
- π΅ Turn off mobile data for MIUI Launcher: Go to Settings β Annexes β Application management β Launcher. Tap Mobile data and turn off access. It won't take away the recommendations completely, but they'll be updated less often.
- π Clean the launcher cache regularly: Go to Settings β Annexes β Launcher β Storage. Press Clear cache every 2-3 days.
This resets the temporary recommendations data.
Use a VPN with ad blocking
- Install AdGuard or Blokada.
- Activate the blocking of.miui.com and.xiaomi.com domains.
This will block the download of recommendations from Xiaomi servers.
Another unobvious trick is to create empty folders:
- Create a new folder on your desktop.
- Place 1-2 unnecessary labels (e.g. Camera or Contacts) in it.
- Close the file.
MIUI is less likely to show recommendations in folders you create manually (as opposed to automatically generated ones like Games or Tools).