Many smartphone users are faced with a situation where unnecessary interface elements appear on the desktop. Often we are talking about Yandex widget, which is pre-installed on devices or is added accidentally when installing applications. This element takes up useful space and sometimes interferes with navigation.

You can remove it in several ways, depending on the version of the operating system and the model of your gadget. In this article we will analyze in detail all the methods, from standard removal to completely disabling the component through system settings.

The process of setting up an individual desktop does not require special technical knowledge. Just follow the simple steps described below to return the screen to its original state and remove unnecessary Yandex.Widget.

Standard method of removing from the main screen

The simplest and most obvious method is suitable for most modern smartphones. You donโ€™t need to go into deep system settings, just interact directly with the lock screen or desktop.

Find the Yandex icon or information block in an empty space. Press it and hold your finger for 1-2 seconds. A context menu or desktop editing mode should appear on the screen.

Depending on the shell of your device (MIUI, OneUI, ColorOS), the actions may differ slightly. Typically, a trash can appears at the top of the screen or a pop-up window with a delete button appears.

  • ๐Ÿ—‘๏ธ Drag the widget to the top of the screen, where the trash icon will appear.
  • โŒ Click on the cross or the "Delete" button in the pop-up menu.
  • ๐Ÿ“ฑ Confirm the action if the system will ask for additional permission.
๐Ÿ“Š What smartphone do you have?
Samsung
Xiaomi
Honor
Another brand

If nothing happens after dragging, try a different gesture. On some models, you must first activate the editing mode and then select the object to delete.

Deleting through the desktop settings

Sometimes the standard long press does not work due to the characteristics of the launcher. In this case, you need to refer to the system interface settings. This method is more reliable for older versions of Android.

Go to the general Settings of your smartphone. Find the section responsible for Home screen or Desktop. In some firmware, this item is hidden inside the โ€œDisplayโ€ or โ€œPersonalizationโ€ section.

Inside the desktop management menu there is often a list of installed widgets. Find it in the list Yandex and turn off the switch next to it. This will hide the element from the screen without deleting the application itself.

๐Ÿ’ก

If you cannot find the desktop settings, use the search in the phone settings by entering the word โ€œscreenโ€ or โ€œlauncherโ€.

This method is good because it does not delete application files, but only hides their visual display. You can always return the widget back through the same menu section.

Disabling a component in application settings

If the widget is part of a system application that cannot be removed in the standard way, you can forcefully disable it. This will prevent it from launching and displaying on the desktop.

Go to Applications in the system settings. Find the application Yandex or Yandex.Searchin the list. Click on it to open the information page about the app.

In the menu that opens, find the button Disable or Disable. The system will warn you that the application will stop working. Confirm the action. The widget will disappear from the screen instantly.

โš ๏ธ Attention: Disabling a system application may affect the operation of the Alice voice assistant if it is integrated into this component.

After disabling the application will disappear from the list of installed apps. To return it, you will have to go to the settings again, select the "All applications" or "Disabled" filter and reactivate it.

โ˜‘๏ธ Check before disabling

Done: 0 / 4

Removal via ADB for advanced users

For those who want to completely clean the system of unnecessary software, there is a method using USB debugging. This requires connecting your smartphone to your computer and installing drivers.

Enable developer mode on your phone by clicking 7 times on the build number in the About phonesection. Then activate USB debugging in the developer menu.

Connect the device to the PC and open the command line. Enter the command to remove the package responsible for the widget. This usually looks like deleting the search service.

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

This command will delete the component only for the current user, without affecting the system partition. This is safe and reversible when resetting the settings to factory settings.

List of possible packages

com.yandex.searchplugin, com.yandex.browser, com.yandex.alice - package names may differ depending on the firmware version and region.

Comparison of removal methods widget

The choice of method depends on your goals and level of training. Simply removing from the screen works for most, while disabling via ADB requires caution.

Method Difficulty Reversibility Efficiency
Drag and drop Low Full Temporary
Screen settings Medium Full High
Disable application Medium Full Maximum
ADB commands High Complex Maximum

Regular users are recommended to limit themselves to the first two methods. They do not require connection to a computer and do not carry the risk of system disruption.

๐Ÿ’ก

The safest way for the average user is to disable the application in the settings, since this does not require root access and can be easily canceled.

Possible problems and their solutions

Sometimes users encounter the fact that the widget returns after a reboot or update systems. This is typical for devices that are strictly tied to the manufacturer's ecosystem.

Check whether synchronization with your account is enabled. In some cases, desktop settings are saved in the cloud and restored when you log in to your account Google or manufacturer.

โš ๏ธ Attention: Shell interfaces are constantly updated. The layout of menu items may change in new versions of Android. Check the information with the official references of your brand.

If the delete button is inactive (gray), it means that the widget is a system one and cannot be deleted without superuser rights. In this case, use the disable method.

  • ๐Ÿ”„ Reboot the device after all changes to apply the settings.
  • ๐Ÿšซ Check the access rights in the "Accessibility" section.
  • ๐Ÿ“ฒ Make sure you have the latest version of the launcher installed.

Frequently asked questions (FAQ)

Is it possible to permanently remove a Yandex widget without root access?

It is impossible to completely remove a system component without root access, but it can be disabled through application settings. Visually, it will disappear and stop consuming resources.

Why does the widget appear again after the update?

During a major firmware update, the desktop settings may be reset to factory settings. You will have to repeat the removal or disabling procedure again.

Does deleting a widget affect the operation of the Yandex browser?

No, the widget and the browser are different components. Removing an item from the desktop will not affect the functionality of the installed browser or other company applications.

Is it safe to use ADB commands?

It is safe to use ADB commands as long as you remove only custom or disable packages. Do not delete system components necessary for Android to work, this may lead to the โ€œbrickโ€ of the device.