Xiaomi Poco X3 NFC is one of the most popular smartphones in the budget segment, but many users face intrusive advertising in the system applications MIUI. Banners in the settings menu, advertising notifications and pop-ups in the Browser, Music or Weather sometimes make using the phone uncomfortable. Fortunately, there are several ways to get rid of them - both through standard settings and using advanced methods.
In this article, we will discuss 7 proven ways, including disabling personalized advertising, removing system applications through ADB, using Xiaomi ADB Fastboot Tools patches, and even radical measures like changing firmware. All methods tested on Poco X3 NFC with MIUI 12-14 (including global and European versions).
If you're tired of advertising in Topics, Security or Cleaner, but you don't want to risk system stability, start with the first three. They don't require technical skills and work on 90% of devices. For power users, we've prepared advanced instructions with ADB commands and alternative firmware.
1. disable personalized advertising in MIUI settings
The easiest and safest way to do this is to deactivate targeted ads through the settings menu, which won't remove all banners, but will reduce them significantly. MIUI, including Poco X3 NFC global or European-based.
Instructions:
- Open Settings β Google β Advertising.
- Click Remove Ad ID (or Reset Advertising ID in new versions).
- Return to the main settings menu and go to Settings β Additional β Privacy β Advertising Services.
- Turn off MIUI Personalized Ads (or MIUI Recommendations)
- Reboot the phone.
This method removes your profile for targeted advertising, but does not block banners completely. For example, contextual ads may remain in the Browser or Music.
β οΈ Note: After the advertising reset ID Some system applications (such as Themes) may request permissions again. Do not provide access to Locations or Contacts, this will reduce the number of personalized banners.
2. Removal of advertising through system application settings
Many of the banners in MIUI are built-in applications like Cleaner, Security, or Music, which can be disabled or restricted through the App menu, which does not require superuser rights and is suitable for beginners.
List of problematic applications on Poco X3 NFC:
- π± Cleaner β shows ads when cleaning garbage.
- π Security β banners in the Virus Scanner section.
- π΅ Music β Advertising blocks between tracks.
- π¦οΈ Weather β Pop-up notifications with forecast.
- π¨ Topics - advertising in the section Popular.
How to turn it off:
- Go to Settings β Applications β Application Management.
- Select a problem app (such as Cleaner).
- Click Notifications and turn off all permissions.
- Go back and select Permissions β deny access to the Internet, Locations and Warehouse.
- For Music and Weather, turn off AutoRun.
Turn off notifications for Cleaner and Security |
Ban Internet access for Music and Weather |
Disable auto-start for unnecessary services |
Remove the app cache through SettingsβStorage-->
On the Poco X3 NFC with MIUI 13+, you can completely uninstall some system applications (such as Music or Weather) via the Settings menu β Apps β Delete if they are not critical to the system. However, Cleaner and Security cannot be removed β they can only be limited.
3.Using ADB to Deeply Disable Advertising
If standard methods don't work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which allows you to disable the system components responsible for displaying ads without obtaining root rights.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS.
- π± Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Additional β For developers).
- π Cable USB (preferably original).
- π οΈ Utility. ADB Tools by Google.
Step-by-step:
- Download and unpack the platform-tools on your computer.
- Connect Poco X3 NFC to your PC and select File Transfer mode.
- Open the command line (Windows) or terminal (Linux/macOS) in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Follow the commands to disable advertising services: adb shell pm disable-user --user 0 com.miui.analytics adb shell pm disable-user --user 0 com.xiaomi.midrop adb shell pm disable-user --user 0 com.miui.systemAdSolution adb shell pm disable-user --user 0 com.android.browser
- Reboot the phone.
These commands disable Xiaomi analytics, file transfer service Mi Drop (often shows ads), the system module of banners and the standard browser. If after the reboot there are problems (for example, the browser does not work), return the application with the command:
adb shell pm enable com.android.browserβ οΈ Warning: Do not disable components called com.android or com.qualcomm - this can cause unstable phone operation. Also avoid commands for com.miui.home (launcher) and com.miui.securitycenter (security center).
List of safe to disable packets
4. Installation of alternative firmware (without advertising)
If you're willing to take drastic measures, you can install custom firmware that doesn't have MIUI ad modules. The Poco X3 NFC works well:
- π± Xiaomi.eu β modified version MIUI Advertising-free and Chinese-based.
- π€ LineageOS β βcleanβ Android without branded applications Xiaomi.
- β‘ Pixel Experience β firmware with Google Pixel interface.
Advantages:
- β Complete absence of advertising in system applications.
- β Regular security updates.
- β Ability to fine-tune the interface.
Disadvantages:
- β Requires unlocking the loader (data reset).
- β Possible bugs with camera or sensors (on Poco) X3 NFC They're rare, but they're possible).
- β Loss of warranty (if the phone is under warranty).
Instructions for installing Xiaomi.eu:
- Unlock the bootloader via Mi Unlock Tool (requires a Mi Account and wait 7 days).
- Download the Xiaomi.eu firmware for Poco X3 NFC (codename surya) from the official website.
- Install TWRP Recovery via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
- In TWRP, run Wipe β Format Data (enter yes).
- Install the firmware through Install and restart.
π‘
Before installing custom firmware, back up your data via TWRP or Mi Cloud. It is especially important to save DCIM (photo) and WhatsApp (chat) folders.
5.Use of Magisk and modules to block ads
If you already have root rights (or are willing to get them), you can install Magisk and customized ad-blocking modules, a method that is effective against banners in MIUI, Google Play, and third-party apps.
Tools required:
- π Unlocked bootloader and installed Magisk.
- π¦ Modules: AdAway - ad blocker at the hosts level. Xiaomi Debloater - removes unnecessary system applications. Universal Ad Block - blocks banners in games and social networks.
How to determine:
- Download Magisk from GitHub and install it via TWRP.
- Open the Magisk app and go to the Modules section.
- Click + and select the downloaded module (e.g. AdAway).
- Reboot the phone.
- After restarting, open AdAway and update the hosts file.
Effect:
- π« Blocking advertising in MIUI, YouTube, Chrome.
- π« Removal of banners in games (for example, in the PUBG Mobile or Free Fire).
- π« Disabling tracking by Google and Xiaomi.
β οΈ Note: Some banking applications (e.g., SberBank Online or Tinkoff) may not work on Magisk phones due to root detection.In this case, use the MagiskHide Props Config module to mask the problem.
6 Manual removal of advertising packages via TWRP
For advanced users willing to work with the file system, there is a way to manually remove ad packages through TWRP Recovery, which allows you to get rid of even deeply integrated banners that are not blocked by other methods.
List of promotional packages in MIUI for Poco X3 NFC:
| Package name | Description | Can I remove it? |
|---|---|---|
| com.miui.analytics | Xiaomi Analytics (sends usage data) | β Yes. |
| com.xiaomi.midrop | Mi Drop (shows ads in notifications) | β Yes. |
| com.miui.systemAdSolution | System module of banners | β Yes. |
| com.android.browser | Standard browser (advertising on the main page) | β Yes (replace it with Chrome) |
| com.miui.player | Music (banners between tracks) | β Yes. |
How to delete:
- Download to TWRP Recovery (hold Power + Vol Up when you turn on).
- Go to Advanced β File Manager.
- Open the /system/priv-app or /system/app folder.
- Find the folders with the names from the table above and delete them (e.g. MiuiAnalytics).
- Go back to the main TWRP menu and run Wipe β Dalvik/Cache.
- Reboot the phone.
On Poco X3 NFC with MIUI 14, some packages may be in /product/priv-app or /vendor/overlay. Before deleting, back up the folder via TWRP β Backup.
7.Alternative methods: disabling notifications and using VPN
If the previous methods seem complicated, you can try less radical solutions:
Disabling notifications from system applications:
- Go to Settings β Notifications β Notifications Management.
- Find Cleaner, Security, Themes and disable notifications for them.
- In the Special Permits section, disallow pop-ups for these applications.
Using VPN with ad blocking:
- π‘οΈ AdGuard VPN β Blocks advertising domains at the network level.
- π Blokada β open blocker without registration.
- π NextDNS β Configurable DNS filtered.
Replacement of system applications with alternatives:
- π Replace your browser with Chrome or Firefox.
- π΅ Remove Music and install Spotify or YouTube Music.
- π± Use Nova Launcher instead of the standard launcher MIUI.
π‘
VPN-Ad blockers (such as AdGuard) operate at the network level, so they block banners even in applications where other methods are powerless (for example, in games or social networks).