Forgotten password on Xiaomi smartphone is a situation that one in five users encounter. According to statistics from service centers, 18% of requests for blocking devices are associated with loss of access due to loss of access due to the loss of access. PIN-Fortunately, you can unlock Xiaomi without a password in a number of ways, from official methods through Mi Account to technical solutions using Fastboot or Recovery Mode.
In this article, we will discuss 7 working methods, including those that do not require data loss (if you have tied a Xiaomi account or enabled debugging over USB), pay special attention to the nuances for different models β from Redmi Note 12 to POCO F5 β and also warn against common errors that can turn temporary locking into a βbrick.β If you need to access your phone urgently, start with the first section β there are the fastest and safest options.
1 Unlocking through Mi Account (official method)
The most reliable and recommended method Xiaomi uses is a tied Mi Account, which works if:
- π± The phone is connected to the Internet (Wi-Fi or mobile network)
- π You remember the username and password from Mi Account that was tied to the device.
- π Find Device has been activated in the settings
To unlock Xiaomi through your account:
- On the lock screen, tap the Forgot Password button (or Forgot Password?).
- Select the option to Unblock through Mi Account.
- Enter your email/phone and password from your account.
- Confirm unlocking via SMS or email (if two-factor authentication is enabled).
Important: If your phone is not connected to the network, this method will not work, in which case try to connect to Wi-Fi through the Quick Settings Panel (swipe down on the lock screen), or use the device. SIM-card.
π‘
If you do not remember the password from Mi Account, restore it on the official website account.xiaomi.com. Use the backup email or phone number specified during registration.
2. Reset password via Find Device (remote unlock)
If the Mi Account is tied but the phone is not connected to the internet, you can try remote unlocking via Find Device, which works even if the device is turned off (the next time it is turned on, it will receive a reset command).
Instructions:
- Go to i.mi.com and log in.
- In the Devices section, select a locked phone.
- Click Unlock Device (Unlock Device)
- Confirm the action via SMS or email.
This method removes all data from the phone, including photos, messages and installed apps, but it is guaranteed to work if Find Device was activated before blocking.
3. Unlocking through Recovery Mode (Hard Reset)
Recovery Mode is an emergency mode that allows you to reset your phone to factory settings. It's a good method if you don't remember the Mi Account password or it wasn't tied. All data will be deleted!
How to get to Recovery Mode on Xiaomi:
- Turn off the phone (press the power button for 10 seconds).
- Hold the combination: π For most models: Volume up + Nutrition π For POCO F3/F4/F5: Loudness down + Nutrition π For the Redmi Note 10/11: Loudness up + Loudness down + Nutrition
Mi
On the Recovery menu:
- Select Wipe Data (use volume buttons for navigation, power for confirmation).
- Confirm the reset by selecting Wipe All Data.
- After completion, select Reboot.
βοΈ Preparation for Hard Reset
β οΈ Note: On some models (Redmi) 9A, POCO M3) After Hard Reset, you may need to enter data from the Mi Account that was previously tied. If you don't remember them, the phone will turn into a brickΒ».
4. Unlock via Fastboot (for advanced users)
The Fastboot method is suitable if USB debugging was enabled before locking, and also to bypass Mi Account binding after reset.You will need a computer with ADB and Fastboot drivers installed.
Step-by-step:
- Install Android SDK Platform Tools on your PC.
- Turn off the phone and press Volume Down + Power to log into Fastboot Mode.
- Connect your phone to your PC via USB.
- Open the command line in the folder with the platform-tools and do: fastboot oem unlock or for new models: fastboot flashing unlock
- Follow the instructions on your phone screen (confirmation via Mi Account may be required).
If the command doesnβt work, try an alternative way β firmware via Fastboot:
fastboot flash all [name firmware].zipWhat if the Fastboot canβt see the device?
5. Bypassing the lock via ADB (if debugging is enabled)
If you activated USB debugging before blocking (Settings β About Phone β MIUI Version β 7 taps by build number β For developers β Debugging by USB), you can delete the lock files via ADB.
Instructions:
- Connect your phone to your PC (even if it is locked).
- Open the command line and execute: adb shell 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
- Reboot your phone: adb reboot
In all other cases, the data will be deleted.