How to Disable or Remove Gemini on Xiaomi: All the Ways to Work

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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type Gemini (or Google AI).
  3. Select the app from the list and click Disable (or Remove Updates if the button is active).
  4. 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

Done: 0 / 4

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:

  1. Go to Settings β†’ Applications β†’ Google Play Store.
  2. Click Warehouse β†’ Clear the cache and Clear the data.
  3. Go back to the app list, find Gemini, and select Remove Updates.
  4. 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:

  1. Open Google Assistant (hold the Home button or say β€œOK, Google”).
  2. Click on the profile icon in the upper right corner β†’ Settings.
  3. 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.
πŸ“Š How do you feel about integrating AI into smartphones?
Positive - convenient and useful
Neutral, indifferent.
Negatively - violates privacy
Already shut down all AI services.

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:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

(Your device should appear on the list.)

  1. 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.gemini

If the first command doesn’t work, try:

adb shell pm uninstall --user 0 com.google.android.apps.assistant

On 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 modelMIUI versionThe name of the package GeminiCan I remove it without root?
Xiaomi 13/13 Pro14.0.5+com.google.android.apps.geminiYes.
Redmi Note 12 Pro13.0.12com.google.android.apps.assistantPartially (requires to disable updates)
POCO F514.0.6com.google.android.apps.searchliteYes.
Xiaomi 14 Ultra15.0.1+com.google.android.apps.magentaNo (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.com

2. 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?
On most devices, this will not cause critical failures, but the following consequences are possible: - Voice commands for Google Assistant will stop working. - The search bar on the home screen may disappear (if it was from Gemini). - Some applications (for example, Google Photos) will lose AI search functions. - In rare cases, the Google Play Store will start to issue a 495 error when updating applications.

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:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Install custom Recovery (TWRP or OrangeFox).
  3. Download the firmware from the XDA Developers website.
  4. 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.

FAQ: Frequent questions about Gemini's shutdown on Xiaomi

❓ Can you turn off Gemini without a computer?
Yes, use methods 1-3 (standard settings, disabling through Google Assistant). Complete removal without a PC will require root or apps like App Inspector (to determine the name of the package) + ADB AppControl (to execute commands directly from your smartphone).
❓ Why does Gemini appear again after removal?
This is due to automatic system applications recovery via Google Play Services Solutions: Disable auto-update for Gemini on Google Play. ADB flag-bag --user 0 (waywardly 4). Install Universal Android DeBloater (requires root) to permanently lock.
❓ Does Gemini Disconnection Affect Other Google Apps?
Most of the time, no. However, on some devices (Xiaomi 14, Redmi K60) it may stop working: Voice search in Google Assistant, AI functions in Google Photos (e.g., automatic sorting), Smart text entry in Gboard. Alternative: turn off only background Gemini activity, but leave the application itself.
❓ How to check if Gemini is completely removed?
Follow the following steps: Check the list of applications in Settings β†’ Applications – Gemini should not be on the list. Type in ADB the command: adb shell pm list packages | grep -i gemini If the answer is empty – the application is removed. Also check traffic consumption in Settings β†’ Connections β†’ Data usage.
❓ Is there a legal way to request the removal of Gemini from Xiaomi?
Xiaomi does not provide a formal procedure for removing pre-installed Google services: πŸ“§ Write in support of Xiaomi with a request to provide firmware without Gemini (unlikely, but there are possible exceptions for European models). 🌍 Buy a device with global firmware (MIUI Global, which has fewer pre-installed Google services than the Chinese version. πŸ“„ Request for the deletion of personal data through GDPR (This will not remove the app, but will limit the collection of information).