A forgotten password, pattern lock, or sudden locking of the screen on Xiaomi Redmi can become a real headache, especially if the phone stores important data and access to the Mi Account is not available. In this article, we will analyze all the current ways of unlocking β from official (via Xiaomi account and password reset) to technical (using ADB, Fastboot and Hard Reset).
It is important to understand that not all methods are suitable for new Redmi models (e.g. Redmi Note). 12 Pro+ or Redmi K60), Xiaomi has tightened the protection, and we'll see what works in the system. MIUI 14/15, And you'll also learn how to avoid locking your device permanently after failing to enter a password -- which is critical for secure phones. FRP (Factory Reset Protection).
If you're not sure about your technical skills, you'd better go to the service center, but most users can unlock Redmi by themselves, so you have to follow the instructions and not miss the warnings.
1 Unblocking through Mi Account (official method)
The most secure and recommended method for Xiaomi is to use a tied Mi Account, which works if:
- π± The phone is connected to the Internet (Wi-Fi or mobile network).
- π Remember the username and password from the Mi Account.
- π Sync is enabled on the device (even if you donβt remember, itβs often activated by default).
To unlock Redmi through Mi Account:
- On the lock screen, tap the Forgot Password button (or Forgot Password?).
- Select the option to Sign in via Mi Account.
- Enter the email or phone number associated with the account and the password.
- Confirm your login via SMS or email (if two-factor authentication is enabled).
- Follow the instructions on the screen to reset the lock password.
If the buttons Forgot your password? no, then the device is disabled sync with Mi Account or no Internet connection, in which case try to connect to Wi-Fi through the notification panel (if it is available on the lock screen) or use another method.
β οΈ Note: On Redmi models with MIUI 14+ After 5 failed attempts to enter a Mi Account password, the device can be locked for 24 hours.
2. Reset password via Find Device (remote unlock)
If the phone is tied to a Mi Account, but the buttons Forgot the password? on the screen is not, you can try remote unlocking through the service Find Device. This method works even if the device is not connected to the Internet now, the main thing is that the feature Find the device was previously enabled.
Instructions:
- Go to i.mi.com and log in to your Mi Account.
- Select blocked Redmi from the menu (if multiple devices are linked to your account).
- Press Find the device. β Unlock.
- Confirm the action via SMS or email.
- Wait for a notification of successful unlocking (can take up to 5 minutes).
If the device is not displayed in the list or the Unlock button is inactive, then:
- π Find the device has been disabled in the settings.
- π΅ The phone hasnβt been connected to the internet for 30 days).
- π The device was reset to factory settings (link to the account reset).
What if the Device canβt see the phone?
3. Hard Reset (reset to factory settings)
Hard Reset is a complete factory reset of the phone, and all data (photos, messages, apps) will be deleted, but the lock will be removed.
- π You donβt remember the password from your Mi Account.
- π± There is no important data on the phone (or it is synced to the cloud).
- π§ You are ready to reset your phone.
How to make Hard Reset on Xiaomi Redmi:
- Turn off the phone (press the power button and select Turn off).
- Press the button combination: For most models: Volume up + Power. For Redmi Note 10/11/12: Volume up + Volume down + Power.
Mi
Recovery
Wipe Data
Wipe All Data
Confirm
Reboot
If the phone requires input from Mi Account (FRP protection) after the reset, then the device was tied to the account.
- Enter the login and password from the account that was on the phone before the reset.
- Or use FRP bypass (see Section 5).
β οΈ Note: On Redmi models with MIUI 13+ After Hard Reset, you may need to confirm SMS It's an extra protection against theft, and if you don't have access to the original number or email, it's harder to unlock the phone.
βοΈ Preparation for Hard Reset
4. Unlock through ADB (for advanced users)
The Android Debug Bridge (ADB) method is suitable if the phone is debugging on USB and has access to a computer.It is one of the few ways to unlock Redmi without losing data, but it requires preparation.
What you need:
- π» A computer with installed Xiaomi drivers and ADB.
- π USB-cable (original or high quality).
- π§ Included debugging by USB (If not included, the method will not work).
Step-by-step:
- Connect your phone to your computer via USB.
- Open the command line (Win + R β enter cmd).
- Check the connection of the device command: adb devices If the phone appears in the list β you can continue.
- Enter the command to delete the file with the password: adb shell rm /data/system/gesture.key or PIN-code: adb shell rm /data/system/password.key
- Reboot your phone: adb reboot
After the reboot, the lock should disappear. If no devices/emulators found error appears, it means:
- π The cable or port is faulty (try another cable).
- π§ Debugging by USB Not included (should have been included before blocking).
- π Xiaomi drivers are not installed (download from the official website).
π‘
If USB debugging was enabled but the phone is not defined in ADB, try reinstalling drivers manually through Device Manager. Download Mi PC Suite or drivers for your Redmi model.
5. Factory Reset Protection (FRP) bypasses Xiaomi Redmi
FRP (Factory Reset Protection) is a setting reset protection that works after Hard Reset if the phone was tied to your Mi Account. If you donβt remember your account data, it will be harder to unlock Redmi, but itβs possible.
The methods of circumventing FRP depend on the version of MIUI:
| MIUI version | Bypass method | Difficulty | Loss of data |
|---|---|---|---|
| MIUI 12 and older | TalkBack + Google Account | Medium | No. |
| MIUI 13β14 | Use of Mi Assistant or Test Point | Tall. | Yes. |
| MIUI 15 | Only through official service or special software | Very high. | Yes. |
Consider the universal method for MIUI 12-14:
- On the welcome screen, select a language and connect to Wi-Fi.
- Click on Additional Settings β Special Options β TalkBack.
- Activate TalkBack, then tap the screen twice to open the settings.
- Through TalkBack, go to Settings β Apps β Google.
- Clear the data of the Google Play Services app.
- Return to the welcome screen and add a new Google account (this will bypass FRP).
For MIUI 15 and new models (Redmi Note 13 Pro, Redmi K70) bypassing FRP at home is almost impossible - you will need special equipment (Test Point, EDL Mode) or contact the service.
β οΈ Attention: Bypass FRP model MIUI 14+ This can lead to permanent blocking. IMEI (It's irreversible without the intervention of a service center. If the phone is important for calls, don't take risks.
6. Unlock via Fastboot (for tech-savvy)
The method via Fastboot is suitable if:
- π§ You have access to your computer and cable. USB.
- π± The phone supports unlocking the bootloader (Bootloader).
- π You are ready for possible loss of warranty (on new models, unlocking Bootloader blocks data encryption).
Instructions:
- Turn off your phone and put it in Fastboot mode: Volume down + Power
- Connect the phone to your computer and open the command line.
- Check the connection: fastboot devices
- Unlock the bootloader (only for unlocked devices!): fastboot oem unlock If an error occurs, then Bootloader is locked.
- Install custom recovery (e.g. TWRP) if it is available for your model: fastboot flash recovery twrp.img
- Reboot to TWRP and delete password files: /data/system/gesture.key /data/system/password.key
This method is not suitable for:
- π New Redmi models (e.g. Redmi Note 13) where unlocking Bootloader requires waiting 7-30 days.
- π Phones with Bootloader locked and Anti-Rollback protection enabled.
π‘
Unlocking via Fastboot is one of the most reliable ways, but requires prior preparation (unlocked Bootloader, TWRP presence).
7. Contact the Xiaomi Service Center
If none of the methods worked, you can contact the official Xiaomi service center.
- π± Phones from MIUI 15 and newer (bypass) FRP homely conditions are not possible).
- π Devices with Bootloader locked and Anti-Rollback protection enabled.
- π Models where password reset leads to locking IMEI.
What you need to unlock in the service:
- π Checks or warranty card (proof of possession).
- π Passport (for proof of identity).
- π³ Payment for the service (cost varies from 1000 to 5 000 rubles depending on the complexity of the service).
Where to look for official services:
- On the Xiaomi Service website (select country and city).
- Through the Mi Community application (Service Centers section).
Advantages of using the service:
- β Guarantee of conservation IMEI and network performance.
- β Data recovery (in some cases).
- β Official guarantee for the work performed.
β οΈ Warning: Don't go to unofficial services that promise "quick unlock without checks." There's a high risk of getting a phone with a locked phone. IMEI Xiaomi official centers work only with proof of ownership.