Have you ever noticed a strange program on your Xiaomi app list called Google 1? It doesn't have an icon, it doesn't show up on the menu, but it stubbornly takes up space in the settings and sometimes even appears on the active processes list, and you're not sure if you installed it yourself. What is this mysterious software, why is it installed on your device, and can you get rid of it without risking the system?
Many users of Mi, Redmi and POCO They're seeing this app, but there's very little information about it, and Xiaomi's official documentation is silent, and there's a lot of conflicting opinions online, from "it's a virus" to "a system component that you can't touch." We conducted an in-depth analysis, studied the system logs and interviewed experts to give a clear answer: what is Google 1, whether your smartphone needs it and how to deal with it.
In this article, you will find not only the theoretical basis, but also step-by-step instructions for working with the application β from simple disabling to complete removal (including methods for rooted devices). MIUI, Which is not even mentioned in the support team of Xiaomi.
What is Google 1 and why is it installed on Xiaomi?
Google 1 is not a standalone application, but a system component that Xiaomi integrates into firmware. MIUI Compatibility with Google Mobile Services (GMS). Its main task is to manage the relationship between MIUI Google Play Services, Google Play Store and Google Account Manager.
Itβs essentially a bridge between Xiaomiβs proprietary shell and Googleβs ecosystem, and without it, many features (such as push notifications, contact syncs, or some apps) might not work properly, which is why you wonβt find this app on Google Play β itβs preinstalled in the system partition.
Interesting fact: the name "Google 1" is not accidental. In the internal documentation of Android, this is the name of the basic services of Google, which should be launched first when initializing the system. On other devices (for example, Samsung or OnePlus), similar components may be called differently β Google Services Framework or GmsCore.
- π Why haven't you seen it before? It's hidden from the user -- it doesn't have a launcher, it doesn't show up in the main menu.
- π¦ Where is it stored? The component files are in the system section along the way. /system/priv-app/GoogleOneTimeInitializer.
- π Can it be updated? No, updates only come with updates. MIUI Google Play Services.
But the question is, if it's a system component, why does it sometimes consume battery or slow down the device? MIUI, especially if:
- π οΈ We've got custom firmware installed;
- π§ Google Play Services is disabled;
- π± Use a device with regional firmware (for example, the Chinese version) MIUI global).
How to check if Google 1 is installed on your Xiaomi
Because the app is hidden, it can't be found through a standard menu search, but there are a few ways to detect it:
Method 1. Through application settings
- Open Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select Show System Processes.
- In the search box, type Google 1 or GoogleOneTimeInitializer.
Method 2. via ADB (for advanced users)
adb shell pm list packages | grep -i googleIn the conclusion, look for a line called com.google.android.onetimeinitializer.
Method 3. Through Task Manager
- Press the Home button (or swipe up and hold it on gesture screens).
- Open the list of active applications.
- Scroll down to System Processes, where Google 1 can be displayed.
| Method of verification | Are root rights required? | precision |
|---|---|---|
| Application settings | β No. | βββ (It may not appear on some of the scalings) |
| ADB-team | β No. | βββββ (surest) |
| Task Manager | β No. | ββ (not always visible) |
| File Manager (Root Explorer) | β Yes. | ββββ (allows you to see the component files) |
If you find Google 1 on your system, don't be too quick to delete it. First, you need to figure out if your device needs it, and that's what we'll talk about in the next section.
π‘
If you see Google 1 (Disabled) in the app list, it means that the component is already disabled, but its files remain on the system. This is normal and does not affect performance.
Should I Remove Google 1: Pros and Cons
The decision to remove or disable Google 1 depends on how you use your smartphone.
The argument for keeping Google safe is 1:
- π Stability of push notifications: Without this component, some apps (e.g. Gmail, WhatsApp, Telegram) may stop receiving notifications.
- π Sync with Google Account: Contacts, calendars and backups can sync with outages.
- π‘οΈ Security Updates: Some Google Play Services updates require this component to install correctly.
The reason for the removal of Google 1:
- π Battery savings: On some devices, the component consumes up to 3-5% Charge per day due to background activity.
- π System Acceleration: If you donβt use Google services, the component only takes up RAM.
- π¦ Free up space: Application files take up about 10-15 MB in the system section.
β οΈ If you use Xiaomi with Chinese firmware (without Google Services), deleting Google 1 can lead to critical failures when trying to install it. GMS In this case, you'd better just turn off the component.
We recommend that you do not delete Google 1 if you:
- π± Actively use Google Play, Gmail, YouTube or other Google services;
- π Get important push notifications;
- π Sync data with Google account.
If you donβt use Google services (like Mi Account or alternative app stores), you can safely disable the component. Complete removal only makes sense for advanced root users.
βοΈ Preparing for Google 1 shutdown
How to turn off Google 1 without root rights
If you decide you don't need Google 1, try disabling it first. It's safer than deleting it, and doesn't require superuser rights.
Instructions for MIUI 12/13/14:
- Go to Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select Show System Processes.
- Search the Google 1 (or GoogleOneTimeInitializer) list and tap it.
- Click Disable (or Stop if the button is active).
- Confirm the action in the dialog window.
After you turn off, restart the device.
- π Notifications in Telegram, WhatsApp, Gmail;
- π Synchronization of contacts and calendar;
- π± General System Stability (Are there any random reboots).
If everything works fine, you can leave the component off. If you have problems, you can return it to its original state.
- Open the Google 1 settings again.
- Press Enable.
- Reset the device.
β οΈ Attention, some firmware. MIUI (Disabling Google 1 may result in loss of access to Google Play, in which case you will need to reset or flash the settings.
If the shutdown did not help reduce the load on the system, you can try to limit the activity of the component:
- In Google 1 settings, go to the battery. β Background activity.
- Choose Limit.
- Turn off autostart in Settings β Permissions β Autostart.
π‘
Turning off Google 1 is reversible and requires no root rights.This is the safest way to check if you need this system service.
How to delete Google 1 completely (root required)
If you're sure you don't need Google 1 and you have root access, you can delete it completely, which is irreversible and can lead to instability if you use Google services.
Method 1. Through a file manager (Root Explorer)
- Install Root Explorer or Solid Explorer with root support.
- Go to /system/priv-app/.
- Find the GoogleOneTimeInitializer folder and delete it.
- Also delete the file. /system/etc/permissions/com.google.android.onetimeinitializer.xml (if there is).
- Reset the device.
Method 2. ADB (without full root, but with unlocked bootloader)
- Connect your phone to your PC and open ADB Shell.
- The command is: adb shell su mount -o rw,remount /system rm -rf /system/priv-app/GoogleOneTimeInitializer rm -f /system/etc/permissions/com.google.android.onetimeinitializer.xml mount -o ro,remount /system reboot
Method 3. via Magisk (for users with Magisk)
- Install Universal GMS Doze or DisableFlags.
- In the module settings, look for com.google.android.onetimeinitializer.
- Check Disable and reboot the device.
| Deleting method | Need root? | Risk to the system | Recovery capability |
|---|---|---|---|
| Root Explorer | β Yes. | βββ (middle-class) | β Just reflashing. |
| ADB | β Yes (unlocked loader) | ββββ (high-end) | β Just reflashing. |
| Magisk | β Yes. | ββ (low-key) | β Disabling the module |
β οΈ After Google 1 is removed, some apps (such as Google Pay or Google Photos) may stop updating through the Play Market. APK.
If you have problems after removal, try:
- π Install Google Play Services manually (download) APK APKMirror);
- π± Resetting settings (Settings) β Additionally. β Recovery and discharge);
- π οΈ Refuse the device via Fastboot or Recovery.
What happens if you delete Google 1 on your device? MIUI Global?
Next Next post: What to Do When Google 1 Gets Into the Way
If you donβt want to take the risk of removing the system component, but Google 1 is still a problem, there are a few alternative ways to reduce its impact on the system.
1. Restriction through Greenify
- Install the Greenify app (root or root required) ADB).
- Add Google 1 to the list for hibernation.
- This will prevent her background activity.
2.Use of AppOps
- Install AppOps (required) ADB root).
- Find Google 1 on the list and turn off permissions: πΆ Internet; π Auto-start; π± Working in the background.
3. Micro-replacement-G (for advanced users)
- Install microG, an open source alternative to Google Play Services.
- This will allow you to use some of the features of Google without the original services.
- β οΈ Note: MicroG does not support all features (e.g. Google Pay will not work).
4.Switching to custom firmware without GMS
- Install firmware on the base. AOSP (LineageOS or Pixel Experience without Google Services.
- This will completely remove all of Googleβs components, including Google 1.
- π§ You will need to unlock the bootloader and experience with fastboot.
If you are not confident in your abilities, it is better to stop turning off the component or limiting its activity.
- π± Using a device without Google services;
- π οΈ Experience with root and custom firmware;
- π Google 1βs critical impact on autonomy (discharges more than 10% per day).
π‘
If you notice that some apps have stopped updating after you turned off Google 1, try clearing the cache and data of the Google Play Store and Google Play Services in the settings.
Frequent Google 1 Problems and Solutions
Even if you haven't touched Google 1, it can cause crashes. Let's look at the typical issues and how to fix them.
Problem 1: Google 1 is using a lot of battery
- Cause: Conflict with Google Play Services or other system processes.
- Solution: Clear the cache of Google Play Services (Settings) β Annexes β Google Play Services β Memory. β Clear cache. Turn off auto-update apps in the Play Market. Check if Google apps are installed in beta.
Problem 2: Persistent notifications: Google 1 has stopped
- Reason: Damaged component files or conflict with custom firmware.
- Solution: Reinstall Google Play Services (download the latest version from APKMirror). reset your Google account settings (Settings) β Accounts. β Google β Delete your account, then add it again. If the problem persists, run the device through Fastboot (without loss of data).
Problem 3: Push notifications donβt work after Google 1 is turned off
- Reason: The component is responsible for delivering notifications via Firebase Cloud Messaging (FCM).
- Solution: Turn Google 1 back on. Or install an alternative client for the FCM (For example, UnifiedNlp for microG. Check the battery settings for applications that don't get notifications.
Problem 4: Google 1 is a problem MIUI Optimizing
- Reason: Conflict between optimization MIUI and Google's background processes.
- Solution: Turn it off MIUI Optimizing in the Developer Settings (Settings) β The phone. β Version. MIUI (tap 7 times) β For developers β MIUI Optimization. or add Google 1 to the optimization exceptions.
| Problem. | Probable cause | Quick fix | A radical solution |
|---|---|---|---|
| High battery consumption | Background activity | Limit through battery settings | Delete via Magisk |
| The "stopped" error | Damaged files | Clear the cache GMS | Reflash the device |
| No notifications. | Unplugged. FCM | Turn Google 1 back on | Install microG |
| The conflict with MIUI Optimizing | Optimization of the system | Add to exceptions | Shut down. MIUI Optimizing |
If none of these things worked, maybe the problem isn't with Google 1, but with the firmware itself. MIUI before the latest version or transition to custom firmware.