Forgot your Xiaomi Redmi password? Don't panic - there's a way out!
Forgetting your smartphone password is a difficult situation, but it's not a hopeless one, especially if you're talking about Xiaomi Redmi phones, where the manufacturer has a number of ways to restore access, and the key is not to try to guess the code by brute force (this will lead to locking for 24 to 48 hours), and not to rush to carry the device to the service center. In 90% of cases, you can unlock yourself, even without special skills.
In this article, weβll break down all the current unlocking methods for the Redmi Note 10/11/12, Redmi 9/10/11, POCO X3/X4 and other MIUI-based devices. From simple resets via Mi Account to advanced methods using Fastboot and ADB. Youβll also learn how to save data if the phone is not synced to the cloud, and what to do if the screen is locked after unsuccessful input attempts.
Warning: some methods cause total data loss (photos, contacts, messages). So if there is something important on your phone, try the non-reset methods first (sections 2 and 3). If the device is not synced with the Mi Cloud and there are no backups, you will have to sacrifice information for access.
1 Unlocking with Mi Account (the safest way)
If your Redmi is linked to a Xiaomi account (Mi Account), and your phone is enabled with mobile Internet or Wi-Fi, this method will work in the future. 99% The main condition is that you must remember the username (email or phone number) and password from the account. MIUI 12/13/14.
Algorithm of action:
- On the lock screen, enter any password 5 times (random numbers are possible). After the last attempt, the message will appear: "Device locked. Retry in [time]."
- Under the caption βForgot your password?β click on the Unblock button via Mi Account (or similar).
- Enter the email or phone number associated with your Xiaomi account, then the password.
- Confirm the unlock through SMS-code (if two-factor authentication is enabled).
- Set a new password or pattern lock.
β Pros of the method:
- π No resetting of settings β all data will be saved.
- β‘ It works even without a computer.
- π± It is suitable for most Redmi models and POCO.
β οΈ Note: If you have previously disabled sync with Mi Cloud or reset your phone without logging out, this may not work.
2. Reset password via Find Device (if the phone is online)
If Mi Account doesnβt work, but your phone is connected to the Internet (via mobile or Wi-Fi), try remote unlocking via Find Device, which also saves data, but requires you to pre-set the Find Device function in your MIUI settings.
Instructions:
- Go to i.mi.com from a computer or other phone.
- Sign in with the same Mi Account as the blocked Redmi.
- In the menu, select the locked device (if there are several).
- Press Find the device. β Unlock.
- Confirm the action via SMS or email.
β οΈ Important nuances:
- π The phone must be online (connected to the internet).
- π The βFind Deviceβ function must be enabled before locking (check in Settings). β Mi Account β Find Device).
- β³ The process can take up to 5 minutes β donβt interrupt it.
π‘
If the phone is dead, plug it into charging and wait for it to turn on.Find Device works even on a locked screen if you have access to the network.
3. Unlock via Recovery Mode (reset to factory settings)
If previous methods didnβt work, youβll have to resort to a hard reset via Recovery Mode, which removes all data from your phone, including photos, apps and settings, but is guaranteed to unlock the device, and is suitable for all Redmi models, including the Redmi Note 9 Pro, Redmi 10, POCO X3 Pro, etc.
Step-by-step:
- Turn off the phone (press the power button for 10 seconds).
- Press the button combination: For most Redmi: Volume up + Power. For some models (e.g. POCO F3): Volume down + Power.
MI
Recovery
Use volume buttons for navigation and power button to select the item.
Wipe Data
Wipe All Data
Confirm
Reboot
Reboot to System
β Cons of the method:
- ποΈ Total data loss (if there is no backup in the Mi Cloud).
- βοΈ Reconfiguration of the phone is required.
- π§ Some models may require data entry from Mi Account after reset (if it was tied to the account).
Remember the phone model (button combinations may differ)
Connect your phone to charge (the battery must be at least 30% charged)
Make sure there are no important unsaved data on your phone
Prepare data from Mi Account (if the phone was tied)
-->
β οΈ Note: Devices with an unlocked bootloader may be alerted to data corruption after a reset, requiring Fastboot flashing (see Section 5).
4. Unlock through ADB (for power users)
If the phone is debugging on USB (USB Debugging) and your computer was previously authorized (you confirmed access from that PC), you can unlock Redmi via the Internet. ADB The method is suitable for advanced users and requires a PC with installed Xiaomi drivers.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS.
- π USB-cable (original or quality).
- π₯ Established ADB and Fastboot.
- π§ Included debugging by USB (If not, the method will not work).
Instructions:
- Connect the phone to the computer.
- Open the command prompt (cmd on Windows) and type: adb devices If the device appears in the list, move on. If not, install drivers or check the cable.
- Enter the commands in turn: 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 reboot
- After the reboot, the phone will be unlocked.
β οΈ Warnings:
- π If debugging is on USB not included, the method will not work.
- π On some firmware MIUI After this procedure, you may need to enter a password from Mi Account.
- π΅ If the phone is not detected via adb devices, try reinstalling drivers or using a different cable.
What if the ADB canβt see the device?
5. Unlock via Fastboot (if the bootloader is unlocked)
If your Redmi bootloader is unlocked, you can reset your password via Fastboot, which also results in data loss, but in some cases allows you to bypass the Mi Account lock after the reset. Suitable for models with officially unlocked bootloader (for example, for firmware customized). ROM).
Tools required:
- π₯οΈ Computer with installed ADB and Fastboot.
- π Cable USB (better-than-original).
- π₯ Firmware for your model (you can download on the official website of Xiaomi).
Step-by-step:
- Turn off your phone and put it into Fastboot mode: Clip Volume Down + Power before the Fastboot logo appears.
fastboot devicesfastboot oem unlockAttention:
fastboot flash all [name file firmware].zipfastboot rebootβ οΈ It's important:
- π Unlocking the bootloader erases all data and resets the phone to factory settings.
- π‘ On some models (Redmi Note 10 Pro, POCO F4) After unlocking, you may need to link to a new Mi Account.
- β οΈ Continuous interruption of the firmware process can turn the phone into a βbrickβ (inoperable device).
| Model Redmi | Does it support unlocking the bootloader? | Is a Mi Account Required After a Reset? |
|---|---|---|
| Redmi Note 12 Pro+ | Yes (officially) | Yes. |
| Redmi 10 | Yes. | Yes. |
| POCO X3 NFC | Yes. | No (on some firmware) |
| Redmi 9A | No (blocked by manufacturer) | Yes. |
| Redmi Note 11 Pro 5G | Yes. | Yes. |
π‘
Unlocking through Fastboot is the only way to bypass Mi Account locks on phones with the bootloader unlocked, however, after the procedure, the phone will be completely reset and the warranty will be cancelled.
6. Contact the Xiaomi Service Center
If none of these methods worked, the last option is to contact the official Xiaomi service center.
- π Phone locked after failed reset attempts.
- π΅ You can not log in to Mi Account (forgot your password or email).
- βοΈ The phone has a custom firmware installed and it does not load.
- π οΈ Requires replacement of motherboard or memory chip (hardware lock).
What you need to unlock in the service:
- π Documents confirming the purchase (check, warranty card).
- π Passport of the owner (to confirm ownership).
- π³ Payment for the service (cost varies from 1000 to 5 000 rubles depending on the complexity of the service).
β οΈ Warnings:
- π΅οΈββοΈ Unofficial services may offer a Mi Account bypass for less money, but this often results in a lockdown. IMEI (The phone will be a brickΒ»).
- π‘ Xiaomi may refuse to unlock if the phone is purchased unofficially (for example, brought from abroad).
- β³ Unblocking period β from 1 to 7 days (depending on the load of the service).
πΉ How to find the official Xiaomi service?
Go to Xiaomiβs support site, select country and city, and only contact the centers marked βAuthorized Service Center.β
7.How to avoid blocking in the future
To avoid having to deal with a forgotten password, follow these tips:
- βοΈ Enable automatic sync with Mi Cloud (photos, contacts, messages will be saved even after reset).
β What not to do:
- π« Set simple passwords like 1234 or 0000 β they are easy to pick up.
- π« Disable Find Device is the only way to remotely unlock.
- π« Trying to flash the phone with unofficial firmware without experience - the risk of "bricking" is high.
π‘
If you are afraid to forget your password, install the Mi Account app on the second phone or tablet, and if you are blocked, you can quickly restore access through the linked account.