How to completely delete your Google account with Xiaomi Redmi Note 9 Pro: 5 working ways

Deleting a Google account with Xiaomi Redmi Note 9 Pro is a challenge that users face when selling a device, changing a profile or fixing sync errors. Unlike other smartphones, devices on MIUI have features: binding to Xiaomi services and dual authorization (via Google and Mi Account). Incorrect deletion can lead to locking the device through Factory Reset Protection (FRP), if you do not follow the sequence of actions.

Many instructions on the web miss the nuances of working with the Redmi Note 9 Pro (codenamed joyeuse), where MIUI 12-14 versions can differ in the menu layout, and this article covers all the current ways from standard uninstalling through settings to forced reset via ADB, taking into account the features of firmware Global, EEA and Russia.

If you plan to sell your phone or transfer it to another user, itโ€™s not enough to just log out. Google FRP (Factory Reset Protection) will lock your device after a reset if your account is not deleted correctly. On Redmi Note 9 Pro, this is manifested by requesting a login/password when you first set up after a hard reset. The step-by-step guide below will help avoid problems.

1. Preparation for removal: what to do in advance

Before you start deleting your account, follow the mandatory steps to avoid losing data and avoid blocking:

โš ๏ธ Note: If your phone has Google two-factor authentication enabled, make sure you have backup codes or access to the linked number. Once you delete your account, it will be impossible to restore access to certain apps (such as Gmail or Google Pay) without additional verification.

Keep important information:

  • ๐Ÿ“ Contacts: Export to the file VCF via the Contacts app โ†’ Settings โ†’ Imports/Exports.
  • ๐Ÿ“ท Photo and video: Move to PC or cloud (e.g. Google Photos or Mi Cloud).
  • ๐Ÿ”‘ Passwords: If you use Google Smart Lock, copy them manually or through a password manager.
  • ๐ŸŽฎ Game Data: Link progress to your Google Play Games account or social media.

Check the tied services:

  • ๐Ÿ’ณ Google Pay: Remove Bank Cards in App Settings.
  • ๐Ÿ“ Google Maps: Turn off location history in Settings โ†’ Location history.
  • ๐Ÿ”„ Sync: Turn off automatic sync in Settings โ†’ Accounts. โ†’ Google โ†’ Synchronization of the account.
๐Ÿ“Š How often do you delete Google accounts from your devices?
Never.
When selling a phone
When changing your account
For other reasons.

Pay special attention to Mi Account. On Xiaomi, it works in parallel with Google, and it is also recommended to unplug it (if the phone is sold). To do this, go to Settings โ†’ Mi Account โ†’ Sign out. If you forgot your Mi Account password, restore it in advance at account.xiaomi.com.

2. Method 1: Delete Google account through MIUI settings

The easiest and safest method is to delete directly from the phone menu.Suitable for the Redmi Note 9 Pro on any version of MIUI (12, 13 or 14), if the device is not locked and you remember the password from the account.

Step-by-step:

  1. Open Settings (the gear icon on the main screen).
  2. Scroll down and select Memory and Accounts (in some versions, just Accounts).
  3. Google, and you will see a list of linked accounts.
  4. Select the appropriate account (if there are several).
  5. Click Delete Account (bottom of the screen).
  6. Confirm the action by entering your phoneโ€™s password or graphical key (not Google!).

If the Delete Account button is inactive or absent:

  • ๐Ÿ”„ Restart your phone and try again.
  • ๐Ÿ“ฑ Make sure your device is connected to the internet (Wi-Fi or mobile network).
  • ๐Ÿ”ง Check if there are restrictions through Family Link or corporate policies (for example, if the phone was issued by the employer).

Backup data |Disable synchronization |Delete bank cards from Google Pay |Remember password from Mi Account |Confirm Internet connection-->

Once deleted, the account will disappear from the list, but some data (such as downloaded apps) may remain on the device. To clear it completely, go to Settings โ†’ Applications โ†’ Application Management and manually delete unnecessary programs associated with the remote account.

3. Method 2: Removal via reset to factory settings

If the standard method failed or the phone is planned to be transferred to another user, perform a hard reset, which deletes all data, including Google accounts, but requires you to disable FRP (Factory Reset Protection) in advance.

Important: On the Redmi Note 9 Pro with MIUI 12+, resetting via the settings menu may not turn off FRP if the Google account was the primary one, in which case the phone will require you to enter a login/password from the deleted account after the reboot.

Resetting instructions:

  1. Open Settings โ†’ About the phone โ†’ Reset settings.
  2. Choose to erase all data (or delete all data in new versions).
  3. Enter the password/pattern lock of the phone.
  4. Confirm the action by clicking Reset Settings.
  5. Wait for the process to be completed (5-10 minutes) and the phone will restart.

If, after resetting, the phone requests Google account details:

  • ๐Ÿ”“ Enter the login and password from the deleted account (if you remember).
  • ๐Ÿ“ฑ If you donโ€™t remember, use the access restoration on another device.
  • ๐Ÿ› ๏ธ If FRP locked the phone, and there is no data to enter - go to method 4 (delete through the ADB).
What if the phone asks for an old account after a reset?
If Redmi Note 9 Pro requires the data input of a remote Google account after a hard reset, this means that the FRP was not disabled. In this case: 1. Connect the phone to Wi-Fi. 2. On the account data entry screen, click on the login box and hold the text until the Insert menu appears (sometimes this helps to bypass the lock on older versions of MIUI). 3. If it does not work, use ADB (method 4) or contact the service center to unlock via Mi Unlock Tool Account (requires Mi Account binding).

Method 3: Delete Google account via ADB (for power users)

The Android Debug Bridge (ADB) method is suitable if:

  • ๐Ÿ”’ Phone's locked. FRP post-discharge.
  • ๐Ÿ“ต The account deletion button in the settings is inactive.
  • ๐Ÿ› ๏ธ You need to delete your account without a password (for example, when buying a used phone).

The work will require:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB Tools.

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on the MIUI version before the notification you become a developer!

USB-debugging

  • Back to Settings โ†’ Additionally. โ†’ For developers.
  • Activate the debugging switch over USB.
  • Connect the phone to the PC and confirm trust in the device (a request will appear on the phone screen).
  • Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the folder with ADB.
  • Enter the commands in turn: adb devices (should display your device) adb shell pm uninstall -k --user 0 com.google.android.gms pm uninstall -k --user 0 com.google.android.gsf
  • Reboot your phone: adb reboot

โš ๏ธ Note: Deleting the com.google.android.gms and com.google.android.gsf system packages may cause Google services to work in an unstable way (e.g. Play Market or Gmail.

If the account remains after the reboot:

  • ๐Ÿ”„ Repeat commands by pre-launching the adb shell again.
  • ๐Ÿ“ฑ Check if deleting Mi Account is blocked (some firmware requires you to log out first).

5. Method 4: Recovery Mode Deletion (if the phone is locked)

If the Redmi Note 9 Pro is locked after a failed reset or you forget your password, you can try to delete your account through Recovery Mode, which doesnโ€™t always work on newer versions of MIUI because of the enhanced protection, but itโ€™s worth trying.

Instructions:

  1. Turn off the phone.
  2. Press the Power + Volume buttons up for 10-15 seconds at the same time until the Mi logo appears.
  3. Release the buttons and you will be taken to Recovery Mode (English or Chinese menu).
  4. Use volume buttons for navigation and power button for selection.
  5. Select Wipe Data โ†’ Wipe All Data (or similar).
  6. Confirm the action (Confirm).
  7. Once you have finished, select Reboot โ†’ Reboot to System.

If, after the reboot, FRP requests the account again:

Problem.Reason.Decision
Phone asks for old account after resetFRP is not disabled, the account was the main oneUse the ADB (Method 3) or Mi Unlock Tool
There is no Wipe All Data option in RecoveryInstalled Custom Recavery (TWRP)Select Advanced Wipe โ†’ Dalvik, Data, Cache
Recovery asks for a passwordMIUI lock activatedEnter your phone password or reset via Fastboot

๐Ÿ’ก

If Recovery Mode is in Chinese, look at the location of the items: the first is Reboot, the second is Wipe Data. Use volume buttons for navigation, and the power button for selection.

Method 5: Remove via Mi Unlock Tool (official method)

If all previous methods have failed and your phone is blocked by FRP, use the official Xiaomi utility, Mi Unlock Tool.It is designed to unlock the bootloader, but can also help with FRP bypassing on some firmware.

What you need:

  • ๐Ÿ–ฅ๏ธ Windows computer (7/10/11).
  • ๐Ÿ”Œ Original. USB-cable.
  • ๐Ÿ“ฅ Mi Unlock Tool (download the latest version).
  • ๐Ÿ“ฑ Mi Account Linked to Phone (If Forgotten, Restore in Advance).

Step-by-step:

  1. Install the Mi Unlock Tool on your PC and run it.
  2. Sign in to your Mi Account (the same one tied to your phone).
  3. Turn off the Redmi Note 9 Pro and put it into Fastboot mode: Press Power + Volume down for 10 seconds. Release when the hare appears in the eardress cap (Fastboot logo).

Connect the phone to the PC.

Mi Unlock Tool

Unlock

hard reset

Recovery Mode

โš ๏ธ Note: Using the Mi Unlock Tool can result in a reset of all data, including files in internal memory.In addition, Xiaomi limits the number of unlocks for one account (usually no more than 1 device per month.

7. Frequent mistakes and how to avoid them

When you delete a Google account with Redmi Note 9 Pro, users often face typical problems.

Mistake.Reason.How to fix it
โ€œImpossible to delete accountโ€ in settingsThe account is the owner of the device (Device Owner).Reset the rights via ADB: adb shell dpm remove-active-admin
After reset, asks for an old accountFRP not disabledUse the ADB or Mi Unlock Tool
No phone in the adb devicesNot installed drivers or debugging not includedInstall Xiaomi drivers and check Debugging over USB
Recovery Mode in ChineseFirmware for the China regionOr focus on the order of points or swipe the Global ROM

Additional recommendations:

  • ๐Ÿ”„ If the phone is purchased from hand and the previous owner has not deleted the account, contact him to detach via Google Account.
  • ๐Ÿ“ฑ On the firmware MIUI 14 and later may require additional confirmation through SMS or email when deleting your account.
  • ๐Ÿ› ๏ธ If nothing helps, contact the Xiaomi service center with documents on the phone.

๐Ÿ’ก

On the Redmi Note 9 Pro with MIUI 12-14, the most reliable way to avoid FRP is to delete your Google account through settings first, then reset.

FAQ: Answers to Frequent Questions

Can I delete my Google account without a password?
Yes, but only through ADB (method 3) or Mi Unlock Tool (method 5). Standard methods require you to enter your account password or your phone's pattern lock. If your phone is locked by FRP and you don't have login data, contact the service center.
What will happen to the apps after deleting the account?
Apps installed through Google Play will remain on the phone, but: Updates will stop coming. Some apps (such as Gmail or YouTube) may require re-authorization. Licenses for paid programs will be reset. It is recommended to make a list of installed apps through Settings โ†’ Apps โ†’ App Management before deleting your account.
How to delete Mi Account if you forget your password?
Restor access via Xiaomiโ€™s official website: Click Forgot Password?. Enter email or phone number associated with your account. Follow the instructions in the letter or SMS. If recovery is not possible (for example, no access to old mail), contact Xiaomi with proof of ownership of the device (check or box).
Why does the phone ask for an account that is not on the list?
This is a manifestation of FRP, reset protection. Even if an account is removed from the visible list, it can remain tied to the device at the system level. Solutions: Use ADB for forced removal (method 3); Fastboot erase userdata, contact the service center for official unlocking.
Can I sell my phone without deleting my Google account?
Technically, but not recommended. The new owner will not be able to: Use Google Play (you will need your login/password); update apps; sync data (contacts, calendar, etc.); and you risk your privacy: the new owner can access your data through backup restoration. Always perform hard reset after deleting your account.