Delete Google account with Xiaomi Redmi 5A: 4 working methods and nuances of MIUI

Why Deleting a Google Account on Redmi 5A is Different than Other Smartphones

Xiaomi Redmi 5A (codename riva) was released in 2017 based on MIUI 9 with a shell over Android 7.1 Nougat. Today, in 2026, most devices have updated to MIUI 12.5 (Android 10), but some remained on older versions. This critically affects the process of deleting Google account: new firmware has Factory Reset Protection (FRP), and in the old โ€” their bugs with synchronization.

Redmi owners 5A Often encounter three problems: (1) The Delete Account button is inactive or absent in the settings. (2) After resetting to the factory phone, you need to enter the old account details (FRP-3) When deleting through Settings โ†’ Accounts remain in Google Play Services and continue to sync.

In this article, we will analyze all working methods - from standard to technical (including ADB), taking into account the versions of MIUI.

โš ๏ธ Important: If you sell or transfer a phone, it's not enough to just delete your account. myaccount.google.com/device-activity, Otherwise, the new owner may face restrictions.

Method 1: Standard removal through MIUI settings

The easiest way is to use the built-in MIUI tools. It is suitable if:

  • ๐Ÿ“ฑ Phone is not locked (you know the password/pattern lock).
  • ๐Ÿ”„ Device connected to the Internet (to synchronize changes).
  • ๐Ÿ”ง Version. MIUI No older than 11 (newer ones may require password confirmation).

Instructions:

  1. Open Settings โ†’ Accounts โ†’ Google.
  2. Put your account in the right place (if there are several).
  3. In the upper right corner, press three dots. โ‹ฎ โ†’ Delete the account.
  4. Confirm the action by entering the password from the device or PIN-code.

Make sure that backups are created | Disable two-factor authentication in Google | Remember your account password (required to be confirmed) | Check that your phone is connected to Wi-Fi or mobile network-->

โš ๏ธ Attention: On Redmi 5A s MIUI 12+ When you delete your account, you might see a notification saying, "Device reset. Log in to the account that you previously had." FRP-To avoid blocking before deleting your account:

  1. Go to Settings โ†’ About Phone โ†’ MIUI version (shoot 7 times to turn on Developer Mode).
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC and execute the command: adb shell am broadcast -a android.intent.action.MASTER_CLEAR_NOTIFICATION It'll shut it down. FRP-post-release.

Method 2: Removal through reset to factory settings

If the standard method didn't work or the phone was locked, hard reset will help, but on Redmi 5A, there's a caveat: once reset, you may need to enter your old account data (FRP-LOCK).

Step 1: Preparation

  • ๐Ÿ”‹ Charge your phone at least to the minimum. 50% (Resetting at low charge can cause damage to the partition /data).
  • ๐Ÿ“ก Turn off Wi-Fi and mobile data (this will prevent automatic activation) FRP post-discharge).
  • ๐Ÿ” Make sure you know the password from your Google account (you will need to unlock it if you want to use it). FRP activated).

Step 2: Performing the discharge:

  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. From the Recovery menu (manage volume buttons, choose power button) select: Wipe Data โ†’ Wipe All Data โ†’ Confirm.
  4. Once you have finished, select Reboot โ†’ Reboot to System.
What if the phone requires an old account after a reset?
If Redmi 5A after hard reset requests the data of the previous Google account, this means that the FRP-block worked. Solutions: 1. Enter the correct email and password from the old account. 2. If you do not remember the data, use the restoration of access via PC. 3. To bypass FRP on MIUI 9-11, the ADB method is suitable (see Method 4). 4. On MIUI 12+, FRP bypass is possible only through the official Xiaomi service center (purchase confirmation is required).

MIUI versionDo I need a password after resetting?Can you bypass FRP without data?
MIUI 9 (Android 7.1)Not (if the account is deleted in advance)Yes (via ADB)
MIUI 10 (Android 8.1)Yes (FRP activates automatically)Yes. ADB bug-s SIM-card)
MIUI 11โ€“12.5 (Android 10)Yes.No (official bypass only)

MIUI 9 (Android 7.1) |MIUI 10 (Android 8.1) |MIUI 11โ€“12 (Android 9โ€“10) | I don't know version | Other firmware-->

Method 3: Delete your account via Google Settings (remote)

If your phone is lost or locked, but you have access to a Google account linked to Redmi 5A, you can delete the device remotely, and it won't delete your phone account, but it will untie it from your account, which is useful when you sell or lose it.

Instructions:

  1. Go to the Devices page in your Google account.
  2. Find the Xiaomi Redmi 5A (can be displayed as riva or by IMEI).
  3. Click on three dots next to the device and select Get Out.
  4. Confirm the action by clicking Delete.

โš ๏ธ Warning: This method doesn't delete your phone account, it just breaks the connection between your device and your account, and if a new owner finds the phone, they can log in to their account, but they can't:

  • ๐Ÿ“ง The emails, contacts and application data saved on the device will remain (if the reset was not performed).
  • ๐Ÿ”’ If the phone is on lock screen, it will have to reset via Recovery.
  • ๐Ÿ“ Find My Device will stop working.

๐Ÿ’ก

Before you remotely delete your device from your account, check if your payment methods (Google Pay, subscriptions) are linked to it. Untie them in advance in the Payments and Subscriptions section.

Method 4: Removal via ADB (for power users)

If the standard methods do not work, FRP-Locking prevents you from using your phone, will help Android Debug Bridge (ADB). This is a good way to do Redmi. 5A on MIUI 9โ€“11, but requires the debugging on USB and PC access.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Established ADB-driver.
  • ๐Ÿ”ง Included debugging by USB phone-on.

Step-by-step:

  1. Connect Redmi 5A to your PC and confirm debugging access on your phone.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the adb folder.
  3. Follow the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.gms pm uninstall -k --user 0 com.google.android.gsf pm uninstall -k --user 0 com.google.android.setupwizard reboot These commands remove Google Play Services, Framework and Setting Wizard, which resets FRP.
  4. After the reboot, the phone wonโ€™t require an old account.

โš ๏ธ Note: Removal of com.google system applications.* may result in:

  • ๐Ÿšซ Failures of Google Play Market and Google Services.
  • ๐Ÿ”„ Loss of synchronization of contacts, mail and backups.
  • ๐Ÿ”ง Need to manually install Gapps after reset.

๐Ÿ’ก

ADB-The method only works if the debugging USB It was activated before the phone locks, and if the device is locked and the debugging is off, bypass it. FRP on MIUI 12+ Without an official unlocker, it is impossible.

Frequent Mistakes and How to Avoid Them

When you delete a Google account on Redmi 5A, users often face typical problems.

1. the Delete Account button is inactive

Reason: The phone has administrative lock enabled (e.g., through Find My Device or corporate MDM).

  • ๐Ÿ”“ Turn off Find My Device in Google Settings (Settings) โ†’ Security โ†’ Find My Device).
  • ๐Ÿข If your phone is linked to your work account, contact IT-administrator.

2 After deletion, the account appears again.

Reason: Automatic sync through Google Play Services. Solution:

  • ๐Ÿ”„ Turn off autosynchronization: Settings โ†’ Accounts. โ†’ Google โ†’ Synchronization.
  • ๐Ÿ“ต Delete the Google Play Services application data (Settings) โ†’ Annexes โ†’ Application management โ†’ Google Play Services โ†’ Warehouse โ†’ Clear the data).

3.The phone asks for a password after reset (FRP)

Reason: MIUI 10+ activated Factory Reset Protection.

  • ๐Ÿ”‘ Enter the correct email and password from your old account.
  • ๐Ÿ–ฅ๏ธ Use it. ADB (if debugging was on).
  • ๐Ÿ“ž Contact the Xiaomi Service Center with proof of purchase.
Can I delete a Google account with Redmi 5A without a password?
If you forgot your account password but your phone is unlocked, try: Restore access through the recovery page. Delete your account through the recovery page. ADB (If debugging is enabled, reset your phone to factory settings, but be prepared to do so. FRP-If the phone is locked and debugging is done USB It is not possible to bypass the protection without a password (on the MIUI 12+).
What happens if you just log out of your account without deleting it?
When leaving the account (Settings) โ†’ Accounts. โ†’ Google โ†’ Delete the account โ†’ Get out): ๐Ÿ“ง Mail, contacts and calendars will no longer synchronize. ๐ŸŽฎ Google Play purchases will remain available (apps will remain installed). ๐Ÿ”’ FRP-locking will not work when reset. ๐Ÿ“ Find My Device will stop working, but your account information will remain in the system and can be restored by a new owner.
How to check if your account has been completely deleted?
To make sure your account is deleted: Go to Settings โ†’ Accounts โ€“ your Google account shouldnโ€™t be there. Check Settings โ†’ Apps โ†’ Google Play Services โ†’ Storage โ€“ if the cache size is ~0 B, the data is deleted. Reboot and check if a login request appears after the reset.
Can I sell Redmi 5A without deleting my Google account?
Technically, but: ๐Ÿšจ The new owner will be able to recover your data (photos, messages, passwords). ๐Ÿ”’ When you reset your phone, it will work. FRP-locking and he will not be able to use the device. ๐Ÿ“ต You will remain tied to the device in Find My Device and be able to lock it.Recommendation: Always perform hard reset and delete your account before selling.
Why did Google stop working after deleting the account?
This happens if you delete your account through ADB or manually stop Google Play Services. To restore: Go to Settings โ†’ Apps โ†’ App Management. Find Google Play Services and click Enable. Update Services via Google Play. Add your account again to Settings โ†’ Accounts.