Smartphone users often encounter an annoying situation when the device interface begins to behave intrusively. Suddenly, pop-ups appear with recommendations to install the game, clear memory, or purchase a subscription. These are not just random glitches, but the result of built-in algorithms or third-party software that aggressively offers its services. Understanding the nature of these notifications is the first step to regaining control over your gadget.
In this article, we will analyze in detail the mechanisms for generating such messages and provide step-by-step guide for blocking them. We will talk about both standard shell functions MIUI, One UI or ColorOS, and hidden system services Google. You will learn how to distinguish a system offer from a malicious banner and what tools to use to completely clear the interface of information noise.
Removing offers requires caution, since some of them are part of legitimate operating system services. Improperly disabling critical components may cause the device to become unstable. However, by following the methods below, you can safely deactivate advertising modules and return your smartphone to its original, clean appearance without annoying prompts.
Identifying the source of intrusive notifications
Before proceeding with removal, you need to determine exactly which application or service is generating the offers. Users often confuse system recommendations Google Discover with advertising from installed browsers or optimization utilities. If an offer appears on the locked screen or as a pop-up window on top of other applications, this is a clear sign of third-party software.
The most reliable way to identify the culprit is to use the running application manager when the advertisement appears. On many devices, this is done by long pressing the menu button or swiping up and holding. In the list of active processes, look for applications with suspicious names or those that you have not launched recently. They are often disguised as system utilities with names like “Cleaner”, “Battery Saver” or “WiFi Tool”.
It is also worth checking the notification log. Swipe down from the top of the screen and look at the notification history (on some versions of Android you need to click on the gear or three dots). The source of the latest message may be displayed there. If you see a strange icon or name that does not correspond to apps you know, this is your candidate for removal.
⚠️ Attention: If the offer appears immediately after unlocking the screen and covers the entire interface, this may be a sign of a miner virus or Trojan. In this case, do not click on the buttons inside the window, but immediately go to safe mode to delete.
Disabling Google system recommendations and services
The default Android operating system contains many modules that analyze your actions and suggest content. The main source of such offers is often the application Google and service Google Discover. To remove the news feed and recommendations from the main screen, you need to change the settings of the launcher or a specific widget.
Go to the device settings and find the section responsible for the main screen. Depending on the smartphone model, this item may be called “Desktop”, “Screen” or “Home Screen”. Find the "Google Feed" or "Google Discover" option and turn the toggle switch to off. This action will instantly remove the swipe to the left with the news feed and related offers.
Another source is personalized recommendations in the account settings itself. Go to Settings → Google → All services → Personalization. Here you can turn off activity history and ad personalization. While this won't remove all offers completely, it will significantly reduce their relevance and frequency since the system will no longer use your data for targeting.
Use a third-party launcher, such as Nova Launcher or Niagara, to completely get rid of pre-installed Google widgets and get a clean interface without unnecessary offers.
Don't forget about notifications from Google applications themselves, such as Google Play or Google Photos. They often send offers to subscribe to services or free up space in the cloud. Go to Settings → Applications → Google Play Store → Notifications and turn off categories related to marketing and offers, leaving only important security updates.
Blocking ads in browsers and third-party applications
If the source of suggestions is a browser, the situation is resolved through its internal settings. In Google Chrome go to the menu (three dots), select Settings → Notifications. Here you will see a list of sites that are allowed to send notifications. Often, users accidentally allow suspicious resources to display notifications, which then spam them with offers. Click on the suspicious site and select “Delete” or “Block”.
For more advanced protection, it is recommended to enable the built-in malware filter. In Chrome's privacy settings, enable Safe Browsing. This will help the browser automatically block sites known for distributing intrusive advertising and malicious scripts that generate offers.
Third-party applications, especially free utilities, often use aggressive monetization. If you notice that suggestions appear after launching a specific application (such as a flashlight or QR code scanner), the best solution is to remove it. Replace such apps with open analogues or paid versions without unnecessary water, which respect the user's privacy.
How to find hidden advertising in applications?
Sometimes advertising is built deep into the application code and is not displayed as a separate notification. Try turning off the Internet for the suspicious application through the access point settings or firewall. If the offers disappeared, the application generated them online.
It is also possible to block advertising at the DNS level, which is effective against many types of offers. Change the private DNS settings in the Settings → Connections → Other connection settings → Private DNSsection. Enter the address of a reliable blocker, for example dns.adguard.com. This action will filter advertising traffic for all applications on the system, preventing banners and pop-ups from loading.
Removing offers through accessibility settings
One of the most insidious ways to deliver offers is use of accessibility rights (Accessibility). Malicious or low-quality applications request this access to overlay their windows on top of other applications or simulate button presses. Checking this section is a critical cleaning step.
Go to Settings → Accessibility. Carefully review the list of installed services. If you see an application there that should not have these rights (for example, a calculator, a flashlight, or a simple game), disable it immediately. Often these services are responsible for the appearance of pop-up windows with offers to install other software.
After disabling suspicious services, it is recommended to restart the device. This will break active connections between the malicious module and the system. If the offers resume after a reboot, it means that the application has device administrator rights or is deeply embedded in the system, which requires more drastic measures.
⚠️ Attention: Do not disable system services such as "TalkBack" or "Switch Access" if you use them. Disabling system components may make the device unusable for people with disabilities.
☑️ Check access rights
Advanced cleaning via ADB and disabling system packages
For users who are ready for more complex actions, there is a disabling method system packages via USB debugging (ADB). This method allows you to remove offers that cannot be disabled through the standard settings menu, since the "Disable" button may be inactive. You will need a computer and ADB drivers installed.
Connect your smartphone to the computer, enable debugging mode in the developer menu and run the command in the terminal. First get a list of all the packages to find the one you need. Use the command:
adb shell pm list packages | grep "keyword"
Replace keyword with part of the package name associated with the offers (for example, recommendation, ads, daemon). After finding the exact package name (for example, com.miui.misys or similar for your shell), run the command to disable it for the current user:
adb shell pm disable-user --user 0 com.example.package.name
This method does not physically remove the application, but completely stops it from working and the appearance of offers from it. In case of an error, you can always return the package with the command pm enable. Be extremely careful and disable only those packages whose purpose you are 100% sure of, so as not to disrupt the system.
Using ADB allows you to disable system advertising at the kernel level, but requires exact knowledge of the package names. An error can lead to a cyclic reboot of the device (bootloop).
Comparison of methods for removing offers
Different methods have their own effectiveness and level of complexity. The choice of method depends on how deeply integrated the offers are into your system and whether you are willing to risk the stability of the device for the sake of a completely clean interface.
| Method | Complexity | Efficiency | Risks |
|---|---|---|---|
| Notification settings | Low | Medium | Minimal |
| Private DNS | Low | High | There may be errors loading some sites |
| Special features | Medium | High | Disable necessary functions availability |
| ADB (debugging) | High | Maximum | High risk of system breakdown |
As can be seen from the table, for most users the optimal solution is a combination of setting up notifications and using private DNS. This gives a good balance between security and system cleanliness. The ADB method should be left as a last resort, when other methods have not helped get rid of the manufacturer’s built-in advertising.
⚠️ Attention: Settings interfaces may differ depending on the version of Android and the manufacturer’s shell. If you do not find the specified menu item, use the search in settings by entering the keyword “notifications” or “accessibility.”
Preventing the appearance of new offers
After successful cleaning, it is important to follow certain rules of digital hygiene so that offers do not return. Avoid installing applications from unverified sources. Download software only from the official store Google Play, where security systems are more strictly moderated.
When installing new applications, carefully read the permissions they request. If a simple calculator asks for access to contacts, geolocation, and the right to overlay windows on top of other applications, this is an alarming signal. Refuse to grant unnecessary rights, this will prevent the application from showing you ads in unexpected places.
Regularly audit installed applications. Once a month, go to the list of apps and remove those that you do not use. Often it is old, forgotten utilities that begin to become active after updating their server-side monetization rules, suddenly starting to inundate you with offers.
Why do offers come back after removal?
Some applications have self-healing mechanisms or are installed bundled with other apps. Always check the list of installed applications immediately after installing new software.
Frequently asked questions (FAQ)
Why do offers appear even after resetting the settings?
If offers return after a full reset (Factory Reset), then they are built into the firmware of your device by the manufacturer. In this case, only using blocking methods via DNS or disabling system packages via ADB will help, since it is impossible to remove them using standard means.
Is it safe to use DNS ad blockers?
Using reliable DNS services such as AdGuard DNS is safe and does not break encrypted connections. However, in rare cases, this may make it impossible to load some sites that are incorrectly classified as advertising. In such a situation, DNS can be temporarily disabled.
Is it possible to completely remove the Google system application?
It is impossible to completely remove the Google application without root access. It can only be disabled or frozen via ADB. Complete removal can lead to incorrect operation of other services that depend on the Google infrastructure, so it is recommended to use soft disabling methods.
How to distinguish a virus from a regular offer?
Viruses often require administrator rights, prevent you from opening settings or lock the screen. Regular offers can be closed; they do not block the operation of the phone and disappear when the source is deleted. If the phone starts to slow down or heat up for no reason, this is a sign of malware.
Does blocking offers affect the operation of legitimate applications?
Blocking ad trackers and intrusive offers usually does not affect the main functionality of applications. However, in some free apps that exist only through advertising, blocking may lead to limited functionality or requests to disable the blocker to continue working.