How to completely untie your Google account from Xiaomi Redmi 6A: 5 working methods

Uncoupling Google account from the smartphone Xiaomi Redmi 6A β€” The problem that users face when selling a device, resetting or fixing synchronization errors is that it's based on a model. MIUI 9/10/11 with limited account management capabilities through standard settings. If you are trying to delete your account through the Settings menu β†’ Accounts, the system can block the action or require you to enter a password that you do not remember.

In this article, we’ll look at 5 proven ways to unbundle a Google account, from simple (through settings) to complex (using ADB or Fastboot mode). We’ll focus on the nuances of Redmi 6A, including bypassing FRP (Factory Reset Protection), which is activated after a reset. All methods are tested on current firmware versions and do not require root rights, except for one exception, which we’ll highlight separately.

Why can’t you just delete your account through your settings?

The Redmi 6A (as well as other Xiaomi smartphones) has Google’s FRP protection restrictions. This feature binds the device to the account after a reset to prevent data theft. If you try to delete the account in the standard way, the system can:

  • πŸ”’ Require Google to enter a password even if you are logged in MI-account.
  • πŸ“› Error "Deletion is impossible due to the policy of the administrator" (often found on firmware for corporate devices).
  • πŸ”„ Automatically restore your account after rebooting if sync is enabled.

In addition, the Redmi 6A with MIUI 9/10 does not have the option β€œDelete Account” in the Google menu – instead, only β€œDelete Data” is available, which does not solve the binding problem.

πŸ“Š What account you have tried before?
Through phone settings
Reset to factory settings
Used ADB.
I went to the service center.
I've tried nothing.

Method 1: Delete your account through MIUI settings (if you know the password)

If you remember the password from your Google account and the phone is not locked, try the standard method.It works on MIUI 11 and later, but can crash on older versions.

  1. Open Settings β†’ Accounts β†’ Google.
  2. Choose your account (if there are several).
  3. Click on the three dots in the upper right corner and select Delete Account.
  4. Confirm the action by entering the password from MI-Account (not Google!).

⚠️ Note: If the account is automatically restored after deleting, turn off sync in Settings β†’ Accounts. β†’ Google β†’ Sync your account and try again. 6A s MIUI 9 this item may not be available - in this case, proceed to the following method.

Turn off Google Sync | Remember password from MI-account | Make backup data | Check the MIUI version (Settings β†’ About phone)

-->

Method 2: Reset to factory settings with FRP bypass

If standard deletion doesn't work, try hard reset. On Redmi 6A, this is done via Recovery Mode, but after the procedure, you'll need to bypass FRP protection. Importantly, this method will remove all data from the phone, including photos and apps.

  1. Turn off the phone.
  2. Press the Power Button + Volume up for 10-15 seconds at the same time until the Mi logo appears.
  3. In the Recovery menu, select Wipe Data β†’ Wipe All Data (manage by volume buttons, confirm by power button).
  4. After the reset, the phone will reboot and require data input from the previous Google account.

To get around FRP on Redmi 6A:

  1. On the account entry screen, click Add Wi-Fi network.
  2. In the network name field, enter arbitrary text, highlight it and click Share.
  3. In the menu that opens, select Gmail, which will open access to your account settings.
  4. Add a new Google account or sign in to an existing one (not the one previously linked).

⚠️ Note: Some of the Redmi firmware 6A This bypass may not work due to security updates. ADB (described below).

What if the phone asks for an old account after a reset?
If the Wi-Fi bypass didn't work, try connecting your phone to your PC and using the Mi Unlock Tool (the official Xiaomi utility). en.miui.com/unlock, log in MI-You can use the account and follow the instructions. FRP, but it will require a new link MI-account.

Method 3: Delete your account through ADB (without root)

This is a good way to do it if the phone is on, but you can't delete your account through your settings. You'll need a computer with Xiaomi drivers installed and the ADB tool installed.

  1. Download Google’s Platform Tools and unpack the archive.
  2. Turn on the phone Debugging over USB (Settings β†’ About Phone β†’ MIUI version – press 7 times, then go back to Additional β†’ For Developers).
  3. Connect Redmi 6A to your PC and enter in the command line (in the folder with ADB): Adb devices Make sure the device is defined.
  4. Execute the command to delete the account (replace the email)@gmail.com to your address: adb shell pm uninstall -k --user 0 com.google.android.gms adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_sync_automatically'"
  5. Reboot the phone.

Important: After these commands are executed, sync with Google will be disabled, but the account itself can remain in the system. To completely delete it, try again through the MIUI settings (Method 1).

πŸ’‘

If the adb device command does not find the device, install the Xiaomi drivers ADB/Fastboot From the official website or use the Mi utility PC Suite for Automatic Installation.

Method 4: Using Fastboot to Reset FRP (Advanced)

If the phone is locked and previous methods have failed, you can use Fastboot mode, which requires unlocking the bootloader, which will result in a complete data reset.

Step.Action.Team team.
1Transfer your phone to Fastboot (clip Power + Volume down)β€”
2Connect to the PC and check for detectionfastboot devices
3Unlock the bootloader (requires binding to the MI-account)fastboot oem unlock
4Remove FRPfastboot erase frp
5Reboot the phone.fastboot reboot

⚠️ Attention: Unlock the bootloader on Redmi 6A tether MI-You can't re-unblock Bootloader or flash custom software during this period, and after the procedure, the phone will return to factory settings.

Method 5: Manual editing of system files (requires root)

If you have root rights, you can manually delete your account through a file manager (like Root Explorer), a method that is risky – doing the wrong thing can lead to data loss or a phone β€œbrick.”

  1. Open a file manager with root access.
  2. Go to /data/system/.
  3. Delete the files: accounts.db accounts.db-wal accounts.db-shm
  4. Reboot the phone.

Once rebooted, Google accounts will disappear from the system, but can be restored the next time you connect to the Internet if sync is enabled, to prevent this from happening immediately after deleting files:

  • πŸ“΅ Turn off mobile data and Wi-Fi.
  • πŸ”§ Go to Settings. β†’ Accounts and delete all accounts manually.
  • πŸ”„ Make a reset to factory settings (via Recovery).

πŸ’‘

The root method is the most radical and insecure method, and only use it if other methods have failed and you understand the risks.

Frequent Mistakes and How to Avoid Them

When unloading a Google account on Redmi 6A, users often face typical problems:

  1. Error "Device not certified" after reset FRP. πŸ”Ή Solution: Register your device with Google Play Console (required) IMEI phone).
  2. ADB Does not see the device when connected. πŸ”Ή Solution: Install Xiaomi drivers manually through Device Manager (select "Install from Disk" and specify the path to the folder with the device). ADB).
  3. After deletion, the account is restored. πŸ”Ή Solution: Before deleting, turn off synchronization in Settings β†’ Accounts. β†’ Google β†’ Synchronization.

Another common problem is blocking. MI-If you forget your data, restore access via account.xiaomi.com or contact Xiaomi with proof of ownership of the device (check, box with a box). IMEI).

Can I unplug my Google account without a data reset?
Yes, if your phone is not locked and you remember your account password, use Method 1 (via settings) or Method 3 (via ADB). If your phone is locked, you can't reset, you'll have to use Method 2 or Method 4.
What if the phone asks for an old Google account after a reset and the Wi-Fi bypass doesn’t work?
Try alternative ways of getting around FRP: Connect your phone to your PC and use the Mi Unlock Tool (requires authorization in the computer). MI-Set up a mobile Internet Sim card and click Emergency on the account entry screen, then dial ##4636## to open the testing menu, where you can get into the settings. If nothing helps, swipe your phone through Fastboot with a full reset (Method 4).
Will your phone work without a Google account?
The phone will work, but with limitations: πŸ“± You can’t install apps from Google Play (you’ll have to use them) APK alternative shops). ☁️ There will be no synchronization of contacts, calendar and mail Gmail. πŸ” Certain functions MIUI (For example, cloud backups require authorization to Google, for full use, it is recommended to link a new account after unbundling the old one.
Can I untie my account through the Xiaomi service center?
Yes, but only if there is evidence of possession of the device (check, box with a computer). IMEI, The service center may be able to: πŸ”§ Drop it. FRP through official instruments. πŸ“± Refuse the phone with a complete reset. πŸ”‘ Restoring access to MI-Service is paid - the cost depends on the region (on average 1000-3000 rubles).
How to check if your account is completely untied?
To make sure your account is deleted: Go to Settings β†’ Accounts β†’ Google β€” the list should be empty. Reset to factory settings (via Recovery). After the reboot, the phone should not ask for the old account details. Try adding a new Google account β€” if the system does not block the action, then the previous account is untied.