The problem with Google accounts tied to Xiaomi smartphones is familiar to many users: you sell the phone, pass it to relatives or just want to start with a clean slate โ but the device stubbornly requires a password from an old profile, blocks access to the Play Market or synchronizes unnecessary data. Unlike the iPhone, where exiting iCloud takes a couple of clicks, on Android (especially on MIUI firmware), the process can turn into a puzzle.
To make matters worse, Xiaomi integrates Google services more deeply than other vendors, for example, on some models (such as the Redmi Note 10 Pro or POCO X3 Pro), even after deleting an account through settings, it can remain active in the background, continuing to send location data or backups. In this article, weโll look at all the working ways to fully log out of Google accounts, from standard methods to hidden MIUI features that arenโt written about in the official documentation.
We'll focus on the risks of locking your device after you delete your account -- this is true for Factory Reset Protection (FRP) phones, which works when you reset. If you don't know the password from the last Google account you've linked, your phone can turn into a brick after you reboot, and we'll show you how to avoid that trap.
Why you canโt just delete your Google account through your settings
At first glance, leaving Google's account for Xiaomi seems like a rudimentary step: I went to settings, clicked "Delete" and it's done. But in practice, this method only works partially.
1. Background synchronization. Even after deleting your account through Settings โ Accounts, some services (e.g. Google Play Services or Google Photos) continue to use old profile data. This is because MIUI caches user information in system folders.
2. FRP-If you delete your account and then reset to factory settings, the phone will require you to enter a login and password from the last Google profile linked to it. This is a security measure, but it often becomes a problem when selling a device.
3. Hidden accounts: Some models (e.g. Xiaomi 12T or Redmi K50) may have ghost accounts that donโt appear in the settings menu but affect the service, and can only be detected through ADB or special applications.
โ ๏ธ Note: If you plan to sell a phone, never delete your Google account through the standard menu without first disabling Factory Reset Protection (FRP). This can block the device for a new owner.
To ensure that the phone is cleared of all Google traces, a combination of methods will be required, and we will look at them in terms of their effectiveness, from the simplest to the most radical.
Method 1: Standard removal via MIUI settings
This method is suitable if you want to log out, but do not plan to reset your phone to factory settings.It will remove the profile from the visible interface, but does not guarantee complete cleanup of system data.
Step-by-step:
- Open Settings (the gear icon on the main screen).
- Go to Accounts and Sync (on some models โ Passwords and Security โ Accounts).
- Select Google from the list of services.
- Tap on the account you want to delete.
- In the upper right corner, press three dots (โฎ) and select Delete Account.
- Confirm the action by entering a password or pattern lock to the phone.
The account will disappear from the list, but:
- ๐ฑ Contacts, calendars and notes synced with Google will remain on your phone in local storage.
- ๐ Background processes (e.g. Google Play Services) may continue to use account data until reboot.
- ๐ FRP-The lock will remain active if you reset your settings.
Clear the cache of Google Play Services in Settings โ Apps โ App Management
Reboot the phone
Check if your account data has disappeared in Settings โ Users and accounts
Turn off automatic synchronization in Settings โ Accounts โ Synchronization-->
If you need to untie your phone completely from Google (for example, before selling), go to the next method.
Method 2: Disable Factory Reset Protection (FRP) before deleting
FRP (Factory Reset Protection) is a security feature that locks a phone after resetting if it has a Google account attached to it. On Xiaomi, it activates automatically when you add a profile. To avoid blocking, you need to disable FRP before deleting your account.
How to do this:
- Go to Settings โ Google โ Security (or Settings โ Passwords & Security โ Device Deletion on Newer versions of MIUI).
- Find Factory Reset Protection or Reset Protection.
- Disable it by confirming the action with a password from your Google account.
- Return to the Accounts section and delete the Google profile as described in Method 1.
If the FRP option doesnโt appear on the menu, try an alternative path:
- ๐ง Go to Settings. โ The phone. โ Version. MIUI and tap 7 times on this item to activate Developer Mode.
- ๐ฑ Back to Settings โ Additionally. โ For developers and find the option to Allow Unlock OEM (Turn it on).
- ๐ Reboot your phone โ after that, the option FRP It may appear in the security menu.
โ ๏ธ Note: Some Xiaomi models (e.g. Redmi) 9A or POCO M3) option FRP hidden and accessible only through ADB. If you donโt see it on the menu, use Method 4 of this article.
After disabling FRP, you can safely delete your account and even reset your settings โ the phone wonโt require a password the next time you turn on.
Redmi Note (any model)
POCO (any model)
Xiaomi (Flagship Series)
Another brand
I don't know.-->
Method 3: Delete your account via Recovery Mode (without loss of data)
If standard methods do not work (for example, an account is frozen and is not deleted through settings), you can use Recovery Mode, which does not reset user data, but requires caution.
Instructions:
- Turn off the phone.
- Press the button combination to enter Recovery: For most models: Power button + Volume up. For POCO F3 or Xiaomi 11T: Power button + Volume up + Volume down (hold 10 seconds).
Recovery
Wipe & Reset โ Wipe All Data
Advanced โ Wipe Dalvik Cache
Reboot
After this procedure:
- โ Google accounts will be detached from system processes.
- โ ๏ธ Local data (photos, messages) will remain, but some settings will reset.
- ๐ง FRP-The lock will remain active unless you have disabled it in advance.
This method is useful if the phone โgluesโ after deleting the account through settings (for example, constantly requests a password or prevents you from logging into the Play Market).
What happens if the Recovery Mode does not open?
Method 4: Completely delete accounts via ADB (for power users)
If previous methods didnโt work, youโll need to use Android Debug Bridge (ADB), a tool for low-level phone management through your computer, and itโs suitable for removing โstuckโ accounts or disabling FRP on models where itโs not possible to do so through menus.
What you need:
- ๐ป A computer with installed Xiaomi drivers and ADB (You can download from the official Android website).
- ๐ฑ Included Debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ 7 taps โ For developers โ Debugging by USB).
- ๐ USB-cable (preferably original).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission on the smartphone screen.
- Open the command prompt (CMD) on your computer and type: Adb devices Make sure the device is identified (a string with the serial number should appear).
- Enter the command to delete all Google accounts: adb shell pm clear com.google.android.gms adb shell pm uninstall -k --user 0 com.google.android.gsf
- To disable FRP (if necessary): adb shell content insert --uri content://settings/secure --bind name:s:frp --bind value:s:null
- Reboot your phone: adb reboot
Results:
| Team team. | The effect | Notes |
|---|---|---|
| pm clear com.google.android.gms | Clears the cache of Google Play Services | It can cause errors in the operation of some applications |
| pm uninstall com.google.android.gsf | Removing the Google Services Framework | Requires Superuser Rights (Root) |
| content insert frp | Resets FRP-blocking | It doesnโt work on all versions of MIUI. |
โ ๏ธ Attention: Use ADB After completing the commands, check whether important functions (such as Google Play or Gmail) have disappeared. APK-file.
๐ก
If Google services stop working after ADB commands, install the latest Google Apps (GApps) package for your MIUI version via TWRP or Fastboot.
Method 5: Hard reset to factory settings (last chance)
If no method has worked, you have a complete reset, a radical solution that will remove all data from your phone, including accounts, apps and media files, and use it only as a last resort, like before selling your phone or if your device is locked because of an FRP error.
How to do the reset correctly:
- Save important data (photos, contacts, messages) to an external drive or to the cloud.
- Turn off FRP (see Method 2) if the phone is not locked yet.
- Go to Settings โ About Phone โ Resetting โ Delete all data.
- Enter the phone password and confirm the reset.
If your phone is already locked (for example, after an unsuccessful account deletion), reset via Recovery Mode:
- Turn off the device.
- Press Power + Volume up to enter Recovery.
- Select Wipe Data โ Wipe All Data (use volume buttons for navigation).
- Confirm the action and wait for the reboot.
What happens after the dump:
- ๐ฑ The phone will return to the โout of the boxโ stateยป.
- ๐ If FRP It was disconnected in advance, there will be no lock.
- โ ๏ธ If FRP Resetting the phone will require a password from the last Google account.
๐ก
If youโre selling a phone, make sure to check it after you reset: turn it on, go through the initial setup and make sure the device doesnโt ask for your old Google account details, otherwise the new owner wonโt be able to use the smartphone.
Frequent Mistakes and How to Avoid Them
When you delete Google accounts on Xiaomi, users often face typical problems, and here are the most common ones and how to solve them:
1.The phone asks for a password after resetting settings
- ๐ Reason: Wasn't disabled FRP-lockdown.
- ๐ Solution: If you know the password, enter it. If you don't know, use it. ADB (See Method 4 or contact the service center.
2.The account is deleted, but the data is still synchronized
- ๐ฑ Reason: Google Cache Not Cleared.
- ๐ Solution: Go to Settings โ Annexes โ App management. Find Google Play Services and Google Account Manager, clear cache and data. Reboot your phone.
3. You can not delete the account - the button is inactive
- ๐ซ Reason: The account is the owner of the device (e.g. the first profile added).
- ๐ Solution: Add a new Google account and make it your primary. Delete your old account through ADB (see method 4).
4. Google services stopped working after deleting the account
- โ Reason: System components were removed (e.g., through the use of ADB).
- ๐ Solution: Reinstall Google Play Services via APK-File. perform resetting (see Method 5).