Advertising banners and automatic application recommendations in Xiaomi Poco X3 β One of the most annoying features of the shell MIUI. Even after manually removing unnecessary programs, the system continues to impose games, services and βusefulβ utilities through notifications, desktop and the Security menu. X3 Often comes with pre-installed bloatware (embedded software), which not only takes up space, but also actively promotes content from Xiaomi partners.
In this guide, we will analyze all the current ways to disable recommendations - from standard settings MIUI We'll focus on the nuances of Android-based firmware, and we'll focus on the hidden developer parameters and radical methods like deactivating system services. 10/11 (POCO X3 NFC POCO X3 Pro, where the logic of the recommendations is different, and you will also learn how to completely block the installation of advertising. APK In the background, it is a problem that even experienced users face.
Why Poco? X3 shows recommendations of the applications?
The culprit of intrusive offers - built-in services MIUI, They work on three levels:
- π± Desktop: The Recommendations widget (com.miui.home) analyzes your actions and uploads content from the Xiaomi cloud.
- π‘οΈ Security menu: com.miui.securitycenter scans the system and suggests βoptimizingβ it with the installation of additional applications.
- π Notifications: com.xiaomi.midrop and com.miui.systemAdSolution send push notifications with ads.
On Poco. X3 firmware MIUI 12.5+ And the algorithms have become more aggressive, and the system can recommend applications even after they're removed, if they're preinstalled. ADB com.miui.systemAdSolution will offer to install it again via the notification Restore Remote Applications".
Poco's key feature X3 β two types of recommendations:
| Type | Source | How it manifests | Can I turn it off? |
|---|---|---|---|
| Local. | Pre-installed APK (Mi Video, Mi Music) | Banners on the desktop, in the menu "All applications" | Yes, through settings or ADB |
| Cloudy | Xiaomi servers (ad.mi.com) | Notifications, "Recommendations" widget | Partially (locking) DNS) |
| Systemic | Services com.miui.securitycenter | Pop-up windows when checking security | Yeah, shutting down the module. |
β οΈ Attention: On Poco X3 Pro MIUI 13 of the recommendations are tied to the service com.miui.personalassistant. its deactivation can lead to malfunctions in the voice assistant Xiao AI.
Method 1: Disconnection through standard MIUI settings
The safest way is to use the built-in shell options, which are suitable for users who do not want to interfere with system files.
Step 1. Remove the Recommendations widget from your desktop:
- Hold your finger on the empty space on the screen. β select "Widgets".
- Find the "Recommendations" widget (usually in the section"MIUI").
- Drag it into the basket or press "Delete".
Step 2: Turn off personalized recommendations:
- π§ Go to Settings. β Special facilities β Recommendations MIUI.
- π Turn off the sliders "Personalized recommendations" and "Show recommendations on the desktop".
- π Restart the device (required!).
βοΈ Preparation for deletion of recommendations
Step 3: Block notifications from system applications:
- Open Settings β Applications β Application Management.
- In the search, type "Security" and select the "Security" application.
- Go to Notifications" β disable "Application Recommendations" and "Optimization".
- Repeat the steps for the applications "Mi Video", "Mi Browser", "GetApps".
β οΈ Note: On some Poco firmware X3 Option "Recommendations" MIUI" If it's not on the Special Opportunities menu, use Method 3 (ADB).
Method 2: Blocking through DNS (cloud-based recommendations)
If recommendations are downloaded from Xiaomi servers (such as banners in a widget or push notifications), they can be blocked at the network level.
Step 1. Change. DNS router or Poco X3:
- π For router: Go to the router control panel (usually 192.168.0.1 or 192.168.1.1) and in settings DNS specify:
- π± On the phone: Settings β Wi-Fi β [your network] β Change the network β Additionally. β Settings IP β Static β enter DNS higher-ranked.
Step 2: Add domains to the blacklist (for advanced users):
- π‘οΈ If you have a router with AdGuard Home or Pi-hole, add to the blocklist:
- π Restart router and phone.
π‘
To check if recommendations are blocked, open a link in your phone browser http://ad.mi.com. If the page doesn't load β DNS work properly.
Limitations of the method:
- β Not available on mobile (only via Wi-Fi).
- β Does not block local recommendations (e.g. from Mi Video).
- β Effective against push notifications and banners in widgets.
Method 3: Disconnect via ADB (without root)
For users who are ready to use Android Debug Bridge (ADB), There's a way to deactivate the system applications that make recommendations, which is safer than getting root rights, but requires a PC connection.
Step 1: Preparation
- π₯οΈ Install. ADB Tools on the computer.
- π± On Poco. X3 Activate Developer Mode: Settings β The phone. β Version. MIUI (press 7 times).
- π Turn on "Debugging by" USB" In Settings β Additionally. β For developers.
Step 2. Connect your phone to your PC and execute the commands:
adb devices
adb shell pm uninstall --user 0 com.miui.systemAdSolution
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm disable-user --user 0 com.miui.personalassistantStep 3: To disable recommendations in the Security menu:
adb shell pm disable-user --user 0 com.miui.securitycenter/.scan.SecurityScanActivityWhat if the ADB canβt see the device?
Results:
| Team team. | What's off? | The effect |
|---|---|---|
| com.miui.systemAdSolution | Systemic advertising modules | Push notifications with advertising disappear |
| com.xiaomi.midrop | Data transmission service (often used for advertising) | Background activity decreases |
| com.miui.personalassistant | Personal Assistant (recommendations on the desktop) | The "Recommendations" widget disappears |
β οΈ Note: On some Poco firmware X3 Disabling com.miui.personalassistant can lead to errors in Xiao AI. If the voice assistant is important, skip this command.
Method 4: Manual removal of preinstalled applications (with root)
If you are ready to get root rights (for example, through Magisk), you can completely remove unnecessary system rights. APK. This method gives the maximum effect, but requires caution - wrong actions can lead to a "brick" of the device.
Step 1. Get root access:
- π Unlock the bootloader via Mi Unlock Tool (requires Xiaomi account and wait 7 days).
- π± Install Magisk through custom recovery (TWRP).
- π Reboot and check root with the Root Checker app.
Step 2: Remove unnecessary applications:
- π¦ Use Root Explorer or Titanium Backup to search and delete:
- π Before deleting, back up the folder. /system!
π‘
Removal of systemic APK If errors occur after deletion (e.g., the camera or Wi-Fi is not working), restore deleted files from the backup.
Step 3: Disable the recommendation services:
- π οΈ With Magisk, install the module"Disable_Miui_Optimization" (available in the Magisk repository).
- π§ In the file /system/build.prop add a line:
- π Reset the device.
Advantages of the method:
- β Completely removes all recommendations, including hidden ones.
- β Frees up to 1-2 GB of memory.
- β Reduces battery consumption (background processes stop working).
Risks:
- β Loss of warranty if you donβt hide root via MagiskHide).
- β Possible Camera Failures, NFC or other modules.
- β Updates MIUI through OTA will not be available.
Method 5: Alternative firmware (for advanced users)
If none of these methods worked, the radical solution is to install custom firmware without Xiaomi services. X3 accessible:
- π± LineageOS β pure Android without Bloatware.
- π± Pixel Experience β firmware with Google Pixel interface.
- π± ArrowOS β Optimized version with support for all Poco features X3.
Step 1: Preparation
- π Unlock the bootloader (as in Method 4).
- π₯ Download the firmware with XDA Developers and TWRP POCO X3 (surya for Poco X3, vayu for Poco X3 Pro).
- π Install. TWRP fastboot:
Step 2. Install firmware:
- In TWRP, make a full backup (Backup section).
- Wipe the Dalvik, Cache, System, Data sections (wipe section) β Advanced Wipe).
- Install. ZIP-Firmware file (Install section).
- Install GApps (if you need Google services) and Magisk (optional).
- Reboot.
π‘
Before installing custom firmware, check compatibility with your Poco model. X3. Poco firmware X3 NFC (Surya is not suitable for Poco X3 Pro (vayu) and vice versa!
The advantages of custom firmware:
- β No recommendations, bloatware and advertising.
- β Faster work, optimisation is done.
- β Regular security updates.
Cons:
- β Loss of official Xiaomi support.
- β Possible bugs with camera or sensors (depending on firmware).
- β No Xiaomi services (e.g. Mi Cloud).
Additional Optimization Tips
Even after the recommendations are turned off, the system can continue to slow down due to background processes. X3:
1. disable auto-run of unnecessary applications:
- π« Go to Settings. β Annexes β Application management β Auto-start.
- π Turn off autoplay for Mi Video, Mi Browser, GetApps and other unnecessary services.
2. Limit background activity:
- π B Settings β Battery and productivity β Battery management select "Background restrictions".
- π For each unnecessary application, set "Limit background activity".
3. Use Greenify to βfreezeβ system applications:
- π± Install Greenify from Google Play.
- π§ Enable the Root Mode (if you have rights) or"ADB".
- βοΈ Add to the list of "Frozen" applications com.miui.systemAdSolution, com.xiaomi.midrop.
4.Configure Digital Wellbeing to limit the time of use:
- β³ Go to Settings. β Digital well-being β Toolbars.
- β° Set limits on unnecessary apps (e.g., 1 minute a day for GetApps).