Not only do redundant Google accounts on Xiaomi Redmi smartphones take up space in memory, they can also create problems with syncing, notifications, or even blocking access to certain features. This problem is especially relevant after buying a used phone where the previous owner did not delete their data, or when you tested several mailboxes. Unlike other manufacturers, Xiaomi based on MIUI has its own nuances of deleting accounts - standard Android methods often do not work here.
In this article, we will discuss 5 How to delete an unnecessary Google account with Redmi Note 10/11/12, Redmi 9/10, POCO X3/X4 and other models MIUI 12, 13, 14 Android 11-14. You will learn how to bypass system limitations, what to do if the โDeleteโ button is inactive, and how to avoid automatically locking your phone after deleting your main account (relevant for devices with a mobile phone). FRP-We will also look at alternative methods for cases where standard settings do not help, such as through the use of a ADB or remediation.
Why canโt you just delete your Google account through your settings?
On most Xiaomi Redmi smartphones, the Google account deletion button is in the Settings menu โ Accounts are often blocked or hidden:
- ๐ FRP-Factory Reset Protection โ if the account was the main one, the system can lock the phone after deleting it;
- ๐ฑ Politics. MIUI โ Manufacturer restricts deletion of accounts to protect against theft;
- ๐ Service synchronization โ some system applications (such as Google Play Store or Gmail) can automatically restore a deleted account;
- ๐ ๏ธ Customized firmware - on some versions MIUI (especially global) account management functionality reduced.
If you have tried to delete your account through Settings โ Accounts โ Google โ Delete your account, but you see a gray field or the message โDelete is impossibleโ, do not despair โ below we will tell you how to circumvent this restriction.
Method 1: Remove via standard MIUI settings (if the button is active)
This is the easiest method, but it only works if:
- ๐ The account is not the primary account (the one that was added first when setting up the phone);
- ๐ The phone's locked. FRP (or you know the password from the account);
- ๐ You have an official firmware installed. MIUI (non-custom).
Instructions:
- Open Settings โ Accounts and Sync (or Passwords and Security โ Accounts on new versions of MIUI).
- Select Google from the list.
- Click on the desired account (if there are several).
- In the upper right corner, tap on โฎ (three-point) โ Delete the account.
- Confirm the action by entering a password or pattern lock to the phone.
Make sure your account is not your primary | Turn off sync in Google Photos and Contacts | Save important data (notes, calendar) | Make sure you know the password from another Google account (if any)
-->
โ ๏ธ If after deleting the phone asks you to enter a password from the deleted account the next time you turn on โ it worked FRP-In this case, you will need to reset via Fastboot (see Method 5).
Method 2: Remove via Google Settings (bypassing MIUI restrictions)
If the standard method didnโt work, try deleting your account directly through Googleโs settings, not MIUI, which often works even when the button in your system settings is locked.
Instructions:
- Open the Google app (search bar) or go to Settings โ Apps โ App management โ Google.
- Click on Manage Google Account (browser will open).
- In the top menu, select the Security tab.
- Scroll down to the block of Your devices โ Device Management.
- Find your Xiaomi Redmi in the list and click โฎ โ Get out.
- Go back to your phone settings and try to delete your account again (see Method 1).
๐ก Useful tip: If you still have your account in your settings after that, but it doesn't sync, that's okay.
What to do if there is no button "Delete account" in MIUI?
Method 3: Remove via ADB (for advanced users)
If the first two methods didnโt work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to manage system settings via a computer, which is suitable for Redmi on any version of MIUI, but requires USB debugging enabled.
๐ง What's the matter:
- ๐ป Computer with installed ADB-driver;
- ๐ฑ USB Type C C Cable (Original, Not Cheap Fake);
- ๐ Included debugging by USB (Settings โ The phone. โ Version. MIUI โ 7 times to press to unlock the developer mode, then additionally โ For developers โ Debugging by USB).
Instructions:
- Connect the phone to your computer and confirm the trusted device on the smartphone screen.
- Open the command line (Windows) or Terminal (Mac/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices should appear serial number of your phone.
- Follow the command to delete your account (replace email@gmail.com at your address): adb shell pm remove-account --user 0 com.google email@gmail.com
- Reboot the phone.
โ ๏ธ Note: If your account is not deleted after completing the command, try an alternative method through the content provider:
adb shell content delete --uri content://com.android.providers.settings.settings/system --where "name='account_to_remove'"This method is more aggressive and may require root rights.
๐ก
If ADB does not recognize the device, try reinstalling the drivers manually through Device Manager (select "Android ADB Interface").
Method 4: Resetting settings to factory (last resort)
If none of the previous methods worked, then hard reset is the method that will remove all data from your phone, including apps, photos and settings, but is guaranteed to clear all Google accounts.
- ๐ You are willing to lose all data (or have made a backup copy);
- ๐ You know the password from your main Google account (otherwise, your phone will be locked after you reset);
- ๐ฑ You do not have important information in Mi Cloud (it will also be deleted).
Instructions for Xiaomi Redmi:
- Turn off the phone.
- Press the Power button + Volume up at the same time until the Mi logo appears.
- In the Recovery menu, select Wipe Data (use volume buttons for navigation, power button for confirmation).
- Confirm the reset by selecting Wipe All Data.
- After restarting, set your phone as new.
| Model Redmi | Combination of buttons for Recovery | Retention time |
|---|---|---|
| Redmi Note 10/11/12 | Food + Volume up | 10-15 seconds |
| Redmi 9/9A/9C | Food + Volume up | 8-12 seconds |
| POCO X3/X4 | Food + Volume up | 12-15 seconds |
| Redmi K40/K50 | Food + Volume up | 10 seconds (release when the logo appears) |
โ ๏ธ If after reset, the phone requires you to enter a password from an old Google account, this is the first step. FRP-It's going to take a lock to get around it:
- Insert SIM-map;
- At the stage of entering the password, click Add Wi-Fi network;
- In the field for entering a password, enter arbitrary text, select it and select Share โ Gmail;
- Add a new Google account through the Gmail window.
Method 5: Uninstall via Fastboot (for unlocked bootloader)
This is the most radical method that is suitable for devices with an unlocked bootloader (bootloader), which allows you to delete a Google account even if the phone is locked after a reset (FRP). Officially, Xiaomi does not support unlocking the bootloader on all models, but for most Redmi it is possible.
๐ง What's the matter:
- ๐ป A computer with the Mi Flash Tool installed and ADB/Fastboot;
- ๐ฑ Unlocked bootloader (instructions on the official Xiaomi website);
- ๐ USB-Type C cable;
- ๐ File. frp_remove.xml (can be found on the forums 4PDA or XDA-Developers).
Instructions:
- Turn off the phone and put it in Fastboot mode (clip Power + Volume down).
- Connect to your computer and check the connection with the command: fastboot devices
- Download the file. frp_remove.xml fastboot.
- Execute the command to remove FRP: fastboot erase frp or (if it didn't work): fastboot flash frp frp_remove.xml
- Reboot your phone with the command: fastboot reboot
โ ๏ธ Warning: Misuse of Fastboot can lead to a phone blink.If you are not sure about your actions, it is better to contact the service center.
๐ก
Deleting via Fastboot is the only way to get around FRP-Blocking without knowing the password from your old Google account.
Frequent Mistakes and How to Avoid Them
When you delete your Google account on Xiaomi Redmi, users often face typical problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| The โDelete Accountโ button is inactive | The account is primary or FRP enabled | Use Method 2 (via Google Settings) or Method 3 (ADB) |
| After deleting the account, it appears again. | Automatic sync through Google Play | Turn off autosynchronization in Settings โ Accounts โ Google โ Synchronization |
| Phone locked after reset | FRP-Protection (do not know the password from the old account) | Use Method 5 (Fastboot) or contact the service |
| ADB does not see the device | Not installed drivers or debugging not included | Reinstall drivers and check debugging over USB in the developer settings |
๐ก Useful tip: If you plan to sell or transfer your Xiaomi Redmi, be sure to reset before resetting:
- ๐ Delete your Mi Account (Settings) โ Xiaomi account โ Delete the account);
- ๐ Turn off Find My Device in Google Settings;
- ๐ Get out of all social networks and messengers.