How to remove password from applications on Xiaomi: 5 proven ways

Forgot the password from the Xiaomi app, or just want to remove the intrusive lock? In the MIUI ecosystem, password protection is a useful feature for privacy, but sometimes it becomes a hindrance. For example, when you buy a used phone with a lock already set up or accidentally activate it in the settings. Fortunately, you can remove the password in several ways, from standard to radical.

In this article, we’ll break down all the current techniques for Xiaomi, Redmi and POCO devices based on MIUI 12-15, including bypassing through your Mi Account, resetting settings and even technical loopholes for power users. Importantly, some methods require access to the basic settings of the phone, so link Mi Account to the device in advance – this will make recovery easier.

If you are looking for a solution for a particular model (e.g. Xiaomi 13 Pro or Redmi Note 12), all the instructions are universal – only the differences in the location of menu items. For older versions of MIUI 11 and below, some methods may not work, but we will indicate alternatives.

πŸ“Š What Xiaomi model do you use?
Xiaomi 13/14 series
Redmi Note 11/12
POCO F/X series
Redmi 10/9 series
Another model

1. Delete password through MIUI settings (if you remember it)

The easiest way is to disable locking in the security menu if you have access to your phone’s primary password or fingerprint, a technique that works on all Xiaomi devices with MIUI 12 and up.

Instructions:

  • πŸ“± Open the Settings. β†’ Passwords and security β†’ Application lockdown.
  • πŸ”’ Enter your current password (or use biometrics if configured).
  • ❌ Click on the basket icon in the upper right corner or select Remove all passwords.
  • πŸ”„ Confirm the action – the lock will be removed from all applications.

If you don’t have App Block on the menu, try an alternative route: Settings β†’ Apps β†’ Permissions β†’ Special Permissions β†’ Application Blocking. On some firmware (e.g. MIUI for the global version), the name may differ – look for App Lock.

β˜‘οΈ Preparation for password removal

Done: 0 / 4

2. reset password through Mi Account (if you forgot the lock password)

If you don't remember the password for blocking apps, but your phone is linked to your Mi Account, you can use the Restore feature, which only works when you're on an active Internet connection and if you've previously logged in to your device.

Step-by-step:

  1. Go to Settings β†’ Xiaomi Account β†’ Mi Account.
  2. Make sure you are logged in. If not, sign in with the same account as the locked device.
  3. Return to Settings β†’ Passwords and Security β†’ Blocking applications.
  4. Click Forgot Password? (or Forgot Password? in English firmware).
  5. Select recovery via Mi Account and confirm the action by SMS or email.

Important: If the phone was bought with hands and the previous owner did not untie his Mi Account, this method will not work, in which case a complete reset will be required (see section 4).

What to do if your Mi Account is not tied?
If the account is not tied, you can’t restore the application lock password without resetting the settings, and the only way out is to reset the phone to factory settings (section 4) or contact the Xiaomi service center with proof of purchase.

3. disable the lock via Safe Mode (Security Mode)

A little-known way is to load your phone in Safe Mode, where all third-party apps, including system lock, are disabled, a method that works for Xiaomi on MIUI 13-15, but may not work on custom firmware.

How to start Safe Mode:

  • πŸ”„ Turn off the phone.
  • πŸ”˜ Press the power button until the logo appears. MI.
  • πŸ‘† Once the logo appears, release the power button and hold the volume button until the phone boots up.
  • πŸ›‘οΈ In the lower left corner of the screen will appear the inscription Safe mode.

In this mode:

  1. Go to Settings β†’ Applications β†’ All applications.
  2. Find the Security app (or Security in Russian).
  3. Click Stop, then Clear the data.
  4. Restart your phone in normal mode – the app lock should reset.

⚠️ Warning: Clearing the Security app will remove all security settings, including fingerprints and faces, and after rebooting, you will need to reconfigure the screen unlock.

4. Full reset (Hard Reset) - a radical method

If no one has worked, it will be factory reset, which will delete all data from the phone, including app passwords, but also erase photos, contacts and installed programs. We recommend backing up through Settings β†’ About Phone β†’ Backup (if the phone is still unlocked).

How to perform the reset:

  • πŸ“± Go to Settings. β†’ The phone. β†’ Resetting settings.
  • πŸ”„ Select to delete all data (or Factory Reset).
  • πŸ”’ Enter the screen unlock password (if requested).
  • βœ… Confirm the action – the phone will restart and begin the cleaning process.

After discharge:

  • πŸ“² The phone will be like new – you will need to reconfigure Mi Account, Wi-Fi and other settings.
  • πŸ”“ Application blocking will be automatically disabled.
  • πŸ“₯ Restore data from backup (if it was created).
MethodDo you need a password?Wipes data?Works for MIUI.
Through settingsYes.No.12–15
Recovery through Mi AccountNo (requires an account)No.12–15
Safe ModeNo.Partially (security reset)13–15
Hard ResetYes (screen password)Yes (full reset)All versions.

⚠️ Note: Some models (e.g. Xiaomi) 12T or POCO F5) After reset, you may need to enter the data of the previous Mi Account, if the phone was linked to the account of the previous owner. Without this data, the phone will turn into a brick!

5. Technical methods for experienced users (ADB, TWRP)

If you are familiar with USB debugging or custom firmware, you can remove the password to block applications through ADB or TWRP. These methods are risky and require skills, but sometimes they are the only way out.

Method 1: Removal via ADB

It will require:

  • πŸ–₯️ Computer with installed ADB and Fastboot.
  • πŸ”Œ USB-cable (original).
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Commands to execute:

adb shell


su




pm clear com.miui.guardprovider




pm uninstall --user 0 com.miui.guardprovider

Method 2: Editing files via TWRP

If the phone has a custom TWRP recap, you can manually delete the lock files:

  1. Load to TWRP (clip Power + Volume Up).
  2. Go to Advanced β†’ File Manager.
  3. Delete files: /data/system/locksettings.db /data/system/locksettings.db-wal /data/system/locksettings.db-shm
  4. Reboot the phone.

πŸ’‘

Before using ADB or TWRP, make a full backup of data through TWRP or the Mi Flash Tool program. A mistake in commands can lead to data loss or "bricking" the phone.

Alternative solutions: bypass without discharge

If neither of these methods works, try the workarounds:

  • πŸ”„ Update MIUI: Sometimes, after the system update, the lock is reset. β†’ The phone. β†’ Updating the system.
  • πŸ“± Installation of other firmware: Flashing to the global or European version MIUI via Fastboot can remove the lock (but requires an unlocked bootloader).
  • πŸ› οΈ Xiaomi official service centers can remove the lock on the purchase documents (even without knowing the password).

Critical information: On devices with a MediaTek chip (such as Redmi 9A or POCO M3), resetting a password through the SP Flash Tool can result in loss of IMEI.

FAQ: Frequent questions about blocking apps on Xiaomi

❓ Can you remove the password from a separate application without removing the lock from all?
Yes, for this: Open Settings β†’ Passwords and Security β†’ Application Locking. Enter your current password. Uncheck the unnecessary app on the list. If you forget your password, you will have to reset the lock completely (see Section 1 or 2).
❓ Why After Resetting Your Phone Asks for an Old Mi Account?
This is a theft protection feature, Mi Cloud Activation Lock. If the phone was linked to the previous owner's account, you can only unlock it: Knowing the username / password from the associated Mi Account. Providing a check of purchase to the Xiaomi service center (to prove ownership), without this, the phone will remain locked.
❓ Are these methods working on POCO redmi?
Yes, all instructions are valid for POCO and Redmi, as they run on the same MIUI firmware. Except for the POCO Launcher model (e.g. POCO F1), where the path to security settings may differ: Settings β†’ Applications β†’ Permissions β†’ Application Lock.
❓ How to protect applications after removing the password?
To avoid the problem again: Use a fingerprint instead of a fingerprint. PIN-Code (configured in Settings) β†’ Passwords and security β†’ Fingerprint. Attach Mi Account and turn on Find the device for remote control. Make regular backups through Settings β†’ The phone. β†’ Backup.
❓ Can I bypass the lock through the engineering menu?
No, the engineering menu (#4636###) doesn't have any options for controlling application locking. All of these online life hacks are myths or scams. The only working ways are listed in this article.