Smart camera from Yandex is a built-in solution for recognition of faces, gestures and objects, which is actively promoted in the firmware of many Android smartphones (especially on devices with Yandex.Launcher shell or pre-installed Yandex services). However, not all users are ready to share camera data with third parties or encounter unauthorized launch of the camera in the backgroundwhich drains the battery and raises privacy issues.

In this article you will find 5 working methodshow to remove the Yandex smart camera from an Android device - from simply disabling it in the settings to radical removal via ADB or resetting the system. We will also look at which smartphone models most often encounter this problem (for example, Realme, Xiaomi with firmware MIUI for Russia or Samsung with preinstalled Yandex.Search), and what to do if the camera continues to work after standard actions.

1. Checking the activity of the Yandex smart camera

Before deleting or disabling a function, make sure that it is actually active on your device. A smart camera can operate in stealth mode, consuming resources and transmitting data. Here's how to detect it:

  • ๐Ÿ” Task Manager: open Settings โ†’ Applications โ†’ Running and find processes like YandexCameraService, SmartCamera or com.yandex.camera.
  • ๐Ÿ“Š Battery statistics: go to Settings โ†’ Battery โ†’ Battery usage. If the camera or Yandex services consume >5% of the charge, this is an alarming sign.
  • ๐Ÿ“ธ Camera test: run the standard camera application and check if there are buttons like โ€œSmart searchโ€, โ€œRecognitionโ€ in the interface objects" or the Yandex logo.

On some devices (for example, Redmi Note 11 s MIUI 14 for Russia), the smart camera is integrated into the system software and can be disguised as standard functions. In this case, only deep cleaning will help or ADB.

๐Ÿ“Š Does your smartphone support the Yandex smart camera?
Yes, it is preinstalled
No, but I suspect its presence
I donโ€™t know how to check
U me another brand (not Xiaomi/Realme/Samsung)

2. Disabling through Android settings

The safest way is to deactivate the function in the settings menu. The instructions are suitable for most devices with Android 10+, but the paths may differ slightly depending on the shell (MIUI, ColorOS, One UI).

  1. Open Settings โ†’ Applications.
  2. Click on the three dots in the upper right corner and select Show system processes.
  3. Find applications with names:
    • Yandex.Camera or Yandex Camera
    • Smart Camera or Smart Camera Service
    • com.yandex.camera (technical name)
  • Select the application โ†’ Disable (if the button is active) or Stop.
  • In the section Permissions disable access to camera, microphone and storage.
  • If the button Disable is inactive (gray), then the application is protected by the system. In this case, proceed to method c ADB (section 4).

    โ˜‘๏ธ Preparing to disable the smart camera

    Done: 0 / 4

    3. Yandex

    If the smart camera is part of a package of Yandex services (for example, Yandex.Launcher or Yandex.Search), it can be deleted along with the main application. This method works on Samsung Galaxy, Honor and some Xiaomi with global ones. firmware.

    • ๐Ÿ“ฑ Open Settings โ†’ Applications โ†’ Yandex (or Yandex Search).
    • ๐Ÿ—‘๏ธ Click Delete (if available) or Delete updates โ†’ Disable.
    • ๐Ÿ”„ Restart the device.

    Attention: on some devices (for example, Realme C35 s Realme UI), deleting Yandex.Search may cause system weather widgets or the search bar to crash. In this case, restore the application via Play Market.

    What to do if, after deleting Yandex.Search, the weather widget disappeared?

    Install an alternative widget (for example, AccuWeather or Google Weather) from the Play Store. Yandex system widgets are not restored without a complete flashing.

    4. Radical removal via ADB (for experienced users)

    If the smart camera is built into the system files, it can only be removed from using Android Debug Bridge (ADB). This method requires connecting your smartphone to a PC and basic knowledge of the command line. Incorrect commands can cause the system to crash - make a backup copy of your data!

    Instructions:

    1. Download ADB Tools i install drivers for your device.
    2. Enable USB debugging in Settings โ†’ About phone โ†’ Build number (press 7 times to unlock Developer mode).
    3. Connect your smartphone to the PC and enter in the command line:
      adb devices

      Make sure that the device is detected.

    4. Run the command to remove the smart camera package (example for com.yandex.camera):
      adb shell pm uninstall --user 0 com.yandex.camera

      If the package name is different, find it through:

      adb shell pm list packages | grep -i yandex

    After rebooting, check if the smart camera functions have disappeared. If not, try removing the associated packages (for example, com.yandex.searchplugin or com.yandex.browser).

    ๐Ÿ’ก

    If the command adb uninstall did not work, try disabling them first package:

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

    5. Reset to factory settings (last chance)

    If none of the methods worked, it remains full device reset. This will delete all data, including Yandex system applications, but will return the smartphone to its out-of-the-box state:

    • ๐Ÿ“ค Make a backup copy of photos, contacts and messages (for example, via Google Drive or Mi Cloud).
    • ๐Ÿ” Make sure you know your account login/password Google (required after reset).
    • ๐Ÿ“‹ Write down the IMEI of the device (dial *#06# in the dialer).

    Reset instructions:

    1. Go to Settings โ†’ System โ†’ Reset settings.
    2. Select Delete all data (factory reset).
    3. Confirm the action and wait for the reboot (takes 5-15 minutes).

    After a reset do not restore data from a backupmade on the same device, this can bring back deleted system applications. Install only the necessary apps manually.

    ๐Ÿ’ก

    Resetting to factory settings is the only way to guarantee the removal of built-in Yandex services, but it erases all user data. Use it only if other methods have not worked.

    Comparison of Yandex smart camera removal methods

    Method Difficulty Efficiency Risks Suitable for
    Disable in settings โญ Low (may turn on after updating) No All devices
    Deleting Yandex.Search โญโญ Medium (removes some functions) Widgets crash Samsung, Honor, Xiaomi (global firmware)
    ADB commands โญโญโญ High (deletes system files) OS crashes when error Device with unlocked bootloader
    Factory reset โญโญ Guaranteed Data loss All devices

    What to do if the smart camera returns after an update?

    Many users are faced with the fact that after a firmware update the Yandex smart camera appears again. This happens because manufacturers (especially Xiaomi and Realme) integrate Yandex services at the level of system updates. Solutions:

    • ๐Ÿšซ Disable automatic updating: go to Settings โ†’ System โ†’ Software update and deactivate the option.
    • ๐Ÿ”„ Install custom firmware: for example LineageOS or Pixel Experience (requires unlocking the bootloader).
    • ๐Ÿ›ก๏ธ Use a firewall: applications like NetGuard or AFWall+ can block the smart camera's access to the network.

    โš ๏ธ Attention: installing custom firmware will void the warranty and may lead to loss of functions (for example, NFC or Widevine L1 for streaming in high resolution). Before installing the firmware, read reviews about compatibility with your model.

    FAQ: Frequently asked questions about the Yandex smart camera

    Is it possible to disable a smart camera without root access?

    Yes, in In most cases, it is enough to disable it through application settings or use ADB (without superuser rights). Root is required only for deep modification of system files, for example, deletion .apk from a folder /system/priv-app/.

    Is it true that the Yandex smart camera spies on users?

    Officially Yandex states that camera data is processed locally and is not transferred to servers. However, the privacy policy states that the company may collect โ€œdevice usage information,โ€ including camera startup information. To be completely sure, disable all permissions for Yandex services.

    Why did gestures stop working after removing the smart camera?

    On some devices (for example, Redmi Note 10 Pro) The smart camera is responsible for recognizing gestures like โ€œraise to unlockโ€ or โ€œdouble tap to wake.โ€ After its removal, these functions may disappear. The solution is to install alternative software for gestures (for example, WaveUp) or return the system application.

    How to check whether the camera is transmitting data to the Internet?

    Use traffic analyzer applications, for example PCAPdroid or NetGuard:

    1. Install the app and give it root access (or configure VPN mode in NetGuard).
    2. Launch the smart camera and record network activity.
    3. Check for suspicious connections to domains .yandex.ru or .yandex.net.

    If traffic is flowing - disable network access for the camera in the application settings.

    Is it possible to return a smart camera after deleting via ADB?

    Yes, but the process depends on the deletion method:

    • If you used pm uninstall - restore the package via adb shell cmd package install-existing com.yandex.camera.
    • If you deleted .apk manually, you will need to flash the system or restore from a backup.

    On some devices (for example, Samsung), system applications are restored after resetting to factory settings.