How to completely delete Mi Account with Xiaomi Redmi: official and alternative methods

Linking to a Mi Account is a prerequisite for full use of Xiaomi Redmi smartphones, but sometimes it turns into a headache. Users face the need to delete an account when selling a phone, after buying a used device with someone else's profile or when resetting when the system requires you to enter the data of the former owner. Unlike a Google account, which can be deleted through settings, Mi Account is integrated into firmware at the system level, which makes it difficult to delete.

In this article, we will discuss 5 working ways to unbound β€” from official uninstallation through settings to bypass locking through Fastboot and specialized utilities. 12/13, Redmi 10/11 Next article and flagship series, where Xiaomi tightened protection after the update MIUI 14+. You will also learn how to avoid soft-brick if you delete your account incorrectly and what to do if your phone requires confirmation through the phone. SMS to the former owner's number.

Why can’t you just delete your Mi Account through your settings?

Unlike Samsung or Google Pixel, where the manufacturer’s account is deleted in several taps, Xiaomi has implemented multi-layered Find Device protection.

  • πŸ”’ Hardware binding ID. The account is tied not only to firmware, but also to IMEI, SN and other unique device identifiers.
  • πŸ“± Even after Hard Reset, the phone may require you to enter your previous account details (called FRP-lock, but from Xiaomi).
  • ⚠️ Risk of blocking in case of unauthorized deletion. incorrect actions (for example, editing files) /data/system/users/0.xml) It can lead to a brickΒ».

For these reasons, standard removal through Settings β†’ Accounts. β†’ Mi Account is only available if you are:

  1. You are logged in under the same account as you are linked to your phone.
  2. The device is not locked (no request to enter a password after reset).
  3. There is an official firmware on the phone. MIUI (Custom assemblies can break the removal mechanism).

⚠️ Note: If you bought Redmi from hand and the previous owner did not untie the account, do not try to reset the phone through Recovery - this will lead to a request for a login / password on the first download.

Method 1: Officially delete via settings (if you know your account details)

This is the safest method, but it only works if you have access to your Mi Account (login, password, linked phone number or email). MIUI 12–14:

  1. Open Settings β†’ Accounts β†’ Mi Account.
  2. Slip the profile icon in the top corner and select Account Management.
  3. Scroll down and click Exit from your account (on some firmwares - Delete your account).
  4. Confirm the action via SMS or email (the code will come to the linked number / mail).
  5. Reboot the phone and the tether will be removed.

If the Delete Account button is inactive or absent:

  • πŸ“Œ Check that the phone is connected to the Internet (required via a mobile network, not just Wi-Fi).
  • πŸ“Œ Update the firmware to the latest version (in older versions) MIUI option could have been hidden).
  • πŸ“Œ Make sure your phone doesn’t have an active Find Device feature (disables in Settings). β†’ Mi Account. β†’ Find Device).

I know the username and password from the Mi Account

The phone is connected to the mobile Internet

Find Device feature disabled

Updated firmware to the latest version-->

After deleting the account, it is recommended to:

  1. Perform a reset settings (Settings β†’ About the phone β†’ Reset settings).
  2. When you first set up, skip the binding to the new Mi Account (if the phone is sold).

⚠️ Note: If you deleted your account but didn’t reset your phone, new apps (such as Mi Fit or Mi Home) may request authorization.

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

If the phone is locked, lost or you can’t log in to the settings but you have access to the tethered phone email/Use the official Xiaomi service:

  1. Go to account.xiaomi.com and log in.
  2. In the Devices section, find your Redmi and click Remove (or Untie).
  3. Confirm the action via SMS/email.
  4. If the phone is locked, wait 24 hours – the lock will be removed automatically.

This method does not always work for two reasons:

  • πŸ”„ Xiaomi can request confirmation via your current device (if it’s connected to your account).
  • πŸ“΅ If the phone is off or offline for more than 30 days, it may not appear on the list of devices.
What to do if the phone is not displayed on the site?
If Redmi is not visible on account.xiaomi.com, try it: 1. Turn on the phone and connect it to Wi-Fi/mobile network (even if it is blocked, background processes can be synchronized). 2. Wait 1–2 hourly and update the page. 3. Use another browser or device to log in to your account (sometimes changing helps) IP). 4. If nothing helps, move on to the way. 3 (Fastboot removal).

If after detachment through the site, the phone still requires the entry of account data when turned on:

  1. Connect to Wi-Fi on the lock screen.
  2. Enter the same account that was unplugged (sometimes the system requires re-authorization to remove the lock).
  3. After entering, reset the settings.

Method 3: Delete Mi Accounts via Fastboot (for Advanced Users)

This method is suitable if:

  • πŸ”“ You do not know the associated account information.
  • πŸ“± Phone locked after reset (Mi Account Lock).
  • πŸ–₯️ You have a computer with drivers installed. ADB/Fastboot.

Warning: Mistakes in Fastboot can lead to loss IMEI Or "brick." Follow the instructions carefully!

Yes, repeatedly.

Yeah, but without success.

No, but I heard about him.

What is it?-->

Step 1: Preparation

  1. Download and install Android SDK Platform Tools (or Minimal) ADB and Fastboot).
  2. Install drivers for Xiaomi (you can use Mi Unlock Tool).
  3. Turn off the phone and press Volume Down + Power to enter the Fastboot (a screen with a rabbit and a Fastboot inscription).

Step 2: Checking the unlocking of the bootloader

In the command line (on behalf of the administrator) enter:

fastboot devices

If the device is determined (its serial number appears), enter:

fastboot oem device-info

Look for the lines:

  • Device unlocked: true – bootloader unlocked, you can continue.
  • Device unlocked: false – you need to unlock the bootloader through the official Xiaomi tool (you will need an account binding!).

Step 3: Delete Mi Account

To remove, use the command:

fastboot erase frp

If the team fails (mistake) FAILED: remote: unknown command, try an alternative method:

fastboot erase config


fastboot erase userdata

After successful implementation:

  1. Reboot your phone with the command fastboot reboot.
  2. Go through the initial setting – the request to enter the Mi Account should disappear.

πŸ’‘

If the phone still requires an account after the fastboot erase frp command, try flashing stock-recovery for your model via Fastboot. XDA Developers in the Redmi section of your.

⚠️ Note: On some models (Redmi Note 11 Pro)+, Redmi K50) The fastboot erase frp command may not work properly due to anti-Rollback protection, in which case you need to firmware the full fastboot-ROM with the removal of the persist partition.

Method 4: Bypassing the lock through EDL (power-user)

EDL-Emergency Download Mode is a firmware emergency mode that allows you to reflash your phone even with a locked bootloader:

  • πŸ”’ Phone requires Mi Account after reset, and Fastboot doesn't help.
  • πŸ“΄ The bootloader is blocked, and unlocking through the Mi Unlock Tool is impossible (for example, due to linking to someone else's account).
  • πŸ› οΈ Restore your phone after a failed update.

The work will require:

  • πŸ–₯️ Computer with Windows and Qualcomm drivers installed HS-USB QDLoader 9008.
  • πŸ“‚.mbn or.elf firmware for your model (look for Xiaomi Firmware Updater).
  • πŸ”§ Mi Flash Tool or QFil (for firmware through the EDL).

Instructions for firmware through EDL

  1. Turn off the phone.
  2. Hold the Loud up. + Loud down and plug in. USB-Hold the buttons for 10-15 seconds until the Qualcomm device is determined. HS-USB QDLoader 9008 in Device Manager.
  3. Launch the Mi Flash Tool, select the downloaded firmware and press Flash.
  4. Wait for the process to finish (5-10 minutes) and the phone will reboot automatically.

After firmware through EDL:

  • πŸ“± The phone will be like new – without reference to the Mi Account.
  • ⚠️ All data will be erased (including photos and apps).
  • πŸ”„ You may need to re-activate (enter any Mi Account or skip the link).
Model RedmiSupport for EDLRisks.
Redmi Note 10/11Yeah (Qualcomm)Loss of loss IMEI faulty
Redmi 9/9A/9CYes (Qualcomm/Mediatek)The probability of a brick" ~5% on interruption
Redmi K40/K50Yeah (Qualcomm)Authorized firmware is required
Redmi Note 12 Pro+Partially (depending on region)High risk of blocking the loader

⚠️ Attention: Firmware through EDL on models with a Mediatek processor (for example, Redmi) 10A) You need to log in through the Mi Account that's linked to the device. If you don't have access to your account, use alternative tools like this. SP Flash Tool with auth file (located in unofficial firmware).

Method 5: Use of specialized utilities (for unblocking without firmware)

If the previous methods didn't work or you don't want to flash your phone, you can use third-party tools that are suitable for:

  • πŸ“± Phones with Fastboot blocked.
  • πŸ”’ Devices where fastboot erase frp doesn't work.
  • πŸ›‘οΈ Anti-Rollback models (e.g. Redmi Note 11 Pro) 5G).

The most tested utilities:

Name of nameSupport for modelsCostReference
Mi Account Unlock ToolRedmi Note 8–12, Redmi 9–11Free of charge.XDA
Xiaomi Tool V2All models on QualcommFree of charge.GitHub
UFi BoxAll models (including Mediatek)Paid (~$20)Official website

The Mi Account Unlock Tool is available

  1. Download and unpack the utility.
  2. Put the debugging on. USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI (7 times to tap) β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  3. Connect your phone to your computer and start MiAccountUnlock.exe.
  4. Select Remove Mi Account and follow the instructions.
  5. Reboot the phone.

If the utility gives an error Device not supported:

  • πŸ“Œ Check that the phone model is supported (the list is in the readme.txt archive).
  • πŸ“Œ Try to run the utility on behalf of the administrator.
  • πŸ“Œ Update the drivers ADB (Use Universal ADB Driver).

πŸ’‘

Third-party utilities may contain malicious code. Only download them from trusted sources (XDA Developers, GitHub, official sites. Before using, check files via VirusTotal.

What do you do if nothing helps?

If all of these methods fail, there are two options:

1. Contact the Xiaomi Service Center

Official service centers can unlink to your Mi Account if you provide:

  • πŸ“„ Check or contract of sale (proof of possession).
  • πŸ†” Passport (for proof of identity).
  • πŸ“± The device itself (even if it is locked).

The cost of the service is from 1000 to 3000 rubles, the period is 1-3 days.

2.Buy the unlock code

On specialized sites (for example, UnlockUnit) you can buy the Mi Account unlock code IMEI. Price β€” $5–$20, but there are risks:

  • ⚠️ Fraud (check reviews about the seller).
  • ⚠️ The code may not be appropriate if a phone with regional firmware (for example, for China).
  • ⚠️ Xiaomi could be blocked IMEI If you suspect illegal unblocking.

Alternatively, search for a seller on forums like 4PDA, where users share unlock codes for specific models.

FAQ: Frequent questions about removing Mi Account with Xiaomi Redmi

Can I delete my Mi Account without a computer?
Yes, but only if you know your account details. β†’ Accounts. β†’ Mi Account. Press Account Management. β†’ Sign out of your account. SMS/email. If your phone is locked or you don’t know the data, you can’t do without a computer.
Why does the phone ask for an old Mi Account after a reset?
This is a Find Device security feature, similar to Android's FRP-lock, which is activated if: Your phone has a device-associated Mi Account on it. You've reset through Recovery or Settings without detachment. Solution: Use Fastboot (method 3) or firmware through Recovery. EDL (4).
Can I flash my phone without unlocking the bootloader?
Yes, but only through EDL-Mode (method 4) Normal firmware via Fastboot or Recovery requires an unlocked bootloader. Exception: some models on the Mediatek processor can be flashed through SP Flash Tool is not unlocked, but it is risky (possible loss) IMEI).
What happens if you flash a phone with a blocked Mi Account?
If you flash the full firmware (not only frp), the binding to the account will be removed, but: πŸ“΅ The phone will be as new as the new one (all data will be deleted). πŸ”„ Re-activation (entering any Mi Account) may be required). ⚠️ On some models (Redmi Note 12 Pro)+) This device is locked after firmware, which means that the bootloader is locked at the hardware level.
How to check if your Mi Account has been deleted?
Do the following: Perform a reset settings (Settings) β†’ Reset settings. Go through the initial settings. If the phone didn't request a username/password from the Mi Account during the Wi-Fi connection phase, the binding is removed. You can check the settings further. β†’ The phone. β†’ Device status – there should not be a line Mi Account: tied.