How to completely delete your Mi Account with Xiaomi 8 Pro: 5 proven ways

Xiaomi Mi 8 Pro is the flagship smartphone of 2018, which is still actively used thanks to powerful hardware and support for custom firmware. However, many owners face the need to delete the associated Mi Account - whether before selling the device, due to a change of mail or authorization problems. Unlike the new models, the Mi 8 Pro process is complicated by the outdated version of MIUI and the security features of Xiaomi.

In this article, we will discuss all the current ways to delete an account - from the standard through settings to complex methods with unlocking the bootloader and using ADB. Particular attention will be paid to typical errors (for example, "This device is locked"), the consequences for data and the nuances of working with the Mi 8 Pro on different versions of MIUI. If you plan to sell the phone or just want to "clean" it of the old tether - this instruction will help you do everything right.

Why can't you just log out of your Mi Account?

Many users mistakenly believe that clicking โ€œOffโ€ in the account settings is enough, but it doesnโ€™t actually remove the deviceโ€™s link to Xiaomiโ€™s profile.

  • ๐Ÿ“ฑ Your phone remains in your accountโ€™s device list at account.xiaomi.com.
  • ๐Ÿ”’ When resetting to factory settings, you will need to enter a login / password for activation (Mi Account Lock).
  • ๐Ÿšซ It is impossible to link the device to another profile without removing the old anchor.
  • ๐Ÿ”„ Updates MIUI Can be blocked if the account was deleted incorrectly.

On the Xiaomi Mi 8 Pro with MIUI 10-12, deleting an account through the standard menu often results in a โ€œsoftโ€ bootloader lock if additional steps are not taken.This is due to Xiaomiโ€™s security policy, which has been tightened after 2019.

โš ๏ธ Note: If you delete your Mi Account but do not untie your device on the Xiaomi website, the next time you log in to the same account, your phone may be blocked for 72 hours ("suspicious activityยป).

Method 1: Delete your account through phone settings (official method)

This is the easiest way, but it only works if:

  • ๐Ÿ“ฒ You have access to the phone and password from your Mi Account.
  • ๐Ÿ“ถ Device connected to the Internet (Wi-Fi or mobile network).
  • ๐Ÿ”„ The phone is not in โ€œLost Deviceโ€ mode (if Find Device is enabled).

Instructions:

  1. Open Settings โ†’ Accounts and Sync โ†’ Mi Account.
  2. Click on the icon. โš™๏ธ (gear) in the upper right corner and select Delete account.
  3. Enter the password from your Mi Account and confirm the deletion.
  4. Reboot the phone.

After that, the device will be unfiltered, but will remain on the list on the Xiaomi website for up to 30 days (until the server cache expires).

Go to [account.xiaomi.com](https://account.xiaomi.com) โ†’ Devices โ†’ Delete the Mi 8 Pro from the list |

Perform reset to factory settings (Settings โ†’ Additional โ†’ Reset)|

Check the bootloader lock status with the fastboot oem device-info command (should be unlocked: true)|-->

โš ๏ธ Attention: MIUI 10 (android 8.1), after deleting the account, an error may appear: โ€œFailed to delete the account, repeat later.โ€ In this case, a reset via Recovery (see Method 3).

Method 2: Remove from Xiaomi (if your phone is lost or locked)

If you don't have access to your phone, but you have data from your Mi Account, you can try removing the link via the web interface, which doesn't work on all devices and depends on the version of MIUI.

Step-by-step:

  1. Go to account.xiaomi.com and log in.
  2. In the Devices section, find your Mi 8 Pro and click Delete.
  3. Confirm the action via SMS or email (depending on the security settings).
  4. Wait 24-48 hours โ€“ Xiaomi servers do not update the status of the device instantly.

Limitations of the method:

  • ๐Ÿšซ Does not work if the phone is in Find Device mode (you need to turn off this feature first).
  • ๐Ÿ”’ Nana MIUI 11+ Additional confirmation may be required through SMS to a number tied to the device.
  • โณ After removal through the site, resetting the phone to factory settings is mandatory - otherwise the binding can be restored.
๐Ÿ“Š What is the way to delete your Mi Account you have tried?
Through phone settings
Through the Xiaomi website
Reset to factory settings
Used ADB/Fastboot
Another way.
Deleting methodPassword requiredIt works without a phone.Data resettingImplementation time
Through settingsโœ… Yes.โŒ No.โŒ No.2-5 minutes
Through the Xiaomi websiteโœ… Yes.โœ… Yes.โš ๏ธ Desirable.1-2 days
Reset via RecoveryโŒ No.โŒ No.โœ… Complete.10-15 minutes
ADB-teamโœ… Yes.โŒ No.โŒ No.5-10 minutes
Unlocking the loaderโœ… Yes.โŒ No.โœ… Complete.1-7 days

Method 3: Hard Recovery Reset (if the password is forgotten)

If you don't remember your Mi Account or your phone is locked, you'll reset through Recovery mode, which deletes all data, including your account binding, but doesn't guarantee that the bootloader will be unlocked on new versions of MIUI.

Instructions:

  1. Turn off the phone.
  2. Press Volume Up + Power before the Mi logo appears.
  3. From the Recovery menu, select Wipe Data โ†’ Wipe All Data (use volume buttons for navigation, power for confirmation).
  4. After resetting, restart the device.

Important nuances:

  • ๐Ÿ” Nana MIUI 12+ After such a reset, you may be asked to enter an old account (Mi Cloud Lock).
  • ๐Ÿ“ฆ All data (photos, contacts, messages) will be deleted without the possibility of recovery.
  • ๐Ÿ”ง If after resetting the phone requires an account, try to connect to the Internet through SIM-Card (sometimes bypasses the lock).
What if the phone asks for an old account after a reset?
If the Mi 8 Pro requires you to enter your old account data after resetting via Recovery, try the following steps: 1. Connect your phone to another Wi-Fi network or mobile Internet (sometimes an IP change works). 2. Enter any email/password 5 times in a row - you may see a button "Forgot your password?" (on some versions of MIUI). 3. If nothing helps, you will need to unlock the bootloader (Meth 5).

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

This method is suitable if you have access to your phone, but standard deletion does not work (for example, due to errors in the Xiaomi server). USB and a computer with installations ADB-driver.

Step-by-step:

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (click 7 times).
  2. Enable USB debugging in Settings โ†’ Additional โ†’ For developers.
  3. Connect your phone to your PC and execute the commands:
adb shell


pm uninstall -k --user 0 com.xiaomi.account




pm clear com.xiaomi.cloud




reboot

What teams do:

  • ๐Ÿ“ฆ pm uninstall โ€“ removes the system application of the Mi Account for the current user.
  • ๐Ÿงน pm clear โ€“ clears the Mi Cloud data where the anchor cache is stored.
  • ๐Ÿ”„ Reboot โ€“ Reboots the device to apply changes.

Limitations:

  • ๐Ÿ”’ Nana MIUI 12+ This method may not work due to SELinux protection.
  • ๐Ÿ“ต After the reboot, some features (such as themes or cloud backup) will stop working.
  • ๐Ÿ”ง To completely remove the binding will still need to reset through Recovery.

๐Ÿ’ก

If the pm uninstall command issues a Failure error [DELETE_FAILED_DEVICE_POLICY_MANAGERยป, Try to disable the device administrator first: adb shell dpm remove-active-admin com.xiaomi.account/.admin.AccountDeviceAdminReceiver

Method 5: Unlock the bootloader and completely remove the binding

The most reliable, but also the most difficult method is to unlock the bootloader through the official Mi Unlock Tool, which is guaranteed to delete all account anchors, but requires:

  • ๐Ÿ–ฅ๏ธ Windows computer (official software does not support) macOS/Linux).
  • ๐Ÿ“ถ Stable Internet connection.
  • โณ Wait 7-15 days (if the account is new or the device is not previously unlocked).

Instructions:

  1. Download the Mi Unlock Tool and install it on PC.
  2. Sign in to the tool under the same Mi Account as on your phone.
  3. Put the Mi 8 Pro into Fastboot mode (clamp Volume Down + Power).
  4. Connect your phone to your PC and follow the instructions of the program.
  5. After unlocking, reset through Recovery.

Frequent problems and solutions:

  • ๐Ÿšซ ยซCouldnโ€™t unlock โ€“ check that your phone and Mi Unlock Tool account are the same.
  • โณ ยซWaiting for 168 hours โ€“ if the account is new, Xiaomi will block the unlock for 7 days.
  • ๐Ÿ”Œ ยซDevice Not Connected โ€“ Install Qualcomm Drivers HS-USB QDLoader 9008 manually.

๐Ÿ’ก

Unlock the bootloader on the Mi 8 Pro with MIUI 13+ may require binding SIM-card-to-account (function) SIM If the phone is purchased by hand, contact the previous owner to unbundle.

Frequent Mistakes and How to Avoid Them

When you delete your Mi Account on the Mi 8 Pro, users face typical problems.

Mistake.Reason.Decision
This device is lockedThe bootloader is blocked and the account is not deleted correctly.Unlock the bootloader through the Mi Unlock Tool or use ADB.
Mi Cloud Lock after resettingThe device is tied to an account on Xiaomi servers.Delete the device via account.xiaomi.com or wait 30 days.
Couldnโ€™t verify deviceIMEI mismatch or account details.Check the IMEI (*#06#) and log in to the correct account.
Waiting for OTP in Mi Unlock ToolXiaomi requires SMS confirmation.Link the number to your Xiaomi account and request the code again.

Additional advice:

  • ๐Ÿ“ก If the phone asks for an account after a reset, try connecting to the network via another Wi-Fi (sometimes a geolocation change works).
  • ๐Ÿ”„ Nana MIUI 10โ€“11 helps roll back to an older firmware version via Fastboot, and then delete your account.
  • ๐Ÿ“ฑ If the Mi 8 Pro is purchased by hand, ask the seller to delete the device from his account before resetting.

FAQ: Answers to Frequent Questions

Can I delete my Mi Account without a password?
Officially, no. But if you have access to your phone, you can try: Reset your account password through Xiaomi's website (you need to access email/SMS); Use ADB to remove system applications (the method does not work on all versions of MIUI); Contact Xiaomi with proof of ownership of the device (check, box); If the phone is locked and the password is unknown, only unlock the bootloader (but you need to wait 7-15 days).
What happens if you sell a phone with a tied Mi Account?
The buyer won't be able to: ๐Ÿ“ฑ Use Find Device, Mi Cloud, Themes. ๐Ÿ”„ Update MIUI through OTA (Updates will be blocked). ๐Ÿ”’ Reset your phone to factory settings without your password, and you will receive device location notifications unless the new owner turns off Find Device.
How to check if your account has been deleted from your phone?
Verification: Go to Settings โ†’ Accounts and sync โ€” if Mi Account is missing, the link is deleted. Reset via Recovery โ€” if you do not need to enter an account after the reboot, everything is clean. Check the list of devices on account.xiaomi.com. Enter the command to Fastboot: fastboot oem get-unlock-status If the answer is unlocked: true, the bootloader is unlocked and the account is unbound.
Can I recover data after resetting through Recovery?
No, reset via Recovery on Mi. 8 Pro performs full partition formatting /data, stored: ๐Ÿ“ธ Photos and videos (if not saved) SD-map). ๐Ÿ“ž Contacts, SMS, call-in. ๐ŸŽฎ Application and game data. The only way to save information is to back up through Mi Cloud or ADB Backup before reset.
Why does the phone still ask for a password after deleting the account?
This is because: Xiaomi server cache - device data can be stored for up to 30 days; bootloader locks - if it was blocked, you will need to unlock; synchronization errors - try connecting to another network or using it SIM-Solutions: Wait 24-48 hours and reset again. Delete your device from your Xiaomi account. Use the Mi Unlock Tool to force you to unlock.