A forgotten password on a Xiaomi smartphone is a situation that even power users face. Especially frustrating when a device is locked after a reboot or update, and access to data is critical. Unlike other brands, Redmi, POCO or Mi smartphones have unique security mechanisms that make it difficult to unlock without losing data.
In this article, we will discuss all the current ways to activate a device, from official methods through Mi Account to technical solutions using Fastboot or Hard Reset mode. It is important to understand that not all methods will save your data: some lead to a complete reset, we will also explain how to minimize risks and what to do if the smartphone is tied to the account of the previous owner.
Before you start, check if one of the simple options is right: you may be using a pattern lock or a pattern lock. PIN-code, not password, or the device is unlocked through a fingerprint (if the feature was configured in advance.
1 Unlocking through Mi Account (official method)
The most reliable and recommended way Xiaomi uses is to use a linked Mi Account, which works if:
- π± Device connected to the Internet (Wi-Fi or mobile network).
- π You remember the username and password from Mi Account (or you can restore access).
- π Find Device has been activated in the settings.
If the conditions are met, follow the instructions:
- On the lock screen, tap Forgot Password? (or Forgot Password?).
- Select the recovery option through Mi Account.
- Enter the email or phone number associated with the account.
- Confirm your login via SMS or email (depending on your security settings).
- Create a new password to unlock the screen.
If the buttons Forgot your password? no, try entering the wrong password 5-10 times in a row - the system may offer alternative ways to sign in. On some models (for example, Redmi Note 12 or POCO X5), this method only works with an active Internet connection.
β οΈ Note: If the smartphone was purchased from hand and tied to the account of the previous owner, unlocking through the Mi Account is impossible without his consent.
2.Reset via Recovery Mode (Hard Reset)
Hard Reset is a radical method that resets the device to factory settings, removing all data, including the password.
- π You donβt remember the data from your Mi Account.
- π΅ The device does not connect to the Internet.
- π§ You donβt care about your smartphone data (or itβs hidden).
Instructions for most Xiaomi models (including Redmi 10, POCO F4, Mi 11):
- Turn off your smartphone (press the power button for 10-15 seconds).
- Press the Power Button + Volume up until the Mi logo appears.
- In the Recovery Mode menu, select Wipe Data (use volume buttons for navigation, power button for confirmation).
- Confirm the reset by selecting Wipe All Data.
- After the process is complete, select Reboot.
On some devices (such as the POCO M4 Pro), the Recovery menu may be in Chinese, in which case, look for items with characters (clear data) and (reboot).
βοΈ Preparation for Hard Reset
β οΈ Note: On devices with an unlocked bootloader after Hard Reset, you may need to re-authorize in Mi Account to activate!
3. Unlock via Fastboot (for advanced users)
The method via Fastboot is suitable if:
- π You have unlocked the bootloader (if not, the method will not work).
- π» Access to a computer with drivers installed ADB/Fastboot.
- π You are ready to download the firmware for your model.
Step-by-step:
- Download and install Android SDK Platform-Tools (or Mi Flash Tool for Xiaomi).
- Turn off your smartphone and put it in Fastboot mode: press the Power button + Volume down.
- Connect the device to the PC through USB-cable.
- Open the command line in the folder with the platform-tools and execute the command: fastboot oem clean_all For new models: fastboot erase userdata fastboot erase frp
- Reboot the device with command: fastboot reboot
This method removes FRP-Factory Reset Protection and resets the password but does not guarantee data security. Some devices (such as Xiaomi 13) may require additional unlocking via the Mi Unlock Tool.
What if the Fastboot doesnβt recognize the device?
4.Use of the "Find Device" function
If your smartphone has Find Device enabled, you can unlock it remotely via Xiaomiβs website, which works even if the device is not currently connected to the Internet (the command will be executed the next time you connect).
Instructions:
- Go to i.mi.com and log in.
- In the Devices section, select a locked smartphone.
- Click Unlock Device (or Unlock Device).
- Confirm the action via SMS or email.
Limitations of the method:
- π« It does not work if the Find Device function has been disabled in the settings.
- π Requires an active Internet connection on a smartphone (at least a short-term one).
- π After unlocking, you may need to enter a password from Mi Account.
π‘
If your smartphone is connected to Wi-Fi but you donβt know the password, try bringing it to a familiar hotspot (such as at home or work).
5. Contact the Xiaomi Service Center
If all of these methods do not work, you need to contact an authorized service center.
- π The device is tied to someone else's Mi Account (buying with hands).
- π οΈ Screen or buttons are faulty (you can't enter a password physically).
- π You need to save the data, but resetting it yourself will delete it.
What will be required for the application:
| Document/data | What do you need? | Where to find it. |
|---|---|---|
| Check or sales contract | Confirmation of possession of the device | The store where you bought the smartphone |
| Passport of the owner | Identity | Personal documents |
| Data from Mi Account | If your account is yours, but your password is forgotten | Email or phone linked to your account |
| IMEI devices | To verify the legality of the apparatus | On the box or under the battery (if removable) |
The cost of the service varies from 500 to 3000 rubles depending on the model and complexity of the work, in some cases, the service center may refuse to unlock if the device is listed in the database of stolen or linked to another account without proof of transfer of rights.
β οΈ Note: Unofficial service centers often offer a βbypassβ of Mi Account through firmware, but this violates the warranty conditions and may result in the device being locked through a device. IMEI. Xiaomiβs official centers do not provide such services.
Alternative methods (with data risk)
If standard methods don't work, you can try less obvious solutions that are suitable for power users and can cause data loss or system damage.
Method 1: Bypassing the Safe Mode
On some devices (e.g. Redmi 9 or POCO X3), you can download to Safe Mode and delete the files that are responsible for blocking:
- Press the power button before the off menu appears.
- Hold your finger to turn off power until a request to switch to Safe Mode appears.
- In Safe Mode, try uninstalling the LockScreen app (if there is root access) or resetting the lock screen settings.
Method 2: Use ADB (USB debugging required)
If USB debugging was previously enabled, you can try to delete password files via ADB:
adb shell
su
rm /data/system/gesture.key
rm /data/system/password.key
rm /data/system/locksettings.db
rm /data/system/locksettings.db-wal
rm /data/system/locksettings.db-shm
rebootThis method does not work on all versions of MIUI and can result in a reboot cycle.
π‘
The most reliable way to avoid unlocking problems is to link the device to the Mi Account and regularly create data backups through the Mi Cloud or third-party services.