How to log out of Google account on Xiaomi Redmi 5 Plus: all the ways and nuances

Xiaomi Redmi 5 Plus (codename vince) is a popular 2017 smartphone that is still in active use. One of the common problems owners have is to log out of your Google account β€” whether before selling a device, changing your profile or fixing sync errors. In this article, we will discuss all the current ways to delete a Google account, taking into account the features of MIUI and Factory Reset Protection (FRP).

It is important to understand that simply deleting an account through settings does not always work correctly – especially if the device was reset to factory settings without first exit. In such cases, Redmi 5 Plus may require entering the previous owner’s login/password at the first setting.

Why it’s important to log out of your Google account on Xiaomi

Many users mistakenly believe that it is enough to simply delete an account in the settings of the smartphone, but on Xiaomi Redmi 5 Plus (as on other Android devices), this is fraught with consequences:

  • πŸ”’ Lockdown FRP β€” If you do not log out before resetting, the phone will require the data of the previous owner when turned on.
  • πŸ“± Synchronization problems – account residual data may conflict with new profile.
  • πŸ“§ Data Leakage – when you transfer your phone to another person, you still have access to email, contacts and other Google services.
  • πŸ”„ Update errors – Incorrect account deletion can cause update installation failures MIUI.

On Redmi 5 Plus with Android 7.1.2 (and later updates to Android 8.1), the FRP mechanism works particularly rigidly. Even after a Recovery reset, the phone can request the old account information, so the exit must be done strictly according to the instructions.

πŸ“Š How often do you change your Google accounts on your smartphone?
Never changed.
1 time per year
When selling a phone
Often, several times a month.

Method 1: Standard output through Xiaomi settings

The easiest and most recommended method is to use built-in MIUI tools. This method is suitable if:

  • πŸ“± You have access to the phone and password of the lock screen.
  • πŸ”‘ Remember the login and password from your Google account.
  • πŸ”„ The phone was not previously reset to factory settings.

Step instructions:

  1. Open the Settings app (the gear icon on the desktop).
  2. Go to Google Accounts (or Accounts) β†’ Google, depending on the version MIUI).
  3. Select the account you want to leave.
  4. Click on the three dots in the upper right corner and select Delete Account.
  5. Confirm the action by entering the password from the lock screen Xiaomi.
  6. Wait until the synchronization is complete (it can take up to 1-2 minutes).

β˜‘οΈ Preparation for exit from the account

Done: 0 / 4

After deleting the account, it is recommended to:

  • πŸ”„ Reboot the phone (Long hold of the power button) β†’ Reboot).
  • πŸ“± Check for no account in Settings β†’ Accounts.
  • πŸ”’ Make sure that in the settings β†’ Additionally. β†’ Backup and reset no linked Google account.

πŸ’‘

If sync data (such as contacts or calendar) is still displayed in your settings after deleting your account, manually clear the cache of the Google Play Services app in Settings β†’ Apps β†’ All Apps.

Method 2: Delete your account before resetting to factory settings

If you plan to completely reset your phone (for example, before selling), logging out of your Google account must be done before the reset operation, otherwise FRP protection will work and the new owner will not be able to activate the device.

Step-by-step:

  1. Follow Method 1 (delete account through settings).
  2. Go to Settings β†’ Additional β†’ Backup and Reset.
  3. Select Resetting (or Delete all data).
  4. Enter the password from the lock screen Xiaomi.
  5. Confirm the reset, wait for the process to be completed (it will take 5-10 minutes).
Action.Consequences of non-compliance
Exit from Google AccountFRP locking after reset
Deletion of Mi AccountResidual Xiaomi data (cloud, themes)
Cleaning up Google Play's cacheErrors at the first start after reset
Find My Device DisconnectionRemote lock by previous owner

Once reset, the phone will be like new β€” no linked accounts and with clean firmware. However, note that Redmi 5 Plus with MIUI 10+ may require additional binding to a new Mi Account (not to be confused with Google!) when it first turns on.

What to do if I forget my Google account password?
If you don't remember the password, restore it through [Google Restore Page](https://accounts.google.com). Use a backup email or phone linked to the account. On Redmi 5 Plus, after 5 failed password attempts, the device can lock for 24 hours.

Method 3: FRP bypass on Xiaomi Redmi 5 Plus (if the phone has already been reset)

If the phone was reset to factory settings without first logging out of your Google account, you'll see a request for the previous owner's login and password when you first turn on. This is Factory Reset Protection (FRP). Redmi 5 Plus can bypass it in several ways:

⚠️ Attention: Bypassing techniques FRP You may violate Google’s terms of use, and only apply them legally (for example, if you own a device but have forgotten your account details).

The best ways to use Redmi 5 Plus are:

Method 1: Recovery Mode (TWRP)

It will require:

  • πŸ”§ Established TWRP Recovery.
  • πŸ“± Unlocked bootloader (Bootloader).
  • πŸ’Ύ File. FRP_Bypass.zip (can be found on the forums XDA Developers or 4PDA).

Instructions:

  1. Upload the phone to Recovery mode (hold Power + Volume up when turned on).
  2. V TWRP Select Install and specify the path to the file. FRP_Bypass.zip.
  3. Confirm swipe installation.
  4. After the reboot, the FRP will be disabled.

Method 2: Wi-Fi settings (for MIUI 9-10)

This method works if at the stage of setting up the phone after resetting:

  1. Connect to the Wi-Fi network.
  2. At the Google account entry stage, go back and select Add Wi-Fi network.
  3. In the network name field, enter arbitrary text, highlight it and click Share.
  4. In the menu that opens, select Gmail or YouTube, which will open access to your account settings.
  5. Add a new Google account or delete the old one through your settings.

On MIUI 11+, this method may not work due to the increased protection, which would require the use of TWRP or specialized utilities like the Mi Account Unlock Tool.

πŸ’‘

Bypassing FRP on Xiaomi Redmi 5 Plus is possible, but requires technical skills. If you are not sure about your actions, contact the service center - incorrect manipulation can lead to a "brick" of the device (complete inoperability).

Method 4: Delete your account via ADB (for advanced users)

If standard methods don’t work, you can use Android Debug Bridge (ADB), which is suitable for Redmi 5 Plus with USB debugging enabled.

What will be required:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ“± Included debugging by USB (Settings β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Additional β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB (preferably original).

Commands to delete the account:

adb shell


pm list packages | grep 'google'




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




pm uninstall -k --user 0 com.google.android.gsf

After the commands are executed:

  1. Reboot the phone.
  2. Go to the settings and delete your Google account in the standard way (see Method 1).
  3. Restore Google Remote Packages via Play Market (they will be updated automatically).

⚠️ Note: Deleting Google system packages can cause your phone to function unstable. Use this method only if other methods have not worked, and you understand the risks.

Frequent mistakes and their solutions

When you log out of your Google account on Xiaomi Redmi 5 Plus, users face typical problems.

Mistake.Reason.Decision
"It's impossible to delete the account."The account is the owner of the device (Device Owner).Reset the phone to factory settings after exit
"Password required after reset"FRP-lockingUse the methods of bypassing from Method 3
Google services have stopped working.Damaged cache dataClear the cache of Google Play Services in the application settings
"I can't log into a new account."Residual data of the old accountReset through Recovery (see Method 2)

If after deleting the account, the phone began to slow down or issue errors, follow the following steps:

  • πŸ”„ Reset the device.
  • πŸ—‘οΈ Clear the cache in Settings β†’ Warehouse β†’ Cleanup.
  • πŸ”§ Update Google Play Services through Play Market.
  • πŸ“± Reset network settings (Settings) β†’ Wi-Fi β†’ Additionally. β†’ Resetting the network).
Can I log out of my Google account without a lock screen password?
No, on Xiaomi Redmi 5 Plus, you need to enter a password/pattern lock of the lock screen to delete your Google account. If you forget it, first reset the lock via Find My Device (if you have a Google account attached) or Mi Cloud (if you have a Xiaomi account attached).
What if your phone asks for an old Google account after a reset?
This worked with FRP protection. You either need to enter your old account details or use the methods of bypassing from Method 3. If the phone was bought by hand, contact the previous owner for data.
How to delete Xiaomi account with Google?
Xiaomi account is deleted separately in Settings β†’ Mi Account β†’ Sign out. After that, you can delete your Google account. Note that linking to Mi Account gives you access to cloud storage and features like Find Device.
Why did the contact disappear after the account was deleted?
Contacts could only be synced to a remote Google account, check backups in Google Contacts (via a browser on a PC) or restore them from a local copy if it was saved to the phone.
Can I sell Redmi 5 Plus without logging out of my Google account?
Technically, you can, but the new owner won't be able to use the phone after the reset, FRP will work. This violates the rules for selling used equipment and can lead to conflicts. Always log out before transferring the device.