How to unlock Xiaomi Redmi 9A: all working ways of 2026

Why Redmi 9A is blocked and what to do

A forgotten password, an incorrectly entered pattern lock or a tied Mi Account are the main reasons why Xiaomi Redmi 9A owners lose access to the device.The smartphone is blocked after 5 failed attempts to enter, and in some cases requires confirmation via email or SMS. The situation is complicated if you bought the phone from hand and the previous owner did not untidy your account.

In this article, we will discuss all the current ways to unlock the Redmi 9A, from official methods through Find Device to technical solutions using Fastboot and EDL. Particular attention will be paid to data preservation: where it is possible and where you will have to sacrifice information for access. It is important to understand that unlocking through Mi Account with a tied phone number only works if the device has not been reset to factory settings before.

If your Redmi 9A is locked due to a firmware failure or a β€œbrick” after a failed update, go straight to the section about EDL mode – this is the only way to bring the phone back to life in such cases.

Method 1: Unlocking with Mi Account (official method)

The easiest and safest way to do this is to use a linked Mi Account, which works if:

  • πŸ“§ Remember the email and password from the account linked to the phone.
  • πŸ“± Device connected to the Internet (Wi-Fi or mobile network).
  • πŸ”„ The phone was not reset to factory settings after the last authorization.

Instructions:

  1. On the lock screen, tap Forgot Password? (or Forgot Password?).
  2. Select Sign in via Mi Account.
  3. Enter your email and password from your Redmi 9A account.
  4. Confirm your login via SMS or email (if two-factor authentication is enabled).
  5. Create a new password or pattern lock.

If the phone is not connected to the Internet, connect it to Wi-Fi through the Quick Settings Panel (swipe your finger down from the top edge of the screen).

⚠️ Note: If the previous owner did not untie their account, this method will not work, in which case you will need to reset via Fastboot or contact the service center with proof of purchase.

πŸ“Š What is the way to lock your Redmi? 9A?
Forgot my password.
Forgot the pattern lock
Handheld phone with tied Mi Account
Failure after firmware
Other

Method 2: Recovery Mode (Data Loss)

If you don't remember the Mi Account data or the phone is bought by hand, you have to reset your settings through Recovery mode, which will delete all data from the device, including photos, contacts and apps.

How to Sign In to Recovery on Redmi 9A

  1. Turn off the phone (press the power button for 10 seconds).
  2. Press the power button and the volume button at the same time.
  3. Hold them until the Mi logo appears, then let them go.
  4. In the Recovery menu, select Wipe Data (use volume buttons for navigation, power button for confirmation).
  5. Confirm the reset by selecting Wipe All Data.
  6. After completion, select Reboot.

The phone will reboot and suggest that you set it up as new, which works 90 percent of the time, but it has two drawbacks:

  • πŸ—‘οΈ Total data loss (if there was no backup).
  • πŸ”’ If the phone was linked to Mi Account, after the reset, you will need to enter account data (FRP-lockdown).

β˜‘οΈ Preparing for resetting through Recovery

Done: 0 / 4

Method 3: Unlocking via Fastboot (for advanced users)

If the reset via Recovery does not help because of FRP-locking (requires Mi Account data after reset), you can try to delete the account via Fastboot, USB-cable and installed drivers Xiaomi.

Step-by-step:

  1. Turn off Redmi 9A.
  2. Press the power button + volume down button to enter Fastboot Mode.
  3. Connect your phone to your computer via USB.
  4. Download and install Mi Unlock Tool (the official utility from Xiaomi).
  5. Start the program, log in to your Mi Account (should match your account on your phone).
  6. Follow the instructions of the program to unlock the bootloader.

Once the bootloader is unlocked, you can flash the phone through Fastboot with FRP removed.

  • πŸ–₯️ Windows computer 10/11.
  • πŸ”Œ Original. USB-cable (will not damage the port!).
  • πŸ“¦ Firmware for Redmi 9A (download from the official website).
fastboot flash frp frp_unlock.bin


fastboot reboot

⚠️ Attention: Unlocking the bootloader resets the phone to factory settings and can lead to loss of warranty. On some firmware, Xiaomi blocks this method - in this case only mode will help EDL.

What if the Mi Unlock Tool can't see the phone?
Check if the drivers are installed ADB/Fastboot (You can download it via Android SDK). Try another one. USB-port (preferably) 2.0). Turn off the antivirus, it can block the utility. Reboot your computer and phone.

Method 4: EDL mode (for "bricks" and complex locks)

Emergency Download Mode (EDL) β€” It's a firmware emergency mode that works even if the phone isn't turning on or is completely locked (EDL-cable or circuit of contacts on the board) and firmware for Redmi 9A.

When you need an EDL:

  • 🧱 The phone will not turn on after a failed firmware ("brick").
  • πŸ”’ Blocking Mi Account after resetting via Recovery.
  • πŸ”„ bootloader failure that causes Fastboot to fail.

Instructions (for experienced users!):

  1. Download the firmware for Redmi 9A in.tgz format and unpack it.
  2. Install the Qualcomm HS-USB QDLoader 9008 driver (can be found on 4PDA).
  3. Enter in. EDL: Turn off your phone. Close the Test Point contacts on the motherboard (disassembly required!). USB-computer-wire.

Mi Flash Tool

Clean All

This method is guaranteed to unlock the phone, but has risks:

RiskEffects of consequencesHow to avoid
Damage to the feesMalfunction USB-port-controllerUse the original EDL-cable instead of closing contacts
Wrong firmware"Brick" or errors in the operation of the phoneDownload firmware only from official sources
Loss of IMEILack of network after firmwareSave NVRAM before firmware (via MTK or Qualcomm tools)

πŸ’‘

If you are not sure about your skills, you should contact a service center. The cost of unlocking through EDL is on average 1000-2000 rubles, which is cheaper than repairing the board after errors.

Method 5: Bypass FRP through ADB (for Android 10 and below)

If after reset via Recovery, the phone requires Mi Account data (FRP-locking, on some versions of Android you can bypass it through ADB. This method only works with Redmi. 9A with Android 10 or lower firmware.

What you need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ”Œ USB-cable.
  • πŸ“± Initiated debugging mode USB (If activated before blocking).

Instructions:

  1. Connect the phone to the computer.
  2. Open the command line in the ADB folder.
  3. Enter the commands in order: adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
  4. Reboot your phone: adb reboot

After the reboot. FRP-The lock will be removed and you can set the phone up as new. If this method doesn't work, try an alternative way by deleting files:

adb shell


rm /data/system/gesture.key




rm /data/system/locksettings.db




rm /data/system/locksettings.db-wal




rm /data/system/locksettings.db-shm

⚠️ Attention: On Redmi 9A With Android 11 and up, this method doesn't work because of security changes. EDL.

What to do if nothing helps: service center and alternatives

If all of these methods fail, there are three options:

  1. Contact the official service center Xiaomi: πŸ“„ A check or a sales contract will be required (to prove ownership). πŸ’° The cost of unlocking: 1500-3000 rubles. ⏳ Term: 1-3 working days.
  2. Informal services: πŸ”“ They can unlock even without a check, but there is a risk of fraud. πŸ” Look for reviews and check licenses.
  3. Selling your phone for parts: πŸ’Έ Price: 1000-3000 rubles (depending on the condition). πŸ“± Buyers: repair services or collectors.

Before visiting the service center:

  • πŸ“‹ Save all documents on the phone (checks, warranty coupons).
  • πŸ”‹ Charge your phone at least 30%.
  • πŸ“± Check by phone if they are unlocking Mi Account.

πŸ’‘

Xiaomi’s official service is the only legal way to unlock a tied Mi Account without losing warranty.Unofficial methods can lead to IMEI blocking or network problems.

FAQ: Frequent questions about unlocking Redmi 9A

Can I unlock Redmi 9A without losing data?
Yes, but only if you remember the data from Mi Account or the phone was not reset to the factory settings, otherwise the data will be deleted when reset via Recovery, Fastboot or EDL.
What to do if you forget your Mi Account email?
Try to restore access through the recovery page. If the email or phone number is not tied, unlocking is possible only through the service center with proof of purchase.
Why does the phone ask for an old Mi Account after resetting via Recovery?
This is FRP-blocking (Factory Reset Protection), which is activated if the phone was linked to a Xiaomi account, and you can delete it via Fastboot, EDL or by contacting the service.
Can I unlock Redmi 9A through the Engineering Menu?
No, the engineering menu (#4636##) does not include features to reset your password or delete your Mi Account.
How much does it cost to unlock in the service center?
The cost depends on the reason for blocking: Reset password / pattern lock: 500-1000 rubles. Deletion of Mi Account (FRP): 1500-3000 rubles. Recovery after the "brick" (EDL): 2000-4000 rubles. Official Xiaomi services can request additional documents.