Xiaomi Redmi Go is one of the most affordable smartphones of the brand, but even in the budget model, users face intrusive advertising in MIUI. Pop-up banners in the settings, recommendations in the app menu, advertising notifications - all this spoils the experience of use. Unlike flagships, where advertising can be disabled through the settings of the Mi Account, on Redmi Go with its simplified firmware Android Go Edition, many standard methods do not work.
In this article, we will discuss all the current ways to remove ads, from safe (through system settings) to radical (using ADB and root rights). Particular attention will be paid to the nuances of Redmi Go, because due to the limited resources of the device, some universal methods can lead to slowdown or system failures, and you will learn what types of advertising can be removed completely and which can only be reduced.
Why is there so much advertising on Redmi Go?
It's Xiaomi's policy that budget models are subsidized by ad impressions, and Redmi Go is particularly strong for three reasons:
- π± Simplified firmware: Android Go Edition is deprived of many features of the standard MIUI, including flexible advertising settings.
- π° Low price of the device: the manufacturer compensates for the cost through affiliate programs (for example, advertising applications in the Mi App Store).
- π No updates: Redmi Go doesn't officially get new versions MIUI, Where Options to Disable Advertising Could Appear.
According to the analysis of the firmware Redmi Go (version V10.2.3.0.OCLMIXM), advertising modules are embedded in the system applications: com.miui.systemAdSolution, com.xiaomi.mipicks and com.android.browser. They can not be removed without root rights, but you can limit their activity.
β οΈ Note: Redmi Go cannot disable ads in Mi Video and Mi Music through standard settings β these applications are strictly tied to Xiaomi services and require root access for modification.
Method 1: Disabling personalized advertising in settings
This is the safest method, but it only removes targeted ads (banners based on your data) pop-up notifications and system prompts will remain.
Instructions:
- Open Settings β Google β Advertising.
- Activate the switch "Disable Ad Personalization".
- Return to the main settings menu and go to Settings β Additional β Privacy.
- Select "Advertising Services" and deactivate the "Personalized Advertising" option.
This method reduces the amount of ads by 30-40%, but does not eliminate them completely, for example, banners in the Mi App Store or notifications about βrecommended appsβ will remain.
βοΈ What to do before turning off advertising
Method 2: Removing Advertising Notifications Through Application Settings
Many users are unaware that some of the ads come through system notifications, and they can be turned off selectively:
Steps:
- Go to Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select "Show system".
- Find apps: MiuiDaemon (responsible for background notifications), Mipush (push notifications from Xiaomi) DownloadProvider (advertising in the bootloader)
"Notifications"
This method removes up to 60% of pop-ups, but can cause important system alerts (e.g. low battery life) to be missed.
π‘
If SMS stopped coming after disabling notifications, check the Messages application settings β its notifications could be reset automatically.
Method 3: Using ADB to Deeply Disable Advertising
The method for advanced users requires ADB (Android Debug Bridge) and connect your smartphone to your PC, and allows you to disable advertising modules at the system level without root rights.
Step-by-step:
- Download ADB Tools and unpack the archive.
- On your smartphone, activate Settings β About Phone β MIUI version (tap 7 times to turn on the developer mode).
- Return to Settings β Additional β For developers and enable βDebugging by USBβ.
- Connect Redmi Go to your PC and in the command line (in the folder with ADB) type: Adb devices Must appear device with a serial number.
- Follow the commands in turn: adb shell pm hide com.miui.systemAdSolution adb shell pm hide com.xiaomi.mipicks adb shell pm hide com.android.browser
Step-by-step guide to firmware:
- Download firmware and TWRP for Redmi Go (version 3.3.1-0).
- Install TWRP via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
- In TWRP, make a backup of the persist partition (important for modems!).
- Swipe through the firmware, then GApps (the pico version to save space).
- Remove folders via TWRP: /system/priv-app/SystemAdSolution/system/priv-app/MiuiBrowser
There's no ads after firmware, but the performance of the device can drop by 15-20% due to unoptimized custom cores. OTA-update.
Method 5: Blocking ads through hosts file (without root)
The method is suitable for blocking network advertising (browser banners, applications) does not require root rights, but you need to install a third-party application.
Instructions:
- Download Energy Ring (application with hosts editing function).
- In the app, select "Hosts Editor" and add the following lines: 127.0.0.1 ad.mi.com 127.0.0.1 tracking.miui.com 127.0.0.1 data.mistat.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com
- Save the changes and restart the smartphone.
This method blocks up to 80% of network advertising, but does not affect local banners in the settings, and can also disrupt Mi Account (the cloud will not sync).
| Method | Efficiency | Difficulty | Risks. | PC required |
|---|---|---|---|---|
| Google settings | 30% | β | No. | No. |
| Disabling notifications | 60% | ββ | Skipping important alerts | No. |
| ADB-team | 90% | βββ | Resetting settings when updating | Yes. |
| Custom firmware | 100% | ββββ | Loss of warranty, risk of "brick" | Yes. |
| Hosts file | 80% | ββ | Mi Account problems | No. |
What if the advertisements returned after the update?
On Redmi Go, after upgrading via OTA, all changes made through ADB or hosts are reset.
- π΅ Turn off automatic update: Settings β The phone. β Updating the system β Three-pointed β Settings β Auto-update (off).
- π Create a script for ADB: Save commands to file disable_ads.bat and start it after each update.
- π‘οΈ Use Magisk: If you have a root, install the Xiaomi module ADB Fastboot Tools β It Restores Settings After OTA.
If after the update, the smartphone began to slow down, clear the cache through TWRP or reset the settings to the factory (but this will return the advertising).
π‘
On Redmi Go, you can't roll back the firmware - Xiaomi blocks the downgrade through an anti-rollback check.Always do a backup before upgrading!