Xiaomi Redmi 9T is one of the most popular budget smartphones with extensive security features, but sometimes these features become an obstacle. Forgot the password from the secure application? Can't log into banking software because of a fingerprint failure? Or just want to disable the annoying lock for convenience? In this article, we will discuss all the legal and technically safe ways to remove protection - from standard MIUI settings to advanced methods using ADB.
Itβs important to understand that application protection in Redmi 9T is implemented on two levels β through MIUI system tools (e.g., Application Protection in Security Settings) and through third-party launchers (like Nova Launcher or POCO Launcher).Weβll look at both options, as well as solutions for cases where standard methods donβt work: reset via Fastboot, bypass locking through Safe Mode, and even manually editing configuration files.
Warning: Some methods require unlocking the bootloader or the rights of the superuser (root), which can lead to loss of warranty or unstable operation of the device. If you are not sure about your skills, contact the Xiaomi service center.
1. Standard disabling of protection through MIUI settings
The easiest way is to use built-in tools. MIUI. This method is suitable if you remember the password or PIN-The code is off the guard, but you want to turn it off. 9T firmware MIUI The 12-14 path to settings may be slightly different, but the overall logic holds.
Open the Settings menu β Passwords and Security β Application Protection. Here you will see a list of all blocked programs.
- π Click on the icon of the application you want to unlock.
- π± Enter the current password, PIN or confirm the fingerprint.
- βοΈ Switch the slider "Application Protection" to the Off position.
- ποΈ To completely disable the function, go back to the main menu "Application Protection" and deactivate it entirely.
If you don't have the right app on the list, check if you're using a third-party launcher. Some shells (like POCO Launcher) have their own lock mechanisms. In this case, look at the launcher settings - usually there's an "App Lock" or "Privacy" section.
π‘
If the application continues to request a password after the protection is turned off, restart the smartphone. Sometimes MIUI caches the security settings.
2. Reset protection through the Mi Account (if you forgot the password)
Forgot the application protection password, but tied the device to your Mi Account? In this case, you can use the recovery function.
- π± Smartphone connected to the Internet (Wi-Fi or mobile network).
- π Remember the username and password from Mi Account.
- β οΈ The device does not activate the developer mode with disabled synchronization.
Instructions:
- Go to Settings β Mi Account β Cloud β Data Recovery.
- Select the option βRestore security settingsβ.
- Confirm the action via SMS or email (if two-factor authentication is enabled).
- After recovery, go to Application Protection and unblock.
β οΈ Note: If you have previously disabled the synchronization of security settings in Mi Cloud, this method will not work).
3. bypassing protection through Safe Mode (without loss of data)
Safe Mode allows you to temporarily disable all third-party applications and some system restrictions. This is useful if application protection was installed through third-party software (such as AppLock or Smart AppLock). 9T The safe mode entry is done in this way:
- Press the power button until the shutdown menu appears.
- Press and hold the "Switch off" option (or "Reboot" in some firmware).
- Confirm the transition to Safe Mode (the inscription will appear in the lower left corner of the screen).
In safe mode:
- π Try to run a blocked application β if the protection was installed through third-party software, it will open without a password.
- π± Remove the application that blocks access (e.g. AppLock).
- βοΈ Restart the device in normal mode.
Important: Safe Mode wonβt help if the protection is installed through MIUI system tools (e.g., the built-in Application Protection) in which case, move on to the next section.
4.Use ADB to remove protection (for advanced)
If the standard methods did not work, and unlocking the bootloader is not a problem for you - you can use it. ADB (Android Debug Bridge: This method requires a computer, USB-Cable and Developer Mode on Redmi 9T.
Preparation:
- Activate Developer Mode: Go to Settings β About Phone β MIUI version and press 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your smartphone to your PC and confirm your trust in your computer.
Next, run commands in ADB (via Command Prompt or Terminal):
adb shell pm list packages | grep "applock"
adb shell pm uninstall -k --user 0 com.miui.applockThe first command will show all the packages associated with the lock (look for lines with applock or security); the second command will remove the application protection system application for the current user.
β οΈ Note: Removing system applications through ADB It can lead to unstable work MIUI. If errors occur after the operation, restore the application via the command: adb shell cmd package install-existing com.miui.applock
Install Xiaomi drivers on PC| Enable USB debugging on your smartphone | Download ADB platform (e.g. Minimal ADB) | Connect your phone with the original cable-->
5 Hard Reset β a last resort
If no method has worked, you can reset your settings completely, and you can delete all the data from your device, including passwords, accounts and installed apps, and you can do it in two ways on the Redmi 9T.
Method 1: Through the settings menu
- Go to Settings β About Phone β Backup and Reset β Reset settings.
- Select βErase all dataβ.
- Confirm the action and wait for the reboot.
Method 2: Recovery Mode (if the phone is locked)
- Turn off your smartphone.
- Press the power button + volume up until the Mi logo appears.
- Select the language, then the "Wipe Data" option (use volume buttons for navigation).
- Confirm the reset and wait until it is completed.
Once reset, the device will return to factory settings, and all application locks will be removed, but you will have to reconfigure the smartphone.
| Method | Conditions required | Loss of data | Difficulty |
|---|---|---|---|
| Standard settings of MIUI | Password knowledge | No. | β |
| Recovery through Mi Account | Linked account, Internet | No. | ββ |
| Safe Mode | Protection through third-party software | No. | ββ |
| ADB | Developer mode, PC | No (but the risk of failure) | βββ |
| Hard Reset | No restrictions. | Yeah (full clean-up) | ββ |
6. Alternative methods: root and editing system files
Additional methods are available for users with unlocked bootloaders and root rights, one of which is manual editing of configuration files, where the lock settings are stored. For example, in MIUI, some application protection settings are stored in:
/data/system/users/0/settings_secure.xml
/data/system/users/0/app_lock_config.xmlTo change these files:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Find the files and open them in the text editor.
- Remove the lines containing app_lock or miui.app.lock.
- Save the changes and restart the device.
β οΈ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before changes, back up through TWRP Or OrangeFox Recovery.
What is bootloop and how to avoid it?
7. How to prevent re-blocking
To avoid the problem again, follow the following simple rules:
- π Use one universal password for all locks (or write it in a secure location).
- π± Regularly check the application protection settings in MIUI β Sometimes updates reset parameters.
- π Turn off automatic locking for frequently used applications (e.g. messengers).
- π‘οΈ Do not install third-party locks (such as AppLock) β they often conflict with system tools.
If you often forget passwords, consider alternative protections:
- π Use a fingerprint instead of a fingerprint. PIN-code (on Redmi) 9T scanner is stable).
- π· Set up facial recognition (although it's less secure).
- π Link Mi Account to restore access.
π‘
The most reliable way to avoid blocking issues is to use the built-in MIUI tools and regularly sync your settings with the Mi Cloud.