How to permanently remove Google Lens from Xiaomi Redmi phone: from blackout to deep cleaning

Google Lens is pre-installed on most Xiaomi Redmi smartphones and often runs in the background, consuming battery power and taking up space in memory. Many users find that the application cannot be removed in standard ways - the Remove button in the settings is inactive, and disabling through the app menu temporarily solves the problem. In this article, we will discuss 5 working methods for completely removing Google Lens from Redmi Note 10/11/12 devices, POCO X3/X4/X5 and other models on MIUI 12-14, including root-free and using ADB.

It is important to understand: Google Lens is integrated into the system services of Google Play and MIUI Camera, so removing it may affect the performance of certain features (e.g. scanning) QR-We will describe in detail the consequences of each method and provide alternative solutions for those who want to retain some functionality but get rid of the background activity of the application.

Why canโ€™t Google Lens be removed in the standard way?

Google Lens is a default system application (or bloatware) installed by smartphone manufacturers, and is built into com.google.ar.lens on Xiaomi devices and protected from removal for several reasons:

  • ๐Ÿ”— Integration with MIUI Camera: Scanning objects through the camera (AI Scene Detection uses API Google Lens.Deleting the app could lead to errors in the standard camera app.
  • ๐Ÿ“ฆ Part of the Google Play Services package: Some Lens components are stitched into Google Play Services, which is responsible for most of Googleโ€™s apps (Gmail, Maps, YouTube).
  • ๐Ÿ›ก๏ธ Protection against system failure: Xiaomi blocks removal of critical applications to avoid malfunctions MIUI (Especially on devices for the Chinese market, where Google Services are installed separately).

Even if you disable Google Lens through settings (Settings โ†’ Apps โ†’ App Management โ†’ Google Lens โ†’ Disable), it will automatically turn on when you update Google Play Services or after you reboot your phone. Additional tools will be required to remove it permanently.

โš ๏ธ Note: Some Redmi models (e.g. Redmi) 9A/9C or POCO M3) The Google Lens app may be part of the com.miui.gallery package, and if it is removed, it will render the standard gallery inoperable. MIUI In Settings โ†’ The phone.

Method 1: Disable Google Lens without Deletion (for beginners)

If you do not need to completely remove the application, but just stop its background work and remove it from the menu, follow the following steps:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the Google Lens (or Google Lens) in the list and tap it.
  3. Click Disable (if the button is inactive, select Stop first).
  4. Confirm the action in the window that appears.
  5. Return to the main app menu and remove the Google Lens shortcut from your desktop (click the icon โ†’ Delete).

This method does not physically remove the application, but prevents it from automatically running. However, after updating Google Play Services or resetting the settings, Google Lens can be activated again.

  • ๐Ÿ”ง Turn off Auto Update for Google Lens in Play Store โ†’ My profile. โ†’ Application and device management โ†’ Google lens โ†’ โ‹ฎ โ†’ Turn off auto-update.
  • ๐Ÿ“ต Limit background activity: in the application settings, select Battery โ†’ Background restriction.
๐Ÿ“Š What Google Lens Removal Method You've Tried Before?
Disabled through settings
Deleted through ADB
Used root.
I've tried nothing.

Method 2: Removal via ADB (without root rights)

The ADB (Android Debug Bridge) tool allows you to uninstall system applications without obtaining root permissions. This method works on most Xiaomi Redmi devices with an unlocked bootloader. If you have never used ADB, follow the instructions Step-by-step:

Enable debugging on USB In Settings โ†’ The phone. โ†’ Version. MIUI (tap 7 times)|Install drivers ADB on PC (download from Google website)|Download platform tools ADB (SDK Platform Tools)|Connect the phone to the PC by USB (Select the "File Transfer" mode")-->

After preparation, run commands in the terminal (or Command Prompt on Windows):

adb devices


adb shell




pm uninstall -k --user 0 com.google.ar.lens

If the team is successful, you'll see a message of success.

  • ๐Ÿ”„ Reboot the phone.
  • ๐Ÿ—‘๏ธ Check if the app has disappeared from the menu and list in Settings โ†’ Annexes.

โš ๏ธ Attention: On some firmware MIUI (especially global versions) the com.google.ar.lens package may be part of com.google.android.gms (Google Play Services), in which case the team will return the Failure error. [DELETE_FAILED_INTERNAL_ERROR]. The solution is to use the root method or roll back the version of Google Play Services to 21.24.13 (via APKMirror).

On devices with MIUI 13+ and above after removal through ADB The scanning function may be missing QR-To return it, install an alternative scanning application (e.g., an alternative scanning application, QR & Barcode Scanner by Gamma Play).

Method 3: Delete with root rights (for advanced users)

If your Xiaomi Redmi has Magisk or another root rights manager installed, you can delete Google Lens using a root-enabled file manager (such as Root Explorer or FX File Explorer).

  1. Open the file manager and give it root access.
  2. Go to /system/priv-app/GoogleLens or /system/app/GoogleLens (the path may vary depending on the version of MIUI).
  3. Delete the GoogleLens folder or rename it to GoogleLens.bak (in case of recovery).
  4. Also check the /data/app/com.google.ar.lens-* folder and delete its contents.
  5. Reboot the phone.

After deletion, it is recommended to โ€œfreezeโ€ the associated services via Magisk or Titanium Backup to prevent re-installation when you update Google Play Services.

su


pm disable-user --user 0 com.google.ar.lens




pm disable-user --user 0 com.google.ar.core

Deleting methodNeed root?Impact on the systemRecovery capability
Disconnection through settingsโŒ No.Minimum (background activity suspended)โœ… Yes (on automatically)
Removal via ADBโŒ No.Medium (can break the QR scan in the camera)โœ… Yes (re-installation through ADB)
Removal from rootโœ… Yes.High (risk of inoperability of Google services)โŒ No (backup required)
Replacement with an alternative (e.g. Samsung Bixby Vision)โŒ No.Low (functionality maintained)โœ… Yes.

๐Ÿ’ก

If the function of Google Lens is stopped after removal AI Scene Detection in the camera, install the module MIUI Camera Patch via Magisk.It restores compatibility with alternative scanners QR-code.

Method 4: Use of third-party utilities (without root)

If ADB commands seem complicated, you can use specialized utilities to remove system applications.

  • ๐Ÿ“ฑ App Inspector (allows you to find hidden Google Lens packages and disable them).
  • ๐Ÿ› ๏ธ Debloater Tool (works through the ADB, but with a graphical interface).
  • ๐Ÿ” Package Disabler Pro (paid but supported) MIUI It allows you to โ€œfreezeโ€ applications without deleting them).

Examples of Debloater Tool:

  1. Download the tool with XDA Developers.
  2. Connect your phone to your PC in USB Debugging mode.
  3. Launch Debloater and wait for the list of applications to load.
  4. Find com.google.ar.lens and com.google.ar.core, tick them.
  5. Press Uninstall Selected.

The advantage of this method is visual control over the packets being removed, but be careful: removing the wrong components can lead to a bootloop.

How to avoid bootloop when removing system applications?
1.Always check dependent packages through the dumpsys package command com.google.ar.lens in ADB. 2. Do not remove apps marked [PHONE] or [CRITICAL] in Debloater Tool. 3. Create a backup via adb backup -apk -shared -all -f backup.ab before changes. 4. If the phone stops turning on, try resetting via Fastboot (fastboot erase userdata command).

Method 5: Replacing Google Lens with Alternative

If you need an object scanning feature but donโ€™t want to put up with Google Lens, consider alternative apps:

  • ๐Ÿ” Samsung Bixby Vision โ€“ works without Google Services, supports text translation and image search.
  • ๐Ÿ“ท CamScanner scans documents and recognizes text (OCR) Better than Google Lens.
  • ๐ŸŒ Yandex.Lens โ€“ Russian analogue with support for Cyrillic alphabet and local databases.
  • ๐Ÿค– AI Lens (from) APUS) โ€” Easy alternative with minimal battery consumption.

To replace Google Lens completely:

  1. Remove the original application by one of the methods above.
  2. Install an alternative from Play Store or APKMirror.
  3. Set up a shortcut on your desktop: pinch the empty space โ†’ Widgets โ†’ App shortcut.
  4. In the camera settings (Settings โ†’ Additional โ†’ QR scanner), select the new default app.

โš ๏ธ Attention: On devices with MIUI for the Chinese market (China) ROM) Alternative scanners may not work due to Google Mobile Services (GMS). In this case, you will need to make a firmware Global. ROM installation GMS manually via XiaomiTool V2.

Restore Google Lens after Deletion

If you have problems after deleting (for example, the QR scan in the camera does not work or the error com.google.ar.core missing is issued), you can return Google Lens in the following ways:

  • ๐Ÿ”„ Reinstallation through ADB: adb install com.google.ar.lens.apk (download APK With APKMirror, choose the version for arm64).
  • ๐Ÿ“ฆ Recovery through Magisk: If you were doing backup modules, restore folder /system/priv-app/GoogleLens.
  • ๐Ÿ”ง Resetting settings: Last option - Settings โ†’ Additionally. โ†’ Recovery and discharge โ†’ Resetting settings (deletes all data!).

If Google Lens is not installed due to an error INSTALL_FAILED_UPDATE_INCOMPATIBLE, first perform:

adb shell pm clear com.google.ar.lens

๐Ÿ’ก

Before restoring Google Lens, check the version of Google Play Services in Settings โ†’ Apps โ†’ Google Play Services. If it is older than 22.18.14, manually update it otherwise Lens will not work.

FAQ: Frequent questions about Google Lens removal

Can I delete Google Lens without a computer?
Yes, but with limitations. Without a PC, you can only disable the application through settings or use a root-righted file manager (like Root Explorer). ADB, Which means computer.
Why does Googleโ€™s ADB lens reappear?
This is due to the automatic update of Google Play Services.To prevent the return of Google Lens: Disable the auto-update for Google Play Services in the Play Store. Use Magisk to freeze the com.google.ar.lens package. Install the Universal GMS Doze module (limits background activity of Google services).
Will the scan work? QR-Xiaomi camera codes after Google Lens is deleted?
On most Redmi models (e.g. Note 10 Pro, POCO X3 NFC), the QR scanning function through a standard camera will stop working, as it uses the Google Lens API. Solutions: Install a third-party scanner (e.g., TWMobile's QR Code Reader). Restor Google Lens but turn off its background activity. Use Google Photos to scan (a feature built into the app).
Can I remove Google Lens on Redmi with a blocked bootloader?
On devices with a locked bootloader (for example, the new Redmi 12 or the new one). POCO M5) You can't unblock system applications without unlocking them. Your options are: Disable the application through settings (method 1); Use Magisk in MagiskHide mode (requires bootloader unlocking); Install custom firmware (e.g. LineageOS) where Google Lens is not available by default. Unlocking bootloader on Xiaomi takes up to 7 days (requires binding Mi Account and waiting). SMS-code).
What other Google apps can be safely removed from Xiaomi Redmi?
In addition to Google Lens, with Xiaomi Redmi, you can remove the following system applications without critical consequences (list for the first time). MIUI 13-14): Google Duo Deletion Consequences Package com.google.android.apps.tachyon Does not affect Google Play Music com.google.android.music Outdated (replaced with YouTube Music) Google Play Cinema com.google.android.videos Not affecting Google Video Playback News com.google.android.apps.magazines Disappears Home Screen News Widget โš ๏ธ Do not delete: com.google.android.gms (Google Play Services), com.google.android.gsf (Google Services Framework) will cause most applications to fail.