Forgot the password from your Mi Account and your Xiaomi phone is locked after being reset or flashed? The situation is familiar to thousands of users who face FRP (Factory Reset Protection) blocking, which is protection against unauthorized access. Without knowing your ID Mi Account, unlocking your device is almost impossible: the system requires you to enter a login (email or phone number) associated with your account. But what if you do not remember this data and the phone does not respond to standard login methods?
In this article, we will discuss all the current ways to find out the ID Mi of an account on a locked Xiaomi phone, from official methods to technical workarounds. It is important to understand that some solutions require special knowledge (for example, working with ADB or Fastboot), while others are available even for beginners. We will also warn about the risks that can lead to complete data loss or βbrickingβ of the device.
1.Why Xiaomi phone requires ID Mi Account after reset
The Mi Account lock after resetting is not a bug, but a security feature that Xiaomi has implemented to protect user data, and it works on the FRP (Factory Reset Protection) principle, similar to the protection on Samsung or Google devices.
- π Hard Reset via Recovery Mode;
- π± reset to factory settings in the phone menu;
- π§ Fastboot or Mi Flash Tool,
Without the ID Mi Account (email or phone number) that was linked to the phone before the reset, unlocking is impossible, as is the case for all Xiaomi, Redmi and POCO models released after 2016.
β οΈ Note: If the phone was bought with hands, the previous owner could not untie his account.In this case, official unlocking is possible only through Xiaomi support service with the provision of a purchase check.
2. Official method: Recovery of access via email or SMS
If you remember an email or phone number associated with your Mi Account but canβt log in because of a locked screen, use the recovery feature on another device.
- Go to account.xiaomi.com from your computer or other smartphone.
- Click Forgot Password? and enter email/phone number.
- Confirm the recovery via SMS or backup email.
- Create a new password and try to log in on a locked phone.
If you lose your email or phone number, try:
- π§ Check old emails (e.g., "Confirmation of registration of Mi Account");
- π± recall the backup contacts specified during registration;
- π Use email search with Xiaomi keywords, Mi Account, verification.
β οΈ Note: If your account was registered through Facebook or Google, try to restore access through these services. Xiaomi does not provide your account data to third parties, so there are no alternative ways to restore your account.
π‘
If you used Mi Cloud for backup, check the MiAccount folder in cloud storage β there may be login details.
3. How to find out the ID Mi Account through the box or phone documents
Many users are unaware that the ID Mi of an account can be listed on the original phone box or in the documentation.
- π¦ sticker on the box (near the IMEI serial number);
- π warranty card (in the section "Account Data");
- π purchase receipt (if the phone was purchased in the official store).
If the box is still there, look at it from all sides. ID may be indicated as:
- Mi Account ID;
- Xiaomi ID;
- Linked Account.
Also check the emails that came in when you first set up your phone, which often indicate your linked account, and if you bought it from the Mi Store or a dealer, check with the store, and they can provide your account details if the device hasn't been resold.
What do I do if the box is lost?
4.Technical method: extracting ID via Fastboot (for advanced)
If the official methods didnβt work, you can try to extract the ID Mi of the account through the Fastboot mode.
- π₯οΈ Computer with installed Xiaomi drivers;
- π USB-cable (preferably original);
- π οΈ Knowledge of working with the command line.
Instructions:
- Turn off your phone and press the Power button + Volume down to log into the Fastboot.
- Connect your phone to your PC and open Command Prompt (Windows) or Terminal (Mac/Linux).
- Enter the command: fastboot devices If the device is determined, run: fastboot oem getvar all
- Find the lines in the conclusion mi_account or linked_account β It could be an email or ID.
β οΈ Note: On new Xiaomi models (e.g. Redmi Note 12, Xiaomi 13), this method may not work due to enhanced protection.
| Xiaomi model | Probability of success | Risks. |
|---|---|---|
| Redmi 4/5/Note 4 | β Tall. | Minimum |
| Mi 8/9/10 | β οΈ Medium | Possible locking of the loader |
| POCO X3/F3 | β Low. | Requires unlocking bootloader |
| Xiaomi 12/13 | β Nearly zero. | High risk of "bricking" |
βοΈ Preparation for work with Fastboot
5. Alternative method: use of ADB (if debugging is enabled)
If USB debugging was enabled on the phone before the lock, you can try retrieving account data via ADB. This method only works if:
- π§ The phone is allowed access to ADB;
- π the screen is not fully locked (for example, you can get on the password entry screen).
Instructions:
- Connect your phone to your PC and open the Command Prompt.
- Enter: Adb devices If the device is defined, do: adb shell content query --uri content://settings/secure --where "name='miui_optimize_account'"
- The output may display an email account.
If this request does not work, try an alternative command:
adb shell dumpsys account | grep "mi"β οΈ Attention: On devices with MIUI 12+ Access to account data through ADB Also, do not attempt to delete your account through ADB β This can lead to a complete locking of the phone.
π‘
The ADB method only works if the debugging has been turned on ASAP. It's impossible to turn it on on a locked phone!
6. Contact Xiaomi Support: When Nothing Helps
If all of these methods fail, the official path remains to appeal for Xiaomi.
- Go to the Xiaomi support website.
- Select Unlock Device or Mi Account Issues.
- Fill out the form by specifying: π± phone-model; π’ IMEI (You can find it in *#06# or on the box); π purchase check (required for devices purchased with hands).
Attach a photo of the box, check and IMEI.
The timeframe for processing the request is 3 to 14 days, and in most cases, support requires confirmation of purchase, so if the phone is purchased with undocumented hands, the chances of unlocking are minimal.
β οΈ Warning: Don't trust "unblocking services" online that promise to delete Mi accounts for money. Most are scams or use illegal methods that can damage your phone.
Extreme measures: flashing and risks
If you can't unlock your Mi Account, some users will resort to completely flashing the phone, a method that has serious risks:
- π¨ Loss of warranty (if the phone is under warranty);
- π§ Damage to the loader (in case of errors in the process);
- π± Permanent lock (on new models with anti-Rollback protection).
If you are still thinking about re-reading:
- Download the official firmware for your model from the MIUI Download website.
- Use the Mi Flash Tool in Clean All mode.
- Follow the instructions for your model (e.g., the Redmi Note 10 and Xiaomi 11T process is different).
β οΈ Note: On Anti-Rollback devices (e.g. Xiaomi 12 Pro, Redmi) K50) flashing MIUI This will lead to an irreversible blockage!
π‘
Before flashing, check the Anti-Rollback version via Fastboot with the fastboot getvar anti command. If the value is higher than 3, you can not roll back to the old firmware!