Deleting an account from an Android device is a procedure that may be required when selling a gadget, changing ownership, or troubleshooting synchronization problems. However, many users encounter unexpected difficulties: from being blocked FRP (Factory Reset Protection) to losing access to purchases in Google Play. In this article, we will analyze all the current methods for deleting accounts - both standard and alternative - taking into account the features of firmware MIUI, One UI, ColorOS and stock Android.
It is important to understand that simply deleting an account through the settings is not always enough. For example, when resetting to factory settings on devices with Android 5.1+, protection may be triggered, requiring you to enter the data of the last linked account. We will look in detail at how to avoid such situations and what to do if the phone is already locked. You will also learn how to properly prepare your device for account deletion, so as not to lose important data and not encounter problems with re-authorization. FRP, which requires entering the data of the last linked account. We will look in detail at how to avoid such situations and what to do if the phone is already locked. You will also learn how to properly prepare your device for account deletion so as not to lose important data or encounter problems with re-authorization.
1. Preparing your device before deleting your account
Before you begin deleting your account, there are several critical steps you need to take. Neglecting them can lead to data loss, device blocking, or problems with synchronization on the new account.
First, back up all your data. Even if you plan to keep the device, after deleting your account, some applications (for example, Google some applications (for example, Google Photos or Gmail) may delete local copies of files. Use the built-in backup tools:
- ๐ฑ Google Drive:
Settings โ Google โ Backup - ๐ Local copying: transfer files to PC via
MTPor use Smart Switch for devices Samsung - โ๏ธ Cloud services: Mi Cloud for Xiaomi, Huawei Cloud for devices Huawei/Honor
Secondly, unlink the device from serviceswhich can block it after deleting the account:
- ๐ Find My Device (Google): disable it in
Settings โ Security โ Find My Device - ๐ Samsung Find My Mobile: deactivate in
Settings โ Biometrics and security โ Find My Mobile - ๐ก๏ธ Xiaomi Cloud: remove the device from the list in Mi Account
โ ๏ธ Attention: If you are selling or transferring a device do not delete your Samsung/Knox account before disabling Find My Mobile - this may lead to hardware blocking (especially relevant for devices with Knox 3.7+).
2. Standard Google account deletion via. settings
The easiest way to delete an account Google is to use the built-in Android settings. This method works on most devices, but may differ depending on the firmware version and shell.
Instructions for stock Android (pixel devices, Motorola, Nokia):
- Open
Settings โ Accounts(orUsers and accounts). - Select the account Googlethat you want to delete.
- Click
Delete accountand confirm the action.
For devices with shells:
| Manufacturer | Path to settings | Features |
|---|---|---|
| Samsung (One UI) | Settings โ Accounts and archiving โ Manage accounts | Requires entering a lock screen PIN |
| Xiaomi (MIUI) | Settings โ Google Accounts โ Delete account | May require confirmation via SMS |
| Huawei (EMUI) | Settings โ Users and accounts โ Accounts | Used on devices without GMS Huawei ID |
| Realme/Oppo (ColorOS) | Settings โ Accounts and synchronization | Deleting an account can reset application settings |
After deletion account:
- ๐ง Will stop synchronizing Gmail, Google Contacts and Calendar.
- ๐ฎ Access to purchased games and applications in Google Play will be limited.
- ๐ฑ Some system applications (for example, Google Photos) may stop working.
โ ๏ธ Attention: On devices with Android 12+, deleting the main Google account may lead to a factory reset. Wi-Fi i Bluetooth. Before the procedure, save your network passwords.
โ๏ธ Preparing to delete your Google account
3. Deleting a manufacturer account (Samsung, Xiaomi, Huawei)
In addition to the account Google, devices of many brands have branded accounts (Samsung Account, Mi Account, Huawei ID). Deleting them has its own nuances and often requires additional actions.
For Samsung devices (One UI). 5.0+):
- Go to
Settings โ Accounts and archiving โ Account management. - Select Samsung Account.
- Click
Delete accountand confirm via PIN or fingerprint. - If the device is linked to Samsung Knox, deactivation will be required in
Settings โ Biometrics and security โ Other security settings โ Knox.
For Xiaomi devices (MIUI 14+):
- ๐ฑ Open
Settings โ Mi Accounts โ Mi Account. - ๐ Press
Exit(does not delete the account completely, only logs out). - ๐๏ธ For complete removal, go to the website account.xiaomi.com and remove the device from the list.
For Huawei/Honor devices (EMUI 13+):
- ๐ฑ Go to
Settings โ Users and accounts โ Accounts. - ๐ Select Huawei ID and click
Delete account. - โ๏ธ On devices without Google Mobile Services (GMS) this will lead to loss of access to AppGallery and Huawei Cloud.
โ ๏ธ Attention: Deleting an account Samsung or Xiaomi may lead to loss of access to branded services (for example Samsung Health or Mi FitOn some devices Xiaomi this also resets settings IR remote control and Game Turbo.
What will happen if you do not delete the manufacturer's account?
On Samsung devices, the account remains active in Knox services, which can lead to blocking when the owner changes. On Xiaomi, an undeleted Mi Account can limit access to the bootloader unlocking functions on devices without GMS and blocks access to the brand store. applications.
4. Reset to factory settings and bypass FRP
If you plan to transfer the device to another user, simply deleting the account is not enough. You must perform a full reset to factory settings (hard reset). However, on devices with Android 5.1+, protection may work after the reset. requiring input of the last account data FRP (Factory Reset Protection), requiring you to enter your last account information Google.
How to reset the settings correctly:
- Create a backup (see section 1).
- Disable all accounts (Google and manufacturer).
- Go to
Settings โ System โ Reset โ Delete all data. - Confirm the action. The device will reboot and begin the cleaning process.
If the device is locked by FRP:
- ๐ Enter the details of the last account Googlethat was on the device.
- ๐ If you donโt remember the data, use Google account recovery.
- ๐ ๏ธ To bypass FRP on some devices can be used
ADB(requires an unlocked bootloader).
Command to bypass FRP via ADB (does not work on all devices):
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivity
โ ๏ธ Attention: On devices Samsung c One UI 4.0+ bypassing FRP via ADB may lead to triggering Knox and hardware blocking of some functions (for example, Samsung Pay or Secure Folder).
If you are selling a device, after resetting the settings, turn it on and go through the initial setup to the FRP lock screen. This will prove to the buyer that the device is not blocked.
5. Deleting an account via Recovery Mode (for advanced users)
If the device is locked or standard methods do not work, you can delete the account via recovery mode. (Recovery Mode)This method is suitable for devices with an unlocked bootloader or root access.
Instructions for devices with TWRP:
- Turn off the device.
- Hold down the combination of buttons to enter
Recovery Mode(usuallyPower + Volume Up). - In the TWRP menu select
Advanced โ File Manager. - Go to
/data/system/and delete files:accounts.dbaccounts_de.xmlsync_accounts.xml
For devices without TWRP (via ADB):
- Connect the device to the PC and enable
USB debugging. - Enter the commands:
adb shellsu
cd /data/system
rm accounts.db
rm accounts_de.xml
rm sync_accounts.xml
reboot
This method will delete all accounts, including system ones. After rebooting, the device will be the same as after the reset, but without FRP lock (on some firmware).
โ ๏ธ Attention: Deleting system files viaRecoveryorADBmay lead to inoperability of some Google services (for example, Google Play Services may constantly produce errors). flashing the device.
Deleting an account via Recovery Mode is most effective on devices with custom firmware (LineageOS, Pixel Experience. On stock firmware, this can lead to errors in the operation of system applications.
6. Features of deleting an account on devices with multiple users
Some devices (especially tablets) support the function multi-user mode. In this case, deleting an account has its own nuances.
How to delete an account for individual user:
- Open
Settings โ System โ Multiple users. - Select the user whose account you want to delete.
- Click
Delete a user(all data for this profile will be deleted). - ๐ฑ Go to
Settings โ Users. - ๐ Make sure you are logged in administrator.
- ๐๏ธ Delete the account via
Settings โ Accounts(as described in section 2). - ๐ Entering a PIN code or pattern.
- ๐ง Confirmation via email or SMS.
- ๐ฑ Restarting the device to apply the changes.
- ๐ Update the manufacturer's firmware (for devices up to the latest version - sometimes account deletion errors are fixed in new builds.
- ๐ Contact support manufacturer (for devices Samsung, Xiaomi i etc.).
- ๐ ๏ธ Reflash the device via Odin (Samsung) or Fastboot (other brands).
How to delete the main administrator account:
On devices with Android 13+, when deleting the main administrator account, you may required:
If the device is used in a corporate environment (with Android Enterprise), account deletion may be blocked by administrator policies. In this case, you need to contact the IT department to remove the restrictions.
7. Solving common problems when deleting an account
When deleting accounts, users often encounter errors.
| Problem | Possible cause | Solution |
|---|---|---|
| Error "Unable to delete account" | Account is used as device administrator | Disable administrator rights in Settings โ Security โ Device administrators |
| Password requested after reset (FRP) | Device with Android 5.1+ and a linked Google account | Enter the last account details or use bypass via ADB |
| The device is blocked after deleting the Samsung account | Knox or Find My Mobile protection is active | Recover your account or contact Samsung support |
| Xiaomi account is not deleted | Device linked to Mi Cloud with confirmation via SMS | Send a request to delete via account.xiaomi.com |
| After deleting the account, contacts disappeared | Contacts were synchronized only with the deleted account | Restore contacts from a backup or export them before deletion |
If none of the methods helped, try the following:
FAQ: Frequently asked questions about deleting accounts on Android
Is it possible to delete a Google account without resetting the device to factory settings?
Yes, this can be done through the settings (section 2), however, if you are selling the device, it is recommended to perform a full reset so that the new owner does not encounter synchronization problems or FRP locking.
What should I do if my device is blocked after deleting my Samsung account?
This means that the function Find My Mobile or Knoxwas not disabled. Try logging into your Samsung account on the website account.samsung.com and removing the device from the list. If this does not help, contact support. Samsung with proof of ownership of the device (receipt, box).
How to delete a Google account if you forgot your password?
Restore access to your account via Google recovery page. If the device is locked by FRP and it is impossible to restore the account, you will need to bypass the protection via ADB or flash it (on some devices this may lead to loss of warranty).
Why did some functions stop working after deleting the Xiaomi account?
Some functions MIUI (for example, IR remote control, Game Turbo, Theme store) are tied to Mi Account. are limited. To restore functionality, just log into your Xiaomi account again.
Is it possible to delete a Google account on a device without access to the settings (for example, if the screen sensor does not work)?summary>
Yes, this can be done. via ADB or Recovery Mode (section 5). If the screen does not work, connect the device to the PC and use the commands:
adb shell pm clear com.google.android.gms
adb shell pm clear com.google.android.gsf
This will reset your Google account, but will not completely remove it. To completely remove it, you will need access to Recovery.
ADB or Recovery Mode (section 5). If the screen does not work, connect the device to the PC and use the commands:
adb shell pm clear com.google.android.gms
adb shell pm clear com.google.android.gsf
Recovery.