Google Gemini (formerly Bard) is actively integrating into the Android ecosystem, including Xiaomi, Redmi and POCO smartphones. For many users, the service becomes intrusive: it appears in the search bar, offers βsmartβ hints and consumes resources in the background. If you want to disable Gemini on Xiaomi β whether itβs because of privacy, battery savings or simply because you donβt need it β this article will help you do it as efficiently as possible.
It is important to understand that Gemini can be implemented on several levels:
- πΉ As a system application (pre-installed in firmware) MIUI)
- πΉ Google Play Services (updated automatically)
- πΉ How to integrate into the Google search bar or MIUI Launcher
We will look at all possible methods, from simple shutdown to complete deletion (including: ADB-We will also discuss how to avoid re-activation of the service after system updates.
1. Easy to disable Gemini through Android settings
The safest and most reversible way is to deactivate the app in the settings, a method that works for most Xiaomi models on MIUI 14/15 and does not require superuser rights.
Instructions:
- Open Settings β Applications β Application Management.
- In the search bar, type Gemini (or Google AI if the name is different).
- Select the app from the list and click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
β οΈ Attention: On some firmware MIUI If you turn off Gemini, you may lose your Google search bar on the home screen, so you can reboot your device or update your Google App through the Play Market.
βοΈ Preparing for Gemini shutdown
2.Remove updates and reset Google App
If Gemini is integrated into Googleβs app (search engine), it can be rolled back to the factory version, where AI features were not yet available.This method runs on Android 12-14 and does not require root rights.
Steps:
- Go to Settings β Apps β Google (or Google App).
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm action. The system will return to the factory version of the application.
- Then turn off the automatic update for Google App in the Play Market (find the app β three points β Disable auto-update).
πΉ Gemini will disappear from the search bar and will no longer offer βsmartβ answers.
πΉ Disadvantage: Google Search functionality may be limited (e.g., voice search or current news cards will be lost).
What to do if the βRemove Updatesβ button is inactive?
3. disable Gemini integration in MIUI Launcher
On some Xiaomi devices (e.g. Xiaomi 13/14, Redmi Note 12), Gemini features are built right into the MIUI Launcher shell.
- Long press on the main screen β Launcher settings.
- Go to Additional Settings β Smart functions (or AI-service).
- Turn off the sliders next to: π€ Gemini tips in search π Contextual proposals π± AI widgets
Settings β Applications β MIUI Launcher β Stop
β οΈ Attention: POCO F5 Xiaomi Pad 6 and these settings may be located elsewhere, such as in Settings β Special facilities β Google Services. If you don't find an item, try searching by settings (the magnifier icon at the top of the screen).
4. Complete removal of Gemini via ADB (for advanced)
If you're willing to take drastic measures, you can permanently remove Gemini using ADB (Android Debug Bridge), a method that requires connecting your smartphone to your PC and basic command line knowledge.
Preparation:
- π₯οΈ Install. ADB Tools on the computer.
- π± Turn on Debugging. USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press the assembly number β Return to the Additional Settings β For developers β Debugging by USB).
- π Connect your phone to your PC and confirm your trusted device.
Commands for removal:
adb shell
pm uninstall -k --user 0 com.google.android.apps.nexuslauncher # Removes launcher with Gemini (if used)
pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Deletes Google App with Gemini
pm uninstall -k --user 0 com.google.android.as # Removes AI servicesImportant: Once these commands are executed, the Google app and related services will stop working. To return them, you will need to reset your settings or manually install the APK.
π‘
Before deleting via ADB, back up your data with adb backup -apk -obb -shared -all -f backup.ab. This will save all applications and their data in case something goes wrong.
5. Lock Gemini through Hosts file (without root)
If you don't want to delete Gemini, but you want to block its interaction with Google servers, you can edit the hosts file, which will prevent data from being sent and smart responses from being loaded.
Instructions:
- Install an editing app for hosts, such as Hosts Editor or DNS66 (available in the Play Market).
- Add the following lines to the end of the file: 127.0.0.1 gemini.google.com 127.0.0.1 bard.google.com 127.0.0.1 ai.google.dev
- Save the changes and restart the device.
πΉ Gemini will stop updating data and showing up-to-date answers, but the application itself will remain in the system.
πΉ Restriction: After Google Play Services Update, the lock may reset.
6.How to prevent Gemini from reappearing after updates
Even after deletion, Gemini may return after the MIUI or Google Play Services update.
| Method | Action. | Efficiency |
|---|---|---|
| Turn off auto-update | In Play Market, disable auto-update for Google App and Google Play Services. | βββ (middle-class) |
| Blocking through Package Disabler | Use apps like Package Disabler Pro to permanently disable Gemini packages. | ββββ (high-pitched) |
| Installation of custom firmware | Switch to GMS-free firmware (like LineageOS) or with modified Google Apps. | βββββ (maximum) |
| Retraction of MIUI version | Return to an earlier firmware version where Gemini was not yet integrated. | ββ (low-impact, temporary solution) |
β οΈ Attention: On devices with MIUI Global blocking of Google Play Services updates can cause other services to crash (e.g. Google Maps or YouTube).If you are actively using the Google ecosystem, it is better to limit yourself to disabling only Gemini, without affecting other components.
π‘
The most reliable way to avoid Gemini returning is to combine disabling auto-updates in the Play Market and locking them through a hosts file.
Xiaomiβs Gemini Alternatives: What to Use Instead
If youβve disabled Gemini but want to keep AI features, consider these alternatives:
- π€ Microsoft Copilot β integrates with Bing and Edge, supports voice input.
- π¬ Perplexity AI β More confidential chatbot with links to sources.
- π Xiaomiβs Xiao AI β built-in MIUI (It works on Chinese firmware, but can be activated via India region in settings).
- π± LocalAI β Offline text generation solutions (requires a powerful processor, such as Snapdragon) 8 Gen 2/3).
πΉ Tip: If you only need AI-free search features, install an alternative launcher (like Nova Launcher) and use DuckDuckGo or Startpage as the default search engine.