Many Xiaomi smartphone owners are facing intrusiveness in Googleโs built-in features, especially image recognition. Often, Google Lens appears in unexpected places, such as widgets, search bars or Camera app, which can annoy users who prefer alternative solutions or just want to clean the interface of excess software.
Removing the Android system component is not an easy task, as the standard Remove button is often not available. However, there are proven methods to bypass the limitations of the MIUI or HyperOS shell. In this article, we will discuss all the ways from simple hiding icons to completely removing them through the computer.
Itโs important to understand that Google Lens is deeply integrated into the system, and removing it completely can affect your smart camera or voice assistant, so itโs important to be careful, following the instructions Step-by-step, so as not to disrupt the stability of your Xiaomi device.
Why Google Lens Cannot Be Just Deleted
The reason is the operating system architecture. Google Lens is often shipped as part of Google Play system services or Google's library. On Xiaomi smartphones, this component has administrator rights or is a system application that blocks standard deletion through the settings menu.
Android developers also specifically protect basic features from accidental removal, as they can be critical to other applications, such as photo search, which can be used by a gallery or messenger, and trying to rip this component out without preparation can lead to errors in the interface.
โ ๏ธ Warning: Before any manipulation of system applications, make sure you have a backup of important data.Interference with system processes always carries minimal but present risk.
There are several levels of "delete": you can simply hide the icon, disable updates or completely uninstall the package through ADB. The choice of method depends on your ultimate goal: simply not to see the application or completely free up memory.
Method 1: Disconnect and Hide through Settings
The safest and easiest method, which doesn't require a computer connection, is to turn off the background of the application and remove it from view, and it's suitable for most users who are hampered by visual presence or pop-up prompts.
To begin with, you need to find the application itself in the installed program list. Depending on the version of MIUI, it can be called Google Lens, Google Lens, or hidden inside Google Play Services.
- ๐ฑ Open your smartphone settings and go to the App section.
- ๐ Select All Apps and find it in the Google or Google Lens list.
- ๐ Click on the Disable or Remove Updates button if the first button is inactive.
Once you do this, the app will stop updating and consuming resources in the background, but traces of it may remain in the system, and if you want to clean it deeper, you'll have to use more advanced methods.
๐ก
If the โDisableโ button is grey and doesnโt click, try first clicking โDelete Updatesโ, waiting for the process to complete, and then again try to disable the application.
Method 2: Remove via ADB (for advanced users)
This method allows you to completely remove the application for the current user without getting root rights), USB-cable and on-debugging USB on a Xiaomi smartphone.
First, you need to activate the developer mode. To do this, go to Settings โ About the phone and quickly click 7 times on the MIUI Version (or OS Version). After that, a new section will appear in the settings menu "Additional" or "Extended settings", where you need to find the Settings for developers.
Turn on the USB Debugging Toggle. Connect your phone to your computer. On your PC, you need to download and unpack Platform Tools (ADB). In the tool folder, open the command line and enter a command to check the connection:
adb devicesYou'll see a request for debugging permission on your phone screen, confirm it. If the console displays the serial number of a device with device status, the connection is successful. You can now proceed to delete the packet.
โ๏ธ Preparation for removal through ADB
Commands to remove Google Lens components
Google Lens can be hidden under different packet names, and to remove it, you need to know the exact name, most often com.google.android.apps.googleassistant or individual libraries.
Use the following command to safely remove (uninstallation for the current user):
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistantIt is also worth checking for individual lens components, and enter a command to search for all packages containing the word "lens":
adb shell pm list packages | grep lensIf the system finds packets, they can be deleted by a similar command, replacing the packet name.
adb shell pm uninstall -k --user 0 com.google.ar.lensโ ๏ธ Warning: Be extremely careful with removal commands.Removing system packages required for Google Play Services to work can lead to unstable app store or syncing.
What if the ADB canโt see the phone?
Alternative methods and cleaning the cache
If radical methods don't work, you can just clean up the data, and it will put the application back in the post-install state, removing all your settings and your search history, and it often solves the problem of intrusive prompts.
Go to Settings โ Apps โ All apps, go to Google Lens. Go to Memory and click Clear โ All data. After that, the app will forget your preferences.
You can also use third-party applications freezer tools such as Ice Box or Shizuku (in conjunction with App Manager), which allow you to โfreezeโ the application, making it invisible and inactive without completely deleting system files.
Comparison of removal methods
To make it easier for you to choose the right option, we have prepared a comparative method table that will help you assess the risks and labor costs.
| Method | Difficulty | Risks. | Efficiency |
|---|---|---|---|
| Disconnection in settings | Low. | No. | Medium (files remain) |
| Removal via ADB | Tall. | Average (code error) | High (complete removal) |
| Clearing the data | Low. | No. | Low (setting reset) |
| Freeze (App Manager) | Medium | Low. | High (hiding) |
As you can see from the table, for the average user, shutting down or freezing is the best option. Complete removal via ADB is only worth using if you know exactly what you're doing and understand the consequences.
Possible problems and solutions
Errors may occur during the uninstallation process, such as when an application is deleted via ADB, it can automatically recover after an Android system update.This is normal behavior, as Google Play Services tends to restore its components.
If the camera or Google search stops working after deleting, you will need to restore the deleted packets.
adb shell cmd package install-existing com.google.android.apps.googleassistantXiaomi users may also face ADB blocking if they do not log in to a Mi Account or have not been logged in 7 days since the link (although ADB usually just enable debugging).
โ ๏ธ Note: If your phone is under warranty, use ADB Modification of system partitions could theoretically cause a service failure if traces of critical changes are found.
๐ก
The safest way to get rid of Google Lens intrusiveness is not to remove it completely, but to disable notifications and remove widgets from your desktop.
Conclusion
Removing Google Lens from Xiaomi phone is a solvable task, but requires care. You can choose to surface shutdown or deep clean through ADB. The main thing is to maintain a balance between the purity of the system and its stability.
Remember that modern HyperOS and MIUI shells are closely linked to Googleโs ecosystem. Complete removal of components can disrupt smart features such as real-time text translation or photo search.
Can I restore the remote application?
We hope that the instructions provided will help you customize your smartphone to your needs, and a clean interface is the key to comfortable use of the gadget every day.