Forgot the Mi Account password on Xiaomi Redmi 9A and can't use your smartphone? Or bought a used device with someone else's profile tied? This problem is familiar to many Xiaomi owners, especially after resetting to factory settings, when the phone requires you to enter the data of the old account. Unlike other brands, Xiaomi rigidly ties devices to the Mi Account through the Find Device system, which makes it difficult to bypass the security.
In this article, we will discuss 5 proven ways to delete a Mi Account from Redmi 9A β from official methods through Xiaomi support to technical solutions using Fastboot and EDL. It is important to understand that some methods require unlocking the bootloader or special equipment, and improper actions can turn the phone into a βbrick.β We will describe each step in detail, specify the necessary tools and warn about the possible risks.
Why does Redmi 9A require a Mi Account after a reset?
The Mi Account Lock (or FRP) protection system on the Xiaomi Redmi 9A works in two cases:
- π Hard reset via Recovery or Fastboot (if the account was previously linked).
- π± When buying a used phone, where the previous owner did not untie his profile.
- π After the firmware update, if the device was tied to an account with the Find Device feature enabled.
Unlike Samsung or Google, where FRP can be bypassed through a button combination or ADB, Xiaomi uses a unique verification mechanism through the companyβs servers. This means that even after a complete reset, the phone sends a request to the Xiaomi server, and if the account is not confirmed, it blocks access. On Redmi 9A (the dandelion model), this protection is implemented at the level of MIUI firmware and hardware.
β οΈ Note: If you have purchased a Redmi 9A handheld and the seller did not provide data from the Mi Account, contact him before trying to reset the device.In 80% of cases, previous owners are ready to help with the removal of the binding through the official website.
| Deleting method | Do you need to unlock the bootloader? | Risk of "bricking" | Difficulty |
|---|---|---|---|
| Formal request for support | β No. | β No. | β |
| Reset via Find Device | β No. | β No. | ββ |
| Bypassing through Fastboot | β Yes. | β οΈ Medium. | βββ |
| Firmware through EDL | β Yes) | β οΈβ οΈ High-pitched | ββββ |
| Use of exploit (vulnerability) | β No. | β οΈβ οΈ High-pitched | ββββ |
Method 1: Official removal through Xiaomi support
The safest method is to contact Xiaomi Support with proof of ownership of the device, which is suitable if:
- π You have a purchase check or a box with IMEI.
- π± The phone is not stolen (check by the phone). IMEI).
- π You are ready to wait for a response for 7 days.
Step-by-step:
- Go to the support page: Xiaomi Support.
- Select the Mi Account section β Unlock Device.
- Fill out the form by specifying: IMEI phone (can be found on the box or via *#06#), Serial number (on the box or under the battery), Photo of the check or warranty card.
Wait for an email response (usually 3-5 days).
Follow the instructions from the unlock letter.
β οΈ Attention: If Redmi 9A If you bought it on AliExpress or from an unofficial store, the chances of successfully unlocking it through support are minimal.
π‘
Before sending a request for support, take a screenshot of the lock screen from IMEI (type *#06#) and attach it to the application - this will speed up the processing.
Method 2: Delete Mi Account via Find Device (if the phone is online)
If the Redmi 9A has mobile internet or Wi-Fi enabled, you can try to delete your account through the Find Device web interface.
- π Phone connected to the network.
- π You have access to the email linked to your Mi Account.
- π Find Device has been activated previously.
Instructions:
- Go to the website: Find Device.
- Sign in with the same account as on your phone.
- In the list of devices, find your Redmi 9A (Dandelion model).
- Press Erase Device (Erase Device).
- Confirm the action via email or SMS.
- Wait for the process to be completed (5-10 minutes).
Once it's successfully erased, the phone will reboot and suggest that you configure it as new, and the important thing is that if the device was offline, the command will work when you first connect to the Internet.
Phone connected to Wi-Fi/mobile network |
Battery charge > 50%|
Access to email/SMS of the linked account |
Find Device feature was previously enabled-->
Method 3: Bypass Mi Account via Fastboot (for unlocked bootloader)
If the Redmi 9A bootloader is already unlocked (or youβre ready to unlock it), you can delete your Mi Account via Fastboot.
- π₯οΈ Computer with drivers installed ADB/Fastboot.
- π Cable. USB (preferably original).
- π Unlocked bootloader (if not, see the instructions below).
Step-by-step:
- Download the Mi Unlock Tool and unpack the archive.
- Turn off Redmi 9A and press Power + Vol Down to log into Fastboot.
- Connect your phone to your PC and start it. miflash_unlock.exe.
- Enter the data from the Mi Account to which the phone is linked.
- Press Unlock and wait for completion (5-15 minutes).
- After unlocking, thread your phone through Fastboot with clean firmware without being tied to your account.
If the bootloader is locked, it must first be unlocked:
How to unlock the bootloader on Redmi 9A
β οΈ Attention: Unlocking the bootloader resets all data on the phone. If you are not sure about your actions, contact a specialist - the wrong firmware can damage EMMC-memory.
Method 4: Firmware via EDL (for power users)
EDL (Emergency Download Mode) allows you to flash Redmi 9A bypassing all locks, but requires:
- π§ Special cable. EDL or short-circuiting test points.
- π» Mi Flash Tool and firmware for dandelion.
- π Auth files (for new versions) MIUI).
Step-by-step:
- Download the firmware for Redmi 9A (e.g., from here).
- Unpack the archive and install the Mi Flash Tool.
- Turn off the phone and put it in mode. EDL: Open the back cover and find test points (for Redmi) 9A These are the contacts near the battery. USB-cable.
Mi Flash Tool
Flash
Wait until the end (10-20 minutes).
| MIUI version | You need an Auth? | Hardware complexity |
|---|---|---|
| MIUI 11 and below | β No. | ββ |
| MIUI 12 | β Yes, for new devices) | βββ |
| MIUI 13/14 | β Yes (required) | ββββ |
β οΈ Attention: Firmware through EDL without Auth files on new versions MIUI lead to error SLA Auth and phone lock.Authorization files can only be obtained from official Xiaomi partners.
π‘
Firmware through EDL is the most radical method, which works even on locked phones, but it requires technical skills and risks damaging hardware if you do the wrong thing.
Method 5: Exploits and Vulnerabilities (for older versions of MIUI)
Some versions of MIUI for Redmi 9A have vulnerabilities that allow you to bypass Mi accounts without unlocking the bootloader.
- π Exploit through ADB (work MIUI 11-12).
- π Bypassing Recovery (requires) TWRP).
- π± Reset via service menu (combination ##3646633##).
Example of ADB bypass (for MIUI 12.0.8 and below):
adb shell
am start -n com.android.settings/.MiuiSettings
content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1Once these commands are executed, the phone may skip the Mi Account activation screen, but this method does not work on newer versions of MIUI, where vulnerabilities are closed.
β οΈ Note: Using exploit methods can result in Xiaomi account being blocked for suspicious activity.
What do you do if nothing helps?
If all of these methods fail, there are three options:
- Contact Xiaomi Service Center with proof of purchase.They can remove the binding through internal tools.
- Buy Auth files for firmware through EDL (cost ~$10-20 on forums like XDA or 4PDA).
- Use the phone as a βbrickβ β some masters overdrink EMMC-memory, but it is expensive and not always effective.
The Redmi 9A with the MediaTek Helio G25 also has a flashing method through the SP Flash Tool, but it requires:
- π§ Disassembled phone (you need to connect to test points).
- πΎ Scatter.txt file for your model.
- π Risk of damage NAND-error-memory.