Many Android smartphone users are faced with a situation where, after installing updates or branded applications, a voice assistant icon appears on the desktop. Most often we are talking about the assistant from Yandex, which is integrated into the system at the launcher or browser level. Removing this element can be difficult, since developers often change the operating logic of their services, hiding standard removal options deep in the menu. intrusive widget or voice assistant icon. Most often we are talking about the assistant from Yandex, which is integrated into the system at the launcher or browser level. Removing this element can be difficult, since developers often change the logic of their services, hiding standard removal options deep in the menu.

In this article we will analyze all the possible ways to deactivate or completely remove the Alice icon from the screen of your device. We will look at the settings of itself Yandex Browser, Android system parameters and features of various shells, such as MIUI, One UI or EMUI. Understanding which component is responsible for displaying the icon will be the key to solving the problem.

You should not immediately resort to radical methods like resetting settings or getting root access. In most cases, it is enough to correctly configure widget display settings or disable the corresponding service in application settings. Let's go through all the stages of cleaning the interface from excess visual noise.

Determining the source of the icon

Before trying to delete an element, you need to understand its nature. The Alice icon can be part search widget, an independent application shortcut, or an interface element Yandex Browser. If the icon responds to pressing by launching the voice assistant, most likely it is tied to the main search engine application.

Often users confuse a widget and a regular application. A widget is an interactive element that can take up different screen space and display dynamic information. A regular shortcut simply opens the app. To remove it correctly, you need to know the type of object you are working with.

Try holding down the icon with your finger for a few seconds. If a menu appears with the options “Delete”, “Resize” or a settings gear, you are dealing with a widget or shortcut that can be removed using standard means. If nothing happens or a message about administrator rights appears, the situation requires deeper intervention in system settings.

⚠️ Attention: On some smartphones of Chinese brands, the assistant may be built into the system shell. In this case, complete removal without flashing may not be possible, but disabling the function is often available.

📊 Where did you get the Alice icon?
After installing Yandex Browser
Was pre-installed on the phone
Appeared after the update system
I don’t know, it just appeared

Removal through Yandex Browser settings

The most common source of Alice appearing on the desktop is the settings of the Yandex browser itself. By default, developers enable the widget display feature for quick access to search. To disable this option, you need to go to the application settings.

Run Yandex Browser on your device. Click on the menu button, which usually looks like three dots or three bars in the bottom or top corner of the screen. In the list that opens, select Settings. Next, scroll down the list to the section responsible for the appearance or the main page.

You will need to find an item called "Show widget on the main screen" or “Add search widget”. Uncheck the box or move the switch to the inactive position. After this, the system may request confirmation to delete an existing widget. Agree to the action.

  • 🔍 Open Yandex Browser and go to the settings menu.
  • ⚙️ Find the "Home Page" or "Widgets" section.
  • ❌ Disable the option to display the assistant on the desktop.
  • 🗑️ Confirm deleting the existing element from the screen.
💡

If the icon remains after disabling the setting, try restarting the device. Sometimes the launcher cache stores old data about the location of widgets.

Managing widgets on the desktop

If the icon was added manually or remained after changing browser settings, it can be removed directly from the desktop. This method is universal for most versions of Android, although the names of the items may differ slightly in different shells.

Find the Alice icon on the screen of your smartphone. Click on it and hold your finger for 1-2 seconds until the device enters edit mode. At this point, the screen may shrink or a toolbar will appear at the top.

Drag the icon to the top of the screen, where the zone “Delete” or trash can is usually located. On some phone models, such as Samsung or Xiaomi, this area is highlighted in red. Release your finger when the icon is above this area.

Shell type Action to delete Features
Stock Android Drag up to the cross Standard behavior
MIUI (Xiaomi) Drag to "Delete" Requires confirmation
One UI (Samsung) Click "Delete" in the pop-up menu The menu appears immediately
EMUI (Huawei) Drag to the top Deletion area is red

Sometimes the widget occupies a large area and consists of several parts. In this case, you need to delete the entire block. If you delete only part of the widget, the system can automatically restore it or leave a non-working fragment on the screen.

☑️ Checking the removal of the widget

Done: 0 / 4

Disable in system application settings

A more radical method is to completely disable the component responsible for the assistant through the Android system menu. This method is suitable if standard deletion does not work or the icon appears again after a reboot.

Go to Settings your smartphone. Find the "Applications" or “Application Manager” section. In the list of installed apps, find “Yandex” or “Yandex Browser”. Click on the name of the application to open a page with information about it.

On the application page you are interested in the button Disable or "Stop". If you click "Disable", the application will stop working and disappear from the list of apps, along with all associated widgets. If there is no such button, try pressing "Uninstall updates", which will return the application to the factory version, where the widget may be missing.

⚠️ Attention: Disabling system applications or Google/Yandex services may affect other features such as Google voice search or data syncing. Proceed with caution.

In some cases, clearing application data helps. In the same application settings menu, find the item Storage and click Clear data. This will reset all browser settings and remove the shortcuts it created, but will require re-authorization.

What to do if the "Disable" button is inactive?

If the button is gray and not is pressed, it means the application has the rights of a system component or is pre-installed (bloatware). In this case, only deleting via ADB or getting root access will help, which is recommended only for experienced users.

Changing the launcher as a solution

If the built-in launcher of your smartphone persistently returns the Alice icon to its place, the most effective solution may be to install a third-party launcher. Third-party skins gives full control over the desktop and do not allow system applications to impose their widgets.

Download a popular launcher from Google Play, for example, Nova Launcher, Microsoft Launcher or Niagara Launcher. Once installed, press the Home button and select the new launcher as your default app. The interface of your phone will change, and the old widgets will disappear.

In the settings of the new launcher, you can flexibly manage the desktop grid, disable unnecessary search bars and prohibit the addition of new icons without your knowledge. This will not only solve the problem with Alice, but will also speed up the device by optimizing the interface.

  • 📲 Install a third-party launcher from the application store.
  • 🏠 Set it as the default launcher in the system settings.
  • 🎨 Customize the grid and remove unnecessary controls.
  • 🚫 Prohibit the automatic addition of widgets in the settings of the new launcher.
💡

Changing the launcher is not just a way to remove an icon, but an opportunity to completely customize the smartphone interface to suit your needs, removing all visual garbage.

Using ADB for advanced users

For those who are not afraid to work with the command line, there is a method for removing system components via Android Debug Bridge (ADB). This method allows you to delete or disable an application even without root access, if it is not critical for booting the system.

You must first activate Developer Mode on your phone. Go to Settings → About phone and click 7 times on the build number. Then in the “For Developers” menu, enable "USB Debugging".

Connect the phone to the computer via a USB cable. On your computer, open a command prompt or terminal in the folder where ADB is installed. Enter the command to check the connection:

adb devices

If the device is displayed in the list, you can begin to disable the package responsible for Alice. Typically this is a package com.yandex.alice or component inside the browser. The command to disable it is as follows:

adb shell pm disable-user --user 0 com.yandex.alice

⚠️ Warning: Incorrect use of ADB commands may lead to system instability or data loss. Always check the package name before executing the disable command.

After executing the command, the assistant icon and functionality will disappear. To return everything back, use the command adb shell pm enable com.yandex.alice. This method guarantees the complete disappearance of the element from the interface.

💡

You can find out the exact name of the application package using free utilities from the Play Market, such as "App Inspector" or "Package Name Viewer".

Frequent questions and problems when deleting

Why does the Alice icon appear again after reboot?

This happens if only the icon is disabled, but the service is active in the Yandex Browser settings. Go to your browser settings and disable the widget there, or use the method with ADB to completely block the component.

Is it possible to remove Alice without deleting Yandex Browser?

Yes, it is possible. It is enough to disable the display of the widget in the settings of the browser itself or use a third-party launcher that will not display shortcuts to system applications on the main screen.

Is it safe to disable system applications via ADB?

Disabling custom applications and services like Alice is safe for the phone. However, you should not disable Android system services related to telephony, communications or the bootloader, as this may lead to the device being bricked.

What to do if the delete button is inactive (gray)?

A gray button means that the application has administrator rights or is a system one. Try revoking administrator rights in the security settings or using a computer with ADB to force a shutdown.

Does deleting Alice affect the operation of Google voice search?

No, these are different systems. Google voice search (“Ok Google”) works independently of the Yandex assistant. Removing one will not affect the functionality of the other.