Google Gemini (formerly Bard) artificial intelligence is actively integrated into the Android ecosystem, including Xiaomi smartphones based on MIUI and HyperOS. For many users, this service becomes intrusive: it takes up space in memory, consumes traffic for background updates and can conflict with native XiaoAI. Unfortunately, the standard removal of the icon from the desktop does not solve the problem - Gemini continues to work in the background, collecting data and consuming device resources.
In this guide, we will discuss all possible ways to deactivate Gemini on Xiaomi, from simple (via the settings menu) to radical (disable via ADB and remove system packages). Instructions are relevant for Redmi, POCO and Xiaomi models on MIUI 14/15 and HyperOS, including flagships Xiaomi 14, Redmi Note 13 Pro+ and POCO F6. If you encounter that the service is installed voluntarily after a reset or update, here you will find a solution.
Why is Gemini appearing on Xiaomi and can it be safely removed?
Google Gemini is not just an app, but a part of Google Play Services and Google App, and it can appear on Xiaomi devices for three reasons:
- π± Pre-installation: On some models (especially for European and global markets), Gemini is embedded in firmware as a system application.
- π Auto Update: Through the Google Play Store or Google Background Services (even if you havenβt installed it).
- π¦ Part of the package GMS: On devices with Google Mobile Services certified (all global versions of Xiaomi).
Can you remove Gemini without consequences? Yes, but with reservations:
- β It is safe to disable through settings or ADB β It won't disrupt the system.
- β οΈ Removal of systemic APK (For example, through Root, it can cause Google Play Services or Google App to crash.
- π After resetting or updating MIUI/HyperOS The service may return - re-deactivation will be required.
β οΈ Note: On Chinese versions of Xiaomi (without the GMS) Gemini is not available by default. If it appeared, chances are you installed it manually or through third-party services.
Method 1: Disable Gemini via Xiaomi Settings (without Root)
The easiest method is to deactivate the app through the standard menu, which wonβt remove it completely, but will stop the background and notifications.
Instructions:
- Open Settings β Applications β Application Management.
- In the search bar, type Gemini (or Google App if the first option is not found).
- Select the app and click Disable (if the button is inactive, read Method 2).
- Confirm the action by clicking Disable the application.
If the button is not available:
- π§ Try Stop the app first, then Clear the cache and Clear the data.
- π΅ Turn off auto-update in Google Play Store: find Gemini, click on three dots β Turn off auto-update.
βοΈ Preparing for Gemini shutdown
This method works on most devices, but has limitations:
| Xiaomi model | MIUI/HyperOS version | Can I turn it off? | Notes |
|---|---|---|---|
| Xiaomi 13/14, Redmi Note 12/13 | Global/EEA (MIUI 14+) | β Yes. | You may need to disable Google App |
| POCO F5/X5 | Global (HyperOS 1.0) | β οΈ Partially. | The button to disable may be blocked |
| Xiaomi 12T, Redmi K50 | China (without GMS) | β No. | Gemini is not available by default |
Method 2: Remove updates and reset Google App
If Gemini is integrated into the Google App (search engine), it can be rolled back to the factory version, where Gemini functionality is missing.
Steps:
- Go to Settings β Applications β Application Management β Google App.
- Click on the three dots in the top corner β Remove updates.
- Confirm the action. The app will return to the factory version.
- Turn off auto-update in the Google Play Store (see method 1).
After that:
- π Gemini icon will disappear from the desktop.
- π± Voice search features (OK, Google) may not work well.
- π Next Google App Gemini will be back, you will need to repeat the procedure.
π‘
To prevent automatic updates, add Google App to the βIgnoredβ list in the Google Play Store settings (Settings β Auto-Update Applications β Do not update automatically).
β οΈ Note: On some Xiaomi firmware (e.g. HyperOS 1.0 for Xiaomi 14), removing Google App updates may cause weather and search widgets to crash (ADB).
Method 3: Disconnect via ADB (for power users)
If standard methods donβt work, you can block Gemini via Android Debug Bridge (ADB), which doesnβt require Root rights, but requires a computer and enabled USB debugging.
Step-by-step:
- Activate Developer Mode on Xiaomi: Settings β About Phone β MIUI Version (click 7 times)
- Enable USB debugging in Settings β Additional β For developers.
- Connect your phone to your PC, install ADB drivers (for example, via Mi PC Suite).
- Open the command line (Windows) or terminal (macOS/Linux) and type: adb devices Make sure the device is identified (its serial number should appear).
- Run the command to deactivate Gemini: adb shell pm uninstall -k --user 0 com.google.android.apps.nexuslauncher adb shell pm disable-user --user 0 com.google.android.apps.gsa
Transcript of commands:
- π uninstall -k β Remove updates for the current user.
- π§ Disable-user β disables the application without deleting system files.
- π If Gemini returns after the reboot, use: adb shell pm hide com.google.android.apps.gsa (requires: ADB ROOT).
What if the ADB canβt see the device?
Advantages of the method:
- β It works on all versions. MIUI/HyperOS.
- β Doesn't require a Root license.
- β You can return Gemini with a command: adb shell pm enable com.google.android.apps.gsa
Method 4: Removal through Root (for advanced)
If you have Root rights (e.g., through Magisk), you can completely remove Gemini as a system application.This is a risky method - wrong actions can cause Google Play Services to crash.
Instructions:
- Install a file manager with Root support (such as Root Explorer or Mixplorer).
- Go to /system/priv-app/ or /system/app/.
- Find files related to Gemini: GoogleApp.apk (main package), Velvet.apk (old version of Google Search) Gsa.apk (Google Search Assistant)
.bak
GoogleApp.apk.bak
Reset the device.
Consequences:
- β Gemini will be permanently removed (until the next firmware).
- β οΈ Voice search may break down, OK, Google.
- β οΈ Googleβs Weather, Search Widgets Will Stop Working.
β οΈ Attention: HyperOS system removal APK It can cause bootloop. Before experimenting, back up through the bootloop. TWRP Or OrangeFox.
Method 5: DNS or firewall lock (for technical users)
If Gemini keeps updating in the background, you can block its servers through a DNS or firewall, which doesn't delete the application, but it stops its connection to the Internet.
Option 1: Change the DNS on your phone
- Go to Settings β Connections β Private DNS.
- Select the Private DNS Host Name and type in: dns.adguard.com (or any other DNS with tracker locks, such as Cloudflare's 1.1.1.3).
- Save the settings and restart the phone.
Option 2: Use a firewall (e.g., NetGuard or AFWall+)
- π₯ Install NetGuard from Google Play.
- π΅ Enable traffic blocking for apps: Google (com.google.android.googlequicksearchbox) Google Play Services (com.google.android.gms)
- π Reset the device.
Effect:
- β Gemini will stop updating and sending data.
- β οΈ Google Play Market and other Google services may be affected.
- π§ To restore work, it is enough to disable the lock in the firewall.
π‘
DNS blocking is the safest way to limit Geminiβs background activity without deleting system files.
What if Gemini returns after the update?
Gemini can reappear after:
- π Updates MIUI/HyperOS.
- π₯ Updates to Google Play Services or Google App.
- β‘ Resetting settings to factory.
Decisions:
- Disable Auto-Update System Applications: Settings β Apps β Google Play Store β Auto-Update β Do not automatically update
- Use ADB to permanently lock (see Method 3).
- Install an alternative firmware (like LineageOS or Pixel Experience without GMS).
- Reverse to the old version of Google App via APKMirror.
For HyperOS devices:
- π Check for updates in Settings β The phone. β Updating the system.
- π§ If Gemini appeared after the update, try to roll back to the previous version of the firmware via Fastboot.