Ad blockers in Google Chrome on Android save traffic and speed up page loading, but sometimes you have to disable them. For example, when a site requires you to turn off AdBlock to access content, or when advertising banners are needed to support your favorite bloggers. In this article, we will look at all the ways to deactivate blockers - from built-in browser functions to third-party extensions and system settings.
It is important to understand that ad blocking mechanisms on Android differ from desktop versions. There are no classic extensions like on a PC, but there are alternative methods: from setting up DNS to using special applications. We will consider options for different scenarios - temporarily disabling for one site, completely deactivating the blocker, or even removing its traces from the system.
If you encounter the message โDisable your ad blocker to continue,โ do not rush to look for radical solutions. Often the problem is solved with a couple of clicks in the browser settings. But there are cases when the blocker is embedded at the firmware level (like some Chinese smartphones) - this will require deeper manipulations.
1. Checking active ad blockers
Before you disable anything, you need to understand which tool is blocking ads on your device. On Android this could be:
- ๐น Built-in Chrome function โ the โEasy Modeโ option (formerly โTraffic Savingโ) with ad blocking
- ๐น Third-party browsers โ Brave, Opera with built-in AdBlock
- ๐น Blocking applications โ AdGuard, Blokada, DNS66
- ๐น System settings โ modified DNS (for example,
1.1.1.3from Cloudflare) - ๐น Device firmware โsome MIUI, ColorOS or EMUI have built-in blockers
To determine the source of the blocking:
- Open Chrome and go to the website d3ward.github.io/toolz/adblock.html (test for the presence of AdBlock).
- If the test shows an active blocker, check the list of installed applications in
Settings โ Applications. - See if the DNS settings have been changed in
Settings โ Network and Internet โ Private DNS.
โ ๏ธ Attention: Some manufacturers (for example, Xiaomi or Huawei) build in ad blockers at the OS level. Disabling them may require resetting your settings or even your rights. root.
2. Disabling the built-in blocker in Google Chrome
Since 2023 Google Chrome for Android has a built-in function for blocking โintrusive advertisingโ, which works through the option "Easy mode" (formerly โTraffic savingโ). It turns off like this:
- Open Chrome and tap on โฎ (three dots) in the upper right corner.
- Go to
Settings โ Easy mode. - Disable the switch "Easy mode".
- Restart the browser for the changes to take effect.
If this option is not there, check the version Chrome v Settings โ About Chrome. For older versions (up to 115.0), the path may be different:
Settings โ Data saving โ Disable
Also in Chrome there is an experimental function "Ad blocking", which can be enabled via flags. To disable it:
- In the address bar, enter
chrome://flags. - In the search, type
enable-ad-blocking. - If the flag is found, set it to Disabled.
- Restart the browser.
โ ๏ธ Attention: Flags Chrome are experimental functions. Disabling them may cause the browser to become unstable. After the update, the flags may be reset.
Disable "Easy Mode" in the settings
Check the `enable-ad-blocking` flag in `chrome://flags`
Restart the browser after changes
Check the tester site for the presence of AdBlock-->
3. Disabling third-party blockers (AdGuard, Blokada, etc.)
If you installed specialized applications for blocking ads (AdGuard, Blokada, DNS66), they must be disabled separately. These apps work at the VPN level or change system DNS settings, so simply removing them is not enough.
Method 1: Disabling through application settings
- ๐ฑ Open a blocker application (for example, AdGuard).
- ๐ Find the main on/off button (usually on the main screen).
- ๐ Restart the browser and check if the message about the blocker has disappeared.
Method 2: Delete a VPN profile
Many blockers create a VPN connection for traffic filtering. To completely remove it:
- Go to
Settings โ Network and Internet โ VPN. - Find the blocker profile (for example, AdGuard VPN or Blokada).
- Tap on โ๏ธ (gear) next to the profile and select "Delete".
Method 3: Reset DNS settings
Some blockers change DNS servers at the system level To return the default ones:
- Open
Settings โ Network and Internet โ Private DNS. - Select "Automatically" instead of manual entry (for example,
dns.adguard.com). - Reboot your device.
| Application | Blocking type | How to disable |
|---|---|---|
| AdGuard | VPN + local proxy | Disable protection in the application + delete VPN profile |
| Blokada | VPN filtering | Disable in settings + reset DNS |
| DNS66 | DNS redirection | Delete application + reset network settings |
| Opera s AdBlock | Built-in to the browser | Disable in Settings โ Ad blocker |
If after removing the blocker the ads are still not shown, check if the VPN connection is still in the settings. Sometimes it continues to run in the background. mode.
4. Disabling a blocker for a specific site
It is not always necessary to disable the blocker completely. If the problem is only on one site (for example, YouTube or news portal), you can add it to white list (exceptions). In Chrome for Android this function is not available, but it is supported by third-party blockers:
For AdGuard:
- Open the application AdGuard.
- Go in
Settings โ Exceptions. - Add the site domain (for example,
vk.comoryoutube.com). - Save the changes and refresh the page in the browser.
For Blokada:
- Run Blokada and tap on โ๏ธ (gear).
- Select
Whitelist(White list). - Enter the website address (for example,
*.google.comfor all subdomains Google). - Restart the browser.
If you use DNS filtering (for example, through 1.1.1.3), then adding to the white list is impossible - you will have to temporarily disable the blocker completely or change DNS to standard (8.8.8.8 from Google).
How to check if the white list is working?
Open the site from exceptions in incognito mode (so that the cache does not interfere).
Refresh the page - advertising should appear.
If not, clear the browser cache or restart the blocker.
5. Radical methods: reset settings and root access
If the blocker is built into the firmware (like some smartphones Xiaomi, Huawei or Realme), standard methods may not work. In such cases, you will have to use more stringent measures.
Method 1: Reset network settings
This method will delete all user settings for Wi-Fi, mobile network and VPN, including blockers at the DNS level:
- Open
Settings โ System โ Reset. - Select "Reset network settings" (not to be confused with a full reset!).
- Confirm the action and reboot device.
Method 2: Removal via ADB (for advanced)
If the blocker is installed as a system application (for example, MIUI AdBlock), it can be removed via ADB:
adb shell pm uninstall --user 0 com.miui.analytics
For other firmware, the package names may differ. You can find them out through the command:
adb shell pm list packages | grep -i adblock
โ ๏ธ Attention: Removing system applications via ADB may lead to unstable operation of the device. Before executing commands, make a backup copy of your data.
Method 3: Obtaining root access
On some devices, the blocker is embedded so deep that without root it cannot be removed. For example, on Xiaomi s MIUI this may be a service com.miui.analyticsthat is responsible for blocking ads. To remove it:
- Gain rootaccess (for example, through Magisk).
- Use Root Explorer or Titanium Backup to remove the system APK.
- Reboot device.
Resetting the network settings is the safest radical method, but it will delete all saved Wi-Fi networks and passwords.
6. Alternative solutions: bypassing the blocking without disabling
If you canโt disable the blocker (or donโt want to), you can try to trick the system. Some sites check for the presence of AdBlock. by indirect signs, and these checks can be bypassed.
Method 1: Incognito mode
In Chrome incognito mode sometimes ignores extensions and system settings of blockers Try:
- Open a new incognito tab (tap). to โฎ โ "New incognito tab").
- Go to the desired site - the advertisement may load.
Method 2: Changing User-Agent
Some sites block access when they detect a mobile Chrome with AdBlock. You can replace User-Agent with the desktop one:
- In Chrome enter in the address bar
chrome://flags/#force-desktop-mode-on-tablets. - Set the flag in Enabled.
- Restart the browser.
Method 3: Using another browser
If Chrome stubbornly blocks ads, try:
- ๐ Firefox - supports extensions, but the blocker must be installed separately.
- ๐ Samsung Internet - has a built-in AdBlock, but it can be easily disabled in settings.
- ๐ Kiwi Browser โ allows you to install desktop extensions (for example, uBlock Origin), which are easier to control.
If the site asks you to disable AdBlock, but you do not want to do this, try opening it in a browser Opera with the built-in blocker disabled. This often works.
7. How to prevent the blocker from being re-enabled
Once the blocker is disabled, it may re-activate after restarting or updating the application. To avoid this:
- ๐ Turn off auto-update for the blocker app in Google Play.
- ๐ต Uninstall the appif you don't need it, rather than just turning it off.
- ๐ Block background activity in the battery settings (
Settings โ Applications โ [Blocker name] โ Battery โ Optimization). - ๐ก๏ธ Check your security settings โsome antiviruses (for example, Kaspersky) have built-in blockers advertising.
If the blocker was built into the firmware, after resetting the settings it may return. In this case:
- Use custom firmware (for example, LineageOS), if it is available for your model.
- Check regularly
Settings โ Applicationsfor new system services with a blocking function.
โ ๏ธ Attention: On devices with MIUI (for example, Xiaomi or POCO) the ad blocker can be turned on automatically after a system update. To avoid this, disable automatic software updates in Settings โ About phone โ System update.
FAQ: Frequently asked questions
๐ Why is advertising still not available after disabling AdBlock? is shown?
Possible reasons:
- The browser cache is not cleared - try
Settings โ Privacy โ Clear cache. - The site uses server blocking (for example, by IP). Try changing the network (from mobile to Wi-Fi).
- The VPN from the blocker remains active in the system - check
Settings โ Network and Internet โ VPN.
๐ฑ How to disable the ad blocker on Samsung with One UI?
Devices Samsung (for example, Galaxy S23 or A54) do not have a built-in blocker, but can be activated "Pop-up blocker":
- Open Chrome or Samsung Internet.
- Go to
Settings โ Site settings โ Pop-ups. - Disable blocking.
If there is a problem not this, check the installed applications - perhaps the blocker is installed separately (for example, AdHell 3 for devices with Knox).
๐ง Is it possible to disable AdBlock without root access on Xiaomi?
Yes, but not on all models. Try:
- Open
Settings โ Applications โ Manage applications. - Find
com.miui.analyticsorcom.xiaomi.midrop. - Tap "Disable" (do not delete!).
- Restart the device.
If the "Disable" option is grayed out, try resetting the network settings (see section 5).
๐ How to check which DNS is being used on my Android?
You can find out the current DNS servers through the app Network Info II (available in Google Play) or by command ADB:
adb shell getprop | grep dns
Standard DNS from Google: 8.8.8.8 i 8.8.4.4. If others are listed there (for example, 1.1.1.3 or 94.140.14.14), they were changed by the blocker.
๐ What to do if after updating Chrome the blocker turned on again?
This happens due to resetting the flags or returning the default settings. Solutions:
- Disable automatic updating Chrome in Google Play.
- Use an alternative browser (for example, Firefox), where there is no built-in blocking.
- Install Chrome Beta โin test versions sometimes there is no aggressive blocking.