How to permanently remove ads on Xiaomi Poco X3 NFC: working methods of 2026

Why is Poco X3 NFC getting ads and can it be removed?

Xiaomi Poco X3 NFC is a popular smartphone with a productive hardware and an affordable price, but many users face intrusive advertising in system applications. It is not a coincidence: MIUI (branded shell Xiaomi) is monetized by displaying ads in the settings menu, browser, theme store and even on the lock screen. The good news is that most ads can be disabled without root rights.

The problem is compounded by the fact that banner ads are not only annoying, but also consuming traffic, slowing down the interface, and sometimes redirecting to suspicious sites. In this article, we will discuss all the current ways to disable ads on Poco X3 NFC running MIUI 12/13/14, including hidden settings and third-party tools. Importantly, some methods require updating the firmware to the latest version - check this in advance in Settings โ†’ About Phone โ†’ System Update.

If you use a custom-built Poco X3 NFC (like Pixel Experience or LineageOS), there is no default system advertising, and all the instructions below are only valid for the official MIUI. Also note that after you reset your phone to factory settings, the ads may return โ€” you will have to turn it off again.

Method 1: Disabling personalized advertising in MIUI settings

The easiest and safest way to do this is to deactivate personalized ads through the settings menu, which won't take away all the ads, but it will reduce the number of ads significantly.

  1. Open Settings โ†’ Google โ†’ Advertising.
  2. Click Disable Personalized Ads and confirm the selection.
  3. Return to the main settings menu and go to Settings โ†’ Additional โ†’ Special features โ†’ MIUI Services.
  4. Turn off the slider Personalized recommendations.

These actions will block the collection of data about your preferences, but ads in system applications (such as Mi Browser or Mi Video) may remain.

๐Ÿ’ก

After disabling personalized ads, restart your phone โ€“ this will speed up the application of changes.

If you don't have a MIUI service item on your menu, you have a global firmware version (e.g. MIUI Global) installed, in which case you can use an alternative route:

Settings โ†’ Memory โ†’ Cleanup โ†’ Settings (cog in the upper right corner) โ†’ Advertising services

Method 2: Blocking Ads through Application Settings

Many Xiaomi system utilities (e.g. Mi Browser, Mi Music, Mi Video) have built-in advertising modules.

  • ๐Ÿ“ฑ Mi Browser: Open your browser โ†’ โ‹ฎ โ†’ Settings โ†’ Additionally. โ†’ Turn off the news on the main and recommendations.
  • ๐ŸŽต Mi Music: Application settings โ†’ Recommendations โ†’ Turn off all sliders.
  • ๐Ÿ“บ Mi Video: Settings โ†’ Recommendations โ†’ Select Disable for all categories.
  • ๐Ÿ  Lock screen: Settings โ†’ Lock screen โ†’ Lock screen settings โ†’ Turn off the recommendations and news.

For the Themes application, the path will be different: Settings โ†’ Topics โ†’ โ‹ฎ โ†’ Settings โ†’ Recommendations โ†’ Please note that in some regions (e.g. the EU) these settings may be hidden due to local data protection laws.

Disable recommendations in Mi Browser|Remove banners in Mi Video|Deactivate news on the lock screen|Verification of updates for applications-->

โš ๏ธ Note: After updating system applications via Google Play, the ad settings may reset.

Method 3: Using ADB to Deeply Disable Advertising

If manual settings don't work, you can use ADB (Android Debug Bridge), a low-level Android management tool that requires you to connect your phone to your PC, but doesn't need root rights.

  1. Download Platform Tools from Google and unpack the archive.
  2. On your phone, activate Settings โ†’ About Phone โ†’ MIUI version (click 7 times to turn on Developer Mode).
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect Poco X3 NFC to your PC, open the command prompt in the folder with the platform-tools and type:
adb devices


adb shell pm disable-user --user 0 com.miui.systemAdSolution

This command disables the main system ad module, and use additional commands to block ads in individual applications:

AnnexADB Team TeamThe effect
Mi Browseradb shell pm disable-user --user 0 com.android.browserRemove the built-in browser (can be replaced with Chrome)
Mi Videoadb shell pm disable-user --user 0 com.miui.videoDisables the system video application
Msa (advertising service)adb shell pm disable-user --user 0 com.miui.msa.globalBlocks analytics collection for targeted advertising
Miui Daemonadb shell pm disable-user --user 0 com.xiaomi.midropDisables background processes related to advertising

Once you've done the commands, restart the phone, and if you need an app, you can return it with the command:

adb shell pm enable com.name.packet

โš ๏ธ Warning: Do not disable system components called com.android or com.qualcomm โ€“ this can lead to unstable phone performance.

What if the ADB canโ€™t see the device?
Make sure that Xiaomi drivers are installed on your PC (download them from the official website). Also check that the developer settings have enabled the Debugging over USB (Safe Mode) option and you have given permission to connect the first time you asked.

Method 4: Installation of alternative firmware (for advanced)

If you're willing to take drastic measures, you can get rid of advertising completely by installing custom firmware like Pixel Experience or LineageOS, which requires unlocking the bootloader and can be unwarranted, but gives you complete control over the system.

Step-by-step:

  1. Unlock the bootloader through the official Xiaomi tool (you will need a Mi Account and wait 7 days).
  2. Install TWRP Recovery for Poco X3 NFC (look for the current version on twrp.me).
  3. Download the firmware (e.g. Pixel Experience) and transfer it to your phone.
  4. Load to TWRP (Power + Volume Up buttons), make a backup and flash the firmware.

Advantages of custom firmware:

  • ๐Ÿš€ No system advertising and Bloatware (unnecessary applications).
  • ๐Ÿ”„ Regular security updates from the community.
  • ๐ŸŽจ Ability to fine-tune the interface.

Disadvantages:

  • โš ๏ธ Loss of warranty (if you do not return the stock firmware before contacting the service).
  • ๐Ÿ”‹ Possible battery or camera problems (depending on firmware version).
  • ๐Ÿ“ฑ Certain functions MIUI (For example, the Game Turbo may not work.

Yeah, I've tried it.|Yeah, but I'm afraid of complications.|No, there's not enough standard methods.|I don't know what that is.-->

Method 5: Third-Party Ad Blocking Apps

If previous methods have not worked, you can use specialized utilities. X3 NFC:

  • ๐Ÿ›ก๏ธ Blokada (no root requirement): Blocking ads at the level DNS. Download from the official website.
  • ๐Ÿ”’ AdGuard: It works like this VPN, It filters traffic. There's a free version with restrictions.
  • ๐Ÿ“ฑ App Inspector: Helps you find and disable advertising modules in apps (requires) ADB).

For the installation of Blokada:

  1. Download APK from the official website (not from Google Play!).
  2. Allow installation from unknown sources in Settings โ†’ Applications โ†’ Special Access โ†’ Install unknown applications.
  3. Run Blokada and activate the lock (select any free server).

For maximum effect, combine Blokada with disabling system advertising via ADB. Note that some banking applications may conflict with VPN-blockers - in this case, add them to the exceptions.

๐Ÿ’ก

Third-party ad blockers may conflict with applications that use secure connections (e.g., banking or instant messengers).

Additional tips: how to avoid returning ads

Even after the ad is turned off, it may reappear after the system update or reset.

  • ๐Ÿ”„ Regularly check the advertising settings after updates MIUI.
  • ๐Ÿ“ฅ Turn off automatic updates of system applications in Google Play โ†’ Settings โ†’ Auto-update of applications.
  • ๐Ÿ” Use Package Disabler (from Google Play) to track the activity of advertising modules.
  • ๐Ÿ“ง Subscribe to news about firmware for Poco X3 NFC forum-wise XDA Developers or 4PDA โ€” They often publish patches to block ads.

If the ad came back after the phone was reset, repeat all the steps from this article.We also recommend creating a backup settings through Settings โ†’ Additional โ†’ Backup and Reset โ†’ Local Backup to quickly restore configuration after the reset.

For Poco X3 NFC owners on MIUI 14 and later: in the latest firmware versions, Xiaomi has added the option No Ads in Settings โ†’ About Phone โ†’ MIUI version (click 10 times on the version).

FAQ: Frequent questions about removing ads on the Poco X3 NFC

Can I turn off ads without root rights?
Yes, most of the methods in this article (MIUI settings, ADB, third-party apps) do not require root, but superuser rights may be required to completely remove system ad modules.
Why does it come back after the ADB ads are turned off?
This is due to automatic updates to system applications. To avoid ad returns, disable auto-update for Mi Browser, Mi Video and other system utilities in Google Play.
Is it safe to use ADB to disable ads?
Yes, as long as you follow the instructions and don't disable critical system components, all the commands in this article are tested on the Poco X3 NFC and don't cause instability.
Which is the best custom firmware for Poco X3 NFC?
For maximum stability, we recommend the Pixel Experience (pure Android) or Xiaomi.eu (MIUI without ads). Both firmware are regularly updated and support all the features of the phone.
Can ad blocking affect performance?
No, on the contrary, disabling ad modules unloads the processor and reduces battery consumption. VPN-applications (e.g. Blokada can slow down the internet if the settings are incorrect).