Detachment of Google account from the smartphone Xiaomi Redmi may be necessary in a variety of situations: when selling the device, changing the profile, eliminating synchronization errors or even after resetting when the phone requires data from the old account (FRP-However, standard deletion through settings does not always work, especially if it is a system account or a device with a system system. MIUI older than 12th version.
In this article, we will discuss all the current ways to detach a Google account from Xiaomi Redmi, including hidden methods for bypassing Factory Reset Protection (FRP), which work even without access to a password. Importantly, the procedure differs depending on the version of MIUI and the smartphone model (for example, Redmi Note 12 vs Redmi 9A), so we will specify the nuances for each situation.
Why canโt you just delete your account through your settings?
Many users find that after trying to delete a Google account through Settings โ Accounts, the system will give an error: โThis account is required for some applicationsโ or โYou canโt delete โ this is the administrator of the device.โ
- ๐ FRP-Factory Reset Protection is an Android security feature that links the device to the last used Google account after a reset.
- ๐ฑ System applications (such as Google Play Services or Mi Account) may use the account as a must-have component for the operation of the account.
- ๐ Synchronization MIUI โ Xiaomi firmware often integrates Google services at the system level, making it difficult to remove.
And more importantly, on devices with MIUI 13/14 after resetting (Settings) โ The phone. โ Resetting) may be a request to enter data from the previous Google account - even if you have already deleted it! /data.
Method 1: Standard removal through settings (if no FRP)
If your Xiaomi Redmi isnโt blocked after a reset and you just want to delete an unnecessary account, try this method.It works on most devices with MIUI 12-14, but may not work if the account is the deviceโs administrator.
- Open Settings and go to Accounts and Sync (or Passwords and Security โ Accounts on new versions).
- Select Google from the list of connected accounts.
- Put it on the right email address.
- In the upper right corner, press three dots (โฎ) and select Delete Account.
- Confirm the action by entering a pattern lock, PIN or password from the lock screen.
If the Delete account button is inactive or not, then the account is being used by the system services, in which case move to the next method.
๐ก
Before deleting your account, turn off sync for all Google apps (Contacts, Calendar, Drive, etc.) and this will reduce the risk of data loss.
Method 2: Remove via "Device Administrators"
Often, a Google account cannot be deleted because it has device administrator rights, such as features like Find My Device or corporate policies, to remove these restrictions:
- Go to Settings โ Passwords and Security โ Device Administrators (on some models, the path may differ: Settings โ Applications โ Special Access โ Device Administrators).
- Find your Google Find My Device or Android Manage.
- Turn off the slider next to this point. If the system requests a password, enter it.
- Return to the Accounts section and try to delete again (see Method 1).
If you still can't delete after you shut down the administrator, try restarting your phone, and sometimes the changes only apply after the reboot.
What to do if there is no item "Device Administrators"?
Method 3: Reset settings with FRP bypass (if the phone is locked)
If you reset Xiaomi Redmi to factory settings and now the phone requires data from the previous Google account, you will need to bypass the phone. FRP-This method works on most Redmi models (including Note). 10/11/12, Redmi 9/9A Others, but require an internet connection and additional manipulation.
Attention! FRP circumvention may violate Googleโs terms of use, and we describe the method for legitimate purposes only (e.g., if you forget your account details).
โ ๏ธ Attention: On devices with MIUI 14 and Android 13+ circumvention FRP If you reset the phone, you want to enter it. PIN-code SIM-maps before activating your Google account, insert your work first SIM and complete the initial setup.
Step 1: Preparation
- ๐ถ Connect your phone to Wi-Fi (required! without the Internet bypass is impossible).
- ๐ Charge the device at least 50% โ interruption of the process can lead to a blink.
- ๐ ๏ธ Prepare a second smartphone or PC to download additional files (if required).
Step 2: Bypass FRP through Emergency Call
This method works for most Xiaomi Redmis with MIUI 12โ13:
- On the FRP lock screen, press Emergency Call.
- Enter the combination ##4636## (the test menu will open).
- Select Phone Information and hold the tap on any menu item until the context menu appears.
- Click Share and select Messages (SMS).
- In the โToโ field, enter any number, and add any text to the text of the message and send it.
- After sending, return to the home screen and open Settings through the notification panel.
- Go to About Phone โ The MIUI version and tap it 7 times to activate the developer mode.
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect your phone to your PC and use it. ADB-Delete the account commands (see Method 4).
โ๏ธ Preparation for bypassing FRP
Alternative method for MIUI 14
On newer versions of the firmware, the emergency call bypass may not work.
- On the FRP screen, select Add Wi-Fi network.
- In the network name field, enter any text, highlight it and click Share.
- Select Gmail (if available) or Messages.
- In the window that opens, try to go to Settings through the notification panel.
Method 4: Delete your account via ADB (for advanced users)
If standard methods donโt work, you can delete your Google account using Android Debug Bridge (ADB), which requires connecting your phone to your computer and having basic command line knowledge.
Warning: Misuse of ADB may result in data loss or system damage. Follow the instructions carefully!
Step 1: Installation of ADB
- ๐ฅ๏ธ Download Platform Tools from the official Android website.
- ๐ Unpack the archive in any folder (for example, C:\adb).
- ๐ Connect Xiaomi Redmi to PC via USB-cable (use the original cable!).
- ๐ Turn on Debugging. USB (See method 3, step 7).
Step 2: Execution of commands
Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB and execute commands in order:
adb devices(Your device name should appear. If not, check the drivers and cable.)
adb shell
pm list packages | grep 'google'(This command will display a list of all Google packages. Find a line from com.google.android.gms โ this is Google Play Services.)
pm uninstall -k --user 0 com.google.android.gms(Remove Google Play Services for current users. Don't delete system packages!)
pm list accounts(Shows a list of all accounts. Find a line with your Google account, such as Account {name=your mail@gmail.com, type=com.google}.)
am start -a android.settings.ACCOUNT_SYNC_SETTINGS(Opens the account menu where you can try to delete it manually.)
If deleting via the menu is not available, do:
adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_to_migrate'"โ ๏ธ Note: On some Xiaomi devices after deleting your Google account ADB You may have problems with the Google Play Market. To restore work, reinstall Google Play Services through Settings โ Annexes โ Application management.
Method 5: Complete Fastboot Reset (Extreme Method)
If all the previous methods failed, you can completely reset the Fastboot mode, which will delete all data from the phone, including the phone. FRP-locking, but requires an unlocked bootloader).
Important: On Xiaomi devices, the default bootloader is locked, and unlocking it erases all data and requires you to link to your Mi Account, and if you haven't done this before, it won't work.
Instructions:
- Turn off your phone and press the Power button + Volume down to log into the Fastboot.
- Connect the device to your PC and open the command line in the folder with ADB.
- Execute the command to check the connection: fastboot devices
- Run full reset: fastboot erase userdata fastboot erase cache fastboot reboot
Once rebooted, the phone will be completely cleared, including all accounts, but this method does not guarantee FRP bypass on newer versions of MIUI (Android 12+), since the lock data can be stored in a secure partition.
๐ก
If you are selling a phone, make sure to check if you have any links to your old account after a Fastboot reset. Try adding a new Google account without an internet connection (if the phone requires your old account details โ FRP is not deleted!).
Comparison of methods: which one to choose?
| Method | Difficulty | PC required | It works on FRP. | Loss of data | Suitable for MIUI 14 |
|---|---|---|---|---|---|
| Removal through settings | โญ | โ No. | โ No. | โ No. | โ Yes. |
| Disconnection of the administrator | โญโญ | โ No. | โ No. | โ No. | โ Yes. |
| Bypassing FRP through an emergency call | โญโญโญ | โ No (sometimes you need a PC for a PC) ADB) | โ Yes. | โ No. | โ ๏ธ Partially. |
| Removal via ADB | โญโญโญโญ | โ Yes. | โ Yes. | โ No (but the settings may be confused) | โ Yes. |
| Reset via Fastboot | โญโญโญโญโญ | โ Yes. | โ Yeah, not always) | โ Complete. | โ ๏ธ Depends on the model. |
Frequent Mistakes and How to Avoid Them
When you disconnect your Google account from Xiaomi Redmi, users often face typical problems, and here are the most common ones and how to solve them:
- ๐ "Account not deleted - button inactive" Reason: Account used as administrator or associated with Find My Device.Solution: Disable it in Settings โ Passwords and security โ Device administrators.
- ๐ "After resetting the phone requires an old Google account: FRP-Solution: Use Method 3 (bypass) FRP) Or Method 4 (ADB).
- ๐ฑ "ADB Does not see the device" Reason: Drivers are not installed or debugging is not enabled USB. Solution: Install official Xiaomi drivers and check the connection.
- โก "After deleting your account, Google services stopped working" Reason: System packages (e.g. com.google.android.gms) were removed.Solution: Reinstall Google Play Services via APKMirror or reset.
โ ๏ธ Attention: On devices with MIUI Global (European firmware) after deleting your Google account, access to Google Play may disappear. To restore it, download and install manually APK-Google Play Services and Google Play Store files from a trusted source (e.g. APKMirror).