How to Delete Google Account Completely with Xiaomi Redmi 9: 5 Ways to Work

Deleting a Google account with Xiaomi Redmi 9 is a challenge that users face when selling a device, resetting to factory settings or wanting to change their main profile. However, standard deletion through settings does not always work as expected: the system can block access to applications, and after a reset, require you to enter remote login data. In this article, we will discuss all current methods of deletion, including bypassing FRP-block (Factory Reset Protection), which often becomes an obstacle on Redmi 9 with MIUI 12/13/14 firmware.

The Xiaomi Redmi 9 (codename lancelot) features a deep integration of Google and MIUI services. For example, a tied Mi Account can conflict with a Google profile, and deleting one of them sometimes requires additional manipulation. We will look at both standard methods (via the settings menu) and alternative methods for cases where the phone is locked or the password is lost. Important: some actions can lead to data loss, so before deleting the account, be sure to back up contacts, photos and files via Mi Cloud or locally on your PC.

1. Preparation for removal: what you need to know before starting

Before you start deleting your Google account, consider a few critical points:

  • ๐Ÿ” FRP-Lockdown: On Redmi 9 Android 10/11 After the reset, the system will require the data of the last Google account tied, and if you delete it without detachment, the phone can become a brick".
  • ๐Ÿ“ฑ Mi Account vs Google Account: Xiaomi has two types of accounts โ€“ Mi Account (for synchronization with Xiaomi servers) and Google Account!
  • ๐Ÿ”„ Data Sync: Deleting your account will stop automatically syncing email, contacts, calendar and apps from Google Play.
  • ๐Ÿ“ฆ Backup: Without a copy, you will lose access to Play Market purchases, saved Chrome passwords, and other data.

If you sell or transfer a phone, it is recommended not only to delete your account, but also to perform a full reset (Wipe Data), but do this after unbundling your Google profile, otherwise you risk running into a risk of a full reset. FRP-For owners of Redmi 9 with Unlocked Bootloader, additional methods of bypassing the lock are available, but they require technical skills.

โš ๏ธ Warning: If the phone has Find My Device enabled, deleting your account remotely blocks Redmi 9 after 72 hours!

๐Ÿ“Š Why you should delete your Google account with Xiaomi Redmi 9?
Selling/giving phone
I forgot my password and I want to reset it.
Changing the main account
Isolate synchronization errors
Other

2. Method 1: Delete Google account through phone settings

The easiest and safest method is to remove it directly from the menu. MIUI. It's good if you remember your account password and your phone isn't locked. 9 on MIUI 12.5/13/14:

  1. Open the Settings app (cog icon).
  2. Go to Accounts and Sync (or Accounts in new versions).
  3. Select Google from the list.
  4. Slip on the email address of the account you want to delete.
  5. In the upper right corner, press three dots (โ‹ฎ) and select Delete Account.
  6. Confirm the action by entering the password or pattern lock of the phone.

If the Delete Account button is inactive or absent, check:

  • ๐Ÿ”’ Administrator rights for applications (e.g. Find My Device or corporate) MDM-decision-making).
  • ๐Ÿ“ถ Internet connection (without a network, some options may be hidden).
  • ๐Ÿ”„ System updates: by MIUI 14 Ways to Setting Up Accounts May Be Different.

โ˜‘๏ธ Check before deleting the account

Done: 0 / 4

โš ๏ธ Note: After deleting your account through settings, some apps (such as Gmail or YouTube) may require re-entry, and data from Google Pay will disappear if they were linked to this profile.

Method 2: Removal through resetting (bypassing FRP)

If your phone is already reset but requires your old Google account (FRP-locking, or you forget your password, you have to use workarounds. There are several working methods for Xiaomi Redmi 9, but they require access to Recovery Mode or PC.

Option A: Recovery reset (without PC)

  1. Turn off the phone.
  2. Press the Power + Volume buttons up at the same time until the Mi logo appears.
  3. In the Recovery menu, select Wipe Data (use volume buttons for navigation, power for confirmation).
  4. Confirm the reset by selecting Yes.
  5. After the reboot, the phone will require account data, which will help bypass FRP (see below).

Option B: Bypassing FRP through settings (for MIUI 12-14)

This method works if, after a reset, the phone asks you to enter your Google account details, but you donโ€™t have access to them:

  1. On the account data entry screen, click on the Email field and hold the text until the menu appears.
  2. Choose Help or Help (can be called Need Help?).
  3. In the browser that opens, go to google.com and search for FRP bypass APK for Redmi 9.
  4. Download and install a specialized application (for example, FRP Bypass Tool).
  5. Follow the program instructions to bypass the lock.
FRP bypass methodRequired.Risks.Efficiency
Through Recovery.Phone buttonsLoss of data50%
FRP Bypass APKInternet, browserViruses in APK80%
ADB-teamPC, USB-cableHard for beginners.90%
Special firmware.Unlocked loaderLoss of guarantee100%
What to do if FRP Bypass APK does not work?
If the FRP bypass app doesnโ€™t start or gives you an error, try 1. Download another version of the APK (like Android 10). 2. Use the Chrome browser instead of the standard one (sometimes it blocks installation). 3. Connect to another Wi-Fi network (some public networks block APK download). 4. Try the method with ADB (see next section).

Method 3: 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). This method requires a computer, USB-cable and enabled debugging by USB. It is suitable for Redmi 9 on any version. MIUI, But you need developer rights.

Step 1: Preparation

  • ๐Ÿ–ฅ๏ธ Install. ADB Tools on PC.
  • ๐Ÿ“ฑ On the phone, turn on Developer Mode: go to Settings โ†’ The phone. โ†’ Version. MIUI and tap 7 times on this item.
  • ๐Ÿ”Œ Back to Settings โ†’ Additionally. โ†’ For developers and activate debugging by USB.

Step 2: Connect and Commands

  1. Connect Redmi 9 to your PC via USB (select File Transfer Mode).
  2. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Delete your Google account with a command (replace email)@example.com to your address: adb shell pm uninstall -k --user 0 com.google.android.gsf.login adb shell pm clear com.google.android.gms To delete a specific account: adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_to_remove'" --bind name:s:"email@example.com"
  5. Reboot your phone: adb reboot

1. Install Xiaomi drivers from the official website.

2. Use the original USB-cable (not all cables support data transmission).

3. switch USB mode to "Charge Only" and back.

4. execute adb kill-server, then adb start-server.-->

โš ๏ธ Attention: Misuse of the right ADB Do not delete system applications (e.g. com.android.settings) unless you are sure of their purpose. On Redmi 9 with the bootloader blocked, some commands are used. ADB may be limited.

5. Method 4: Delete via Mi Account (unless Google is deleted)

Sometimes the Google account is linked to the Mi Account and its deletion is blocked by the system, in which case the unbundling through the Xiaomi web interface will help:

  1. Go to the Mi Account website and log in.
  2. In the Devices section, find your Redmi 9 (by model or IMEI).
  3. Click Delete Device (or Sign Out).
  4. Confirm the action via SMS or email.
  5. Return to your phone and try to delete your Google account again through your settings.

If this method doesnโ€™t work, itโ€™s possible that the phone has FRP active, in which case you can combine it with Method 3 (ADB) or Method 2 (FRP bypass).

๐Ÿ’ก

Unbinding through Mi Account does not remove Google data from the phone, but only breaks the link between Mi Account and Google Account.

6. Method 5: Removal through Xiaomi Service Center (official method)

If all of these methods did not help, or you are afraid of damaging your phone, contact an authorized Xiaomi service center.This is the only legal way to delete an account without the risk of blocking, especially if:

  • ๐Ÿ”’ The phone was bought from hand and the previous owner did not untie the account.
  • ๐Ÿ“ฑ The device is in a state of FRP Lock after reset.
  • ๐Ÿ”ง You are not sure about your technical skills.

What will be required for the application:

  • ๐Ÿ“„ Check or warranty card (if the phone is guaranteed).
  • ๐Ÿ†” Passport of the owner (to confirm ownership).
  • ๐Ÿ“ฑ Redmi 9 phone with a charge of at least 50%.

The service center can request proof of purchase (for example, a box with an IMEI) if the phone is not warranty.The average cost of an FRP unlock service in 2026 is from 500 to 1500 rubles, depending on the region.

โš ๏ธ Note: Unofficial services often use โ€œgrayโ€ unlocking methods (for example, firmware through the Internet). EDL), which may lead to loss IMEI or problems with the mobile network. Contact only the centers with a Xiaomi license.

7. Frequent errors and their solutions

When you delete your Google account on Xiaomi Redmi 9, users face typical problems, and consider the most common and ways to fix them:

Mistake.Reason.Decision
"It's impossible to delete the account."The account is the owner of the device (FRP).Use ADB or FRP bypass (Method 2 or 3)
"Password required after reset"FRP-lockingBypass APK FRP or service center
"Delete button is inactive"The account is used by apps (such as Gmail)Turn off sync for all Google services
"ADB can't see the device"No drivers or debugging not includedInstall Xiaomi drivers and check Debugging over USB
"After deletion, the account returned."Automatic Recovery with Mi CloudTurn off backup in your Mi Account

If after deleting the account, the phone stopped connecting to Wi-Fi or mobile network, reset the network settings: โ†’ SIM-maps and mobile networks โ†’ Resetting network settings.

Can I delete my Google account without a password?
Yes, but only through resetting (Method 2) or ADB (Method 3. However, after the reset, you will be met by a FRP-locking, which will have to be bypassed through special utilities (for example, FRP Bypass APK). Without a password, you canโ€™t officially delete your account โ€“ this is a security measure for Google.
What will happen to the apps after deleting the account?
All apps installed through Google Play will remain on the phone, but: ๐Ÿ“ฑ Updates will stop coming. ๐ŸŽฎ Game saves (associated with Google Play Games) will be lost. ๐Ÿ“ง Gmail, YouTube and other services will require re-entry. Local data (photos, music) deletion does not affect the deletion of the data.
How to delete your Google account if your phone is blocked?
If Redmi 9 Blocked (forgotten pattern lock)/PIN), First you need to unlock the screen: Use Google's Find My Device (if the account is tied and you have access to another device). 2), But be prepared. FRP-Contact the service center with proof of ownership of the phone. After unlocking the screen, use one of the methods to delete the account from this article.
Why does the phone ask for an old Google account after a reset?
This is the work of Factory Reset Protection (FRP) โ€” Android security feature that activates if a Google account is linked to your phone: ๐Ÿ“Œ Use it. FRP Bypass APK (Method 2). ๐Ÿ–ฅ๏ธ Connect your phone to your PC and delete your account through ADB (Method 3). ๐Ÿ”ง If the phone was purchased from hand, ask the previous owner for account data or contact the service.
Can I delete my Google account without dropping my phone?
Yes, if you remember your account password, use Method 1 (via settings) or Method 4 (via Mi Account: ๐Ÿ”„ Phone for sale/gifted. ๐Ÿ”’ Forgot the password from the account. ๐Ÿ“ฑ The device is unstable (e.g., persistent synchronization errors).