Deleting Google account from the phone Xiaomi is a procedure that may be needed when selling a device, changing a profile, or eliminating synchronization errors. However, on smartphones with firmware MIUI this process has nuances: the system often blocks a full reset through standard settings, requiring password confirmation or even factory flashing. In this article we will analyze all current methods for deleting a Google account on Xiaomi in 2026including bypassing the FRP (Factory Reset Protection) lock and saving data.

It is important to understand: simply deleting an account through the settings is not always possible cleans it completely. On some models (Redmi Note 12, POCO F5, Xiaomi 13T), after a reset, the connection to the device may remain, which will cause problems when re-authorizing. We will consider both โ€œsoftโ€ methods (through the phone menu) and โ€œhardโ€ ones (using ADB or mode Fastboot).

If you plan to sell or transfer the phone, be sure to full reset to factory settings after deleting your account. Otherwise, the new owner may be asked for your credentials during the first setup.

Why canโ€™t I delete a Google account on Xiaomi?

The main problem lies in FRP protection (Factory Reset Protection), which Google introduced to combat the theft of smartphones for everyone. devices Xiaomi s Android 5.1 and higher, this function is active by default. Here are the key reasons why standard deletion may not work:

  • ๐Ÿ”’ FRP lock: After deleting an account through the settings, the system requires you to enter a password the next time you turn it on.
  • ๐Ÿ“ฑ MIUI restrictions: Firmware Xiaomi may hide the option to delete an account in the menu (especially on models for China).
  • ๐Ÿ”„ Synchronization in the background: Even after deletion, the account can be automatically restored through backups.
  • ๐Ÿ› ๏ธ Damaged system files: If the phone has previously been rooted or unofficial firmware, account management options may not work correctly.

For example, on Redmi 10C c MIUI 14 when you try to delete an account via Settings โ†’ Google Accounts the error โ€œIt is impossible to delete the administrator accountโ€ may appear. This is due to the fact that some system applications (for example, Mi Cloud or Find Device) have administrator rights and block the process.

โš ๏ธ Attention: If you delete your account before selling your phone, but do not reset it to factory settings, the new owner will not be able to activate the device without your Google password. This is a common reason for returns on the secondary market.

Method 1: Standard removal through MIUI settings

The simplest method that works on most models Xiaomi (Redmi Note 11, POCO X5, Xiaomi 12 Lite etc.) without root access. Suitable if:

  • ๐Ÿ“ฑ You have access to the phone menu.
  • ๐Ÿ”‘ You remember the password for your Google account.
  • ๐Ÿ”„ You do not plan to immediately sell the device (an additional reset will be required).

Instructions:

  1. Open Settings โ†’ Accounts and synchronization (or Google depending on the version MIUI).
  2. Select your Google account (if there are several).
  3. Click on the three dots in the upper right corner โ†’ Delete account.
  4. Confirm the action by entering the device password or pattern.
  5. Restart the phone.

If option Delete account inactive or missing:

  • ๐Ÿ”ง Check if the account is assigned as device administrator (Settings โ†’ Applications โ†’ Special access โ†’ Administrators devices).
  • ๐Ÿ“ต Disable Find My Device in Google settings (may block deletion).

Disable synchronization in Google Drive|

Delete account from Mi Cloud|

Check administrator rights|

Make a backup copy of your data-->

โš ๏ธ Attention: On some models (Xiaomi Mi A3, POCO M3), after deleting your account through the settings, you may still be linked to Mi Account. To completely unlink your phone, go to Settings โ†’ Mi Account โ†’ Sign Out.

Method 2: Removal via Recovery Mode (without password)

This method is suitable if you forgot password from a Google account or the phone is locked after a reset. It works on most. devices Xiaomi with MIUI 12โ€“15, but requires access to the mode Recovery. Important: this method deletes everything data from the phone!

Step-by-step guide:

  1. Turn off the phone.
  2. Hold simultaneously Power button + Volume up (on some models - Volume down). logo Mi.
  3. In the menu Recovery select language (if required), then:
    • ๐Ÿ”ง Wipe Data โ†’ Wipe All Data (full reset).
    • ๐Ÿ”„ Confirm the action (usually you need to enter yes or long tap on the power button).
  • After the reset, select Reboot โ†’ Reboot to System.
  • If after rebooting the phone again requires you to enter the Google password:

    • ๐Ÿ“ฑ This means that FRP locking is still active. Go to Method 4 (FRP bypass).
    • ๐Ÿ”Œ On some models (Redmi 9A, POCO M4 Pro) helps connect to Wi-Fi to login to your account, and then reset again through Recovery.
    What to do if Recovery Mode does not open?

    If the button combination does not work, try:

    1. Connect the phone to the charger and try again.

    2. Use ADB to go to Recovery (command:

    adb reboot recovery
    ).

    3. On new models (Xiaomi 14, Redmi K70) you may need a special cable to unlock bootloader.

    Method 3: Using ADB (for advanced users)

    Method using Android Debug Bridge (ADB) allows you to delete your Google account without resetting your data, but requires enabled USB debugging access to the computer Suitable for. models Xiaomi for Android 10โ€“14.

    What you will need:

    • ๐Ÿ’ป Computer with installed ADB drivers (download from Google).
    • ๐Ÿ”Œ USB cable (preferably original).
    • ๐Ÿ“ฑ Enabled USB debugging (Settings โ†’ About the phone โ†’ MIUI version (press 7 times) โ†’ Additional โ†’ For developers โ†’ USB debugging).

    Instructions:

    1. Connect the phone to the computer and confirm permission to debug.
    2. Open command line line (Windows) or terminal (Mac/Linux) and enter:
    3. adb shell
      

      pm list packages | grep 'google'

    4. Find packages associated with accounts (for example, com.google.android.gms).
    5. Delete the account with the command:
    6. adb shell pm clear com.google.android.gms
      

      adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_sync_enabled'"

    7. Reboot the phone:
    8. adb reboot

    If the commands do not worked:

    • ๐Ÿ”ง Try an alternative method via ADB:
    • adb shell am start -n com.google.android.gsf.login/
      

      adb shell am start -n com.google.android.gsf.login.LoginActivity

    • ๐Ÿ“ต On some firmware MIUI you must first delete Mi Account:
    • adb shell pm uninstall --user 0 com.xiaomi.account
    โš ๏ธ Attention: Using ADB may disrupt the operation of system applications. If after deleting the account. stopped working Google Play or Gmail, reset the cache in Recovery Mode (Wipe Cache Partition).

    Standard deletion via settings|

    Reset via Recovery Mode|

    Used ADB|

    Bypassed FRP through third-party apps|

    Never deleted the account-->

    Method 4: Bypassing FRP lock on Xiaomi (2026)

    FRP (Factory Reset Protection) is the main obstacle when deleting a Google account on modern ones Xiaomi. If after resetting the phone requires you to enter your previous account information, use one of the proven bypass methods. Important: these methods may not work on the latest versions MIUI 15+ due to tougher protection.

    Ways to bypass FRP:

    Method Suitable models Required Risks
    Via emergency call Redmi 9/10, POCO M3/M4 SIM card, access to the lock screen May not work on new firmware
    Using OTG cable Xiaomi 11/12, Redmi Note 11/12 OTG adapter, flash drive with bypass file Errors are possible when installing APK
    Via Fastboot POCO F3/F4, Xiaomi 13/14 Computer, unlocked bootloader Resetting all data, risk of "brick"
    Special apps (for example, FRP Bypass APK) Redmi 8/9, Mi A2/A3 Installing a third-party APK Possible viruses in unofficial utilities

    Step by step via emergency call (works on MIUI 12โ€“14):

    1. On the lock screen, tap Emergency call.
    2. Dial ##4636## (the testing menu will open).
    3. Go to Settings โ†’ Reset and restore.
    4. Reset to factory settings.
    5. After reboot, skip step Login to your Google account (if available).

    For models with Android 13/14 (Xiaomi 13 Ultra, Redmi K60) it is often necessary to unlocking the bootloader via Fastboot:

    fastboot oem unlock
    

    fastboot flashing unlock

    โš ๏ธ Attention: Bypassing FRP may be considered a violation of Google policy On some devices after this. Resetting may cause problems with updates or operation Google Play Services. Use the method only as a last resort!
    ๐Ÿ’ก

    If FRP bypass fails, try connecting the phone to Wi-Fi before attempting to log into your account On some firmware, this allows you to skip the step. authorization.

    Method 5: Full reset via Mi Flash Tool (for experienced)

    If all the previous methods did not work, you can still reflash the phone using the official utility Mi Flash Tool. This method is guaranteed to delete all accounts, but requires:

    • ๐Ÿ’ป Computer with Windows.
    • ๐Ÿ”Œ Unlocked bootloader (Bootloader).
    • ๐Ÿ“„ Official firmware for your model (download from website Xiaomi).

    Instructions:

    1. Unlock the bootloader via Fastboot (instructions on the website Xiaomi).
    2. Download and install Mi Flash Tool.
    3. Connect the phone in mode Fastboot (press Power + Volume Down).
    4. In the utility, select the downloaded firmware and press Flash.
    5. Wait for completion (10-15 minutes).

    Warnings:

    • ๐Ÿ”ฅ This method deletes all data, including photos and applications.
    • ๐Ÿ”ง On new models (Xiaomi 14 Pro, Redmi K70 Pro), you may need to log in to Mi Account to unlock bootloader.
    • ๐Ÿ“ต After flashing, the phone will be like โ€œnewโ€, but will lose the warranty, if there was one.
    ๐Ÿ’ก

    Flashing via Mi Flash Tool is the only way to guaranteed remove FRP lock on Xiaomi, but requires unlocking the bootloader and leads to data loss.

    What to do after removal Google account?

    Having successfully deleted your account, follow a few important steps to avoid problems in the future:

    1. Reset to factory settings (if you plan to sell the phone):
      • ๐Ÿ“ฑ Settings โ†’ About phone โ†’ Reset settings.
      • ๐Ÿ”„ Select Delete everything (including internal memory).
    2. Checking residual data:
      • ๐Ÿ” Go to Settings โ†’ Accounts and make sure that there is no Google account.
      • ๐Ÿ“ง Check Settings โ†’ Synchronization โ€”there should be no active synchronizations there.
    3. Setting up a new account (if you still have the phone):
      • ๐Ÿ†• Add a new Google account via Settings โ†’ Accounts โ†’ Add account.
      • ๐Ÿ”’ Enable two-factor authentication for security.

    If you are selling a phone:

    • ๐Ÿ“ฆ Remove the SIM card and memory card.
    • ๐Ÿ”‹ Charge the device to at least 50% - the new owner will be able to use it immediately set up.
    • ๐Ÿ“„ Save the receipt or purchase documents for transfer (if any).
    โš ๏ธ Attention: On some models Xiaomi (Redmi Note 10 Pro, POCO X3 Pro) after the reset, a link to Mi Accountmay remain. To completely unlink the device, go to Settings โ†’ Mi Account โ†’ Delete account.

    FAQ: Frequently asked questions about deleting a Google account on Xiaomi

    Is it possible to delete a Google account without losing data?

    Yes, but only if you remember the password and USB debugging is enabled. Use Method 1 (via settings) or Method 3 (via ADB). In other cases, the data will be erased.

    After resetting, the phone asks for an old Google account. What to do?

    This is FRP lock. Try Method 4 (FRP bypass) or reflash the phone via Mi Flash Tool (Method 5). (Xiaomi 13/14) you may need to officially unlock the bootloader.

    How to delete Mi Account if you forgot password?

    To delete Mi Account without a password:

    1. Go to the website account.xiaomi.com and use the password recovery function.
    2. If a phone number or email is associated, confirm the reset.
    3. On your phone, perform a reset via Recovery Mode (Method 2).

    If recovery is impossible, contact support Xiaomi with documents for your phone.

    Will the phone work without a Google account?

    Yes, but with limitations:

    • โœ… Calls, SMS, camera, most standard applications work.
    • โŒ It will not work Google Play, Gmail, YouTube and other Google services.
    • ๐Ÿ”ง You can install alternative stores (for example, APKMirror), but it is not safe.
    Is it possible to delete an account through a computer without ADB?

    No, there are no standard Windows or Mac tools for deleting a Google account from Xiaomi Alternatives:

    • ๐Ÿ’ป Use ADB (Method 3).
    • ๐Ÿ“ฑ Delete the account through the Google web interface (myaccount.google.com), but this will not completely remove it from the phone.