Modern smartphones based on the Android operating system often come with a pre-installed set of applications that are actively promoted by developers. In the Russian-speaking segment, one of the most common such applications is Yandex Browser. Users often encounter a situation where, when clicking on links from instant messengers or social networks, this particular browser automatically opens, even if you prefer to use Google Chrome or Mozilla Firefox.

The reason for this behavior lies in the system priority settings, where a specific application is assigned the “default” action. This means that the system perceives the selected browser as the main tool for processing Internet links. Fortunately, Android provides a flexible mechanism for managing these parameters, allowing you to easily change preferences without having to delete the application itself.

In this article, we will examine in detail all the stages of the process of changing the priority application. You will learn how to find the desired section in the menu, how to reset current settings and how to avoid re-imposing the service in the future. Understanding these processes will help you make using your smartphone more comfortable and under your control.

Why the system selects Yandex Browser automatically

The operating mechanism of the operating system Android is built on the principle of processing file types and actions. When you click on a hyperlink, the system looks for an application that has proven itself as a protocol handler http and https. If the “Always” checkbox was previously set for Yandex Browser or it was selected last as the main one, the system remembers this choice.

Often, users themselves accidentally assign a default browser when they first install or update the application. A pop-up window asking “How to open it?” appears rarely if the priority has already been set. This is why many are surprised why links suddenly began to open in a different application than the one they usually use.

📊 Which browser do you use most often?
Yandex Browser
Google Chrome
Opera
Mozilla Firefox
Safari on iPhone

In addition, smartphone manufacturers can implement their own shells that aggressively promote certain services. In such cases system restrictions they can return the settings to factory values ​​after updating the firmware. It is important to distinguish between the situation when the browser is selected by you, and when the system did it forcibly.

Preparing to change system settings

Before making changes to the device configuration, you need to make sure that you have an alternative installed. If you want to remove Yandex, you must have another browser installed, for example Google Chrome, Samsung Internet or DuckDuckGo. Without the presence of a second application, the system may not allow you to remove the “default” status from the only available option.

☑️ Preparing to change browser

Done: 0 / 4

It is also worth considering that the menu interface may differ depending on the version Android and smartphone model. Shells like MIUI, OneUI or ColorOS have their own navigation features. However, the search logic for the “Applications” section remains the same for the entire ecosystem.

⚠️ Attention: On some corporate devices or smartphones received from telecom operators, the rights to change system applications by default may be limited by the administrator.

It is also recommended to check for updates for the operating system. Sometimes bugs related to browser settings getting stuck are fixed in security patches. If your system has not been updated for a long time, this may be the reason for the incorrect behavior.

Resetting default settings through the app menu

The most direct and effective way to solve the problem is to force reset the settings of a specific application. You do not need to delete Yandex Browser, you just need to take away its rights to open links automatically. To do this, go to the Settings section of your device.

Next, find an item that may be called “Applications”, “All applications” or “Application Manager”. In the list of installed apps, find Yandex Browser. By clicking on it, you will be taken to the application card, where all the information about its operation is stored, including cache, permissions and battery usage.

What to do if there is no “Default” item?

Sometimes this item is hidden in the “Advanced” or “Advanced settings” submenu. If it's not there, try clearing the application data, but this will reset your personal settings inside the browser.

Inside the application card, look for the “Default Application” or “Open by Default” section. There will be a "Remove Defaults" or "Clear Defaults" button. Clicking on it will return the system to a state where, the next time you click on the link, it will ask you how to open the content.

Global change of browser in Android settings

In newer versions of the operating system, starting from Android 10 and higher, a more convenient control method has appeared. Now you don’t have to go to each application card. There is a global section where you can select the main browser for the entire system at once.

Go to Settings and find the “Applications” section. At the top of the screen or in the menu (three dots), select “Default Applications”. In the list that opens, find the “Browser” category. By clicking on it, you will see a list of all installed browsers.

Action Where to look (Standard Android) Where to look (Samsung/OneUI) Where to look (Xiaomi/MIUI)
Settings menu Settings Settings Settings
Applications section Applications Applications Applications and notifications
Default selection Default applications Selecting default applications Default applications
Change browser Browser -> Select Browse web pages -> Select Browser -> Select

Select from the list the browser that you want to use constantly, for example Chrome. After this, all links in the system will begin to open through it. This is the most reliable method, which overwrites previous preferences.

💡

The global setting in the "Default Applications" menu has the highest priority and overrides the individual settings of other apps.

Eliminating intrusiveness and pop-ups

Sometimes users want not just to change the browser, but to completely get rid of existence reminders Yandex. If the application is built into the firmware, you cannot remove it using standard methods. However, you can limit its activity.

In the application card that we talked about earlier, there is a “Disable” or “Turn Off” button. If it is active, clicking on it will hide the browser icon from the menu and prevent it from running as a background process. The system will consider that the application has been deleted, although the files will remain on the disk.

  • 🚫 Disable notifications: go to the "Notifications" section inside the application settings and disable all categories of notifications.
  • 🔋 Battery limit: Select the "Power Saver" or "Limited" mode so that the system does not allow the browser to run in the background.
  • 📉 Disabling access to data: block the application from accessing the mobile data and Wi-Fi in the “Mobile data and Wi-Fi” section.

Such measures allow you to “freeze” unnecessary software, freeing up device resources. This is especially true for budget smartphones, where every megabyte of RAM counts.

⚠️ Attention: Smartphone shell interfaces can be updated. The location of the Background Limit or Battery menu items may change in new versions of Android. Check the current names of sections in the menu of your device.

Alternative methods and use of ADB

For advanced users who want to completely remove the system application, there is a method of using USB debugging and the tool ADB (Android Debug Bridge). This method requires connecting the smartphone to the computer and having drivers.

First you need to activate developer mode. To do this, click on the build number seven times in the About phonesection. Then, in the Developer Options menu, enable USB Debugging. After connecting to the PC, run the command to remove the package.

adb shell pm uninstall -k --user 0 com.yandex.browser

This command will remove the browser for the current user without affecting the system partition. It's safe and reversible: a factory reset will return the app back to where it was. However, be careful when removing system components, as this may lead to instability.

💡

Use the command “adb shell pm list packages | grep yandex" to find out exactly the name of the application package if standard removal does not work.

Frequently asked questions (FAQ)

Is it possible to completely remove Yandex Browser without root access?

No, using standard system tools, just disable it. Complete removal of system applications requires using ADB commands through a computer or obtaining superuser rights (Root), which may violate the warranty.

Why did Yandex become the default browser again after resetting the settings?

This can happen when updating the firmware or the Yandex application itself. Some manufacturers configure the system so that their services automatically take over priority. You will have to repeat the procedure for selecting a browser in the global settings.

Does changing the browser affect the operation of Yandex widgets?

No, widgets on the desktop (weather, news) work regardless of which browser is installed by default. They use their own modules to obtain data.

Is it safe to use ADB to uninstall applications?

Using the uninstall --user 0 command is safe for the system as it only uninstalls the application for your user profile. However, deleting critical system components can lead to interface errors, so delete only what you are sure of.