How to completely remove Yandex and put Google on Xiaomi: all ways 2026

Xiaomi smartphones based on MIUI Traditionally, they come with pre-installed search from Yandex, which applies to the browser, system search, and even some widgets. For many users, this choice is inconvenient: Some people are used to the Google ecosystem, some people are interested in synchronization with other devices, and some just do not trust the Russian search engine. In this article, we will discuss all possible ways to replace Yandex with Google, from simple browser settings to deep flashing the system.

It is important to understand that MIUI (Especially in the global and Russian versions, Yandex actively promotes services at the firmware level, which means that simply uninstall applications or change the search engine in the settings is often not enough โ€“ the system will try to return everything back after updates. We will show you how to turn off these mechanisms forever, including hidden developer settings and modifications to system files.

The instructions in the article are relevant to MIUI 14 and MIUI 15 (including HyperOS) and cover most Xiaomi, Redmi and other models POCO If your device is running on an older version, some of the points may be different, but the general logic remains the same.

Why Xiaomi is installing Yandex instead of Google?

The reasons for pre-installing Yandex on Xiaomi smartphones are both technical and commercial in nature:

  • ๐Ÿ“ฆ Localization for the Russian market: In Russia, Google cannot be pre-installed by law (requirements for pre-installation of Russian software). Xiaomi fulfills this requirement by replacing Google Mobile Services (GMS) Alternatives from Yandex.
  • ๐Ÿ’ฐ Partnerships: Yandex pays manufacturers to integrate their services into firmware, not just for search, but also for maps, mail, browser, and even for voice assistant Alice.
  • ๐Ÿ”„ Bypassing sanctions: Google Play Services may not work in a stable way on some models (e.g. the EAEU market) due to restrictions.
  • ๐Ÿ“ฑ Simplifying for users: Many features (phone search, voice input) are tied to Yandex by default, making it easier for inexperienced users to set up.

Important: even if you buy Xiaomi in Europe or Asia, Russian firmware can be installed automatically when you first connect to the mobile network of a Russian operator. SIM-map.

โš ๏ธ Note: Some models (e.g. Redmi Note 12 Pro)+ 5G Yandex is integrated at the core level of the system, in which case the complete removal will require unlocking the bootloader and installing custom firmware.

Method 1: Replace search in the browser (Mi Browser, Chrome, Firefox)

The easiest way is to change the default search engine in the browser. This will not remove Yandex from the system completely, but will eliminate it in everyday use.

In the standard browser Mi Browser

By default, Xiaomi installs its browser with Yandex binding. To change this:

  1. Open Mi Browser.
  2. Slap the icon. โ‹ฎ (three points) in lower right corner โ†’ Settings.
  3. Select Search Engine.
  4. In the list of available options, select Google (if not, add manually through Add a search engine).
  5. Save the changes and restart the browser.

If Google is not listed, add it manually:

https://www.google.com/search?q=%s

Google Chrome.

If you use Chrome, the algorithm is similar, but with nuances:

  1. Open Chrome and go to the โ‹ฎ โ†’ Settings โ†’ Search engine.
  2. Select Google (usually already on the list).
  3. If the search is still redirected to Yandex, clear the browser cache (Settings) โ†’ Confidentiality โ†’ Clear the data).

โš ๏ธ Attention: On some firmware MIUI Forced resets browser settings after the update. To avoid this, disable automatic update Mi Browser in Settings โ†’ Annexes โ†’ Application management โ†’ Mi Browser โ†’ Auto-update.

Is the browser open (Mi) Browser/Chrome/Firefox)?

Is Google Search Engine Selected in Settings?

Is the browser cache cleared after the changes?

Checked behavior after rebooting the phone?-->

In Mozilla Firefox

Firefox is not tied to you. MIUI, So there's usually no problem here:

  1. Open Firefox. โ†’ โ‹ฎ โ†’ Settings โ†’ Search.
  2. Select Google as the default search engine.
  3. Make sure that all options related to Yandex are disabled in the Search Optimization section.
browserThe Way to Search SettingsDo I need to clear the cache?Is it reset after the update?
Mi Browserโ‹ฎ โ†’ Settings โ†’ Search engineYes.Often
Google Chromeโ‹ฎ โ†’ Settings โ†’ Search engineSometimes.Rarely.
Mozilla Firefoxโ‹ฎ โ†’ Settings โ†’ SearchNo.No.
Opera/Opera Miniโš™ โ†’ Search enginesYes.Sometimes.

Method 2: Disabling Yandex services in system settings

MIUI And it integrates Yandex not only into the browser, but also into the system functions, like phone search, voice input, weather, even some widgets, to turn it off:

Step 1: Removal of Yandex applications

Some components can be removed by standard means:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter Yandex.
  3. For each application you find (Yandex Browser, Yandex Search, Yandex Maps, etc.) click Delete or Disable (if deletion is not available).

If the Remove button is inactive, the application is system.

adb shell pm uninstall --user 0 com.yandex.name packet

(You can find out the exact name of the package via App Inspector or adb shell pm list packages. | grep yandex.)

System search (phone search) is often tied to Yandex. To change this:

  1. Press the free area on the main screen. โ†’ Home screen settings.
  2. Select the Search String โ†’ Search engine by default.
  3. If Google is not listed, install the Google App from the Play Market and repeat the steps.

โš ๏ธ Attention: On some firmware (MIUI 14 for Russia), system search is strictly tied to Yandex, in which case only installing a third-party launcher (for example, Nova Launcher or Microsoft Launcher) will help).

Google|Yandex|DuckDuckGo|Bing|Other-->

Step 3: Disabling Yandex Services in the background

Even after the application is removed, some Yandex services can run in the background to stop them:

  1. Go to Settings. โ†’ Annexes โ†’ Application management โ†’ โ‹ฎ โ†’ Show system-based.
  2. Find all applications called Yandex or Yandex.
  3. For each of them: Click Stop (if the button is active); Turn off Auto Run; Disable Internet and Locations.

๐Ÿ’ก

If some features (such as weather on the lock screen) stop working after Yandex services are turned off, install alternative widgets from the Play Market (such as Google At a Glance or Overdrop).

Method 3: Installing Google as a default search through ADB

If standard methods do not help, you can resort to ADB-This will allow you to change the system settings that are not available through the interface.

Preparation for working with ADB

This method will require:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap the version number โ†’ Go back to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Connect your phone to your PC and execute in the command line:

  1. Check the connection: Adb devices (Serial number of your device should be displayed).
  2. Install Google as the default search engine: adb shell settings put global assistant com.google.android.googlequicksearchbox
  3. Turn off Yandex as a system search: adb shell settings put global search_assist_provider null
  4. Reset the cache settings: adb shell pm clear com.miui.search

Once you have completed the commands, restart your phone. If the search bar on the home screen has disappeared, install the Google Search widget manually.

โš ๏ธ Attention: MIUI 15 (HyperOS) some ADB-The teams may not work because of the system's changed architecture, so try using shizuku to run commands without root.

What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers are installed on your PC (download from the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the debugging option in the developer settings USB (Security settings) and Allow debugging (charging only). 4. Restart your phone and PC. 5. If you use Windows, try disabling driver signatures (Execute โ†’ gpedit.msc โ†’ User configuration โ†’ Administrative templates โ†’ System system โ†’ Installation of the driver โ†’ Digital signature of device drivers โ†’ Shut down).

Method 4: Install custom launcher (Nova, Microsoft Launcher)

If Yandex search is hardwired into MIUI Launcher, the most reliable solution would be to install a third-party launcher, which would completely replace the phone's interface, including the search bar.

How to install and configure Nova Launcher

  1. Download Nova Launcher from Play Market.
  2. After installation, press Home. โ†’ Select Nova Launcher as the default launcher.
  3. In the Nova settings (Long tap on the main screen) โ†’ Settings: Go to Search Bar. Select Google or No (if you want to hide the line completely). Under Widgets, add the Google Search widget to the home screen.

Advantages of Third-Party Launchers

  • ๐Ÿ” Full control of the search engine (you can even delete the search bar).
  • ๐ŸŽจ Flexible interface setting (icons, animations, gestures).
  • ๐Ÿš€ Lack of advertising and unnecessary widgets MIUI.
  • ๐Ÿ”„ Ability to back up launcher settings.

Recommended launchers for Xiaomi:

LauncherSupport for Google SearchCustomization of gesturesAdvertisingCost
Nova LauncherYes (full)Yes.No.Free / $5 (Prime)
Microsoft LauncherYeah (Bing binding)Partially.No.Free of charge.
Action LauncherYes.Yes.No.Free / 10$ (Plus)
LawnchairYes.Yes.No.Free (open-source)

๐Ÿ’ก

Third-party launchers are the most reliable solution for completely removing Yandex from the main screen. MIUI They allow you to flexibly adjust the interface.

Method 5: Reflashing to the global version MIUI (skilled)

If all previous methods did not work, there is a radical solution โ€“ reflashing the phone to the global version. MIUI. This will remove all pre-installed Russian services, including Yandex, but will require unlocking the bootloader and may result in a loss of warranty.

What do you need?

  • ๐Ÿ“ฑ Phone with unlocked Bootloader (instructions on the official website of Xiaomi).
  • ๐Ÿ–ฅ๏ธ Computer with Mi Flash Tool and drivers installed.
  • ๐Ÿ“ Global firmware ROM For your model (download from the official website).
  • ๐Ÿ”‹ Battery charge of at least 60%.

Step-by-step instruction

  1. Unlock the bootloader via the Mi Unlock Tool (can take up to 72 hours to wait).
  2. Download Global. ROM for your model (for example, miui_UMI_GLOBAL_14.0.5.0.TLBMIXM_...).
  3. Turn your phone into Fastboot (Switch off โ†’ Power + Volโˆ’) mode.
  4. Connect to your PC and start the Mi Flash Tool.
  5. Select the downloaded firmware and click Flash (select Clean All for full cleanup).
  6. After re-flashing, reset settings (Settings) โ†’ Additionally. โ†’ Resetting settings).

โš ๏ธ Note: Reflashing to a global version may lead to:

  • Data loss (get backup!)
  • Problems with NFC Mobile phone service (if the firmware is not for your region).
  • Denial of warranty service.

๐Ÿ’ก

Before firmware check model compatibility on the forum XDA Developers or 4PDA. Some phones (like the Redmi Note 11 Pro)+ 5G) have separate firmware for Russia and the global market.

Method 6: Rooting and removing Yandex system components

If youโ€™re willing to go to extremes, getting root permissions will allow you to delete Yandex at the system file level, a method thatโ€™s only suitable for advanced users!

How to get root on Xiaomi?

  1. Unlock the bootloader (as in method 5).
  2. Install custom recovery (TWRP or OrangeFox).
  3. Squeeze Magisk through recovery.
  4. Install Magisk Manager and check root status.

Removing Yandex Components through Root

with the help of Root Explorer or ADB With superuser rights, delete the following packages:

com.yandex.browser


com.yandex.searchplugin




com.yandex.maps




com.yandex.music




com.yandex.launcher




com.yandex.app




com.yandex.search

Also check the folders:

/system/priv-app/


/system/app/




/data/app/

โš ๏ธ Note: Removal of system packages may result in:

  • Shutdown of certain functions (MIUI may stop updating).
  • Loss of stability (accidental reboots).
  • Security issues (root strips some of the protection) MIUI).
How to get it back after removing system packets?
If the phone is unstable after Yandex components are removed, you can: 1. Restore deleted files from the backup (if you did). 2. Refuse the phone through Fastboot. 3. Use Magisk to temporarily disable packets instead of completely delete (MagiskHide Props Config).

Solving problems after replacing Yandex with Google

Even after a successful search engine replacement, there may be problems, and let's look at the most common ones and how to solve them.

Problem 1: Search resets to Yandex after update

This is because of the fact that MIUI It's forced to reset the default settings:

  • ๐Ÿ”„ Turn off automatic updates to Mi Browser and MIUI Launcher.
  • ๐Ÿ“ต Install Nova Launcher and disable the system launcher via ADB: adb shell pm disable-user --user 0 com.miui.home
  • ๐Ÿ”ง Use App Ops (requires root) to block access MIUI change in search settings.

Problem 2: Google Voice Search is not working

If the voice input has stopped working after the replacement:

  1. Install or update Google App and Google Play Services.
  2. Go to Settings. โ†’ Annexes โ†’ Google โ†’ Permits and enable access to the microphone.
  3. In voice settings (Settings) โ†’ Additionally. โ†’ Select Google as the primary engine.

Problem 3: Google widgets are not updated

If Google widgets (weather, search) are not updated:

  • ๐Ÿ”„ Reboot the phone.
  • ๐Ÿ“ถ Check your internet connection (Google widgets require a stable connection).
  • ๐Ÿ—‘๏ธ Clear the cache and data of Google App (Settings) โ†’ Annexes โ†’ Google โ†’ Warehouse โ†’ Clear the cache).
  • ๐Ÿ”„ Remove and add the widget again.
Problem.Possible causeDecision
Search resets to YandexUpdate MIUI Mi Browser.Disable Auto Update, Use ADB-team
Voice search is not working.No permissions or conflict with Yandex AliceSet up permissions, disable Alice
Google widgets are not updatedRestrictions of background activity in MIUIAdd Google App to battery optimization exceptions
The error is "Google Play Services stopped."Conflict with Russian firmwareInstall global firmware or roll back GMS

FAQ: Frequent questions about replacing Yandex with Google in Xiaomi

Can I completely remove Yandex without root?
Partly yes. You can: Delete all Yandex custom apps through settings. Disable Yandex system services in Settings โ†’ Applications: Install a third-party launcher and browser, but some components (e.g., system search in the Internet) MIUI Launcher) without root can not be removed. They will recover after updates.
Will Google Pay work after search is replaced?
Yes, replacing the search engine does not affect the work of Google Pay. Problems can only arise if: You have deleted Google Play Services (which is unlikely with a conventional search replacement). MIUI). If Google Pay is no longer working, check the device certification through the official Google page.
How to get Yandex back if something goes wrong?
If after the changes the phone began to work unstable, return Yandex can be as follows: Reset the phone settings to factory (Settings) โ†’ Additionally. โ†’ If the reset doesnโ€™t work, refashion your phone via Fastboot (instructions in Method 5). Install Yandex apps manually from Play Market or APKMirror. On some firmware, Yandex will recover automatically after connecting to Russian. SIM-map.
Can you replace Google with Xiaomi without a computer?
Yes, but with limitations. Without a PC, you can: Change the search engine in your browser (Method 1). Set up a third-party launcher (Method 4).