How to completely delete your Google account with Xiaomi Redmi Note 10T: 5 proven ways

Deleting a Google account with Xiaomi Redmi Note 10T may be necessary for a variety of reasons: you sell a phone, want to change your profile, or have experienced sync errors. However, the process is not always obvious โ€” especially if the device is blocked by FRP (Factory Reset Protection) or the account is tied to key services. In this article, we will discuss all the current ways to delete a Google account, taking into account the features of MIUI on the Redmi Note 10T, including bypassing protection and saving data.

Itโ€™s important to understand that simply removing your account through settings doesnโ€™t always work because of the integration of Google services into the system. For example, if you used your account to purchase from the Play Market or back up, your accountโ€™s โ€œresiduesโ€ may remain in the background. Weโ€™ll look at both standard and advanced methods using ADB and recovery mode.

Warning: some actions may lead to data loss or locking of the device. If the phone is corporate or tied to work records, first check the security policy with the administrator.

1. Standard removal through MIUI settings

The easiest way to delete an account is to delete it directly from the phone menu, which works if:

  • ๐Ÿ”น You have access to Xiaomi settings (the phone is not locked).
  • ๐Ÿ”น Remember the password from your Google account.
  • ๐Ÿ”น There is no active protection on the device. FRP (usually works after discharge).

Instructions:

  1. Open Settings โ†’ Accounts and Synchronization.
  2. Select Google from the list of connected accounts.
  3. Click on the email address you want to delete.
  4. In the upper right corner, tap on โ‹ฎ โ†’ Delete the account.
  5. Confirm the action by entering PIN-code, pattern lock or phone password.

Make sure your contact and photo backups are stored elsewhere | Untie your account from Google Pay and other payment services |Remember the passwords from apps linked to this Google account |Check if your account is used for two-factor authentication on other services-->

If you donโ€™t have the option โ€œDelete your accountโ€ then the profile is used by system services (for example, for Google Play Protection or Find My Device), in which case, try to disable sync for all services manually, and then try again.

๐Ÿ’ก

If your account continues to appear on the list after deleting it, reboot your phone. Sometimes MIUI caches your account data.

2. Removal through resetting settings (Hard Reset)

If the standard method didn't work or the phone was locked, you can do a complete reset, and this method will delete all data from the device, including apps, photos and settings. Use it only as a last resort!

Step-by-step instructions for Xiaomi Redmi Note 10T:

  1. Turn off the phone.
  2. Press the Volume Up + Power buttons at the same time and hold for 10-15 seconds until the Mi logo appears.
  3. In the Recovery Mode, select the language (if required).
  4. Go to Wipe Data โ†’ Wipe All Data (use volume buttons for navigation, power button for confirmation).
  5. Confirm the reset, wait for the process to be completed (5-10 minutes).
  6. Select Reboot to reboot.
What if you need to enter an old Google account after reset?
This works with FRP (Factory Reset Protection) protection. To get around it, you will need: 1. Access to the mail or phone associated with the Google account. 2. Alternative methods of bypassing (described in section 4). If you do not remember the account information, the only legal way is to contact Google with proof of ownership of the device (check purchase).

โš ๏ธ Attention: On some firmware MIUI After reset, you may need to enter a Mi Account (if it was linked).This is an additional Xiaomi protection, not related to Google. Make sure you remember the username and password from Mi Account, otherwise the phone will become a brick".

3. Delete Google account via ADB (for advanced)

If the phone works but you canโ€™t delete your account through your settings, you can use Android Debug Bridge (ADB), a method that requires a computer and basic command line knowledge.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Instructions:

1. Connect your phone to your PC and confirm your trust in your computer on the Redmi Note 10T screen.


2. Open the command line (Windows) or terminal (macOS/Linux) and type:




adb devices




(Your device should be displayed)




3. Enter the command to delete the account:




adb shell pm clear com.google.android.gms




adb shell pm uninstall -k --user 0 com.google.android.gms




4.Reboot phone: adb reboot

If you have an account left after you reboot, try to delete it again through the settings. In some cases, repeating commands with the addition of:

adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_sync_automatically'"

โš ๏ธ Attention: Teams ADB If after deleting Google Play Services, the phone starts to glittle, perform a factory reset or refashion the device via Fastboot.

4. FRP protection bypass on Xiaomi Redmi Note 10T

If the phone requires you to enter your old Google account (FRP) after a reset, there are a number of ways you can get around it. We'll look at legal methods that don't require hacking.

Method 1: Emergency Call (for MIUI 12-14)

  1. On the FRP lock screen, press Emergency Call.
  2. Enter ##4636## (test menu).
  3. Go to Usage statistics โ†’ Settings (you may need a few clicks).
  4. Turn on USB debugging and connect your phone to your PC.
  5. Use ADB to remove FRP (commands below).

Method 2: Across the ADB (Universal)

adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1


adb shell am start -n com.google.android.gsf.login/




adb shell am start -n com.google.android.gsf.login.LoginActivity

Method 3: Through Mi Account (if tied)

If your phone is linked to a Mi Account, you can try:

  1. On the FRP screen, select Add Account.
  2. Enter your Mi Account details (not Google!).
  3. After logging in, go to the settings and delete your Google account in the standard way.
FRP bypass methodRequired.Risks.Works for MIUI.
Emergency Call + ADBPC, USB-cable, debuggingYou can reset the settings.12โ€“14
Fastboot teamsUnlocked loaderData loss, the risk of brickAnybody.
Mi AccountData from Mi-accountNo.Anybody.
Specialty software (e.g. Mi FRP Tool)PC, programViruses, account blocking11โ€“14

Standard discharge|ADB-team|Emergency call|Mi Account|Nothing helps.-->

5. Delete your account without losing data

If you want to delete your Google account but save photos, contacts, and apps, follow this algorithm:

Step 1: Backup

  • ๐Ÿ“ธ Photo/video: copy to PC or cloud (Google Photos, Mi Cloud).
  • ๐Ÿ“ž Contacts: export to.vcf file via Contacts โ†’ Settings โ†’ Exports.
  • ๐Ÿ“ฑ Apps: use Titanium Backup (requires root) or ADB backup.

Step 2: Decoupling the account from the services

Before removal, turn off synchronization in:

  • ๐Ÿ”„ Google Drive (Auto-Save Photos/Documents).
  • ๐Ÿ’ณ Google Pay (delete cards).
  • ๐Ÿ“ Google Maps (Location History).

Step 3: Remove with minimal loss

Use the method in Section 1 (through settings), but before you do:

  1. Turn off the internet (to avoid automatic synchronization).
  2. Delete your account and then add a new one (if necessary).
  3. Restore the data from the backup.

๐Ÿ’ก

If you sell a phone, after deleting your Google account, make sure to reset your settings, and even after manual deleting, there may still be authorization tokens in the system that the new owner can use to access your data.

6. Frequent errors and their solutions

When you delete your Google account on Xiaomi Redmi Note 10T, users face typical problems.

Error: โ€œIt is impossible to delete an account because it is used by some appsโ€

Decision:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find Google Play Services, Google Play Market and Google Account Manager.
  3. For each, click Warehouse โ†’ Clear Data and Stop.
  4. Repeat the attempt to delete the account.

Error: Old Google Account (FRP) Required After Reset

Decision:

  • ๐Ÿ”‘ If you remember the data, enter it.
  • ๐Ÿ–ฅ๏ธ If you donโ€™t remember, use the methods in Section 4.
  • ๐Ÿ“ง If the account is corporate, contact the domain administrator.

Error: Phone asks for password from Mi Account after reset

Decision:

  • Go to account.xiaomi.com and restore access.
  • If you bought the phone from hand, contact the previous owner.
  • Use the official Mi Unlock Tool (requires a wait of 7-15 days).
What if Google services stopped working after deleting your account?
This is due to the removal of Google Play Services. To restore: 1. Go to Settings โ†’ Apps โ†’ Google Play Services. 2. Click Remove Updates, then Enable. 3. Update services through Play Market. If the problem persists, reset to factory settings.

FAQ: Answers to Frequent Questions

Can I delete my Google account without a password?
Yes, but only through Hard Reset or ADB. However, after the reset, FRP will work, and you still need to enter your account details. If you don't remember the password, restore it to Google or use alternative methods of bypassing (described in section 4).
Will your phone work without a Google account?
Yes, Xiaomi Redmi Note. 10T It can work without a Google account, but with limitations: ๐Ÿšซ There will be no access to the Play Market (you will have to install it). APK manually). ๐Ÿšซ Contacts, mail and calendar will not be synchronized. ๐Ÿšซ Some apps (e.g. Gmail, YouTube) may not be updated. For full operation, it is recommended to use at least one Google account.
How to delete a Google account if your phone is stolen?
If the device is stolen, don't try to delete your account remotely - this can help the thief bypass the lock. Instead: Go to Find My Device and lock your phone. Delete the device from the trusted list in Google Account (Security section), change the password from Google and Mi Account. Contact the police with the phone's IMEI (you can find it through a box or check).
Why does it reappear after deleting the account?
It's because of this: ๐Ÿ”„ Automatic sync (if your phone is connected to the Internet and you have previously logged in to this account). ๐Ÿ“ฑ Residual data in the cache of Google Play Services. ๐Ÿ”ง Settings MIUI, Solution: Before you delete, disconnect the Internet, clear the data of Google Play Services and Google Account Manager, then delete the account again.
Can I delete my Google account with root rights?
Yes, with root access, you can: Delete your account system files via Root Explorer (folder /data/system/users/0/accounts.db). Use Titanium Backup to freeze Google Play Services. Edit the build.prop file to cheat FRP. However, it is unwarranted and may disrupt MIUI. Use this method only if others have not helped.