Introduction
Forgot the password from Xiaomi Redmi 9A or accidentally blocked the phone after repeated failed attempts to enter? This situation is familiar to many users β according to statistics, one in five smartphone owners at least once faced with a lock problem. Fortunately, you can unlock the Redmi 9A in several ways, even if you do not remember the data from the Mi Account.
In this article, we will discuss 5 proven methods, from the simplest reset via Recovery to advanced solutions using ADB and Fastboot. Importantly, some methods lead to complete loss of data (photos, contacts, messages), so first try methods that store information. If the phone is blocked due to a Mi Account account, additional actions will be required, we will talk about this too.
Let's start with the step-by-step instructions, and choose the right way depending on your situation:
1 Unblocking through Mi Account (if tied)
If your Redmi 9A is tied to your Mi Account and you remember your login and password, this is the fastest way to unlock it, and it works even when the screen is locked if you have previously enabled sync.
How to do this:
- π± On the lock screen, click Forgot your password? (or similar button).
- π Enter. email/phone linked to Mi Account and password.
- π§ Confirm the entrance through SMS or email (if two-factor authentication is enabled).
- π After successful login, the phone is unlocked automatically.
β οΈ Note: If you donβt remember your account details, donβt try to guess the password β after 5 failed attempts, Xiaomi will block the login for 24 hours.
2. Recovery Mode reset (data loss)
If you lose access to Mi Account and you need to unlock your phone urgently, hard resetting via Recovery will help, which removes all data from the device, including passwords, photos and apps. Use it only as a last resort!
Instructions for Redmi 9A:
- Turn off the phone (press the power button for 10 seconds).
- Press Volume Up + Power at the same time and hold for 10-15 seconds until the Mi logo appears.
- Release the buttons β you will be taken to the Recovery menu (management is carried out by the volume and power buttons).
- Select Wipe Data β Wipe All Data (or Factory Reset)
- Confirm the action by selecting Confirm.
- After reset, select Reboot β Reboot to System.
The phone will reboot and suggest that you configure it as new, and it's important that if you previously tied your Mi Account, you may need to enter your account information after the reset.
Turn off the phone completely.
Clutch Loudness up + Nutrition
Wait for the Recovery menu (do not release buttons before the time)
Select Wipe Data β Wipe All Data
Confirm the reset and reset-->
3. Unlock via Fastboot (for power users)
The Fastboot method is suitable if the standard reset doesnβt work or the phone doesnβt boot.Youβll need a computer with Xiaomi drivers installed and the Mi Flash Tool program.
Step-by-step:
- Download the official firmware for Redmi 9A (select the Fastboot version).
- Unpack the archive in a folder on your computer.
- Turn off the phone and put it in Fastboot mode: Press Volume Down + Power for 10 seconds.
- Get Redmi on board. 9A PC-only USB-cable.
- Launch the Mi Flash Tool, press Select and point the path to the unpacked firmware.
- Select Clean All mode and press Flash.
It takes 5-10 minutes. Once complete, the phone will restart in its clean state. Warning: this method deletes all data, including the Mi Account binding, but may not work if the bootloader is locked.
What if the Mi Flash Tool can't see the phone?
4. Unlocking through ADB (Save Data)
If the phone has USB debugging enabled and it was previously connected to the computer, you can try to delete the file with the password via ADB. This method saves data, but only works if two conditions are met:
- π§ Debugging by USB (Settings β The phone. β Version. MIUI β 7 times to activate the developer mode β debug).
- π» The phone previously connected to this PC (there is a confirmed connection).
Instructions:
adb shell
su
rm /data/system/gesture.key # for pattern lock
rm /data/system/password.key # for PIN/password
rm /data/system/locksettings.db
rm /data/system/locksettings.db-wal
rm /data/system/locksettings.db-shm
rebootAfter the reboot, the lock will be reset. If the commands do not work, try an alternative method:
adb shell am start -n com.android.settings/.ChooseLockGenericThis command will open a password change menu where you can set a new one.
π‘
If ADB gives a "device unauthorized" error, it means the phone doesn't trust that computer. Try connecting to another PC that previously confirmed the connection.
5. bypassing the Mi Account lock (if the phone requires an account after the reset)
Once reset via Recovery or Fastboot, Redmi 9A can request the Mi Account data that was previously tied, which is Factory Reset Protection (FRP) protection. It's not officially circumventable, but there are several legal ways:
| Method | Conditions | Risks. |
|---|---|---|
| Restoring access to Mi Account | Access to email/phone linked to your account | No risk. |
| Appeal for Xiaomi support | There is a purchase check or box with IMEI | It may take 3-7 days. |
| Use of third-party services | Willingness to pay 500-1500 β½ | Risk of fraud or account blocking |
| Custom Recovery (TWRP) firmware | Unlocked bootloader, experience with firmware | Loss of warranty, risk of "bricking" |
β οΈ Note: Use of informal methods to bypass Mi Account (e.g., through SP Flash Tool or modified firmware can lead to complete blocking IMEI Xiaomi is actively fighting against these methods, so the risks are high.
π‘
The only 100% legal way to unlock Mi Account is to restore access to the linked email/phone or to seek proof of ownership support.
Frequent Mistakes and How to Avoid Them
When you unlock Redmi 9A, users often face typical problems, and here are the most common ones and ways to solve them:
- π Phone doesn't turn on after reset: Try charging it for 30 to 60 minutes, then hold on to Power + Volume up 20-30 seconds.
- π The computer can't see the phone. Fastboot/ADB: Install Mi drivers USB Driver and try another cable (preferably original).
- π± After the firmware no network: most likely damaged IMEI. You can restore it through the engineering menu (#4636##) or the program. SN Write Tool (requires unlocked bootloader).
- π Mi Account does not accept password: Check the keyboard layout (English/Russian) and the character register. If it does not help, restore access via account.xiaomi.com.
Another common mistake is using unofficial firmware, which may contain viruses or incompatible modules that will stop the phone from loading. Always download firmware only from the official Xiaomi website.