Deleting Googleโs account from Xiaomiโs smartphone may be necessary for a variety of reasons: you sell a device, want to change your profile, or have experienced sync errors. However, the process is not always obvious โ especially if the account is tied to MIUI services or used as a primary for Google Play. Unlike devices on pure Android, Redmi, POCO and Mi smartphones have their own nuances, from hidden menu items to locking after a reset (called FRP-LOCK).
In this article, we will discuss 5 working ways to delete an account, from standard through settings to advanced methods using ADB and Fastboot. You will learn how to avoid common errors (for example, "Account is required for certain applications"), what to do if the phone asks for a password after a reset, and how to avoid data loss. All instructions are relevant for MIUI 12/13/14 and models of 2019-2026 release.
Before you start, make sure you have:
- ๐ Password from Google account (if you forget, restore it in advance through accounts.google.com).
- ๐ฑ Battery charge of at least 50% (to avoid failures during the procedure).
- ๐พ Backup of important data (contacts, photos, messages) โ deleting an account can reset some of the settings.
1. Delete Google account through MIUI settings (standard method)
The easiest method is to use the built-in MIUI tools, which is suitable if:
- ๐ฒ You have access to your phone settings.
- ๐ Remember the password from your Google account.
- ๐ซ Not on the device. FRP-Blocking (if any, see Section 4).
Instructions:
- Open Settings โ Accounts and Sync (or Google depending on the version of MIUI).
- Select your Google account from the list.
- Press three points (โฎ) top-right โ Delete the account.
- Confirm the action by entering the device password or pattern lock.
If the Delete account is inactive or absent:
- ๐ Restart the device and try again.
- ๐ Check if your account is being used as a device administrator (see Settings). โ Annexes โ Special access โ Device administrators).
- ๐ ๏ธ Update. MIUI Up to the latest version โ there may be bugs in old firmware.
โ๏ธ Preparing for account deletion
โ ๏ธ Note: After deleting your account, you will lose access to Google Play, Gmail, YouTube and other services until you add a new profile).
2. Delete via "Google Settings" (alternative method)
If the standard method didnโt work, try to delete your account directly through Googleโs menu, a method that often helps when MIUI blocks deletion through the basic settings.
Step-by-step:
- Open the Google Settings app (the Google logo pin pin pin icon) and if it's not available, download it from the Play Market.
- Go to the Google Account Management section.
- Select the Security tab โ Your devices โ Device management.
- Find your Xiaomi in the list and click Exit (or Delete).
- Return to the basic phone settings and try to delete again through Accounts and sync.
If the account is not deleted after these actions:
- ๐ Try disabling sync for all Google services (in the account menu) and re-deleting.
- ๐ต Temporarily turn off the Internet (plane mode) โ sometimes it drops the locks.
- ๐ ๏ธ Use Safe Start Mode (press the power button) โ Safe mode) to disable third-party applications that may interfere with the procedure.
What to do if the โDelete Accountโ button is inactive?
3. reset to factory settings (Hard Reset)
If you canโt delete your account through the settings, youโll have to use a radical method, a complete reset, to delete all data from your phone, including apps, photos and settings. Xiaomi devices with MIUI 12+ may need to reset your old Google account (FRP-LOCK) if it was tied to your phone.
How to make a Hard Reset:
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data (or delete everything).
- Enter the device password or pattern lock.
- Confirm the action โ the phone will restart and begin the cleaning process.
If the phone is locked or does not respond to touch, use a hardware reset:
- Turn off the device.
- Press the Power button + Volume up (on some POCO models - Power + Volume down).
- In the Recovery menu, select Wipe Data โ Wipe All Data (manage volume buttons, confirmation โ power button).
โ ๏ธ Warning: After resetting the welcome screen, a request to enter data from an old Google account may appear (FRP). If you donโt remember your password, use the method in Section 4.
| Xiaomi model | Combination for Recovery | Does FRP support it? |
|---|---|---|
| Redmi Note 10/11/12 | Food + Volume up | Yes (MIUI 12+) |
| POCO X3/X4/X5 | Food + Volume up | Yes (starting with Android 10) |
| Mi 11/12/13 | Food + Volume up | Yes (all versions) |
| Redmi 9/9A/9C | Food + Volume up | No (on Android 9) |
FRP (Factory Reset Protection) bypass after discharge
FRP-blocking is a Google protection that requires you to enter your previous account data after a reset:
- ๐ Google account was linked to the device.
- ๐ฑ The phone ran on Android 5.1.+ (All modern Xiaomi models are subject to this condition).
- ๐ Resets were performed via Recovery or settings.
If you forget your old account password, you can bypass FRP in several ways:
Method 1: Via Wi-Fi settings (for MIUI 12โ14)
- On the Google account entry screen, click Add Wi-Fi network.
- In the network name field, enter arbitrary text, highlight it and click Share โ Gmail (or another application).
- In the window that opens, select Settings โ Add an account and create a new Google profile.
Method 2: Use of the SIM-cards (for Redmi/Poco)
- Put it in. SIM-map.
- On the FRP screen, click Emergency Call โ dial ##4636##.
- In the test menu, select Settings โ Data Reset (reset may be required).
โ ๏ธ Attention: Bypassing techniques FRP It may not work on the latest versions. MIUI 14 with security patches from 2023 to 2026, which would require firmware through Fastboot (Section 5).
๐ก
If you still have access to your old phone number or backup email linked to your Google account, restore your password through the recovery page.
5. Delete your account via ADB (for advanced users)
If the standard methods do not work, FRP-Locking prevents you from using your phone, you can delete your account via Android Debug Bridge (ADB). This method requires a computer and basic knowledge of working with the command line.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ USB-cable (preferably original).
- ๐ ๏ธ Utilities. ADB Fastboot (you can download from the official website).
- ๐ง Included debugging by USB on the phone (if the device is unlocked).
Instructions:
- Connect your phone to your computer and allow debugging over USB (if requested).
- Open Command Prompt (or Terminal) in the ADB folder.
- Enter the command to check the connection: adb devices If the device is displayed โ go further.
- Delete all Google accounts by command: adb shell pm clear com.google.android.gms adb shell content delete --uri content://settings/secure --where "name='account_migrated'"
- Reboot your phone: adb reboot
If the USB debugging is disabled and the phone is locked:
- ๐ Try to log in to Recovery and turn on ADB Sideload (on some Xiaomi firmware, it is possible).
- ๐ฅ Use the firmware through Fastboot (see the next section).
๐ก
ADB-The method works only if the phone is debugging on USB. If the device is locked, first unlock it through FRP-traversal.
6. Firmware through Fastboot (extreme case)
If all the previous methods failed, you can still completely flash the device through Fastboot mode, which will delete all data, including the data. FRP-lockdown:
- ๐ฅ๏ธ Computers with installed ADB/Fastboot.
- ๐ Firmware for your model (you can download on the official website of Xiaomi).
- ๐ Unlocked bootloader (new devices may require waiting 7-15 days after linking your Mi Account).
Step-by-step:
- Download Fastboot firmware for your model (for example, tucana_global_images... For the Redmi Note 10 Pro).
- Unpack the archive in a folder with Fastboot.
- Turn off the phone and press Power + Volume down to log into Fastboot.
- Connect the device to your computer and execute the command: fastboot flash all (or fastboot flash all -w for complete cleaning).
- Wait for completion (5-10 minutes) and restart your phone: fastboot reboot
โ ๏ธ Note: Fastboot resets all data, including IMEI (After the procedure, you may need to re-activate the device via Mi Account.
Frequent mistakes and their solutions
When you delete your Google account with Xiaomi, users often face the following problems:
| Mistake. | Reason. | Decision |
|---|---|---|
| โAn account is required for some applications.โ | The account is used as the main account for Google Play or MIUI. | Turn off sync for all services or use ADB. |
| "Failure to delete the account" | System failure or MIUI limitations. | Reboot your phone and try again or reset. |
| "This device is reset" (FRP) | Googleโs protection is activated after reset. | Use the methods of circumvention from section 4. |
| No connection to Google servers | Problems with the Internet or Google services. | Check your network connection or change the DNS to 8.8.8.8. |
If none of the methods worked:
- ๐ Contact Xiaomi Service Center โ They Can Reset FRP Officially (proof of ownership required).
- ๐ง Try custom firmware (like LineageOS), but this will void the warranty.