Many users of smartphones based Android face a situation where the Alice voice assistant appears on the lock screen or takes up space in the browser interface without the knowledge of the device owner. This is due to the aggressive integration of the service into the ecosystem Yandex, which seeks to make the assistant available with one touch. However, for those who prefer minimalism or use third-party solutions for voice control, the presence of Alice becomes an annoying factor.
It is impossible to completely remove the assistant app code from the official application, since it is an integral part of the architecture Yandex Browser. However, there are a number of effective methods that allow you to completely disable its activation, remove voice input buttons and hide widgets from the home screen. In this article, we will analyze all the available configuration methods, from simple switches in the menu to working with system permissions.
You should understand that the interface of mobile applications is often updated, and the arrangement of elements may vary slightly depending on the version OS and browser build. If you do not find the menu item, check for updates in Google Play or AppGallery. Below are the current steps for most modern versions of software.
Disabling Alice on the lock screen
The most common problem is the appearance of the assistant call button directly on the locked screen. This is a feature that is enabled by default when you first install or update an application. To get rid of it, you will need to go to the settings of the browser itself, and not the phone system.
Open the application and click on the menu icon (three dots or stripes), then go to the section Settings. Here you need to find the block responsible for personalization or voice functions. It is usually called "Voice Assistant" or "Alice". Inside this menu, the switch you are looking for may be hidden under the “Show on lock screen” item.
⚠️ Attention: If the switch is inactive (gray), check the phone's system settings. In the “Applications” section, find Yandex.Browser and make sure that it has permission to display on top of other windows, otherwise the setting within the application may not be applied correctly.
After disabling this option, the button will disappear instantly. However, in some versions Android you also need to restart the device for the changes to take effect at the notification display system level. This ensures that the assistant will not wake up the screen when accidentally pressed in your pocket.
If the button remains after a reboot, try clearing the application cache in the Android settings: Settings → Applications → Yandex.Browser → Storage → Clear cache.
Remove the microphone button in the search engine line
The second element that often bothers users is the microphone icon inside the address bar (smart bar). It's designed to quickly launch voice search, but it often triggers accidentally when scrolling or manually typing. You can remove it through the internal interface settings.
Go to Settings the browser and find the section related to appearance or search. In new versions, this option is placed in a separate menu “Smart line” or “Search line”. Here you will see a checkmark next to “Show voice search button” or similar wording. Unchecking this checkbox will immediately clear the line of the unnecessary element.
- 📱 Open the browser menu (three dots in the lower or upper corner).
- ⚙️ Go to the section
Settings→InterfaceorSearch. - 🎤 Find the “Microphone button” item and turn off the toggle switch.
- ✅ Check the address bar - the icon should disappear.
It is important to note that disabling the visual button does not deprive you of the ability to use voice input at all. You will still be able to activate Alice by long pressing the Home button (if configured on the system) or through widgets if they are installed. We only remove visual noise from the navigation interface.
☑️ Checking for voice mute
Removing Alice widgets from the main screen
Often users accidentally add Yandex widgets to the desktop, thinking that it is just a search, but in fact it is a full-fledged Alice interface with a news feed and buttons quick access. Such widgets take up a lot of space and consume RAM in the background.
To delete, simply hold down the widget area on the main screen with your finger until the action menu appears. In the list that appears, select “Delete” or drag the item to the top of the screen in the trash area. If the widget is not removed in the standard way, it may be pinned in the launcher.
In some shells, for example MIUI or One UI, widgets may be part of the system news feed to the left of the main screen. To disable them, you need to go to the desktop settings (long press on an empty area of the screen) and disable the “News Feed” or “Yandex.News” option.
| Widget type | Where it is located | Deletion method | Influence to work |
|---|---|---|---|
| Search bar | Home screen | Hold → Delete | No |
| Alice (round) | Home screen | Hold → Delete | Disable shortcut |
| Zen feed/News | Screen left | Launcher settings | Hide the news block |
| Weather and traffic jams | Home screen | Hold → Delete | No |
After cleaning the desktop, it is recommended to restart your smartphone. This will free up system resources that were previously spent on rendering and updating data for remote widgets. This is especially noticeable on devices with a small amount of RAM.
Why does the widget return on its own?
Sometimes the widget returns after updating the Yandex.Browser application. In this case, you need to remove it manually again, since developers can reset the interface settings during major updates.
Prohibiting access to the microphone at the system level
If your goal is to ensure that any voice input is prevented, the most radical and reliable way is to revoke permission to use the microphone. Without this right, the browser will not physically be able to record your voice, even if you accidentally press the activation button.
Go to the settings of your smartphone and find the “Applications” or “Application Manager” section. In the list of installed software, find Yandex Browser. Go to the “Permissions” subsection. Here you will see a list of all the rights that the application has: camera, contacts, location.
Find the “Microphone” item and change its value to “Deny” or “Reject”. Now, whenever you try to activate voice search, the system will block the request, and possibly display a notification that access is denied. This is the most reliable method for paranoid security.
⚠️ Warning: Disabling the microphone will also prevent you from using dictation of text in form input fields and search queries through the browser. Use this method only if you absolutely do not need voice input.
It is worth considering that with the next major update the application may ask for permissions again. Be careful when installing updates and do not blindly click “Allow all” if you want to maintain the current privacy configuration.
Resetting default settings and clearing data
Sometimes simple switches do not work due to software glitches or cached data conflicts. In such a situation, a complete reset of the browser settings to the factory state helps. This will return the application to the “as after installation” form, where Alice may be disabled by default or easier to configure.
To perform this procedure, go to the Android system settings, the “Applications” section, select Yandex.Browser and click “Storage”. Here you will need two buttons: “Clear cache” and “Clear data” (or “Reset”). Clicking on the second button will delete all your bookmarks, passwords and history if they are not synchronized with your account.
Settings → Applications → Yandex.Browser → Storage → Clear data
After resetting, launch the browser. When you first start it, the setup wizard may prompt you to enable Alice. Read each screen carefully and uncheck the prompts to activate the voice assistant. This will allow you to set up a “clean” installation without unnecessary functionality.
Data reset is a last resort. Be sure to make sure that your passwords and bookmarks are synchronized with your Yandex account before performing this operation, otherwise you will lose them forever.
Alternative methods and using ADB
For advanced users who have rights Root or are familiar with USB debugging, there is the possibility of deeper intervention in the system. Using the tool ADB (Android Debug Bridge) you can disable the components responsible for launching the assistant without deleting the application itself.
This method requires connecting the phone to the computer and enabling the “USB Debugging” mode in the developer menu. Commands are entered into the console on the PC. However, using such methods carries risks: the wrong command can lead to unstable operation of the browser or its cyclic restarts.
If you decide to take this step, look for specific packages associated with Yandex voice input and use the command pm disable-user --user 0 [package_name]. But remember that application updates may overwrite these changes, returning the functionality back.
⚠️ Attention: Using ADB and disabling system components may disrupt the operation of other Yandex services, such as Maps or Navigator, if they use shared voice libraries input. Proceed with caution.
For most average users, the methods described in the previous sections are sufficient. Deep modification of the system is justified only if the standard settings do not give the desired result and the presence of an assistant critically interferes with work.
Frequently asked questions (FAQ)
Is it possible to completely remove the Yandex.Browser application from the phone?
If the browser was preinstalled by the phone manufacturer as a system one application, it cannot be deleted using standard means. You can only “Disable” it in the application settings, which will hide the icon and stop working. If you downloaded it yourself from the store, deleting it is possible by long pressing the icon.
Why does Alice turn on itself when I don’t press anything?
This may happen due to the “Voice Activation” function (welcome phrase) or due to the sensitivity of the headset button. Check the settings inside the application and disable the option “Listen to the command 'Hello, Yandex'”. Also check the settings of Bluetooth devices.
Does disabling Alice affect the speed of the browser?
Yes, disabling background processes of the voice assistant and deleting widgets can slightly speed up the device and save battery power, since the microphone and speech recognition services will no longer consume resources in the background.
What to do if after updating the settings reset?
Unfortunately, major application updates sometimes reset user preferences. You will have to go into the settings again and disable unnecessary features. It is recommended to take screenshots of your settings before updating in order to quickly restore them.
Is it possible to replace Alice with Google Assistant in the browser?
You cannot directly replace the engine inside Yandex Browser. However, you can set the Home button to call Google Assistant in your Android system settings. In the browser itself, use text input or third-party keyboards with voice input from Google.