How to permanently disable ads on Xiaomi Poco F5 – proven methods of 2026

Xiaomi Poco F5 is a powerful smartphone with a top-end Snapdragon 7+ Gen 2 chipset, but even it is not without the main annoyance of users: aggressive system advertising in MIUI. Banners in settings, push notifications from Mi Browser, advertising blocks in standard applications - all this spoils the impression of the device. Fortunately, there are ways to get rid of intrusive ads, and not all require root rights or complex manipulation.

In this article, we will discuss 5 working methods, from basic MIUI settings to deep system interventions, learn how to turn off ads without losing warranty (spoiler: it is possible!), which apps are to blame for displaying banners most often, and why some methods can lead to blocking a Mi Account.

1. Disabling Advertising through the standard MIUI settings

The easiest and safest way is to use the built-in MIUI options. It doesn’t require additional software or knowledge, but it has a limitation: it only removes some of the ads (mostly in system applications), completely get rid of banners this way will not work, but the number of impressions will be reduced by 40-60%.

Here's what we need to do:

  • πŸ“± Open the Settings. β†’ Google β†’ Advertising and disable the option of β€œPersonalized Ads” will reduce the number of targeted ads.
  • πŸ” Go to Settings. β†’ Annexes β†’ Manage applications, find Mi Browser, Mi Video, Music and disable their permission to Show over other windowsΒ».
  • πŸ›‘ In the same app settings, select Show System Processes, find msa (Miui System Ads) and turn it off (or limit background activity).
  • πŸ“΅ B Settings β†’ Notifications: Disable notifications from Miui System Ads, Cleaner and Download Manager.

These actions will take no more than 5 minutes, but the effect will be noticeable in a few hours, but some banners (for example, in Topics or Security) will remain.

πŸ“Š How often do you see ads on Poco? F5?
All the time, in every app,
Sometimes in 2-3 places
There's almost no advertising.
Didn't notice the commercials.

2.Using ADB to Deeply Disable Advertising

If the standard settings do not help, the next step is to disable advertising through the ADB (Android Debug Bridge. This method doesn't require root rights, but you need to. USB-Debugging and computer: The advantage of this method is that it removes 90% of system advertising, including banners in settings and push notifications.

Here's the step-by-step instruction:

  1. Turn it on. USB-Debugging on a smartphone: Settings β†’ The phone. β†’ Version. MIUI (Press 7 times until the message β€œYou became a developer” appears. β†’ Additionally. β†’ For developers and activate debugging.
  2. Download ADB Tools for Windows/macOS/Linux and unpack the archive.
  3. Connect Poco F5 to your computer via USB, select File Transfer mode and confirm the debugging permission on your smartphone screen.
  4. Open the command prompt (or Terminal) in the ADB folder and enter it one by one:
adb shell


pm uninstall --user 0 com.miui.systemAdSolution




pm uninstall --user 0 com.xiaomi.midrop




pm uninstall --user 0 com.miui.analytics




pm hide com.android.browser

These commands will remove the system components responsible for displaying ads, and after the smartphone reboot, the banners should disappear.

What happens if you interrupt the execution ADB-team?
If you interrupt the process (for example, turn off USB or close the terminal), some packets may not be completely deleted, in which case the ad will return partially, and errors will appear in the system logs, you need to repeat the procedure or reset the settings to the factory.

3. Removal of advertising through third-party applications

If you don’t want to work with ADB, you can use specialized utilities that automate the process of disabling advertising, but you need to be careful: some applications may violate Google Play policies and contain malicious code.

We tested 3 reliable tools:

AnnexNeed an ADB?EfficiencyRisks.
ADB AppControlβœ… Yes.Removes 85% of adsIt can block useful system processes.
Universal Android Debloaterβœ… Yes.Removes 95% of Ads + Garbage AppsComplex interface, risk of removing important components
Debloater (by Ramdroid)❌ No.Remove 60-70% of advertisingIt doesn't work on all MIUI firmware.

The best choice for the Poco F5 is Universal Android Debloater, which allows you to point-out advertising packages without affecting critical system files.

πŸ’‘

Before using any debloater, check the list of packets to be removed for system components (e.g. com.android.phone or com.qualcomm.qti).

4. root rights: A Radical Solution to Completely Removing Advertising

If you're willing to go to extreme lengths, getting root rights gives you complete control of the system, and it allows you to remove the ad modules at the core level, but there are significant downsides:

  • ⚠️ Loss of warranty (if the smartphone is warranty, Xiaomi may refuse repairs).
  • πŸ”’ Risk of blocking Mi Account (if you use Mi Account to sync your account).
  • πŸ›‘οΈ Vulnerability to viruses (root rights open access to system files).

If you do decide, here's what you need to do:

  1. Unlock the bootloader through the official Xiaomi tool (can take up to 7 days).
  2. Install custom recovery (TWRP) for Poco F5 (look for the current version on XDA Developers).
  3. Squeeze Magisk to obtain root rights.
  4. Install AdAway or System Ad Remover via Magisk.

After that, the ads will disappear completely, but remember:

Make a backup copy of the data|Check the compatibility of the firmware with TWRP|Disable Find My Device in Google Settings|Charge your phone at least 70 times%|Prepare. USB-cable-->

πŸ’‘

Root rights to Poco F5 with MIUI Global firmware can lead to Widevine L1 blocking (decreased streaming quality on Netflix, Disney+, etc.) This is irreversible without a full reset to stock firmware!

5. Alternative firmware: pure Android without ads

If you are annoyed not only by advertising, but also by the shell itself MIUI, You can install custom firmware based on pure Android (AOSP). Popular Options for Poco F5:

  • πŸ“± LineageOS - stable firmware without unnecessary applications.
  • ⚑ Paranoid Android – Optimized for Performance.
  • πŸ”„ ArrowOS is as close as possible to Android stock.

Advantages of custom firmware:

  • βœ… There is no advertising system in principle.
  • βœ… More smooth operation (no background processes) MIUI).
  • βœ… Regular security updates.

But there are also disadvantages:

  • ❌ Loss of some functions MIUI (Second Space or Game Turbo).
  • ❌ Camera or sensor bugs are possible (especially on early firmware versions).
  • ❌ You will have to manually adjust the gestures and interface.

Installing custom firmware requires an unlocked bootloader and TWRP. Detailed guides are available on XDA, but remember: this is not for beginners.

6. Frequent mistakes and how to avoid them

When trying to remove ads, users often face problems, and here are the most common solutions:

Problem.Reason.Decision
Advertising returns after MIUI updateThe system restored the deleted packetsRepeat the disable procedure via ADB or roll back the update
No push notifications from applicationsRemoved system component com.google.android.gmsRestore the package via ADB: adb shell cmd package install-existing com.google.android.gms
The smartphone stopped charging quicklyRemoved com.miui.powerkeeper (responsible for charging optimization)Return it via ADB or reset your settings
Blocking of Mi Account AccountUsing unofficial methods on a device with an associated accountUnplug your account before manipulation or contact Xiaomi for support

If you have any errors or errors after the ad has been turned off, try:

  1. Clear the cache in Settings β†’ Storage β†’ Cleanup.
  2. Reboot your phone in Safe Mode (hold the shutdown button β†’ β€œReboot Safe Mode”).
  3. Restore remote packets via ADB (command: adb shell cmd package install-existing).

πŸ’‘

If the Topics or Security stopped working after removing the promotional packages, don’t panic – these apps can be reinstalled via the Mi App Store or APKMirror.

FAQ: Answers to Frequent Questions

❓ Can you turn off advertising without a computer?
Yes, but the efficiency will be lower. Use apps like Debloater (by Ramdroid) or manually disable permissions for ad apps in the settings. However, without ADB or root rights, some banners will remain.
❓ Will the advertisement return after resetting the settings?
The factory reset restores all system packages, including the ad packages, and after the reset, you have to repeat the shutdown procedure.
❓ Why Advertising Is Not Working After Removing Ads?
The Themes app (com.android.themes) depends on some promotional modules. If you have removed com.miui.systemAdSolution, try reinstalling Themes through the Mi App Store or roll back changes.
❓ Can you turn off advertising only in specific applications?
For example, in Mi Browser, go to Settings β†’ Privacy and turn off Personalized Recommendations. In Mi Video, stop showing notifications in the app settings. To deep disable, use ADB with the command: adb shell pm uninstall --user 0 [name packet app]
❓ Is it safe to use apps to block ads?
Avoid programs that require root rights or access to the Accessibility Service (like AdBlock Plus for Android). They can collect data. Better use proven tools like Universal Android Debloater, an open source tool.

If neither method helped, it could be regional firmware, such as MIUI Global, which has more ads than MIUI China (but the latter does not support Google services), and you can try to reflash your smartphone on MIUI EU (unofficial European version without ads), but this requires an unlocked bootloader.