How to completely disable Google Gemini on Xiaomi 15: 5 proven ways

Why Xiaomi 15 users want to get rid of Gemini and can it be done without consequences

With the release of Xiaomi 15 based on Android 14 and the proprietary shell MIUI 15, many users faced forced integration of the service Google Gemini (formerly known as Bard), this AI assistant not only takes up space in the system, but also actively consumes resources in the background, even if you do not use it. According to tests XDA Developers, Gemini can consume up to 120 MB of RAM in idle state and up to 3% of battery charge per hour when you use other applications.

The main problem is MIUI 15 Gemini is built-in at the system level and does not have a standard "Delete" button. Even after manually disconnecting through settings, the service can self-repair after security updates or resets. In this article, we will discuss all working ways to disable, including the hidden settings of the developer and the user. ADB-Teams that do not require root rights.

It is important to understand that the complete removal of Gemini without consequences is possible only on unlocked bootloaders. For most users, the optimal solution is a partial shutdown - blocking background activity and removing widgets, which will reduce the load on the system, while maintaining the ability to manually start the assistant if necessary.

Method 1: Disconnect via standard MIUI 15 settings

The safest method, which requires no technical skills. Suitable for users who want to reduce the impact of Gemini on performance, but are not ready for radical measures. In Xiaomi 15, the path to setting up an AI assistant is hidden deeper than in previous versions of MIUI.

Instructions:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management
  • πŸ” In the search bar, type Gemini (or Google for older versions)
  • πŸ›‘ Choose Google (not to be confused with Google Play Services!) β†’ Notifications β†’ Turn off all switches.
  • πŸ”„ Go back and press the battery. β†’ Select Restricted Mode
  • 🚫 In the Permissions section, disable access to Microphone, Camera and Storage

Disable Autostart in Settings β†’ Battery β†’ Autostart

Remove the Gemini widget from the home screen (click β†’ β€œDelete”)

Clear the cache of the Google app in the "Storage" section

Reboot your phone to apply changes-->

This method reduces Gemini activity by 60-70%, but does not remove it completely. The service will still take up space in memory and occasionally appear in the search bar.

πŸ’‘

If Gemini continues to appear in Google search after disabling, clear the Google app data (Settings β†’ Apps β†’ Google β†’ Storage β†’ Clear Data) this will reset the personal search settings but remove all traces of the AI assistant.

Method 2: Using ADB to deep shut down (no root)

For users who are ready to work with Android Debug Bridge (ADB), there is a way to disable Gemini at the system level without obtaining root permissions. This method works on Xiaomi 15 thanks to the features of the implementation of MIUI 15, where some system applications can be deactivated via ADB.

Preliminary requirements:

  • πŸ–₯️ Computer with Windows/Linux/macOS and established ADB Tools
  • πŸ“² Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press β†’ Developer settings β†’ Debugging by USB)
  • πŸ”Œ Original. USB-cable (important for stable connection)

Step-by-step:

  1. Connect Xiaomi 15 to your computer and confirm debugging permission
  2. Open the command line (terminal) and type: Adb devices Make sure the device is identified (serial number should appear)
  3. Run the command to disable Gemini: adb shell pm uninstall -k --user 0 com.google.android.apps.nexuslauncher adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox Note: The second command disables the Google search bar, which is closely integrated with Gemini.
  4. Reboot your phone: adb reboot
What if the ADB can’t see the device?
1. Install Xiaomi drivers for your model (download from the official website) 2. Try another one. USB-cable (preferably original) 3. Turn on Charge Only, then select File Transfer again" 4. Nana Mac/Linux You may need to add udev rules for Xiaomi

After these commands are executed:

  • βœ… Gemini widget will disappear from the main screen
  • βœ… The background activity of the service will cease
  • βœ… Notifications from the assistant will stop coming
  • ⚠️ But: Google’s search bar will also be disabled (it can be returned via Magisk or re-enabled)

Yes, successfully disabled other applications.

I tried, but there were mistakes.

I've never used an ADB.

I don't know what that is.-->

Method 3: Blocking through developer settings (hidden method)

MIUI 15 introduces new options in the developer menu to limit system processes, which is less radical than ADB, but more effective than standard shutdown settings, and the main advantage is that it does not require a PC connection and works even after upgrades.

Algorithm of action:

  1. Activate Developer Mode (if not already done): Settings β†’ About Phone β†’ MIUI Version β†’ Press 7 times
  2. Go back to the basic settings and open the developer settings.
  3. Find the Apps section and enable: πŸ”§ Do not keep actions (limits background activity) πŸ”„ Limit processes in the background β†’ Select the Maximum 2 of the process 🚫 Inactive applications β†’ Add Google to the list

Restart the device to apply changes

The effect of this method:

ParameterUp to limitsAfter the restrictions
RAM consumption100-120 MB10-20 MB
Battery consumption/hour2.5-3%0.1-0.3%
Background requests to serversEvery 5-10 minutes.Every 2-3 hours
Manual start-up capabilityYes.Yes (but with a delay)

πŸ’‘

Constraints through developer settings are the only method that keeps Gemini working when manually started, but completely blocks its background activity.

Important warning:

⚠️ Note: Do not enable the option to Do Not Save Actions for system applications such as Google Play Services or MIUI System.This can lead to unstable phone operation and synchronization errors.

Method 4: Remove via Magisk (for unlocked bootloader)

For advanced users with an unlocked bootloader and Magisk installed, there is the option of completely removing Gemini without a trace.This method requires technical skills and can lead to a loss of warranty, but gives 100% result.

Conditions required:

  • πŸ”“ Unlocked bootloader (instructions for Xiaomi 15: official Xiaomi website)
  • πŸ“¦ Installed by Magisk (version 26.0 or later)
  • πŸ› οΈ Universal Debloater or App Systemizer

Step-by-step:

  1. Install Universal Debloater module via Magisk (you can download it from Magisk repository)
  2. Restart your phone and open the Debloater app
  3. In the search bar, type gemini or googlequicksearchbox.
  4. Check all the packages found related to Gemini: πŸ“Œ com.google.android.apps.nexuslauncher πŸ“Œ com.google.android.googlequicksearchbox πŸ“Œ com.google.android.as (Assist Service)

Uninstall Selected

Reset the device

Advantages of this method:

  • βœ… Complete removal of all Gemini components
  • βœ… Release of up to 250 MB of system storage
  • βœ… No background activity and battery consumption
  • βœ… Ability to restore applications via Magisk if necessary

⚠️ Note: After removing Gemini through Magisk, some Google features such as voice search and fast commands may stop working. MIUI through OTA β€” In this case, a manual firmware will be required.

Method 5: Alternative launcher to bypass Gemini integration

If you don’t need to completely remove Gemini, but want to remove its widgets and mentions from the interface, the best solution is to install a side launcher. In MIUI 15, the system launcher is closely integrated with Google services, but alternative shells allow you to fully customize the desktop.

Recommended launchers for Xiaomi 15:

LauncherAdvantagesDeficiencies
Nova LauncherDeep customization, gesture support, no advertisingPremium version for some functions
LawnchairFree, open source, support for Android 14Fewer customization options than Nova
Microsoft LauncherWindows integration, minimalist designTelemetry collection (can be turned off in settings)

How to completely remove the traces of Gemini:

  1. Install the selected launcher from the Play Market
  2. Set it as the default launcher in Settings β†’ Applications β†’ Default β†’ Launcher
  3. In the settings of the new launcher: πŸ” Turn off Google search bar (replace with DuckDuckGo or internal search) πŸ“± Remove all widgets associated with Google Assistant 🎨 Apply the theme without Google elements (in Nova: Settings) β†’ Appearance β†’ Badge style)

Google Discover

This method does not shut down Gemini itself, but makes it completely invisible in everyday use, while reducing background activity by 40-50% as the launcher stops interacting with Google services.

What happens if you completely remove Gemini: possible consequences

Before we start radical shutdowns, it’s important to assess all the possible consequences: In Xiaomi 15 with MIUI 15, Gemini is integrated not only as a standalone app, but also as part of Google’s ecosystem.

Possible problems:

  • πŸ”Š Voice search: The β€œOK, Google” command and voice input in any applications will stop working
  • πŸ” Quick commands: The ability to use voice commands to control the phone will disappear (for example, "turn on the flashlight" will be eliminated")
  • πŸ“± Google Discover: News Feed on the Home Screen Will Stop Updating (Relevant for System Launcher)
  • πŸ”„ Updates OTA: In rare cases, errors may occur when checking for updates. MIUI through the standard menu
  • πŸ› οΈ Recovery: After resetting to factory settings, Gemini will return (return will be required)

What won't get hurt:

  • βœ… The main services of Google (Gmail, Maps, Drive)
  • βœ… Synchronization of contacts and calendar
  • βœ… Play Market and Application Installation
  • βœ… Geolocation and Google Pay

For most users, partial shutdown (methods 1 and 3) is the best solution, which preserves the functionality of the system, but removes the intrusive elements of Gemini. Complete removal (method 4) is only advisable if you do not use voice control and are ready for possible minor bugs.

FAQ: Frequent questions about disabling Gemini on Xiaomi 15

❓ After Gemini was shut down, ADB It came back after the update?
It's standard behavior. MIUI β€” system applications recover after major updates. You need: Repeat the shutdown procedure through ADB Use the Universal Debloater Magisk Module with the Freeze option instead of deleting or disable automatic updates for the Google app in the Play Market For a permanent solution, you will need to disable updates to system applications through Settings β†’ Annexes β†’ Google β†’ Three points. β†’ Disable updates.
❓ Can you turn off Gemini without a computer?
Yes, there are two ways without PC: through settings: 1 ethos 3 This article does not require a computer connection via the app: Install Debloater (requires rights) ADB Wi-Fi, but no Wi-Fi. USB-For Debloater over Wi-Fi: adb tcpip 5555 adb connect [IP-address of your phone]:5555 Then use the app to disable Gemini packets.
❓ Will there be problems with banking applications after using Magisk?
Yes, many banking applications (Sberbank, Tinkoff, VTB) Detect root and Magisk: πŸ›‘οΈ Install MagiskHide Props Config and activate root hiding for banking applications πŸ”„ Use Universal SafetyNet Fix to complete SafetyNet πŸ“± Alternative: Disable Magisk before using banking applications (via Magisk) β†’ Uninstall β†’ Before installing Magisk, check the support for your Xiaomi 15 model on the forum XDA Developers.
❓ How to get Gemini back if you need it?
Recovery methods depend on the method of disconnection: ADB: Follow the command adb shell cmd package install-existing com.google.android.googlequicksearchbox After Magisk: In Debloater, find remote packages in the "History" section and click "Restore" After the settings restrictions: Just return all permissions to Settings β†’ Annexes β†’ If you removed the system update, you may need to manually install APK via adb install or reset your phone to factory settings.
❓ Are there any alternative AI assistants for Xiaomi 15?
If you have disabled Gemini but want to use an AI assistant, consider these options: Advantage Assistant How to Install Microsoft Copilot Integration with Office 365, good search Install from Play Market Bixby Voice Control, Support Russian Download APK with APKMirror SwiftKey with AI Smart text input, Prediction of words Install keyboard from Play Market Local AI (via Termux) Complete data control Install Termux and run pkg install llama.cpp For a full replacement Gemini is similarly optimized for Microsoft Copil 14 and it is well-optimized.