How to remove Gmail from Xiaomi phone completely: step-by-step instructions

Removing Gmail from a Xiaomi phone may seem like a simple task, but in practice, users face a number of nuances: Unlike most apps, Googleโ€™s email client is tightly integrated into MIUI firmware, making it difficult to completely remove it. This article will help you figure out how to properly uninstall the application, avoid synchronization errors, and free up space on the device.

Itโ€™s important to understand that simply clicking โ€œDeleteโ€ in the app menu often doesnโ€™t work. Xiaomi uses its own shell, where Googleโ€™s system services can remain active even after visible deletion. Weโ€™ll look at all the methods available, from standard removal to deep cleaning through ADB, and explain what consequences each method can have.

If you want to get rid of Gmail due to performance issues, data leakage or just prefer alternative clients, this guide is suitable for all Xiaomi, Redmi and POCO models based on MIUI 12-14 and HyperOS.

Why Gmail is Hard to Remove from Xiaomi

The Gmail app on Xiaomi smartphones is a Google system service that is installed with firmware, meaning that it is not just stored in the deviceโ€™s memory like a regular program, but is integrated into the Android-level operating system.

The main reasons why standard removal does not work:

  • ๐Ÿ”— Connecting to Google Play Services โ€“ Without these services, many phone features (including the app store) will stop working.
  • ๐Ÿ“ฆ Separation into user and system parts โ€“ even after the icon is removed, the application can remain in the background.
  • ๐Ÿ”„ Automatic recovery โ€” MIUI Sometimes returns remote system applications after restarting.
  • ๐Ÿ”’ Manufacturer Restrictions โ€“ Xiaomi blocks removal of critical components for system stability.

Moreover, on some models (such as Xiaomi 13 Pro or Redmi Note 12), the Gmail app can be linked to the Mi Account, which complicates the process. MIUI.

๐Ÿ“Š What method of removing applications do you usually use?
Standard removal through the menu
Disconnection in settings
I'm using ADB.
Delete via TWRP
I do not remove system applications

Method 1: Standard removal through the settings menu

The easiest and safest method is to uninstall through the standard menu, which is suitable if you just want to remove the app icon and stop it from working, but do not plan to completely clean the system of Gmail traces.

Instructions:

  1. Open the Settings โ†’ Applications.
  2. In the list, look for Gmail (could be called Google Mail).
  3. Click on the three dots in the top right corner and select Delete or Uninstall.
  4. Confirm action. If the button is inactive, try to turn it off first.

โš ๏ธ Note: On certain devices (e.g, POCO F5) Instead of deleting, only disabling will be suggested, which means that the application will remain in memory, but will stop working and update.

โ˜‘๏ธ Preparing for Gmail Deletion

Done: 0 / 4

If standard removal doesnโ€™t work, move on to the next method, and note that some Google-related features may stop working after removal, such as:

  • ๐Ÿ“ง Synchronization of contacts and calendar.
  • ๐Ÿ” Search Google via the widget on the home screen.
  • ๐ŸŽฎ Some Google Play Games May Need Authorization.

Method 2: Disabling Gmail without Deleting

If deleting the app seems risky, you can simply disable it, which saves all system files but stops Gmail's background activity and saves battery life.

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find Gmail and open its page.
  3. Press Turn Off (if the button is grey, click Stop first).
  4. Confirm the action in the dialog window.

After the shutdown:

  • โœ… The app will disappear from the menu and stop using resources.
  • โœ… All settings and data will be saved (when you turn on again, everything will be restored).
  • โŒ There will be no memory (system files will remain).
  • โŒ Some push notifications may continue to arrive via Google Play Services.

๐Ÿ’ก

If notifications continue to come after Gmail is turned off, go to Settings โ†’ Notifications โ†’ Gmail and manually turn off all alerts.

This is ideal for those who donโ€™t use email temporarily but donโ€™t want to lose access to emails or risk system stability, such as if youโ€™ve switched to Yandex Mail or Outlook but plan to return to Gmail later.

Method 3: Remove via ADB (for power users)

If standard methods don't work, you can use Android Debug Bridge (ADB), a deep-management tool that requires connecting your phone to your computer and basic command line knowledge.

โš ๏ธ Attention: Misuse of the right ADB This may cause your device to fail. Before you start, back up your data and make sure your phone is debugging enabled. USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to the Additional Settings โ†’ For developers).

Step-by-step:

  1. Download and install ADB Tools on your computer.
  2. Connect your phone to your PC through USB-Cable (use the original cable for stability).
  3. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

(Your device name should appear as a confirmation of your connection.)

  1. Enter the command to delete Gmail (for the user part):
adb shell pm uninstall --user 0 com.google.android.gm
  1. If you need to remove the updates (return the application to the factory version):
adb shell pm uninstall -k --user 0 com.google.android.gm

After you execute the commands, restart your phone. the Gmail app will disappear from the menu, but the system files will remain in memory (this is safer than completely deleting).

What if the ADB canโ€™t see the device?
1. Check if debugging is included on USB 2. Install drivers for your Xiaomi model (you can download it on the official website). 3. Try another one. USB-cable or port. 4. Restart your phone and computer.

ADB Team TeamAction.Effects of consequences
pm uninstall --user 0 com.google.android.gmRemove Gmail for the current userThe app disappears but stays in the system.
pm uninstall -k --user 0 com.google.android.gmRemove updates, returns factory versionMakes room, but can bring back old mistakes
pm disable-user com.google.android.gmDisable the application without deletingEquivalent to manual shutdown in settings

If Gmail continues to appear after completing commands, check if it has been installed through Google Play, in which case, first remove the updates in the app menu, and then repeat the procedure through ADB.

Method 4: Complete removal via TWRP (for stitched devices)

For users who have customized TWRP recaps, deep removal of system applications is available, a risky method that allows them to get rid of Gmail forever, including all of its system components.

โš ๏ธ Note: Removing system applications through TWRP It may not be possible to update the firmware through OTA Use this method only if you are confident in your actions and ready for potential problems.

Instructions:

  1. Download and install TWRP for your Xiaomi model (instructions are available on the XDA Developers forum).
  2. Load your phone in Recavator mode (usually Volume Up + Power).
  3. In TWRP, select Advanced โ†’ File Manager.
  4. Go to /system/priv-app/Gmail or /system/app/Gmail.
  5. Delete the folder with the application (swipe to the right).
  6. Reset the device.

Gmail will be completely wiped from the device, but:

  • ๐Ÿšจ Google Play Services and related features may stop working.
  • ๐Ÿ”„ Firmware updates through OTA It will be impossible (you will have to manually stitch it).
  • ๐Ÿ“ฑ Some apps (such as Google Maps or YouTube) may require Gmail recovery.

If you have problems after deleting the application, you can restore it by downloading the APK from an official source (for example, APKMirror) and installing it manually via TWRP or ADB.

Method 5: Reset to factory settings (last resort)

If all previous methods failed, the last option is a complete reset, which will remove all data from the phone, including Gmail, but return the device to the โ€œout of the boxโ€ state.

How to reset:

  1. Create a backup of important data (photos, contacts, messages).
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Choose to erase all data.
  4. Enter a password (if required) and confirm the action.
  5. Wait until the process is completed (the phone will restart).

After discharge:

  • ๐Ÿ“ฑ The phone will be like new, without tied accounts.
  • ๐Ÿ”“ Youโ€™ll be able to skip Google login the first time you set up (but some features will be limited).
  • โš ๏ธ Gmail will return if you log in to your Google account.

๐Ÿ’ก

Factory reset is the only way to guarantee that you will remove all traces of Gmail, but it also erases all personal data. Use it only if other methods have failed.

If the goal is to get rid of Gmail forever, donโ€™t sign in to your Google account when you set up after reset. Instead, use your local or Mi Account.

  • ๐Ÿ“ฑ Google Play Market (I will have to install it) APK manually).
  • ๐Ÿ“ง Synchronization of contacts and calendar.
  • ๐Ÿ—บ๏ธ Some features of Google Maps and YouTube.

What to do if Gmail is back after deleting

Sometimes Gmail reappears after a firmware reboot or update, and this is due to MIUI recovery mechanisms that return system applications to factory status.

Blocking automatic recovery:

  • Install Package Disabler (root rights required).
  • Find Gmail in the list and block it.

2. Remove via Titanium Backup (for root):

  • Open the Titanium Backup.
  • Find Gmail and select Delete.
  • Also delete all associated data (Dalvik cache).

3. Disabling updates:

  • Go to Google Play โ†’ Settings โ†’ Auto-Update apps.
  • Choose Not to Update Automatically.
  • Manually find Gmail and cancel any pending updates.

If Gmail comes back after the MIUI update, it means that the firmware contains it in the system partition, in which case only:

  • ๐Ÿ”ง Install custom firmware without Google services (for example, LineageOS).
  • ๐Ÿ“ต Complete rejection of updates MIUI (riskily).

FAQ: Frequent questions about removing Gmail from Xiaomi

Can I delete Gmail without root rights?
Yes, but not completely. Standard deletion or deactivation through settings will only delete the user part of the application. System files will remain. Total deletion requires ADB or root.
Will Google Play work after Gmail is removed?
Google Play Market will continue to work because it depends on Google Play Services, not Gmail, but some features (like Google Pay) may require login.
How to get Gmail back if you need it again?
If you have removed an application via ADB or TWRP, download it from an official APK source (such as APKMirror) and install it manually.
Why did Gmail stop sending notifications from other apps?
This is because many apps use Google Play Services for push notifications, and if you remove Google system components, notifications may be delayed or not arriving at all, and the solution is to install Google Play Services manually.
Can I delete Gmail on Xiaomi with HyperOS?
Yeah, the process is similar. MIUI. HyperOS also has standard removal, disabling and methods available through ADB. However, keep in mind that HyperOS may be more aggressive in restoring system applications after updates.