How to completely remove your Xiaomi account from your phone on Android: 5 working ways

Deleting Xiaomi accounts from Android devices is a challenge that users face when selling a phone, changing a profile or solving sync problems. Unlike standard Google accounts, Mi accounts are integrated into MIUI at the firmware level, making it difficult to completely delete them without consequences.

In this article, we will discuss all the current ways to delete an account - from standard disconnection through settings to forced reset via ADB and Fastboot. Particular attention will be paid to the nuances for different models (Redmi Note 12, POCO X5, Xiaomi 13T) and versions of MIUI (14/13/12). If you plan to sell the phone or transfer it to another user, be sure to read the section on unlocking the binding to the device - this will save the new owner from activation problems.

1 Why you can’t just delete your Xiaomi account as Google

Unlike a Google account, which is managed through Android settings, the Mi Account is a proprietary development by Xiaomi and is deeply embedded in MIUI firmware.

  • πŸ” Device-Based: Even after you log out, your phone can remain tied to it in Xiaomi’s database, which blocks some features (like Find Device or Pay via Mi Pay).
  • πŸ“± Dependence on version MIUI: into MIUI 14 and later, the deletion process is different from the older versions (e.g, MIUI 12), where reset to factory settings was required.
  • ⚠️ Risk of blocking: if incorrectly removed (for example, through the ADB without unlocking the bootloader, the device may require login/password input after rebooting.

Xiaomi also uses cloud authentication for some services (e.g. Mi Cloud or Mi Home) if you don’t untie your account properly, new devices in the ecosystem (e.g. smart lamps or robot vacuum cleaners) may remain tied to your old profile.

⚠️ Note: On devices with a blocked bootloader (most Xiaomi smartphones by default), forced deletion of the account through ADB or Fastboot can lead to hard-brick (total phone failure).Before using such methods, check the status of the bootloader in Settings β†’ The phone. β†’ Version. MIUI (Click 7 times on the line with the version to activate Developer Mode).

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Xiaomi (Series 12/13/T)
Another brand

2. Method 1: Standard removal through MIUI settings

This is the safest method, but it only works if:

  • πŸ“± You have access to your phone and password from your account.
  • πŸ”„ The device is not in Lost Mode (remote lock via Find Device).
  • πŸ“¦ You don’t plan to sell your phone (the device will remain tethered).

Instructions for MIUI 14/13:

  1. Open Settings β†’ Accounts and Synchronization β†’ Mi-account.
  2. Click on your profile (email or phone number).
  3. Select Account Management β†’ Delete the account.
  4. Enter the password and confirm the deletion.
  5. Reset the device.

β˜‘οΈ Preparing for account deletion

Done: 0 / 4

For MIUI 12 and older, the path may be different:

Settings β†’ Additional β†’ Accounts β†’ Mi-account β†’ Delete

⚠️ Note: After the standard deletion, the account will remain tied to the device in the Xiaomi database: πŸ”’ Use Mi Pay or Mi Credit. πŸ”„ Recover data through Mi Cloud. πŸ“± Unlock the bootloader (requires the username / password of the previous owner). To completely remove the binding, use Method 4 (unlock through Xiaomi Unlock Tool).

3. Method 2: Removal via reset to factory settings

If you sell or transfer a phone, a full reset is a must, but it doesn't remove the account's link to the Xiaomi device!

Instructions for all models (Redmi, POCO, Xiaomi):

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Choose to erase all data.
  3. Enter. PIN-code.
  4. Confirm the reset (the process will take 5-10 minutes).
Model phoneDo I need a Mi Account password after resetting?Can I skip it?
Xiaomi 13/13 ProYes (if Find Device was enabled)No.
Redmi Note 12 Pro+Yes (account binding is maintained)Only bypass (Method 5)
POCO X5 ProNo (if Mi Cloud is disabled)Yes.
Xiaomi 12TYes (requires SMS confirmation)Partially (through) SIM-map)

If after resetting the phone requires entering a login / password from the Mi-account, use:

  • πŸ“§ Recovery by email (if you remember the data).
  • πŸ“ž Confirmation of SMS (if the number is attached).
  • πŸ”§ Passage ADB (Method 5, for experienced users only).

πŸ’‘

Before reset, disable Find Device in Settings β†’ Mi Cloud β†’ Find the device. This will reduce the chance of locking after the reboot.

Method 3: Unlocking the device binding (for sale)

If you transfer your phone to another user, it's not enough to just delete your account, you need to untie your device from your Xiaomi profile, and this will allow the new owner to:

  • πŸ”“ Unlock the loader.
  • πŸ“± Use Mi Pay and Mi Cloud.
  • πŸ”„ Update the firmware without asking for a password.

For this:

  1. Sign in at account.xiaomi.com.
  2. Go to Device Management.
  3. Find your phone in the list and click Delete.
  4. Confirm the action via SMS or email.

If the device is not listed:

  • πŸ“± Make sure your phone is connected to the internet and synced to the Mi Cloud.
  • πŸ”„ Restart your phone and try again.
  • ⏳ Wait 24 hours – sometimes the data is updated with a delay.
What if the device is not removed from the list?
If the Remove button is inactive, it may mean that: πŸ”’ Find Device is enabled on the phone (turn it off in the settings). πŸ“± The device is in Lost Mode (requires unlocking through support). ⚠️ Your account is blocked for suspicious activity (you need to verify your identity through your passport). In such cases, contact Xiaomi via chat on the site or email support.@xiaomi.com.

5. Method 4: Delete your account via ADB (for power users)

This method is suitable if:

  • πŸ”§ You don't remember the password from the account.
  • πŸ“± Phone locked after reset.
  • βš™οΈ You have unlocked Developer Mode and enabled Debugging USB.

⚠️ Warning: Misuse of the right ADB may lead to:

  • πŸ”„ Soft-brick (Cyclical Reboot).
  • πŸ“΅ Poose. IMEI or serial number.
  • πŸ”’ Blocking the Mi Pay function forever.

Instructions:

  1. Install Android SDK Platform-Tools on your PC.
  2. Connect your phone to your computer via USB and allow debugging.
  3. Open the command line (cmd) in the adb folder.
  4. Enter the commands in order: adb shell pm uninstall -k --user 0 com.xiaomi.account pm clear com.xiaomi.cloud reboot

If the error "This device is locked" appears after the reboot:

  • πŸ”§ Try the alternative command: adb shell am start -n com.android.settings/.MiuiAccountDeleteActivity
  • πŸ“± Fastboot phone (requires unlocked bootloader).

πŸ’‘

Use ADB only if you are confident in your actions. For most users, it is safer to use the official unlock through the Xiaomi website or contact the service center.

6. Method 5: Bypassing the Mi Account Lockdown After Resetting

If after Hard Reset, the phone requires data entry from a Mi Account you don’t remember, there are several ways to get around it. ⚠️ These methods may violate the Xiaomi user agreement and should only be used legally (for example, if you have forgotten your account details).

Options for a solution:

  • πŸ“§ Password Recovery: On the lock screen, click Forgot your password?. Enter the email or phone number associated with your account. Follow the instructions to reset your password (you will need access to your mail or email address). SMS).
  • πŸ“ž Confirmation through SIM-Map (works on some models): Insert SIM-The card that was on the phone when you last logged in. On the lock screen, select Confirm by SMS. Enter the code from the message.

Test mode bypass (only for MIUI 12 and older)

On the lock screen, type:
##3646633##


Go to the Connectivity β†’ Wi-Fi menu




Connect to the network and return to the lock screen




Click Add Account and Create a New Profile

⚠️ Note: Using informal bypass methods (e.g., Mi Account Bypass Tools) may result in: πŸ“΅ Loss of warranty. πŸ”’ Blocking IMEI Xiaomi. πŸ“± Unstable firmware (accidental reboots, synchronization errors) We recommend first try the official ways to restore access.

7. Frequent mistakes and how to avoid them

When you delete a Mi Account, users often face typical problems, and here are the most common ones and how to solve them:

Mistake.Reason.Decision
"Unable to remove account"The account is used for Mi Pay or Mi Home.Disable these services in your account settings before deleting
Device is locked after resettingPhone linked to Find Device accountUntie the device via i.mi.com or use ADB
Inactive button "Delete account"Device in Lost Mode or lockedContact Xiaomi with Proof of Ownership
"Invalid Mi Account" at the entranceXiaomi servers are temporarily unavailableCheck the internet connection or try again later

To avoid problems:

  • πŸ“ Keep your account information (email, password, backup email) in a safe place.
  • πŸ”„ Turn off Find Device before resetting or selling your phone.
  • πŸ“± Check the tethered devices in Mi Home (smart appliances may be left without control).

FAQ: Answers to Frequent Questions

Can I delete my Mi Account without a password?
Officially, no. But if you have Developer Mode unlocked and USB Debugging enabled, you can try deleting through ADB (Method 4). Some models (POCO X3, Redmi 9) have a test menu bypass (##3646633##). If the phone is locked after a reset, contact Xiaomi with a purchase check - they can unlock the device remotely.
What happens if you sell a phone with a tied Mi Account?
The new owner will not be able to: πŸ”“ Unlock the bootloader (you will need your login / password). πŸ“± Use Mi Cloud, Mi Pay and other services. πŸ”„ Update the firmware through OTA (To avoid this, untie the device from the account through your personal account (Method 3).
How to delete Xiaomi account on POCO-telephone?
On POCO devices (e.g., POCO X5 Pro, POCO F5), the process is no different from standard Xiaomi smartphones: Go to Settings β†’ Accounts β†’ Mi Accounts. Click on your profile and select Delete Account. Confirm Action with a Password. If the phone requires re-entry after deleting, reset via Recovery Mode: Turn off the phone. Click Volume Up + Power before the POCO logo appears. Select Wipe Data β†’ Wipe All Data β†’ Wipe All Data.
Can I recover the data after deleting my account?
If you delete your account without resetting your phone, the data (contacts, photos, notes) will remain on the device, but sync with Mi Cloud will stop. To restore access: Create a new Mi Account. Log in on your phone. Manually transfer data (contacts can be exported to.vcf, photos can be copied to your PC). If the phone has been reset, you can only restore data from a local backup (if it was created before the reset) or through a Google account (if sync is enabled).
How to delete a Xiaomi account from your phone if it is stolen?
If your phone is stolen, don’t try to delete your account remotely – this can allow an attacker to bypass the lock. Instead: Lock the device via Find Device. Delete all associated bank cards in Mi Pay. Change the password from your Mi Account. Contact the police with the IMEI phone (you can find it in the box or through your personal account). Xiaomi can lock the device by IMEI at the request of law enforcement.