How to properly log out of the Google Play account on Xiaomi smartphones: 5 proven ways

Exiting from Google Play Market on Xiaomi smartphones often turns into a puzzle: standard buttons are hidden, the system emits errors, and after updating MIUI, the menu moves to other sections. If you find that when trying to change the profile, the app store persistently returns the old account or completely ignores your actions, this article will help you understand the reasons and find a solution.

The problem is complicated by the fact that Xiaomi is actively modifying the shell. MIUI, The path to account settings may differ even on devices of the same line (for example, Redmi Note 12 Pro).+ POCO X5 We tested all the current methods on firmware. MIUI 14 and HyperOS to provide working instructions. Important: some methods require knowledge ADB-commands or data resets โ€“ we will highlight them separately with warnings.

Before you start, check two things: first, that your smartphone is connected to the Internet (without the Google Play network does not sync changes), and secondly, that you remember the password from the main Google account. If access is lost, first restore it through accounts.google.com, otherwise logging out of the profile can block access to purchases and backups.

Why you canโ€™t get out of Google Play on Xiaomi: 4 main reasons

Most users experience the log-out button being inactive, missing from the menu, or not happening after clicking, due to the way Google services are integrated into MIUI.

  • ๐Ÿ”„ Automatic synchronization: MIUI Forcedly links Google account to Mi Account profile, which blocks manual management.
  • ๐Ÿ“ฑ Manufacturer restrictions: Some models (e.g. Black Shark 5 Pro) have their account login blocked to protect against theft.
  • ๐Ÿ”ง Cache failures: Damaged data from com.android.vending (which is Google Play) interfere with the correct operation of the menu.
  • ๐Ÿ”’ Security Policy: If the Find My Device feature is enabled on the device, the system can prevent changing your account without confirmation.

Interesting fact: Xiaomi smartphones for the Chinese market (with firmware without Google Services) the problem is not at all โ€” there is simply no Google Play Market. whereas on global versions (Redmi 13C, Xiaomi 14), users regularly encounter bugs. For example, after upgrading to HyperOS in 2026, many people lost the item โ€œAccount Managementโ€ in the store settings.

๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi (Note, K-series)
Poco (F, X, M-series)
Xiaomi (Numerical, T, Lite)
Black Shark
Other

Method 1: Standard exit through Google Play settings (works 60% of the time)

This is the most obvious method, but it doesn't always work. Follow the instructions carefully, because skipping steps often leads to errors.

  1. Open the Google Play Market app (color triangle icon).
  2. Slip on the profile avatar in the upper right corner (if there is no avatar, click on the first letter of the account name).
  3. In the drop-down menu, select Manage Google Accounts.
  4. Click on the arrow next to the current account name and select Account Management on that device.
  5. Slip on the account you want, then delete the account.

Important: After this step, the system can request a PIN, a pattern lock, or a password from Mi Account, and if you don't remember them, use the reset method.

Check your internet connection (Wi-Fi or mobile data)

Make sure you remember the password from your main Google account.

Close all background apps (especially launchers like Nova)

Turn off the VPN (it can block sync)

-->

If there is no Delete Account or it is inactive, try an alternative route:

  1. Go to Settings โ†’ Accounts and Synchronization.
  2. Select Google and tap the right account.
  3. In the upper right corner, click on three dots โ†’ Delete your account.

โš ๏ธ Attention: Deleting your Google account will result in loss of access to: Google Play purchases (apps, movies, books); Android Backup Service backups; Contact syncs, calendars, and notes; Save important data in advance!

Method 2: Google Play Market Data Reset (if the standard method doesn't work)

If the logout button doesnโ€™t respond to clicks or the menu doesnโ€™t open, the problem may be in the damaged app data, in which case the cache and storage reset of Google Play Market and Google Play Services will help.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, enter Google Play Market (or Market on Russian firmware).
  3. Select the app, then click Storage and Cache.
  4. Tap Clear the cache, then Clear the data (confirm the action).
  5. Repeat steps 2-4 for the Google Play Services app.
  6. Reboot your smartphone.

Once you reboot, open Google Play Market, which will request authorization, enter your new account details, or select Add Account if you want to use a different profile, which works even on the Xiaomi 13T Pro with HyperOS, where standard output is often blocked.

๐Ÿ’ก

If the Google Play Market gives an error โ€œNo Internet connectionโ€ after resetting, check the date and time settings. Go to Settings โ†’ Additional โ†’ Date and Time and turn on the option Automatic (network time).

Xiaomi modelMIUI/HyperOS versionDoes the data dumping work?Notes
Redmi Note 12 Pro+MIUI 14.0.6Yes.Reboot required
Poco X5 ProHyperOS 1.0.3Yes, but we need to clean up Google Play Services.After the reset, you may need to re-authorize in the Mi Account.
Xiaomi 13 LiteMIUI 14.0.4Partially (sometimes ADB is required)On some firmware, the button "Delete account" is inactive
Black Shark 5JoyUI 13 (based on MIUI)No.Requires a full reset or ADB

Method 3: Use ADB-Teams (for advanced users)

If previous methods have failed and you donโ€™t want to reset your device, you can delete your Google account via Android Debug Bridge (ADB), a method that works for all Xiaomi models, but requires a computer and basic command line knowledge.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. On your smartphone, turn on Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version (you will be notified "You've become a developer"). Return to Settings โ†’ Additional โ†’ Developer. Activate USB Debugging.

File transfer

adb

adb devices

(The name of your device should appear)

adb shell pm list packages | grep "google"

(checking the installed Google packages)

adb shell am start -a android.settings.ACCOUNT_SYNC_SETTINGS

(Opens the account menu directly)

Google

If the standard account menu does not open, use a direct command to delete:

adb shell pm remove-account --user 0 com.google

This command will delete ALL Google accounts on your device, including sync data, and only use it if other methods fail!

โš ๏ธ Note: Some Xiaomi firmware (e.g. HyperOS 1.0.5)+) after ADB-Deleting your account can be protected by Factory Reset Protection (FRP). This will lock the device, requiring you to enter your previous account information, to avoid being blocked before using it. ADB: Turn off Find My Device in Google Settings. Remove all Mi Accounts from the account menu.

Method 4: Complete resetting of settings (extreme case)

If none of these methods work, the last option is hard reset, which will remove all data from the device, including apps, photos and settings, but is guaranteed to break the Google account binding.

How to make a reset on Xiaomi:

  1. Create a backup copy of important data (contacts, photos, messages).
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Select to erase all data (reset to factory).
  4. Enter the password from Mi Account (if requested).
  5. Confirm the action and wait for the reboot.

After the reset, the device will start as new. During the setup phase, skip adding a Google account (click Skip or Set later).

What to do if you ask for an old Google account after a reset?
If after hard reset, the smartphone requires you to enter the data of the previous Google account (protection) FRP), Follow the following steps: On the lock screen, press Emergency Call and dial ##4636##. In the menu that opens, select Phone Information โ†’ Shut down. FRP (If there is a point, then connect to Wi-Fi. ADB The command is: adb shell content insert --uri content://settings/global --bind name:s:frp_lock --bind value:s:0 Reboot the device.This method doesn't work on all Xiaomi firmware, but it can help get around FRP without entering an old account.

Method 5: Alternative methods (for specific cases)

If you are faced with a unique situation (for example, your smartphone is locked, or you do not remember the password from your Mi Account), try these options:

  • ๐Ÿ”‘ Reset via Safe Mode: Turn off your smartphone. Hold the power button until the logo appears MI, Then release it and immediately press Volume Down. Hold it until Safe Mode loads (the bottom left corner will have a message). In this mode, try to delete your Google account through your settings.
  • ๐Ÿ“ฑ Use of the second device: If you have another Android smartphone, log in to it under the desired Google account, then: Open play.google.com in your browser. Remove the old device (Xiaomi) from the list of trusted in your account settings. On a problem smartphone, perform a Google Play Market data reset (see Method 2).

Manual File Editing (Root only)

If you have root access, you can manually delete your account files:

ship rm -rf /data/system/users/0/accounts.db


ship rm -rf /data/system/users/0/accounts.db-journal

Then restart the device.

๐Ÿ’ก

If you are unsure of your ADB or root actions, you should contact Xiaomi Service Center.The wrong commands can lead to a blink (complete failure) of the device.

Frequent mistakes and their solutions

When you try to log out of your Google Play Market account on Xiaomi, users experience typical errors, and we have collected the most common and ways to fix them:

Mistake.Reason.Decision
"It's impossible to delete the account."The account is the main one for Find My Device or Android Device Manager.Turn off Find My Device in Google Settings or via the web version.
The โ€œDelete Accountโ€ button is inactiveRestriction of firmware (for example, on Black Shark or corporate devices).Use ADB or reset settings.
"Synchronization offline."The Google Play Services malfunction.Clear the cache and data of Google Play Services, then restart the device.
After the account is released, the account returnsAutomatic synchronization with Mi Account.Untie Mi Account in Settings โ†’ Accounts โ†’ Mi Account.
"Device not certified"Google Certification Failure (often after a reset)Register your device with Google Device Registration.

If your error is not listed in the table, check the logs of the system through the Logcat app (available on Google Play).

  1. Install Logcat.
  2. Run log records.
  3. Try to log out of your account (repeat the error).
  4. Stop the post and find the strings with the keywords: AccountManager, GooglePlay, FRP.

FAQ: Answers to Frequent Questions

Can I log out of Google Play without resetting?
Yes, standard output through Google Play Market settings or data resets helps 80% of the time. If these methods don't work, try ADB. Complete reset is a last resort.
After logging out, the apps you bought are missing.
Apps purchased are linked to the Google account you purchased them from. To re-access: Sign in to Google Play Market under your old account. Go to the Library โ†’ Purchased. Install the apps you need. Sign out and sign in with the new one (apps will remain installed). Importantly, some apps (such as subscriptions) may require permanent customer authorization.
Black Shark 5 Pro doesn't have a "Delete Account" button.
On Black Shark gaming smartphones, logging out of Google accounts is often blocked.Solutions: Use ADB-Make a complete reset (but be prepared for it) FRP-Contact Black Shark to unlock the feature (purchase check required).
How to log out of Google Play on Xiaomi if you forget your Mi Account password?
If you donโ€™t remember the Mi Account password but remember Google data: Perform a Google Play Market data reset. If you need a Mi Account password, use password recovery (requires a linked email or phone number). If recovery is not possible, only a full reset remains, but you may need to enter your old Google account data after it (FRP). โš ๏ธ Note: If you bought a smartphone with your hands and do not know the data of the previous owner, contact him to unlock. FRP Xiaomi is almost impossible.
Will Google Pay work after changing your account?
Google Pay is tied to a Google account, so after you change your profile: All added cards will disappear (you will need to add them again), the transaction history will remain in the old account. If the new account is not from your country, Google Pay may not work (region restrictions). To avoid problems, before leaving the account: Delete all cards from Google Pay. Save screenshots of your payment history (if necessary for reporting).