Forgotten password on Xiaomi Redmi Note 8 is a situation that even experienced users face, especially when the fingerprint is no longer recognized, and the fingerprint is not recognized. PIN-The code or the pattern lock is out of my head, unlike the new models. MIUI 14+, Where the lock is tied to the Mi Account, Redmi Note 8 (released in 2019) requires a more flexible approach.
In this article, we will discuss 5 proven unlocking methods, from official (via Xiaomi account) to technical (using Fastboot and ADB). Importantly, not all methods will save your data. For example, resetting through Recovery will delete photos, messages and applications if there was no backup. Before you act, assess the risks and choose the appropriate option.
If you are not sure about your Android Debug Bridge (ADB) or Fastboot skills, you should contact the service center.The wrong commands can turn your smartphone into a brick β especially if you have a locked bootloader installed on your device.
1 Unlocking through Mi Account (official method)
The safest method is to use a Mi Account attached, which works if:
- πΉ Device connected to the Internet (Wi-Fi or mobile data).
- πΉ Remember the username and password from Xiaomi account.
- πΉ On the smartphone was previously enabled synchronization with Mi Cloud.
After 5 unsuccessful attempts to enter the password on the lock screen will appear button Forgot the password?. Click on it and follow the instructions:
- Enter the email or phone number associated with the Mi Account.
- Confirm your identity via SMS or mail.
- Reset the lock password directly on the device screen.
β οΈ Note: If the Redmi Note 8 was enabled with two-factor access (2FA), You'll need to enter a code from the Mi Security app or backup code, and you can't unlock it through your account without it.
2. Recovery Mode reset (data loss)
If Mi Account is not tied or you don't remember the login details, you have a hard reset through Recovery mode, which deletes all the data on the device, including photos, contacts and installed apps, and use it only as a last resort.
Instructions for Xiaomi Redmi Note 8:
- Turn off the smartphone with a long press on the power button.
- Press the Power button + Volume up at the same time and hold for 10-15 seconds until the Mi logo appears.
- In the Recovery menu, select Wipe Data (use volume buttons for navigation, power button for confirmation).
- Confirm the reset by selecting Wipe All Data.
- Once completed, select Reboot to reboot.
β οΈ Note: Some Redmi Note 8 firmware may require data entry from the Mi Account that was previously linked after a reset (FRP-If you donβt remember your account, your smartphone will remain blocked.
Turn off your Google Account (if you remember your password)
Backup important data (via Mi Cloud or PC)
Charge your phone at least 50%
Prepare. SIM-resetting card-->
3. Unlock via Fastboot (for advanced users)
The method is suitable if you have access to a PC and are ready to work with the command line. Fastboot allows you to reset the password without losing data, but requires an unlocked bootloader. On the Redmi Note 8, it is locked by default, so you will first have to unlock it through the Mi Unlock Tool.
If the bootloader is already unlocked, follow the instructions:
- Install Android SDK Platform-Tools on your PC.
- Connect the Redmi Note 8 to your computer, holding Volume Down + Power (Fastboot mode).
- Open the command line in the folder with platform-tools and type:
fastboot devices(Checks device connectivity. If the list is empty, install Xiaomi drivers.)
fastboot erase frp
fastboot erase userdata(These teams will drop FRP-lockdown and user data.)
fastboot reboot(Reboot the device.)
β οΈ Warning: Misuse of Fastboot can damage firmware.If the phone doesn't turn on after commands, you'll need to flash it over the Mi Flash Tool.
What if the Fastboot canβt see the device?
4.Use ADB to delete password (without data loss)
If the Redmi Note 8 has previously enabled USB debugging, you can delete the password file via ADB. This method saves data, but only works if:
- πΉ Debugging by USB activated in Settings β The phone. β Version. MIUI (7 times to unlock the developer menu).
- πΉ The phone is connected to the PC and is recognized in ADB.
- πΉ You have root rights (optional, but increases the chances of success).
Instructions:
- Connect Redmi Note 8 to your PC and open the command line in the folder with the platform-tools.
- Enter:
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-shmIf the commands are executed without errors, restart the phone:
rebootAfter the reset, the password should be reset, and if not, try repeating the steps or using an alternative method.
π‘
If ADB issues a "device unauthorized" error, a request for debugging permission will appear on the phone screen, unlock the screen (if possible) and confirm access.
5. Bypassing the lock through Xiaomi service centers
If all the independent attempts failed, you just have to contact an authorized service center Xiaomi, they have the tools to unlock even with the bootloader locked and without losing data.
- π Document confirming the purchase (check, warranty card).
- π Passport or other identification document.
- π Data from Mi Account if it was tied.
The cost of the service varies from 500 to 2000 rubles depending on the complexity, in some cases, it may be necessary to replace the motherboard (if the lock is associated with hardware protection), which will cost 3000-5000 rubles.
β οΈ Warning: Don't trust unlocking to unofficial workshops who promise to "hack" the phone in 10 minutes.This can lead to loss IMEI or installing unlicensed software.
| Unlocking method | Data retention | Difficulty | Tools required |
|---|---|---|---|
| Through the Mi Account. | β Yes. | β Easy. | Internet access, account data |
| Reset via Recovery | β No. | ββ Easy. | Phone buttons |
| Fastboot | β Partially. | βββ Middle-Average | PC, USB-cable, platform-tools |
| ADB | β Yes. | ββββ Hardly. | PC, USB-cable, root rights |
| Service centre | β Yes. | β Easy. | Documents, payment of services |
How to avoid blocking in the future
To avoid the problem of forgotten password on Xiaomi Redmi Note 8, follow the simple rules:
- π Use Smart Lock in security settings β it unlocks your phone in trusted locations (home, work) or when connected to trusted devices (such as smartwatches).
- π± Set up a backup. PIN-Fingerprint code in Settings β Password and security β Fingerprint.
- βοΈ Enable automatic sync with Mi Cloud (photos, contacts, notes).
- π Write your password in a secure location (such as Google Password Manager or KeePass).
We also recommend that you regularly back up your data via Settings β System β Backup, which will help you quickly recover your data even after a complete reset.
π‘
The most reliable way to unlock is by binding Mi Account. If it is not, use ADB (if debugging was enabled) or Fastboot (if the bootloader is unlocked).