Services Yandex are pre-installed on many smartphones with Android โ€”especially on devices of Russian brands like Redmi, Realme or Honor. Even if you don't use Yandex.Search, Browser or Maps, they continue to work in the background: collecting location data, showing ads and draining battery power. In this article we will look at how completely deactivate or delete Yandex services โ€”from standard methods to hidden settings for experienced users.

It is important to understand: some applications (for example, Yandex.Kit na Xiaomi) are integrated into the firmware and cannot be deleted through the menu. They will require ADB commands or rights root. We will consider all options - from simple to advanced, taking into account the features of different versions Android 10โ€“14.

If you want not just to disable, but block data collection or remove pre-installed services without root access, the article has separate sections with detailed instructions. We will also explain what consequences may occur after deactivation - for example, will they stop working? data-i="58">Music Yandex.Taxi or Music.

๐Ÿ“Š Which Yandex services do you want to disable?
Yandex.Search and widgets
Yandex.Browser
Yandex.Maps and Navigator
Yandex.Disk
All listed

1. Standard disabling through Android settings

The safest way is to deactivate unnecessary services in the application menu. This won't remove them completely, but it will stop background activity and clear notifications. Suitable for most devices without root access.

Instructions:

  • ๐Ÿ“ฑ Open Settings โ†’ Applications (or Settings โ†’ All applications on some firmware).
  • ๐Ÿ” Enter โ€œYandexโ€ in the search bar - the system will show all related applications.
  • โš™๏ธ Select the one you need (for example, Yandex.Browser) and press Disable (on some devices - Uninstall updates, then Disable).
  • โš ๏ธ Confirm the action in the dialog box.

After disconnecting, the application will disappear from the menu and will no longer launch, but its data will remain in the device memory. To free up space, you need to clear the cache and data:

  1. In the same application menu, press Storage.
  2. Select Clear cache and Clear data.
  3. To completely remove updates, click Delete updates (if the button is active).

Check whether Yandex.Search is used as the default search engine

Save important data from Yandex.Disk or Notes

Make sure alternative applications (Google Maps, Chrome) are installed and configured

Disable synchronization with Yandex account (if used)

-->

โš ๏ธ Attention: On some devices (for example, Samsung Galaxy with a proprietary shell One UI), the button Disable may be blocked. In this case, proceed to the next section with ADB commands.

2. Removal via ADB (without root access)

If standard shutdown does not work, you can remove services Yandex using Android Debug Bridge (ADB). This method does not require superuser rights, but will require connecting the smartphone to the computer.

Step-by-step guide:

  1. Enable USB debugging:
    • Go to Settings โ†’ About phone.
    • Tap 7 times on Build numberto activate Developer mode.
    • Go back in Settings โ†’ System โ†’ Developer Mode and enable USB Debugging.
  • Install ADB on PC:
    • Download Platform Tools from the official website Android.
    • Unpack the archive and open cmd (or Terminal to Mac/Linux) in this folder.
    • Connect your phone and run the commands:
      adb devices

      (the name of your device should appear)

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

      (replace com.yandex.browser with the package of the desired application from the table below).

    • Application Package name Can it be removed via ADB
      Yandex.Browser com.yandex.browser Yes
      Yandex.Search com.yandex.searchplugin Yes (not on some firmware)
      Yandex.Maps ru.yandex.yandexmaps Yes
      Yandex.Disk ru.yandex.disk Yes
      Yandex.Kit (on Xiaomi) com.yandex.kit No (root required)

      If an error appears after executing the command DELETE_FAILED_DEVICE_POLICY_MANAGER, then the application is protected by device policies. In this case, only obtaining root access or resetting to factory settings will help (but the services will return after the update).

      ๐Ÿ’ก

      Before deleting via ADB, make a backup copy of the data. If something goes wrong, you can restore the application via adb shell cmd package install-existing com.yandex.browser (replace the package with the desired one).

      3. Disabling through Yandex account settings

      If you are logged in Yandex account on your phone, the company's services can be synchronized automatically. To stop this:

      1. Open Settings โ†’ Accounts (or Users and accounts).
      2. Find Yandex in the list and select it.
      3. Click Delete account (or Disable synchronizationif you want to leave the account, but stop sharing data).

    After this:

    • ๐Ÿ”„ Stop synchronizing Notes, Mail and Calendar.
    • ๐Ÿ“ Yandex.Maps will lose access to location history.
    • ๐Ÿ”’ Automatic login to services (for example, Yandex.Taxi) will be disabled.
    • โš ๏ธ Attention: On some devices (for example, Huawei s HMS), deleting a Yandex account may lead to a malfunction of branded services. Before proceeding, check whether the account is used for authorization in other applications.

      4. Blocking background activity (to save battery)

      If you donโ€™t want to delete services, but they consume battery, you can limit their operation in the background. This will not disable applications completely, but will reduce the load on the system.

      How to limit:

      1. Go to Settings โ†’ Applications โ†’ Yandex.Browser (or another service).
      2. Select Battery (or Battery optimization).
      3. Activate the option Limit background activity or Optimize.
      4. In the section Mobile data disable Background traffic.

      Additionally, you can:

      • ๐Ÿ“ต Disable notifications: Settings โ†’ Applications โ†’ Yandex.Search โ†’ Notifications โ†’ Disable.
      • ๐ŸŒ Prohibit autorun: Settings โ†’ Applications โ†’ Autorun โ†’ Yandex.Maps โ†’ Disable.
      • ๐Ÿ”’ Remove from them: in multitasking, swipe the application up and pin the gesture Do not keep in memory (on MIUI and ColorOS).
      What will happen if you limit Yandex.Navigator?

      If you limit background activity Yandex.Navigator, it will stop updating traffic jams in real time and lose connection with GPS when the application is minimized. However, the main functions (route building, voice prompts) will remain working while the application is open.

      5. Removing Yandex system services (root required)

      On some devices (for example, Xiaomi Redmi Note or Realme Narzo) services data-i="219">built into the firmware as system ones. You can delete them only with rights Yandex sewn into the firmware as system ones. You can delete them only with the rights root or through custom recovery (TWRP).

      Instructions for root users:

      1. Install a file manager with root support (for example, Root Explorer or FX File Explorer).
      2. Go to the folder /system/priv-app/ or /system/app/.
      3. Find folders with names Yandex* (for example, YandexKit, YandexSearch).
      4. Delete folders or rename them by adding them at the end .bak (for example, YandexKit.bak).
      5. Restart the device.

      To delete via TWRP:

      1. Download debloater script for your model (for example, Universal Debloater).
      2. Load into TWRP and flash the script as zip-file.
      3. In the list of applications, check all services Yandex and confirm deletion.
      โš ๏ธ Attention: Deleting system applications can lead to unstable firmware operation or errors during update. Before proceeding, make a full backup via TWRP or Titanium Backup.
      ๐Ÿ’ก

      If, after removing system services, the phone no longer updates over the air (OTA), return the deleted files or flash the firmware manually via Fastboot.

      6. Alternative methods: disabling via DNS and host file

      If you cannot remove services, you can block their access to the Internet. This will stop data collection and advertising, but the applications will remain in the system.

      Method 1: Change DNS

      • ๐Ÿ“ก Install the application DNS Changer (or use the built-in settings Wi-Fi โ†’ Change network โ†’ Advanced โ†’ DNS).
      • ๐Ÿ”ง Enter addresses 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
      • ๐Ÿ”’ Add blocking rules for domains DNS Changer add blocking rules for domains .yandex.ru and .yandex.net.

      Method 2: Edit the hosts file (root required)

      1. Open the file /system/etc/hosts in a text editor with root access.
      2. Add the lines:
        127.0.0.1 mc.yandex.ru
        

        127.0.0.1 appmetrica.yandex.ru

        127.0.0.1 mobile.yandex.ru

      3. Save the file and reboot device.

      These methods block applications from communicating with servers Yandex, but do not delete them. At the same time:

      • โœ… Advertising banners will stop showing in the browser and search.
      • โœ… Geolocation data will not be transmitted to the servers.
      • โŒ Some functions (for example, voice search or updating maps) will stop working.

      7. What to do if services return after updating

      On some devices (especially with proprietary shells like MIUI or Flyme OS) services Yandex are restored after updating the firmware. To avoid this:

      • ๐Ÿ”„ Disable automatic updating of system applications:
        Settings โ†’ Applications โ†’ Three dots (menu) โ†’ Special access โ†’ Installing unknown applications โ†’ Disable for all sources
      • ๐Ÿ“ฆ Uninstall updates for system services:
        1. Go to Settings โ†’ Applications โ†’ Yandex.Kit.
        2. Click Uninstall updates (if the button is active).
    • ๐Ÿ”ง Use Magisk modules (for root):
      • Install the module Universal Debloater or App Systemizer via Magisk.
      • Add services Yandex to the list to block.
      • If all else fails, there are two options left:

        1. Flash custom firmware (for example, LineageOS or Pixel Experience), where there are no pre-installed services.
        2. Resign yourself and use ad blockers like AdGuard or Blokadathat filter traffic Yandex.

        FAQ: Frequently asked questions

        Can I disable Yandex.Search, if it is installed as a system application?

        Yes, but only through ADB or with root-rights. Standard disabling in settings may not be available. Use the command:

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

        If an error appears, try first uninstalling updates for the application, then disabling it.

        Will Yandex.Taxi or Music stop working after deleting the services?

        No, Yandex.Taxi and Yandex.Music are separate applications. Their work does not depend on Yandex.Search or Browser. However, if you delete Yandex.Kit (on Xiaomi), you may lose the ability to log in through your Yandex account in these services.

        How to recover deleted services if needed?

        Recovery methods:

        • Via ADB:
          adb shell cmd package install-existing com.yandex.browser
        • Via reset settings (returns all pre-installed applications).
        • Via manual installation of APK (download the file from APKPure or APKMirror).
        Will the smartphone work faster after removing Yandex services?

        Yes, but the effect depends on the model:

        • On weak devices (2โ€“4 GB of RAM) will be freed up to 300โ€“500 MB RAM.
        • On flagships (6+ GB of RAM) the performance increase will be minimal, but battery life will increase.
        • If services actively used the Internet (for example, Yandex.Maps with background geolocation), traffic and battery power will be saved noticeably.
        Is it possible to disable Yandex on Samsung smartphones?

        On Samsung Galaxy services Yandex usually are not pre-installed, but if they appeared after the update, you can:

        • Disable in Settings โ†’ Applications (if there is no button Disable, use ADB).
        • Delete via Package Disabler Pro (purchase required, but no root access required).
        • Block in Knox (if the device is corporate).

        On firmware One UI 5.0+ some system applications are protected - they can only be limited (see section 4).