How to remove password from the application on Xiaomi: official and hidden methods

Have you forgotten your password from your bank app, messenger, or gallery on Xiaomi? Or just want to remove the unnecessary security you once installed? There are several ways to unblock MIUI, from standard settings to technical workarounds. But it's important to understand that not all methods are equally secure, and some can lead to data loss or even locking the device.

In this article, we’ll discuss 5 working ways to remove passwords from an app on Xiaomi, Redmi and POCO – from the simplest (via the phone menu) to the most radical (reset to factory settings). Also explain why some apps (such as Mi Home or Xiaomi Cloud) can ignore the system lock settings and what to do about it. If you’re not sure about your technical skills, start with the first points and move to the difficult ones only as a last resort.

1. Delete password through MIUI settings (official method)

The safest and most recommended method is to use the built-in MIUI tools, which is suitable if you remember the password from your Mi Account or the pattern lock of the lock screen.

  1. Open Settings β†’ Applications β†’ Blocking applications.
  2. Enter the current one. PIN-a code, password or fingerprint that is used to unlock the screen.
  3. Find the desired application in the list and move the slider to the right to turn off the protection.
  4. Confirm the action by clicking Delete or Disable.

If the application lock option is not on the menu, then your device is using a different version of MIUI (for example, MIUI 14 for global firmware).

  • πŸ”Ή Settings β†’ Confidentiality β†’ Application protection
  • πŸ”Ή Settings β†’ Additionally. β†’ Security β†’ Application lockdown
  • πŸ”Ή In some models (POCO F5, Redmi Note 12 option hidden in Settings β†’ Passwords and security

⚠️ Note: If you previously synced your lock settings with your Mi Account, after deleting your password, the application may request it again the next time you run. MIUI Cloud.

πŸ’‘

If you do not remember the password from the lock screen, but remember the data from the Mi Account, you can reset the pattern lock through the official Xiaomi website (section "Forgot the password?").

2. Reset password through the Mi Account (if you forgot the PIN)

If you have blocked the app but don’t remember the password, but the Mi Account is active, you can restore access without resetting your phone, a method that works on most Xiaomi devices with MIUI 12 and later.

Instructions:

  1. Go to Settings. β†’ Mi Account (or Xiaomi Account).
  2. Scroll down and select Data Sync.
  3. Turn off sync for Security Settings or Application Lock.
  4. Return to Settings β†’ Lock apps and try to re-enter the password. The system may suggest resetting it through Mi Account.

If this method does not work, try an alternative:

  • πŸ“± Go to account.xiaomi.com from another device.
  • πŸ”‘ Sign in with the same account as on your phone.
  • πŸ”„ Go to Device Management β†’ Choose your smartphone β†’ Reset the security settings.
Xiaomi modelSupport for resetting through Mi AccountNotes
Xiaomi 13/13 ProYes.Confirmation by SMS is required
Redmi Note 11/12Yes.It only works for MIUI Global.
POCO X5/F5Partially.It may be necessary to uncouple the device
Xiaomi Mi 11 LiteNo.An outdated version of MIUI

⚠️ Note: After resetting security settings via Mi Account, all saved passwords (including app locking, PIN for SIM-Maps and Wi-Fi data will be deleted. Prepare backups in advance!

πŸ“Š What Xiaomi model do you use?
Xiaomi 13/14 series
Redmi Note 10/11/12
POCO X/F series
Another model
I don't know.

3.Use ADB to remove the lock (for advanced)

If standard methods don't work, you can try removing your password through Android Debug Bridge (ADB), which is suitable for users who have previously enabled USB Debugging and have access to a computer. Without debugging enabled, the method won't work!

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. Connect your phone to your computer via USB and allow debugging (the phone will have a request).
  3. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  4. Enter the command to check the connection: Adb devices must appear serial number of your device.
  5. Run the command to unblock (replace com.example.app with your app’s batch name, such as com.whatsapp): adb shell pm clear com.miui.applock This command will reset the MIUI App Lock settings.

If you need to delete the password for a particular application, use:

adb shell pm clear com.example.app

List of packet names of popular applications:

  • πŸ’¬ WhatsApp: com.whatsapp
  • πŸ“· Gallery: com.miui.gallery
  • 🏦 Sberbank: en.sberbankmobile
  • πŸ”’ Mi Home: com.xiaomi.smarthome
How to find out the package name of the application?
To find the package name of the application you want: 1. Install the App Inspector utility on your phone (available on Google Play). 2. Open it and find your app in the list. 3. Copy the value from the Package Name field. Or through ADB: adb shell pm list packages | grep "name"

⚠️ Attention: Use ADB If you have any errors (such as device unauthorized), check if debugging is enabled. USB In Settings β†’ The phone. β†’ Version. MIUI (Click 7 times on the line with the version to activate the developer mode).

Install ADB Tools on PC|Enable debugging on USB phone-on|Connect your phone to the original cable|Allow debugging in the request on the screen|Check the connection of the adb device team-->

4. Reset to factory settings (extreme case)

If no other method has worked, you'll have to reset your phone back to factory settings, and you'll delete all your data, including passwords, accounts, photos and apps, and only use this method if you:

  • πŸ” You don’t remember the password from the lock screen.
  • πŸ“± The phone is not tied to the Mi Account (or you don’t remember the data from it).
  • πŸ’Ύ You have a backup of important data.

How to reset:

  1. Turn off the phone.
  2. Press the Power button + Volume up at the same time (on some models – Volume down).
  3. In the Recovery menu, select Wipe Data (use volume buttons for navigation, power button for selection).
  4. Confirm the action by selecting Yes.
  5. After completion, select Reboot.

On the new models (Xiaomi 14, Redmi Note 13), the Recovery menu can be in Chinese.

  • 🧹 β€” Wipe Data (reset)
  • πŸ”„ β€” Reboot (reboot)
  • πŸ› οΈ MiAssistant – Connect to Mi Assistant (do not select this option!)

πŸ’‘

Recovery removes ALL data, including application passwords, but does not guarantee unlocking of Mi Account. If the phone was linked to an account, after reset, you may need to enter a username and password from Mi Account.

5. Bypass locking through Safe Mode (if the phone is locked)

If you can’t log in because the Settings app itself is locked with a password, try running your phone in Safe Mode. This mode disables all third-party apps, including MIUI App Lock.

How to activate Safe Mode:

  1. Press the power button until the shutdown menu appears.
  2. Press and hold the "Switch Off" (or "Power Off") option.
  3. Confirm the transition to safe mode by pressing OK.
  4. After downloading, try to open the blocked application - the password may not be requested.

If the application has opened:

  • πŸ“± Go to Settings and disable the lock (as in the first method).
  • πŸ”„ Restart your phone in normal mode.

Limitations of the method:

  • ❌ Not working. MIUI 14+ with the latest security updates.
  • ❌ Some system applications (such as Mi Home or Xiaomi Cloud) may remain blocked.
  • ❌ After exiting Safe Mode, the lock may return.

6. Alternative methods: what NOT to do

There are dozens of β€œtips” on the Internet to bypass the lock on Xiaomi, but many of them are either outdated or dangerous.

  • 🚫 Installing custom firmware (such as LineageOS) without experience – the risk of turning the phone into a β€œbrick".
  • 🚫 Use of password cracking software (such as Mi Account Unlock Tool) – most of them contain viruses.
  • 🚫 Password Attempts After 5 Failed Attempts MIUI Can block access for 24 hours.
  • 🚫 Fastboot rollback – on new models this will lead to hard-brick (irrecoverable breakage).

Also beware of tips on editing /data/system/locksettings.db files manually. On MIUI 13/14, this file is protected by dm-verity, and changing it without root rights will cause a system failure.

If you do decide to take a risk, here are the minimum precautions:

  • πŸ”‹ Charge your phone 100% – interruption of the process can cause errors.
  • πŸ“‹ Make a backup copy through Mi PC Suite (if the phone is still responding to the connection to the PC).
  • πŸ” Check the phone model for compatibility with the chosen method on the forums 4PDA or Xiaomi.EU.

FAQ: Frequent questions about unlocking apps on Xiaomi

Can I delete the password from the app without resetting my phone?
Yes, most of the time. Try: Mi Account reset (if the phone is tied to your account); ADB (if USB debugging is enabled); Safe Mode (if the lock is not system-based); Phone reset is a last resort.
Why do apps ask for a password again after resetting through Mi Account?
This is due to synchronization with MIUI Cloud. To avoid: Before reset, turn off sync to Settings β†’ Mi Account β†’ Data Sync. After reset, do not restore settings from the backup.
How do I know if USB debugging is enabled if my phone is locked?
If you can't log in, check this: Connect your phone to your PC. Open the command line and type: adb devices If the device is displayed as unauthorized, debugging is enabled but not confirmed. If the list is empty, debugging is disabled.
Can I unlock the application if I forget the password from Mi Account?
Technically possible, but very difficult. Options: Call on Xiaomi to prove ownership of the device (check, box). EDL-mode (requires an authorized developer account and special equipment) Self-attempts to bypass the link to the account most often end in blocking IMEI.
Why do some apps (such as Mi Home) ignore password resets?
Xiaomi apps (Mi Home, Xiaomi Cloud, Mi Fit) use an extra layer of protection tied to an account.To reset their password: Remove the app via ADB: adb uninstall com.xiaomi.smarthome Install it again from AppGallery or Google Play.