You open a folder on your Xiaomi, Redmi or POCO, and instead of the usual apps, you see banner ads, news cards or βrecommended contentβ from MIUI? This feature, designed to βimprove the user experienceβ, often annoys owners of smartphones brand. Advertising in folders not only distracts, but also slows down the interface by 15-20% with frequent content updates (according to tests on Xiaomi 12T Pro and Redmi Note 11).
In this article you will find 5 We've tested every method on current versions of the workflows, from standard settings to hidden developer settings. MIUI 14 (Android 13/14) And we've clarified the nuances for old firmware. ADB-commands, but most instructions are not technically feasible. POCO F5 or black shark 5 β Pay attention to the section about branded shells!
Why does Xiaomi show recommendations in folders?
The Folder Recommendations feature was introduced in MIUI 12 as part of Xiaomiβs monetization strategy, which integrates ad units that are loaded through msa (Mobile Services Analytics) and miui.analytics, which analyze:
- π App usage frequency β to show relevant banners (e.g. games if you run Genshin Impact frequently).
- π Geolocation β for targeted advertising (shops nearby, promotions in your city).
- π Activity in MIUI β Opening folders, time spent on the main screen.
According to research by XDA Developers, MIUI 13 ad modules consumed up to 50MB of traffic per month in the background. in MIUI 14 Xiaomi promised to reduce the amount of advertising, but the recommendations in the folders remained - they were simply made less intrusive (less animation, less updates).
β οΈ Attention: On devices with POCO Launcher (e.g, POCO X5 Pro) and Black Shark UI The recommendation mechanism is different. Standard shutdowns may not work β read the special section below.
Method 1: Disconnect via standard MIUI settings
The easiest method is to use built-in system options. It works on most devices with MIUI 12-14, but may not be available on some regional firmware (for example, for India or China).
- Open the Settings. β Main screen screen.
- Scroll down and find the Recommendations item in folders (or Folder Suggestions in English firmware).
- Move the slider to the off position.
- Restart the device (required!) to make the changes effective.
If the item is not on the menu, check:
- π Version MIUI β on MIUI 11 and below this option is not.
- π Firmware region - in European (EEA) Global (Global) versions of the function can be hidden.
- π¦ Folder Type β Recommendations are only shown in folders with 3+ applications.
βοΈ What to do if there is no option
On some devices (such as Xiaomi 13 Lite), instead of a slider, there may be a button to Set up recommendations.
- Click on the button and uncheck all the boxes in the category list (games, news, purchases).
- Return to the home screen and hold your finger on any folder β select Edit.
- Click on the icon. βοΈ in the upper right corner and turn off the recommendations.
Method 2: Use of the ADB-commands without root)
If the standard method didnβt work, Android Debug Bridge (ADB), a debugging tool that allows you to change system settings without superuser rights, is suitable for MIUI 13/14 and has been tested on the Redmi Note 12 Pro+, Xiaomi 12S Ultra.
You'll need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π± USB-cable (original, for data transmission).
- π§ Included debugging by USB (guideline).
Steps:
- Activate USB debugging: Go to Settings β About Phone. Click 7 times on the MIUI Version until you become a developer!. Return to Settings β Additional β Developer. Enable USB debugging and confirm permission.
- Connect your phone to your PC and select File Transfer mode.
- Download ADB: Windows: Platform Tools from Google. macOS/Linux: install via brew install android-platform-tools or sudo apt install adb.
- Open the terminal (command line) and enter:
adb devices(Your device should show up. If not, check the drivers and the resolution on your phone.)
adb shell pm disable-user --user 0 com.miui.systemAdSolutionThis command disables the module responsible for the recommendations. MIUI 14 may require an additional command:
adb shell pm disable-user --user 0 com.xiaomi.midropOnce done, reboot your phone. Recommendations should disappear from all folders.
β οΈ Note: On some firmware (Xiaomi.eu, customized) ROM) These commands can cause system applications to fail. ADB Make a backup copy through Settings β Memory. β Backup.
π‘
If the recommendations returned after the MIUI update after the ADB shutdown, repeat the command. To avoid this, add the task to the scheduler (for example, through the MacroDroid application).
Method 3: Alternative launchers (Nova, Hyperion, Lawnchair)
If system methods don't work, the most reliable option is to install a third-party launcher, which not only removes the recommendations, but also improves the performance of the interface. We tested 3 launchers on the POCO X4 GT and Redmi K50:
| Launcher | Support for topics | RAM consumption | Features |
|---|---|---|---|
| Nova Launcher | β (Icon packs, KWGT) | ~120MB | Gestures, backup settings, no advertising |
| Hyperion Launcher | β (Built-in themes) | ~90MB | Optimized for Xiaomi, support for MIUI-style icons |
| Lawnchair | β (Only basic) | ~80MB | Minimalist design, open source code |
Installation instructions:
- Download the launcher from Google Play or APKMirror (for Nova Launcher there is a free and paid version).
- Install the app and click Home β select the new launcher as Default.
- Configure folders: In Nova Launcher: Long Tap on Screen β Settings β Folders β Folder Style β Select Vertical or Horizontal (no recommendations). In Hyperion: Settings β Home Screen β Folders β Disable Application Offers.
Advantages of the method:
- π No system limitations - launcher completely replaces the shell MIUI.
- π¨ Flexible setting β you can change animations, icon sizes, fonts.
- π‘οΈ No ads β not in folders, not in search, not in widgets.
β οΈ Note: On some devices (Black Shark 4, POCO F3 GT) When using third-party launchers, branded gestures (such as calling Game Turbo swipe) may not work.
Method 4: Disable for POCO Launcher and Black Shark UI
POCO and Black Shark line devices use modified shells where folder recommendations are implemented differently. For example, in POCO Launcher (set by default on POCO X5, POCO M5), advertising is integrated into the com.poco.launcher system process.
To disable recommendations:
- For POCO Launcher: Open Settings β Applications β Application Management. Find POCO Launcher and press Storage. Clear Cash and Data (launcher settings reset!). Reboot your phone. When you first start the launcher, uncheck the Checklist box.
- For Black Shark. UI: Go to Settings. β Playing space β Interface settings. Turn off Home Screen Recommendations and Personalized Content. If you don't have an option, use it. ADB-Command: Adb shell pm disable-user --user 0 com.blackshark.gamelauncher
The POCO F4 GT and Black Shark 5 Pro may require additional disabling of the service mipush, which is responsible for push notifications with advertising:
adb shell pm disable-user --user 0 com.xiaomi.mipush.sdkWhat if the recommendations returned after the launcher reset?
Method 5: Manual removal of system applets (for advanced ones)
This method is suitable for users with an unlocked bootloader or root rights. It allows you to completely remove the modules responsible for recommendations, but requires caution - wrong actions can lead to a bootloop ( looped reboot).
Instructions for root devices (tested on Xiaomi 11T Pro with Magisk):
- Install Root Explorer or FX File Explorer.
- Go to /system/priv-app/SystemAdSolution or /system/app/SystemAdSolution
- Remove or rename the folder (for example, in the SystemAdSolution_bak).
- Reset the device.
For devices without root, but with unlocked bootloader:
- Download the MIUI Debloater Tool.
- Connect your phone in Fastboot mode (press the Power). + Volβ off-phone).
- In the tool, select the option Remove Bloatware and mark: ποΈ SystemAdSolution ποΈ MiuiDaemon ποΈ MSA (Mobile Services Analytics)
Apply
β οΈ Warning: Removing system applets may disrupt work OTA-Updates and branded services (e.g. Mi Cloud or Game Turbo) Create a full backup before the procedure. TWRP Or OrangeFox Recovery.
π‘
Removing system applets is the most radical method, but also the most effective, and recommendations will not come back after you reset.
What do you do if nothing helps?
If none of these methods worked, check the following points:
- π Update the firmware - in new versions MIUI 14 (e.g. 14.0.8.0 for Redmi Note 12) Recommendations feature can be reworked. β Updating the system.
- π± Reset the launcher settings: Go to Settings β Annexes β Application management. Find Louncher. MIUI (or POCO Launcher.Push Storage. β Clear the data.
Check the regional firmware
China ROM
India ROM
Xiaomi.eu
Global ROM
Disable mobile data for system services
- Go to Settings. β SIM-maps and mobile networks β Transfer of data.
- Find SystemAdSolution and MSA β limit background traffic.
Please indicate in the request:
- The device model (e.g. Xiaomi 13 Lite 5G).
- The MIUI version (can be found in Settings β About Phone β MIUI version).
- Screenshot of the problem (how to do: pinch Power + Volβ).