How to Remove Google’s Panel from Xiaomi’s Screen: From Disconnection to Deletion

Google’s search bar on Xiaomi’s home screen is one of the most controversial elements of MIUI. On the one hand, it provides fast access to Internet searches, on the other, it takes up space, consumes resources and is not always convenient. It is especially annoying for users that the panel can not simply be dragged into the cart like a regular widget. In this article, we will discuss all possible ways to remove it, from standard settings to radical methods using ADB and superuser rights.

It's important to understand that Xiaomi integrates Google services at the firmware level, so simply hiding the panel doesn't always solve the problem. In some cases, it may reappear after a system update or reboot. We tested all methods on current versions of MIUI 14/13/12 (including global and Chinese builds) and selected only those that work stably. If you use custom firmware like LineageOS or Pixel Experience, some of the instructions may not be suitable - we'll mention this separately.

Before you start, check your firmware version in Settings β†’ About Phone β†’ MIUI. This will help you avoid errors when choosing a method. Also note that some actions (for example, working with ADB) require the developer mode to be turned on. If you have it disabled, activate it by pressing the MIUI version 7 times in your phone settings.

1. Method: Hiding the panel through launcher settings

The easiest and safest method is to use the built-in MIUI launcher options. It doesn't remove the panel completely, but removes it from view, freeing up space on the home screen. It's suitable for most models, including the Redmi Note 12, Xiaomi 13 and POCO F5.

Instructions:

  • πŸ“± Long pressing in the free place of the main screen β†’ Select the Home Screen Settings.
  • πŸ” Scroll down to the Google Search Bar (or Google App in global versions) section).
  • πŸ”˜ Switch the slider to the off position.
  • πŸ”„ Restart your phone (optional, but helps to fix the changes).

If you don't have a Google bar in your settings, your MIUI version doesn't support this menu, so move on to the next one. Also note that on some devices (e.g. Xiaomi Pad 6), the panel may return after you update the launcher via Google Play.

πŸ“Š What version? MIUI You're using it?
MIUI 14
MIUI 13
MIUI 12
Older version (MIUI 11 or lower)
Custom firmware

⚠️ Note: On Chinese firmware devices (without Google services), this method won’t work β€” there’s simply no search bar. If you see it on the Chinese version, you have a modified launcher (for example, through Magisk), and you need to remove the panel in other ways.

2. Method: Disconnect through the settings of the Google application

If the panel stays in place even after the launcher’s settings are turned off, try blocking it through the application manager.This method works on MIUI 12-14 and does not require superuser rights, but can lead to errors in the work of other Google services (for example, Google Assistant).

Step-by-step:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the upper right corner and select Show System.
  3. Find the Google (or Google App) list and tap it.
  4. Select Disable (Do not Remove Updates!) Confirm the action.
  5. Reset the device.

After that, the search bar should disappear, but note:

  • πŸ” Search by phone (Google Lens, voice search) will stop working.
  • πŸ“± Some widgets (such as Google weather) may not display correctly.
  • πŸ”„ After updating the Google app through the Play Market panel may return.

Make a backup copy of important data|Remember account passwords (in case of synchronization failure)|Check the work of an alternative search engine (DuckDuckGo, Yandex)|Make sure the developer mode is turned on (to roll back changes)-->

If you have stopped working push notifications (for example, from Gmail or YouTube) after disabling the Google App, return the settings back, in which case you should use the following method with ADB.

Method 3: Removal via ADB (without root)

For advanced users who are ready to work with the command line, there is a method of removing the panel through Android Debug Bridge (ADB), which does not require root permissions, but requires connecting the phone to a computer, the advantage of this method is that the panel will not return after the updates (unless you reset the phone settings).

What you need:

  • πŸ’» Computer with Windows/Linux/macOS and installed Xiaomi drivers.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Utility. ADB (You can download from the official Android website).
  • πŸ”§ Developer mode enabled and debugging by USB (Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Instructions:

  1. Connect the phone to the computer and confirm the debugging permission on the smartphone screen.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to remove the panel: adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
  5. Reboot the phone.

After this command, the search bar will be deleted for the current user (without deleting system files). If you want to return it back, use:

adb shell cmd package install-existing com.google.android.googlequicksearchbox

⚠️ Note: On some devices (e.g. Xiaomi Mi 11 Ultra), this command may cause the launcher to crash. If the screen turns black after the reboot or the launcher stops opening, reset the launcher via Settings β†’ Annexes β†’ Launcher β†’ Warehouse β†’ Clear the data.

What if the ADB can’t see the device?
If the adb device command returns an empty list, try: 1. Reinstall Xiaomi drivers (download from the official website). 2. Change USB-cable or port on your computer. 3. Enable the debugging option in the developer settings USB (security parameters) and allow debugging (ADB) Only when charging). 4. Reboot phone and computer.

Method: Removal with Magisk (with root)

If you have root rights (installed by Magisk), you can remove the Google search bar at the system file level, which is the most radical and guaranteed to remove the panel forever, but requires caution - wrong actions can lead to a "brick" of the device.

Step-by-step:

  • πŸ“² Install a file manager with root support (such as Root Explorer or Mixplorer).
  • πŸ” Cross the path: /system/priv-app/GoogleQuickSearchBox or (on some firmware): /system/app/GoogleQuickSearchBox
  • πŸ—‘οΈ Delete the GoogleQuickSearchBox folder (or rename it to GoogleQuickSearchBox.bak for rollbacks).
  • πŸ”„ Reboot the phone.

Alternative method through Magisk:

  1. Download Universal GMS Doze or Disable Flags from the Magisk repository.
  2. Install the module through Magisk Manager and restart.
  3. In the module settings, find the option to disable the Google search bar.

Advantages of this method:

  • βœ… The panel is permanently removed, even after updates.
  • βœ… Does not affect the performance of other Google services (unless you delete the associated libraries).

Disadvantages:

  • ❌ Requires root and can disrupt SafetyNet (banking application issues).
  • ❌ On some firmware (for example, MIUI EU) This can lead to the error com.google.process.gapps.

πŸ’‘

Before you delete your system files, back up your phone via TWRP or OrangeFox Recovery, which will allow you to restore your phone if something goes wrong.

5. Method: Use of an alternative launcher

If all previous methods have failed or seem too complicated, the most reliable option is to install a launcher side.This won't remove the Google search bar from the system, but will hide it from your eyes.

  • 🌐 Nova Launcher (maximum customization, gesture support).
  • 🎨 Lawnchair (lightweight, open source).
  • πŸ” Microsoft Launcher (Integration with Windows, Minimalist Design).
  • πŸ“± Hyperion Launcher (optimized for Xiaomi, themes support).

How to install and configure:

  1. Download the launcher from Google Play or APKMirror (if you don’t have access to Google services).
  2. Open the app and select it as the default launcher.
  3. In the new launcher settings, turn off the display of Google widgets (usually in the Home Screen β†’ Widgets section).
  4. If necessary, hide the search bar through the launcher settings (in Nova Launcher: Settings β†’ Home screen β†’ Search bar β†’ No).

Advantages of this method:

  • πŸ”§ Does not require root or complex manipulation.
  • 🎨 Allows you to completely remake the interface for yourself.
  • πŸ”„ It’s easy to return a standard launcher if something goes wrong.

⚠️ Note: On some firmware (for example, MIUI China) Third-party launchers can work unstable - disappearing wallpaper, not showing app icons or reset settings after rebooting. In this case, try the Hyperion launcher, it is better optimized for Xiaomi.

Comparison of methods: which one to choose?

To make it easier, we've put together a table with the pros and cons of each method, focus on your phone model, MIUI version and risk-taking.

MethodDifficultyNeed root?EfficiencyRisks.Suitable for
Launcher settings⭐❌ No.Hide the panel until the updateMinimumMIUI Global, all models
Turning off Google App⭐⭐❌ No.Removes the panel, but breaks the searchMedium (Georgian service failures)MIUI 12-14, except for Chinese firmware
ADB-team⭐⭐⭐❌ No.Remove the panel for the current userLow (if you follow the instructions)Any firmware with ADB
Removal through rootβ­β­β­β­βœ… Yes.Remove the panel forever.High (brick risk)Advanced users
Third-party launcher⭐❌ No.Hiding the panel visuallyMinimumAll models and firmware

For most users, we recommend starting with the launcher or alternative launcher settings. If the panel returns after updates, try the method with ADB. Using root only makes sense if you are an experienced user and are ready for possible problems with SafetyNet.

πŸ’‘

On Chinese firmware (without Google services), the search bar is not originally available. If it appeared, you installed it. GMS-Package or modified launcher - you need to remove it through Magisk or ADB.

Frequent problems and solutions

Even after successfully removing Google's search bar, users are facing problems, and let's look at the most common ones and how to solve them.

Problem 1: The panel returns after the Google App update via the Play Market.

  • πŸ”§ Solution: Turn off automatic updates for Google App in Play Market β†’ Settings β†’ Auto-update of applications β†’ Not update automatically.
  • πŸ“΅ Alternative: Remove updates to Google App in Settings β†’ Annexes β†’ Google β†’ Three points. β†’ Remove updates.

Problem 2: After removal through ADB, push notifications stopped working.

  • πŸ”„ Solution: Return Google App command: adb shell cmd package install-existing com.google.android.googlequicksearchbox Then turn off the panel via launcher settings.
  • πŸ“§ Alternative: Use alternative services for push notifications (e.g. Pushy or UnifiedPush).

Problem 3: In Chinese firmware, the search bar appeared after installing Google Play Services.

  • πŸ”§ Solution: Remove Google Quick Search Box via Magisk (method 4) or roll back to stock firmware without GMS.
  • πŸ› οΈ Alternative: Install MIUI EU (European firmware without Chinese restrictions, but with Google services).

Problem 4: Google Assistant is missing after deleting the panel.

  • 🎀 Solution: Install an alternative voice assistant (e.g. Alexa or Alice from Yandex).
  • πŸ”„ Alternative: Return the Google App, but only disable the panel widget through ADB: adb shell pm hide com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.opa.OpaActivity
❓ Can I remove the Google panel without a computer?
Yes, but the choice of methods is limited: Disable via launcher settings (section 1). Disable Google App in the application manager (section 2). Install a third-party launcher (section 5). For methods with ADB or root, the computer is mandatory.
❓ Will the panel return after resetting the phone to factory settings?
Yes, with a full Wipe Data reset, all system applications, including the Google dashboard, will recover. To avoid this: Immediately after the reset, turn off the panel through the launcher settings. Or install a third-party launcher before the first phone setup.
❓ Why my Xiaomi doesn’t have a Google bar, but there’s a search bar from Mi?
You are using Chinese firmware without Google services (or they are not installed). In this case: Search bar belongs to Mi Search (search from Xiaomi). It can be disabled in Settings β†’ Applications β†’ Mi Search β†’ Disable. If you want to return the Google panel, install Google Play Services via XiaomiTool or Magisk.
❓ Will Google Pay work after removing the search bar?
Yes, Google Pay is not dependent on Google Quick Search Box. Problems can only arise if you: Delete Google Play Services (not just the search bar); Violate SafetyNet (for example, after receiving root); Check SafetyNet status through the SafetyNet Test app from the Play Market.
❓ Can I remove the Google panel from the POCO Launcher?
POCO Launcher uses the same engine as the standard launcher MIUI, Therefore: Try to disable the panel in Settings POCO Launcher β†’ Home screen β†’ Google Search Bar. If there is no item, use ADB-Install another launcher (e.g., Nova) or install a command from Section 3).