Deleting your Gmail account from your Xiaomi Redmi phone is a simple task that may seem simple but has many nuances, and users face it for a variety of reasons: selling the device, changing their main account, synchronizing problems, or wanting to get rid of unnecessary notifications. However, simply removing the Gmail app from the menu does not solve the problem โ the account remains tied to the MIUI system, and the data continues to sync in the background.
In this article, weโll look at all the ways you can delete Gmail from Redmi, from basic sync disabling to full device resetting, and focus on the hidden MIUI 14/15 settings that allow you to unplug your Google account without losing data, and look at the implications of each method. If you plan to sell your phone or transfer it to another person, be sure to read the factory reset section, which has critical information about protecting personal data.
Why simply removing the Gmail app doesn't work
Many Xiaomi Redmi users make the typical mistake of finding a Gmail icon in the app menu, clicking Delete and thinking that the problem is solved. It doesn't actually delete a Google account from the device, it just hides the email client. The account stays active on the system and continues:
- ๐ Sync your contacts with Google Contacts (even if you donโt see it).
- ๐ฑ Send location data to Google Maps Timeline.
- ๐ Block access to certain features (e.g. Google Play without authorization).
- ๐ค Automatically back up photos in Google Photos if settings are enabled.
Moreover, on Xiaomi Redmi with MIUI firmware, Googleโs account is often integrated into system services, for example, it can be used to:
- ๐ Authentication in Mi Account (if linked via Google).
- ๐ฎ Keeping progress in games through Google Play Games.
- ๐ Use Analytics (if Google Services option is enabled).
โ ๏ธ Note: If you delete the Gmail app but do not unplug your Google account in the settings, the next time you log in to the Play Store or YouTube, the system will automatically restore all data, including emails and contacts.
Method 1: Delete Google account through MIUI settings
The safest and most effective way to unplug your Google account is to unplug your Google account directly from your system settings, which works on all Redmi models (including Redmi Note 12/13, Redmi 10/11, POCO X5, etc.) and does not require you to reset your device.
- Open the settings (cog icon).
- Go to Accounts and Sync (or Passwords and Accounts in the new versions of MIUI 15).
- Select Google from the list of connected accounts.
- Click on the email address you want to delete.
- In the upper right corner, tap three points (โฎ) and select Delete Account.
- Confirm the action by entering PIN-phone-code.
After that:
- โ Your account will be disconnected from Play Store, Gmail, YouTube and other Google services.
- โ Contacts and calendars synced to Google will disappear from the phone book (unless stored locally).
- โ ๏ธ Some apps (such as Google Pay) may require re-authorization.
โ๏ธ Preparing for deleting a Google account
If the Delete Account button is inactive or absent, this may mean:
- ๐ Reset protection is on the phone (FRP โ Factory Reset Protection: In this case, you will need to enter your Google account password after any reset.
- ๐ฑ The device is managed via Google Family Link (child account).
- ๐ง The account is the main one for MIUI (For example, if it was used for the first time on the phone).
Method 2: Disabling synchronization without deleting your account
If you donโt need to delete your account completely, but you want to stop syncing data (for example, to stop receiving emails or save battery power), you can turn off individual services.
- ๐ง They want to leave the Play Store, but do not need mail.
- ๐ Gmail is very draining the battery.
- ๐ก๏ธ They are concerned about privacy and do not want to send data to Google.
Instructions for selective disconnection:
- Go to Settings โ Accounts and Sync โ Google.
- Choose your account.
- Open the Sync Account section.
- Take the boxes off of unnecessary services: ๐ฉ Gmail - Disable mail. ๐ฅ Contacts โ stop synchronizing the address book. ๐ Calendar โ will stop updating events. ๐ธ Google Photos โ Stop Backing Up Photos.
Ready.
| Service | What happens after the shutdown | Recommendation |
|---|---|---|
| Gmail | Notifications of new emails will stop coming, but old emails will remain in the app. | If you need to free up space, remove the app cache in Settings โ Apps. |
| Contacts | Contacts imported from Google will disappear from the phone book (but remain in the web version). | Export contacts to the VCF before disconnecting. |
| Google Play Services | Some applications may not work as well (such as maps or games). | It is better not to turn off if you are using the Play Store. |
โ ๏ธ Warning: Disabling Google Play Services Sync May Lead to Errors in Apps Using Google API (e.g. Uber, 2GIS, If you notice a failure, check the box back.
๐ก
If Gmail continues to drain the battery after shutting down, go to Settings โ Apps โ Gmail โ Battery and select Limit Background Activity.
Method 3: Removal through reset to factory settings
If you sell or transfer a phone, the only reliable way to completely erase all data, including your Google account, is through Hard Reset.
- FRP-blocking: All Xiaomi Redmi with Android 5.1+ after reset will need to enter the username and password from the last Google account. If you do not remember the data, the phone will turn into a โbrickโ.
- Mi Account: If the device is tied to a Xiaomi account, you also need to untie it in advance (Settings โ Mi Account).
- Local Data: All photos, messages and apps will be deleted without recovery.
Step-by-step instructions for safe discharge:
- Make a backup copy: ๐ฑ Settings โ The phone. โ Backup (save to Mi Cloud or PC). ๐ธ Transfer the photos to your computer or the cloud. ๐ Export. SMS through apps SMS Backup & Restore.
- Untie accounts: Delete Google (as in Method 1). Delete Mi Account in Settings โ Mi Account โ Sign out.
- Perform reset: Go to Settings โ The phone. โ Setting reset. Select Erase all data. Enter PIN-code and confirm.
What if your phone asks for an old Google account after a reset?
โ ๏ธ Note: Xiaomi Redmi with firmware MIUI Global may be affected by the error "This device was reset. To continue, sign in with a Google Account..." FRP-locking, and it's almost impossible to get around it without your account data. If you bought your phone from hand, ask the seller to untie your account before you pay.
Method 4: Remove via ADB (for advanced users)
If standard methods don't work (for example, the delete button is inactive), you can use Android Debug Bridge (ADB), a computer debugging tool.
- ๐ง Xiaomi Redmi with root rights (but not necessarily).
- ๐ฑ Devices where Google accounts are blocked by administrator policies.
- ๐ ๏ธ Advanced users who are ready to work with the command line.
Instructions:
- Enable Developer Mode: Go to Settings โ About Phone. tap the MIUI version 7 times. Go back to Settings โ Additional โ For Developers. Activate USB Debugging.
ADB drivers
Android Studio
adb devicesMake sure the device is identified.
email@gmail.com
adb shell pm remove-account --user 0 com.google email@gmail.comReboot the phone.
If the team fails, try an alternative method:
adb shell content delete --uri content://com.android.providers.settings.settings --where"name='account_to_remove'" --bind name:s:account_to_remove
adb shell am broadcast -a com.google.android.gms.auth.ACCOUNT_REMOVED -e googleAccountName email@gmail.comโ ๏ธ Attention: Misuse of the right ADB It can lead to data loss or system instability. If you are not sure about your actions, you should contact the service center.
๐ก
ADB-The method is the only way to delete a Google account if it is blocked by the device administrator (for example, on a work phone).
Method 5: Recovery Mode Delete (if the phone is locked)
If Xiaomi Redmi is blocked (for example, after a failed reset or if the pattern lock is forgotten), but you need to delete your Google account, you can try to do this through Recovery Mode. This method does not guarantee 100% results, but sometimes helps to bypass FRP-lock on older models (Redmi 4/5/Note 5, etc.).
Instructions:
- Turn off the phone.
- Press the Power button + Volume up until the MI logo appears.
- In the Recovery menu, select Wipe Data (manage volume buttons, confirmation โ power button).
- Select Wipe All Data and confirm.
- After rebooting, try skipping the Google account entry step (if an authorization window appears).
On newer models (Redmi Note 10/11/12 and later), this method does not work due to enhanced FRP protection.
- ๐ Enter the correct login/password from the last Google account.
- ๐ง Restoring access through Google Page.
- ๐ ๏ธ Appeal to the service center with proof of possession of the device (check, box).
What to do if your Google account is not deleted
Sometimes users of Xiaomi Redmi are faced with a situation where the Google account is not deleted in any way.
| Problem. | Possible cause | Decision |
|---|---|---|
| The โDelete Accountโ button is inactive | The account is the administrator of the device | Go to Settings โ Security โ Device Administrators and uncheck the Google Apps Device Policy box. |
| After deleting the account, it appears again. | Automatic Recovery through Google Play Services | Turn off auto-restore in Settings โ Apps โ Google Play Services โ Storage โ Delete Data. |
| The system requires a password after resetting | FRP-Blocking (Factory Reset Protection) | Enter your last Google account or restore access through Google Account Recovery. |
| Error โCannot delete the accountโ | Synchronization failure or damaged data | Clear the cache and data of Google Play Services in the application settings, then try again. |
If none of these methods worked, the problem may be:
- ๐ง Custom firmware (e.g. LineageOS or Pixel Experience) In which case Google accounts may be managed differently.
- ๐ฑ Company policy (if the telephone was issued by the employer).
- ๐ Hardware restrictions (on some Redmi models for China, Google account is deleted only through special service commands).
๐ก
If you buy Xiaomi Redmi with your hands, always check to see if your Google and Mi Account account is untied. ask the seller to do a reset on you and make sure the phone doesn't require you to enter old data after the reboot.