Googleβs Gemini artificial intelligence (formerly known as Bard) is being actively integrated into the Android ecosystem, including Xiaomi smartphones. For many users, the service is becoming intrusive: it takes up space in memory, consumes traffic in the background, and can send data to Google servers without explicit consent, especially for device owners on MIUI 14/15, where Gemini is often installed as a system application.
In this article, we will discuss all possible ways to disable or completely remove Gemini on Xiaomi, Redmi and other smartphones. POCO β from standard settings to use ADB You'll learn how to block the background activity of the service, remove its updates and even uninstall the application without root rights. MIUI device models.
Why is Gemini appearing on Xiaomi and can it be safely removed?
Gemini is installed on Xiaomi devices in two ways:
- π¦ Pre-installation β on some models (e.g. Xiaomi) 13T Pro, Redmi Note 12 Pro+) Gemini is sewn into the firmware as a system application.
- π Automatic Update β via Google Play Store or Google Play Services, even if you initially removed the app.
- π€ Integration with MIUI β In recent versions, the Gemini shell may appear in the search bar, Gboard keyboard or as a sentence in Google Assistant.
Can you remove Gemini without consequences? Yes, but with reservations:
- β Shutdown (freeze) will not affect the stability of the system.
- β οΈ Deleting the system application without root rights may cause Google Play Services to crash (e.g., other apps will stop updating).
- π§ On devices with an unlocked bootloader, the risks are minimal.
β οΈ Note: If you use Gemini to work with documents or translations, disabling it will deprive you of access to these features.Alternatives: Microsoft Copilot, Perplexity AI or offline solutions like AI Chatbot by Xiaomi.
Method 1: Disable Gemini through standard MIUI settings
The easiest method is to deactivate the service through the app menu.This won't remove Gemini completely, but will stop it from working in the background and notifications.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type Gemini (or Google AI).
- Select the app from the list and click Disable (or Remove Updates if the button is active).
- Confirm the action by clicking Disable the application.
If the Disable button is inactive, then Gemini is a system component, in which case move on to the following methods.
βοΈ Preparing for Gemini shutdown
After disconnection, it is also recommended:
- π« Disable AutoRun: In Gemini app settings, turn off AutoRun and Background Activity.
- π΅ Restrict access to data: in the Permits section, revoke access to microphone, contacts and location.
- π Delete the cache: press Warehouse β Clear the cache.
Method 2: Remove updates and reset to factory version
If Gemini was installed through Google Play, it can be rolled back to the factory version, which often lacks most features and does not interfere with the system.
Step-by-step:
- Go to Settings β Applications β Google Play Store.
- Click Warehouse β Clear the cache and Clear the data.
- Go back to the app list, find Gemini, and select Remove Updates.
- Confirm action. The app will return to the version preinstalled on the device.
After that:
- π Block Automatic Update: Search for Gemini on Google Play, open the menu (three dots) and uncheck Auto Update.
- π‘οΈ Use Blockada or NetGuard to block the applicationβs network access.
β οΈ Note: On some devices (Xiaomi 14 Ultra, Redmi) K70 Pro) The Gemini factory version may not be available, in which case an attempt to remove the updates will result in an error. ADB (4).
Method 3: Disconnecting with Google Assistant and Account Settings
Gemini is closely integrated with Google Assistant and Google services, and if you donβt use a voice assistant, disabling it can partially deactivate Gemini.
How to do this:
- Open Google Assistant (hold the Home button or say βOK, Googleβ).
- Click on the profile icon in the upper right corner β Settings.
- Go to Gemini (or Artificial Intelligence) and turn off all the switches:
- π€ Voice input
- π Personalization of responses
- π Search in applications
In addition:
- π Untie your Google account from Gemini: go to myaccount.google.com β Data and personalization β Application history and web search settings β Turn off Gemini Apps Activity.
- π± On devices with MIUI 15 Check the Settings section β Additionally. β Special facilities β Gemini and deactivate all options.
Method 4: Complete removal of Gemini with ADB (no root)
If standard methods donβt work, you can remove Gemini via ADB (Android Debug Bridge), which doesnβt require root rights, but requires connecting the device to a computer.
What you need:
- π₯οΈ Computer with installed ADB-driver.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-TypeC Cable (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices(Your device should appear on the list.)
- Enter the command to delete Gemini:
adb shell pm uninstall --user 0 com.google.android.apps.nexuslauncher
adb shell pm uninstall --user 0 com.google.android.apps.geminiIf the first command doesnβt work, try:
adb shell pm uninstall --user 0 com.google.android.apps.assistantOn some Xiaomi devices, the Gemini package may be called com.google.android.apps.searchlite or com.google.android.apps.magenta. To find out the exact package, use the command:
adb shell pm list packages | grep -i gemini| Xiaomi model | MIUI version | The name of the package Gemini | Can I remove it without root? |
|---|---|---|---|
| Xiaomi 13/13 Pro | 14.0.5+ | com.google.android.apps.gemini | Yes. |
| Redmi Note 12 Pro | 13.0.12 | com.google.android.apps.assistant | Partially (requires to disable updates) |
| POCO F5 | 14.0.6 | com.google.android.apps.searchlite | Yes. |
| Xiaomi 14 Ultra | 15.0.1+ | com.google.android.apps.magenta | No (systemic) |
β οΈ Attention: After removal through ADB Some Google features may not work properly (like voice search or smart text entry:
adb shell cmd package install-existing com.google.android.apps.geminiπ‘
If Google Play Services stop working after Gemini is deleted, clear the cache and application data of Google Play Services in the settings. This will restore functionality without returning Gemini.
Method 5: Lock Gemini at the system level (for advanced users)
If deletion is not desirable but you want to block Geminiβs access to the network and system resources completely, the following methods can be used:
1. Blocking via hosts file (requires root or Magisk):
- π± Install Magisk and Systemless Hosts.
- π§ Add it to the file. /system/etc/hosts line:
127.0.0.1 gemini.google.com
127.0.0.1 ai.google.dev
127.0.0.1 bard.google.com2. Restriction via AppOps (Hidden Android Settings):
- π οΈ Install AppOps (for example, Rikka AppOps).
- π Find Gemini in the list and disable permissions:
- π‘ INTERNET (net-access)
- π ACCESS_FINE_LOCATION (geolocation)
- ποΈ RECORD_AUDIO (microphone)
3. Use of firewall applications:
- π₯ Install NetGuard or AFWall+ (root).
- π« Add Gemini to the blacklist to block all traffic.
What happens if you completely remove Gemini from Xiaomi?
Method 6: Alternative firmware (for enthusiasts)
If you're willing to take drastic measures, installing custom firmware will completely remove all Google services, including Gemini.
- π± LineageOS β pure Android without unnecessary services.
- π§ Pixel Experience β firmware with Google Pixel functionality, but without Gemini (if you choose a version without GApps).
- π MIUI EU β modified MIUI No Chinese or unnecessary Google services.
How to determine:
- Unlock the bootloader through the official Xiaomi tool.
- Install custom Recovery (TWRP or OrangeFox).
- Download the firmware from the XDA Developers website.
- Swipe through the Recovery, having previously made a backup.
β οΈ Note: Installing custom firmware voids warranty and may result in a brick device. On devices with HyperOS (the new Xiaomi shell), the process may be different β specify the instructions for the specific model.
π‘
Custom firmware is the most reliable way to get rid of Gemini, but it requires technical skills. For most users, there are only 1-4 methods.