How to unlock Xiaomi phone if you forget your password: the full guide 2026

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:

  1. On the lock screen, tap the Forgot Password button (or Forgot Password?).
  2. Select the option to Unblock through Mi Account.
  3. Enter your email/phone and password from your account.
  4. 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:

  1. Go to i.mi.com and log in.
  2. In the Devices section, select a locked phone.
  3. Click Unlock Device (Unlock Device)
  4. 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.

πŸ“Š Have you ever used the Find Device feature on Xiaomi?
Yeah, to find the phone.
Yeah, to unlock.
No, but I know it exists.
No, I just found out now.

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:

  1. Turn off the phone (press the power button for 10 seconds).
  2. 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:

  1. Select Wipe Data (use volume buttons for navigation, power for confirmation).
  2. Confirm the reset by selecting Wipe All Data.
  3. After completion, select Reboot.

β˜‘οΈ Preparation for Hard Reset

Done: 0 / 4

⚠️ 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:

  1. Install Android SDK Platform Tools on your PC.
  2. Turn off the phone and press Volume Down + Power to log into Fastboot Mode.
  3. Connect your phone to your PC via USB.
  4. Open the command line in the folder with the platform-tools and do: fastboot oem unlock or for new models: fastboot flashing unlock
  5. 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].zip
What if the Fastboot can’t see the device?
1. Check the drivers (install the Mi Flash Tool).2. Try another one USB-cable (original).3. disable the antivirus (it can block) ADB).4. Launch the command line on behalf of the administrator.

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:

  1. Connect your phone to your PC (even if it is locked).
  2. 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
  3. Reboot your phone: adb reboot

In all other cases, the data will be deleted.

What to do if you ask for an old Mi Account after a reset?
This is Factory Reset Protection (FRP) Solutions: Enter your account information. If you don't remember, contact the service center with proof of purchase. For older models (Redmi 4X, Mi A1), you can use exploits, but it's risky.
How to unlock Xiaomi if you forget your password and don’t remember your Mi Account?
In this case, only the: πŸ”§ Hard Reset with Recovery (method 3) – data will be erased. πŸ”§ Contacting the service center (method 6). Independent bypassing Mi Account without official data is impossible on new firmware.
Does Google Account Unblocking Work on Xiaomi?
Unlike pure Android phones, Xiaomi uses its own lock system (Mi Account).Google Account is not going to help here, even if it was tied.
Can I unlock Xiaomi through a computer without Fastboot?
Yes, but only if: πŸ–₯️ The debugging was included. USB (method). πŸ–₯️ The phone is recognized by the system as a connected device (e.g., in Device Manager). If debugging is not enabled, the computer will not be able to communicate with the locked phone.