Xiaomiβs Lens app is designed to recognize objects through your smartphone camera, but it seems unnecessary or even intrusive to many users. Itβs especially annoying that it canβt be standardized removed β thereβs no such option on the app menu. If you want to get rid of the Lenses on your Redmi, POCO or Mi, this article will help you do it once and for all.
We will cover all the current methods, from simple disabling to complete uninstallation via ADB and Fastboot. It is important to understand that some methods require the rights of a superuser or unlocked bootloader, so assess the risks in advance. If you are a beginner, start with safe options (sections 2β3), experienced users can immediately move to radical measures (sections 4β6).
All instructions are tested on MIUI 14/15 and the new HyperOS firmware (2026).If your smartphone is running on an older version, some steps may differ. Additional uninstall options are available for Xiaomi models with Google Play Services (such as global versions).
1. Why can't the lens be removed in the standard way?
The lens is part of Xiaomiβs system services package and is classified as pre-installed software, and the manufacturer blocks its removal for several reasons:
- πΉ Integration with MIUI/HyperOS: The lens is closely linked to the camera and artificial intelligence services, so the system βprotectsβ it from accidental removal.
- πΉ License Agreements: Some app features use proprietary algorithms (such as text recognition) that Xiaomi is required to keep.
- πΉ Updates by air (OTA): After removal of the system APK There may be errors when installing firmware updates.
But that doesn't mean that deletion isn't possible. It just requires workarounds, from shutdowns to low-level firmware manipulations, and unlocked bootloaders like the POCO F5 or Redmi Note 12 Pro+ have better chances of success than locked-in devices.
β οΈ Attention: Removing system applications can lead to unstable smartphone performance, camera errors, or update issues.Before any action, back up through Settings β The phone. β Backup.
2. Method 1: Disabling the lens without deletion (without root)
If you just get in the way of an app icon or it starts accidentally, you just have to turn it off without completely removing it. This method does not require superuser rights and is safe for the system.
Steps:
- Open Settings β Applications β Application Management.
- In the search bar, type βlensβ (or βLensβ for global firmware).
- Click on the app, then select Disable (or Remove Updates if the Disable button is inactive).
- Confirm the action in the dialog window.
After the shutdown:
- π± The icon will disappear from the app menu.
- π« The application will not start automatically (for example, when scanning). QR-code).
- π Updates to the Lens will no longer be installed through Google Play.
β οΈ Note: Some models (e.g. Xiaomi) 13T or Redmi K60) After disconnection, the scan function may disappear QR-In this case, use alternative applications, such as Google Lens.
Method 2: Removing updates and resetting to factory version
If the Lens has been updated through Google Play, it can be rolled back to the factory version, which sometimes allows you to delete unnecessary files, which works on global firmware (MIUI Global or HyperOS Global).
Instructions:
- Go to Settings β Applications β Application Management β Lens.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will return to the factory version.
- Now try again to click Disable or Delete (if the option appears).
If the Remove button never appears, try clearing the cache and data:
- In the same menu, click Warehouse.
- Choose Clear the cache and Clear the data.
- Reboot your smartphone.
βοΈ Preparation for the removal of the lens
Method 3: Removal via ADB (without root but with PC)
For advanced users, the most reliable way to delete is through Android Debug Bridge (ADB), which does not require superuser rights, but you need to:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π± Included debugging by USB smartphone.
Step-by-step:
- Activate USB debugging: Go to Settings β About Phone. Click 7 times on MIUI to turn on Developer Mode. Go back to Settings β Additional β For Developers. Enable USB Debugging and confirm permission.
Connect your smartphone to your PC
File transfer
Open the command line (Windows)
ADB
Enter commands.
adb devices(Your deviceβs serial number should be displayed)
adb shell pm uninstall --user 0 com.miui.lensIf the command is successful, the application will be removed for the current user, and to return it, you just need to update the firmware or manually install the APK.
β οΈ Note: On some models (e.g, POCO X5 Pro) after removal through ADB You may experience errors when using the camera in Document or Translator mode. Before deleting, check if you are using these features.
What if the ADB canβt see the device?
5. Method 4: Complete removal with Magisk (root required)
If you have a superuser rights, you can delete the lens permanently, including all of its system files.
- π² Installed by Magisk (last version).
- π οΈ System App Remover or App Systemizer.
- π§ Backup copy of firmware (in case of failure).
Instructions:
- Install the App Systemizer module from Magisk (available in the Magisk repository).
- Open the App Systemizer app and find the Lenses (com.miui.lens) in the list.
- Click on it and select Delete for all users.
- Reboot your smartphone.
Alternatively, use ADB with root rights:
adb shell
su
mount -o rw,remount /system
rm -rf /system/priv-app/Lens
rm -rf /system/app/Lens
mount -o ro,remount /system
exit
exit| Deleting method | Root is required. | Risk to the system | Recovery capability |
|---|---|---|---|
| Disconnection through settings | β No. | βͺ Low. | β Easy to turn back on |
| Removal of updates | β No. | βͺ Low. | β Update via Play Market |
| ADB (no root) | β No. | β οΈ Medium. | β Reinstall APK |
| Magisk/App Systemizer | β Yes. | β οΈβ οΈ High-pitched | β Reflashing is required |
| Manual removal via TWRP | β Yes. | β οΈβ οΈβ οΈ critical | β Backup required. |
adb backup -apk -obb -shared -all -f backup.abThis will help restore the system if something goes wrong.-->
Method 5: Removal via TWRP (for power users)
If you have a custom TWRP recap, you can remove the lens directly from it, which is suitable for users who have already unlocked the bootloader and installed an informal firmware.
Step-by-step:
- Boot to TWRP (clip Power + Volume up when turned on).
- Go to Advanced β File Manager.
- Find the folders: /system/priv-app/Lens /system/app/Lens /data/app/com.miui.lens-* (if any)
Delete these folders (swipe to the right).
Reboot to the system.
After deleting, check if there are any errors in the camera or other system applications, and if so, restore deleted files from the backup.
β οΈ Note: Some firmware (e.g. HyperOS 1.0 for Xiaomi 14) remove system APK through TWRP This can lead to a bootloop, which requires a complete flashing of the device.
π‘
TWRP removal is the most radical method, but also the riskiest. Use it only if you are confident in your actions and have a full backup system.
7. Alternatives to the Lens: Which Applications to Use Instead
If you have removed the lens, but still need scanning features QR-code, text recognition, or image search, consider these alternatives:
- π Google Lens β a full replacement with advanced features (plant recognition, text translation, product search).
- π± CamScanner β for scanning documents and text recognition (OCR).
- π€ Barcode Scanner (from ZXing Team) is a lightweight reading app QR-code.
- π Yandex.Lens β Russian analogue with support for Cyrillic and local services.
All of these apps are available on Google Play and do not require root rights. If you want maximum integration with MIUI/HyperOS, try Quick Search Box (built-in search engine with crawling features).
For owners of POCO or Redmi on global firmware, Mi AI is also suitable - it is less intrusive than the Lens, but retains the basic functions.