How to completely disable ads from Google on Xiaomi Redmi phone: all ways of 2026

Advertising in smartphones Xiaomi Redmi is one of the most annoying features of firmware MIUI. Even after buying a device, users are faced with intrusive banners in the settings menu, Mi Browser browser, launcher and system applications, especially annoying ads from Google, which are integrated at the service level: It appears in the search bar, on the home screen and even in notification panels.

The reason for this behavior lies in Xiaomiโ€™s business model: the company monetizes cheap smartphones by displaying ads. 10/11/12, Redmi 9/10/13C And other models can reduce or completely remove intrusive ads โ€” at least those associated with Google Play services. In this article, we will analyze all the current ways, including hidden settings. MIUI, Disabling personalized advertising and radical methods for advanced users.

It's important to understand that some of the ads are built into system applications (Mi Video, Mi Music, Cleaner), and turning them off will require additional actions, but it is the ads from Google (search banners, recommendations in Google Discover) that are customizable through standard Android tools, and if you're willing to spend 10-15 minutes, you can significantly clean the interface of the phone.

Before you start, check the version. MIUI In Settings โ†’ The instructions below are relevant for firmware. MIUI 12-14 (including global and Chinese versions) For older versions (MIUI 11 and below: some menu items may differ.

1. Disabling Googleโ€™s personalized advertising

The easiest way to reduce the amount of targeted ads is to prevent Google from collecting your preferences, which wonโ€™t remove all banners, but will make them less intrusive and relevant.

For this:

  1. Open the Google Settings app (if it isnโ€™t on the home screen, search through a system search).
  2. Go to the Google section โ†’ Managing a Google Account.
  3. Select the Data and Personalization tab.
  4. Scroll to the Advertising Settings block and click on it.
  5. Turn off the slider Personalized advertising.

Google will then stop using your search history, location and activity in apps to serve ads, but the banners in Google Discover and the search bar will remain โ€” they must be disabled separately.

๐Ÿ“Š Which advertisements annoy you the most?
Banners in MIUI settings
Advertising in Google Discover
Browser pop-ups
Recommendations in the Play Market

An important caveat: this method only works for the Google account you are logged in to, if there are multiple profiles on your phone, repeat the steps for each, and itโ€™s also worth considering that some apps (like YouTube) ignore this setting and continue to show targeted ads.

2. Removing Google Discover from the home screen

Google Discover tape (formerly Google Feed) is one of the main sources of advertising on Xiaomi Redmi, which appears when swiping to the left of the home screen and is filled with โ€œrecommendationsโ€, among which there are many paid promotional materials.

To get her out:

  • ๐Ÿ“ฑ Long tap on the empty area of the main screen to open the launcher settings.
  • ๐Ÿ”ง Go to Home Screen Settings (or Screen Settings, depending on version) MIUI).
  • ๐Ÿšซ Find the Google App or Discover Tape option and turn it off.

If you do not have this option (for example, on the Redmi Note 12 with the MIUI 14), try an alternative method:

  1. Install a third-party launcher (like Nova Launcher or Lawnchair).
  2. In the settings of the new launcher, find the section of the Gesta or Screen Actions.
  3. Turn off or reassign the swipe to the left (usually a Google Discover call is spelled out there).

On some firmware MIUI Discover tape is tied to the Google system application and is not removed by standard means. In this case, only disabling the application through the system will help. ADB (let's take it down).

๐Ÿ’ก

If after disabling Google Discover swipe left stopped working completely, return the launcher settings to factory settings in Settings โ†’ Annexes โ†’ Launcher โ†’ Reset.

3. Disabling advertising in the Mi Browser browser

The standard Mi Browser browser on Xiaomi Redmi is literally stuffed with ads: banners on the home page, pop-ups when opening new tabs and even โ€œrecommendationsโ€ in search results.

First, try the standard settings:

  • ๐ŸŒ Open the Mi Browser and tap three dots in the lower right corner.
  • โš™๏ธ Select Settings โ†’ Main page.
  • ๐Ÿ”„ Disable Recommended News and Personalized Content.
  • ๐Ÿ—‘๏ธ In the Privacy section, clear history and cache.

If the ads remain, try changing the default search engine:

  1. In the same browser settings go to the Search engine.
  2. Choose DuckDuckGo or Bing instead of Google.
  3. Turn off the option Quick search results (it loads ads along with the SERP).

The most common way to remove Mi Browser is through ADB (The alternative is to install another browser (like Firefox or Brave) and make it standard in Android settings.

Make a backup copy of bookmarks|Install an alternative browser|Check the version. MIUI (for ADB-team)|Disable auto-update browser in the Play Store-->

4.Setting restrictions for Google Play Services

Google Play Services is the main culprit in the display of ads on the system, responsible for targeting ads, collecting statistics and integrating with other Google services, which can not be completely turned off (this will disrupt many applications), but you can limit activity.

Method 1: Data background restriction

  • ๐Ÿ“ฑ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find Google Play Services in the list and tap on it.
  • ๐Ÿ“ต Select Mobile Data and Disable Background Data.
  • ๐Ÿ”„ Repeat the same for the Wi-Fi section.

Method 2: Disabling Auto-Renewal

  1. In the same settings, Google Play Services click on the three dots in the top corner.
  2. Select Remove Updates (this will reset the app to the factory version).
  3. In the Play Store, search for Google Play Services, open the page and turn off auto-update.

โš ๏ธ

Warning: These actions may cause some apps to crash, especially those using Google Maps, Gmail or YouTube. If you notice problems, return the settings.

For users of Redmi with MIUI 14, there's another trick: disabling Google Play Services for specific applications, like preventing it from interacting with Mi Browser or Mi Video:

  1. Go to Settings โ†’ Applications โ†’ Permissions.
  2. Search Google Play Services and open the permission list.
  3. Disable access to Warehouse, Contacts and Locations for unnecessary applications.

5. Radical methods: ADB and root access

If the standard methods don't work, you'll have to use advanced tools. ADB (Android Debug Bridge and root rights: These methods require caution, but allow you to remove system applications and disable ads at the firmware level.

Method 1: Remove unnecessary applications through ADB

To do this, you will need a computer with installed Xiaomi drivers and a tool ADB. Step-by-step instruction:

  1. Turn on USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to unlock Developer Settings). Then go back to Settings โ†’ Additional โ†’ Developer and enable debugging.
  2. Connect your phone to your PC and execute the command: Adb devices (the device should appear).
  3. To remove Mi Browser, type: adb shell pm uninstall --user 0 com.android.browser
  4. To disable Google Discover (news feed): adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox

List of applications that can be safely removed through ADB:

AnnexPackageWhat does the removal do?
Mi Browsercom.android.browserRemove the browser with ads
Google Discovercom.google.android.googlequicksearchboxRemove News Feeds When Swiping
Mi Videocom.miui.videoBanners in the player disappear
Mi Musiccom.miui.playerRemoves advertising in a music player
Cleanercom.miui.cleanmasterThe suggestions to โ€œoptimizeโ€ the phone disappear

โš ๏ธ

Attention: Removing system applications can cause the phone to function unstable. ADB Backup your data through Settings โ†’ Additionally. โ†’ Backup and reset. Don't delete apps with unknown packages - this can make your phone down!

Method 2: Getting root rights and editing hosts files

If you're willing to go further, you can get root access (e.g., through Magisk) and block ad domains at the system level.

  1. Install Magisk and get root.
  2. Download the AdAway app (available on F-Droid).
  3. Run AdAway, update your lock lists, and apply the changes.
  4. Reboot the phone.

This method blocks ads in all apps, including YouTube and Google Play, but it requires unlocking the bootloader, which resets the phone to factory settings and can be insecure.

What happens if you delete Google Play Services?
Deleting Google Play Services will lead to the collapse of most applications associated with Google: Gmail, Maps, Play Store, as well as many games and social networks (such as Facebook or Instagram) will cease to work, the phone will remain functional, but will lose the functionality of the Google ecosystem, you can restore the work only by flashing or resetting to factory settings.

6.Alternative firmware: transition to AOSP

If the ad in MIUI I've pissed you off, a radical solution to install custom firmware on the base. AOSP (For example, LineageOS, Pixel Experience or ArrowOS. These firmwares are devoid of built-in advertising and offer โ€œcleanโ€ Android without add-ons Xiaomi.

The benefits of switching AOSP:

  • ๐Ÿš€ No system advertising and banners in the settings.
  • ๐Ÿ”„ Regular security updates (as opposed to regular security updates) MIUI, where updates are often delayed).
  • ๐Ÿ› ๏ธ Ability to fine-tune the interface.

Cons:

  • โš ๏ธ Loss of warranty (unlocking the bootloader resets the phone).
  • ๐Ÿ”‹ Battery or performance issues are possible (not all firmware is Redmi optimized).
  • ๐Ÿ“ฑ Some features of Xiaomi, for example, IR Blaster or Game Turbo may not work.

Instructions for installing custom firmware:

  1. Unlock the bootloader through the official Mi Unlock tool (you need a Xiaomi account and wait 7-14 days).
  2. Install. TWRP Recovery for its Redmi model.
  3. Download the right firmware (e.g. Pixel Experience for Redmi Note 10 Pro) from the forum XDA Developers.
  4. Through TWRP wipe (Dalvik/ART Cache, System, Data and install the firmware.

โš ๏ธ

Warning: Incorrect firmware can make your phone unusable (make it unusable).Be sure to check the firmware compatibility with your Redmi model before installing it (e.g. Redmi Note 11 Pro).+ 5G Redmi Note 11 Pro 4G require different builds!).

๐Ÿ’ก

Custom firmware is the most reliable way to get rid of advertising, but it is only suitable for experienced users. For beginners, it is better to limit yourself to settings through the Internet. ADB or disabling personalized advertising.

7. Additional tips: how to reduce ads in specific applications

Even after the main sources of advertising are turned off, it can seep through individual apps.

๐Ÿ“ฑ Mi Video and Mi Music:

  • ๐ŸŽฌ In Mi Video, go to Settings โ†’ About the program and disable Recommended Content.
  • ๐ŸŽต In Mi Music, disable Personalized Recommendations in Settings.
  • ๐Ÿ—‘๏ธ Clear the cache and application data in Settings โ†’ Annexes.

๐Ÿ›’ Play Market:

  • ๐Ÿ” Open Play Store, tap on profile avatar โ†’ Settings.
  • ๐Ÿšซ Disable Personalized Recommendations and Auto Update Applications.
  • ๐Ÿ“ต In Google Account Settings, disable App and Game History.

๐ŸŒ Google Chrome:

  • ๐Ÿ”ง Open Chrome, go to Settings โ†’ Confidentiality.
  • ๐Ÿ”„ Turn off Saving View History and Personalized Advertising.
  • ๐Ÿ›ก๏ธ Install an ad blocker (e.g. uBlock Origin for Chrome).

๐ŸŽฎ Games and applications:

Many games (especially from Xiaomi, such as Mi Game Center) feature ads to remove them:

  1. Turn off the internet to play through Settings โ†’ Annexes โ†’ Mobile data.
  2. Use Lucky Patcher (requires root) to remove advertising modules.
  3. Install modified versions of apps (such as YouTube Vanced or Spotify Mod).

FAQ: Frequent questions about disabling ads on Xiaomi Redmi

โ“ Why banners still show up after personalized advertising is turned off?
Personalized advertising is only part of the overall advertising system. Banners in system applications (Mi Browser, Cleaner) are displayed regardless of Google settings. To remove them, you need to disable or remove the applications themselves (see section on the website). ADB).
โ“ Can you turn off advertising without rooting and ADB?
Yes, but not completely. You can: Disable personalized ads on your Google account; Delete updates for Google Play Services; use a third-party launcher and browser; however, system banners in your Google account. MIUI remain.
โ“ Why is it that you remove Mi Browser from the ADB He's coming back?
Some system applications are restored after the update MIUI. To avoid this: Turn off auto-update system in Settings โ†’ The phone. โ†’ Update system.Use Magisk and Universal Debloater module for permanent removal.
โ“ Will Google Pay work after Google Play Services is disabled?
No, Google Pay (like other payment services) requires Google Play Services to work.If you turn off this service, contactless payments will cease to function. The alternative is to use Mi Pay or other wallets (like Samsung Pay if it is supported by your Redmi model).
โ“ How to return everything back if after the changes the phone began to glittle?
If, after the manipulation, ADB or settings have crashed: Reset application settings: Settings โ†’ Annexes โ†’ Application management โ†’ Three points. โ†’ Reset application settings. Restore remote applications through ADB: adb shell cmd package install-existing com.android.browser In extreme cases, make a full reset: Settings โ†’ Additionally. โ†’ Backup and reset โ†’ Resetting settings.