How to delete a second Google account on a Xiaomi smartphone: 5 working methods

On Xiaomi smartphones (including Redmi, POCO, and Black Shark models), it is often necessary to delete a second Google account β€” whether it is an old profile, a corporate account or a randomly added account. The problem is that MIUI does not always allow this to be done by standard means: the delete button can be inactive, and synchronization attempts can lead to errors. In this article, we will discuss all the current methods, including hidden settings, resetting through ADB and bypassing locks without losing data.

Xiaomi devices are very well integrated with the MIUI shell. For example, on Redmi Note 12 or Xiaomi 13T models, linking an account to a device can block its deletion if it is used for Find My Device, backup or payment in Google Play. We will look at not only basic methods, but also unique solutions for cases where the system requires a password from the previous owner or gives an error "Account is managed by an organization."

Before you start, make sure you have access to your primary Google account (the one you plan to keep). If you delete your employer or school account, check if your corporate data is tied to it β€” the loss may be irreversible. Also back up your contacts, photos and notes, even if you plan to use the method without resetting.

Why can’t you just delete your Google account through your settings?

On most Xiaomi smartphones, when trying to delete a Google account in the Settings β†’ Accounts and Sync menu, users face one of the following problems:

  • πŸ”’ The button "Delete account" is inactive (grey) - typical for devices with MIUI 13/14, where the account is linked to security services.
  • πŸ”„ Constant sync – the system automatically restores the account after the reboot, even if it was deleted.
  • 🏒 The message β€œAccount is managed by an organization” means that the account is added via Google Workspace (formerly G Suite) and requires administrator rights.
  • πŸ”‘ Requesting the password of the previous owner is relevant for used devices where a reset before sale was not performed.

These restrictions are related to the security policies of Android and MIUI:

  1. Factory Reset Protection (FRP) – If a Google account was the last to be added, deleting it may require a factory reset.
  2. Corporate governance – Google Workspace accounts are blocked by the domain administrator.
  3. Cache errors – corrupted data in /data/system/users/0/accounts.db may interfere with deletion.

⚠️ Note: If you buy a used Xiaomi smartphone, always ask the seller to delete all Google accounts before resetting. Otherwise, you risk getting a locked device requiring the username / password of the previous owner.

Method 1: Standard removal through MIUI settings

This method will work if:

  • πŸ“± You. MIUI 12 or later (older versions may have different interfaces).
  • πŸ”“ The account is not the administrator of the device (check Settings). β†’ Security β†’ Device administrators).
  • 🏠 The account is not linked to Google Pay or other payment services.

Instructions:

  1. Open Settings β†’ Accounts and Synchronization.
  2. Select Google β†’ tap on the desired account.
  3. Click Delete your account (if the button is active).
  4. Confirm the action by entering PIN-code, pattern lock or fingerprint.

If the Delete Account button is inactive:

Make sure your account is not used for Google Pay|Turn off sync for this account|Check if he is the administrator of the device.|Reboot your smartphone and try again.-->

Some models (such as the POCO F5 or Xiaomi 12 Lite) may need to first disable sync for all Google services:

Settings β†’ Accounts and Sync β†’ Google β†’ [Account] β†’ Account Sync β†’ Disable All Switches

Method 2: Remove by resetting settings (if the account is not the main one)

If the second Google account is not the main one (i.e. there is at least one other account on the device), it can be deleted through a reset without losing data. MIUI 14 and newer.

Important: before resetting it is necessary to:

  • πŸ“ Create a backup through Settings β†’ The phone. β†’ Backup.
  • πŸ” Make sure you remember the password from your main Google account.
  • πŸ“Ά Connect to Wi-Fi – after reset, you will need to re-authorize.

Steps:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Resetting (not β€œDelete all data!”).
  3. Confirm action. The device will restart.
  4. After rebooting, log in to your main Google account and the second account will be deleted.

⚠️ Note: Some models (e.g. Redmi Note 11 Pro)+) Resetting your settings can result in deleting all accounts if they were added after the last device setup. Before you do this, check if the second account is the "last added" in the Settings section. β†’ Accounts. β†’ Account history.

Standard removal through settings|Resetting settings|ADB-team|Called in support of Xiaomi|I've tried nothing.-->

Method 3: Removal via ADB (for power users)

If the standard methods don’t work, you can delete your Google account via Android Debug Bridge (ADB), a method that requires connecting your smartphone to your computer and enabling debugging over USB.

Warning: improper use of ADB may result in data loss or soft-brick (software breakdown) of the device.

Steps:

  1. Turn on Developer Mode: Settings β†’ About Phone β†’ MIUI Version (shap 7 times)
  2. Activate USB Debugging: Settings β†’ Additional β†’ For Developers β†’ Debugging by USB
  3. Connect your smartphone to your PC through USB-cable (original!).
  4. Open the command line (Windows) or Terminal (macOS/Linux) and type: adb devices Make sure the device is identified (its serial number should appear).
  5. Execute the command to delete the account (replace the email)@example.com adb shell pm clear com.google.android.gms && adb shell content delete --uri content://com.android.providers.settings.settings --where "name='account_to_remove'" --with-value "email@example.com"
  6. Reboot the device: adb reboot

If the command fails, try an alternative method using SQLite:

adb shell


su




sqlite3 /data/data/com.google.android.gms/databases/accounts.db "DELETE FROM accounts WHERE email='email@example.com';"




exit




exit

⚠️ Attention: On devices with MIUI 14 and later, it may be necessary to unlock the bootloader (Bootloader Unlock) to perform some of the ADB-This will cancel the warranty and erase all data. FAQ.

πŸ’‘

If ADB does not recognize the device, try installing official Xiaomi drivers from MIUI Download or using the Mi PC Suite program.

Method 4: Bypassing the lock through Safe Mode (if the account is managed by the organization)

If you try to delete an account, you see a message saying β€œAccount is managed by an organization,” it means that the account has been added via Google Workspace (for example, corporate or educational), in which case it can only be deleted in Safe Mode, where all third-party applications and administrator policies are disabled.

Instructions:

  1. Turn off your smartphone.
  2. Press the power button and hold it until the Xiaomi logo appears.
  3. Once the logo appears, press and hold the volume button until the device boots into Safe Mode (there will be a sign at the bottom of the screen).
  4. Go to Settings β†’ Accounts β†’ Google and delete the problematic account.
  5. Restart the device in normal mode.

If your account is not deleted, try:

  • πŸ“§ Remove all related job profiles in Settings β†’ Accounts. β†’ Profiles of work.
  • πŸ”„ Disable device management in Settings β†’ Google β†’ Device and safety β†’ Device control.
  • πŸ“± Reset the settings of the Google application in Settings β†’ Annexes β†’ Application management β†’ Google β†’ Warehouse β†’ Clear the data.

Method 5: Delete via Mi Account (if Xiaomi account is linked to Google)

On Xiaomi devices, the Mi Account is closely integrated with Google services, and if a second Google account was added via Mi Cloud or Xiaomi Services, it can be deleted via the Mi Account settings.

Steps:

  1. Open Settings β†’ Accounts and Sync β†’ Mi Account.
  2. Tap your Xiaomi profile and select Account Management.
  3. Scroll down to the Linked Accounts section and find Google.
  4. Click on the cart icon next to the unnecessary account.
  5. Confirm the deletion via SMS or password from Mi Account.

If this method does not work, try:

Problem.Decision
Remove button is inactiveUntie your Google account from Mi Cloud in Settings β†’ Mi Account β†’ Cloud β†’ Sync
Confirmation by SMS is requiredUse a backup phone number linked to your Mi Account
"Failure to delete" errorClear the Mi Account cache in Settings β†’ Applications β†’ Management β†’ Mi Account β†’ Storage
The account is not displayed in the associatedCheck the settings in Settings β†’ Google β†’ Linked accounts
What to do if your Mi Account is blocked?
If your Mi Account is blocked (for example, due to multiple failed login attempts), you can restore access through the official account.xiaomi.com. Select "Forgot password" and follow the instructions. If the lock is associated with suspicious activity, you may need to send a scanned copy of the ID document in support of Xiaomi. Unblock time is from 24 to 72 hours.

Frequent mistakes and their solutions

When you delete a second Google account on Xiaomi, users often face the following problems:

  • πŸ”„ The account returns after the reboot, which means it syncs through Mi Cloud.Solution: disable account sync in Settings β†’ Mi Account β†’ Cloud.
  • πŸ”‘ The password of the previous owner is required – the device is tied to the FRP. Solution: complete reset (see para. FAQ).
  • πŸ“΅ The "failed to communicate with the server" error is a problem with the Internet connection or Google servers. Solution: connect to another network or use the Internet. VPN.
  • πŸ›‘ Message "Delete is forbidden by the administrator" - the account is managed through Google Workspace. Solution: contact the domain administrator or use Safe Mode.

If none of the methods worked, check:

  1. Whether the device has custom firmware (such as LineageOS or Pixel Experience) may require flashing to an official MIUI.
  2. Is Find My Device mode activated for the deleted account, disable it via the web version of the service.
  3. If you are using your account to pay for subscriptions (such as YouTube Premium or Google One) then transfer your subscriptions to another account.

πŸ’‘

If you buy a used Xiaomi smartphone, always ask the seller to provide proof of deletion of all accounts (screenshot of the "Accounts" section in the settings). FRP post-discharge.

FAQ: Answers to Frequent Questions

Can I delete my Google account without resetting?
No, the main Google account (the one that was added first or used for FRP) cannot be deleted without completely resetting the device. This is an Android security limitation. If you delete the main account, the system will require it to be re-entered after the reboot. Exception: if you add multiple accounts on the device, you can make one of them "main" by transferring all the data to it, and then delete the old one.
What if Google services stopped working after deleting your account?
If you delete your second account, Google Play, Gmail or other services stop working: Go to Settings β†’ Apps β†’ App Management. Find the Google Play Store, Google Play Services and Google Services Framework. For each, do: Warehouse β†’ Clear cache β†’ Clear data. Restart your device. If the problem persists, add the account again or reset your settings.
How to unlock Bootloader on Xiaomi to use ADB?
Unlocking the bootloader on Xiaomi requires official permission from the manufacturer.The process takes up to 7 days and includes the following steps: Link the device to Mi Account in Settings β†’ Mi Account. Go to Mi Unlock and log in. Download the Mi Unlock Tool and connect your smartphone in Fastboot mode. + Volume reduction when the device is off. Follow the instructions of the program. Unlocking will take up to 168 hours (7 days). ⚠️ Warning: Unlocking Bootloader resets the device to factory settings and voids warranty!
Can I delete my Google account through Recovery Mode?
No, Recovery Mode on Xiaomi does not provide tools for managing Google accounts. In this mode, you can only: Run Wipe Data (full reset), install official firmware via Fastboot. Clear cache. Use the methods described in this article to delete your account, or contact the Xiaomi service center.
What if the device requires an old Google account after a reset?
This means that Factory Reset Protection is activated on the device (FRP). To get around it: Connect to Wi-Fi on the settings screen. Go back a step and select Emergency Call. Dial ##4636##, to open the test menu. Go to Settings. β†’ About the device and tap on the version MIUI 7 Once to activate the developer mode. Go back to the main settings menu, turn on Debugging on USB And connect the device to the PC. Use it. ADB-round-off FRP: adb shell am start -n com.google.android.gms/.common.account.AccountPickerNew Add a new Google account and set up your device. ⚠️ This method may not work on new devices with MIUI 14 Android 13+ due to increased security.