How to turn off the lock screen on Xiaomi phone: all ways (2026)

The lock screen on Xiaomi smartphones is not only a privacy protection feature, but also a constant inconvenience for those who prefer instant access to the device. Especially annoying is the need to enter a password or use biometrics dozens of times a day. Fortunately, MIUI allows you to completely remove the lock screen - but with important caveats. In this article, we will discuss all the working methods for disabling the lock screen on Xiaomi phones, including hidden settings, bypassing through ADB, and what to do if the system does not remove protection.

Before you get into the instructions, keep in mind that completely disabling the screen lock on modern versions of MIUI (13-14) is officially only possible if a password, PIN or pattern lock has not been previously set. If the protection is already activated, workarounds will be required - some of which we will also describe. Also remember that without locking, your phone becomes vulnerable to unauthorized access, especially if you are stolen or lost.

This article is relevant for all Xiaomi, Redmi and POCO models based on MIUI 12, 13 and 14, including the flagship Xiaomi 13/14 series, Redmi Note 12/13 and POCO F5/X5. If your model is older than 2019, some menu items may differ - in this case, use the search by settings (Settings β†’ Search).

Why Xiaomi doesn’t let you just remove the lock screen?

With MIUI 12, Xiaomi has tightened its security policy to comply with Google’s requirements for Google Mobile Services (GMS), and now, when you first turn on your phone, you must install at least one unlock method – a password, PIN, pattern lock or biometrics.

  • πŸ”’ Data protection of Google Pay and other payment services (without blocking they will refuse to work).
  • πŸ“± Android Enterprise Policy, which prohibits devices without protection from connecting to corporate networks.
  • πŸ›‘οΈ Encryption requirements: on new Xiaomi smartphones, data is stored in encrypted form, and the encryption key is tied to the unlock method.

If you try to remove the lock after you install it, the system may give you an error like "At least one unlock method is required" or "You can't turn off the protection because of the security policy." It's not a bug, it's a conscious limitation. But there are ways to get around it, which you can read about below.

⚠️ Note: Disabling the lock screen may result in loss of access to Google Pay, banking apps and corporate email.Some services (such as SberBank Online or Tinkoff) may block the sign-in until you install protection back.

Method 1: Disable the lock through standard settings (if the password is not set)

If you have never set a password, PIN or pattern lock, and only used a fingerprint or facial recognition, then the lock can be removed in a few steps:

  1. Open the Settings β†’ Lock screen.
  2. Select the screen lock type.
  3. Enter the current unlock method (if requested).
  4. Select No (or Swipe on some firmware).
  5. Confirm the action.

If No is not listed, you have a password set on your device (even if you don’t remember it), in which case you go to Method 3 (via ADB).

β˜‘οΈ Preparation for disabling the lock

Done: 0 / 4

Some models (such as the POCO F4 GT or Xiaomi 12T) may display a warning after disabling the lock that Google Pay is no longer functional.

Method 2: Delete password through your Mi Account (if you forgot the combination)

If you forgot your lock password but linked your device to your Mi Account, you can reset the protection via Xiaomi’s website.

  • πŸ“± The phone is connected to the Internet (Wi-Fi or mobile network).
  • πŸ”‘ You have access to email/phone linked to Mi Account.
  • πŸ”„ Find the device has been activated in the settings.

Instructions:

  1. Go to account.xiaomi.com and log in.
  2. Select Find the device β†’ Your smartphone.
  3. Click Unlock Device (or Unlock Device).
  4. Confirm the action via SMS/email.
  5. Wait for the notification on your phone and follow the instructions.

⚠️ Note: This method does not work if the phone has a password set for encryption (not to be confused with the usual one). PIN-In this case, you will need a complete reset via Fastboot.

After unlocking through Mi Account, you can go to the settings and remove the lock screen in the standard way (see Method 1).

Method 3: Disable blocking via ADB (for power users)

If the system does not remove the lock through the menu, you can bypass the restriction using Android Debug Bridge (ADB), which requires connecting the phone to your computer and works on all versions of MIUI, including the latest updates from 2026.

You'll need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Installed drivers Xiaomi and ADB.
  • πŸ”‘ Included Debugging by USB phone-on.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Enable USB Debugging.

Connect your phone to your computer and confirm your trust in the device.

CMD

adb shell


pm clear com.android.providers.settings

Reboot the phone.

Settings β†’ Lock screen β†’ Lock type

No.

πŸ’‘

If the pm clear command doesn’t work, try an alternative method: type adb shell settings put global lockscreen.disabled 1, then restart the device.

This method resets the lock settings, but does not affect the user's data, but after the reboot, some personal settings (wallpaper, brightness, etc.) may be reset.

MethodPC requiredData resettingIt's working on MIUI 14.
Standard settings❌ No.❌ No.βœ… Yes.
Through the Mi Account.❌ No.❌ No.βœ… Yes, if the account is linked)
ADB-teamβœ… Yes.❌ No.βœ… Yes.
Reset via Fastbootβœ… Yes.βœ… Yes.βœ… Yes.

Method 4: Complete Fastboot reset (extreme case)

If all previous methods failed, the radical way is to completely reset your settings through Fastboot mode, which will remove all data from your phone, including photos, messages and apps, so only use it as a last resort.

What you need:

  • πŸ–₯️ Computer with Mi Flash Tool installed.
  • πŸ“± Original. USB-cable.
  • πŸ”§ Firmware for your model (you can download on the official website).

Instructions:

  1. Turn off the phone.
  2. Press the Power button + Volume down to enter the Fastboot.
  3. Connect the phone to the computer.
  4. Start the Mi Flash Tool, select the downloaded firmware.
  5. Press Flash (select Clean All for a full reset).
  6. Wait for the process to be completed (5-10 minutes).
What happens if you interrupt the firmware?
Interrupting the firmware process in Fastboot mode can lead to a β€œbrick” of the device – the phone will stop turning on and will require repairs in the service center.

Once flashed, the phone will boot as new and you can set it up without locking the screen (but you’ll lose all the data).

Frequent problems and their solutions

When you turn off the lock, users often encounter errors, and here are the most common ways to fix them:

  • πŸ”„ "You can't turn off security because of security policy": This means the phone has a password set for encryption.Solution: Use Method 3 (ADB) Or drop your phone through Fastboot.
  • πŸ“΅ "No No in lock types: So you have a password set before. Try entering it in the lock field (even if you don't remember it - sometimes empty input works).
  • πŸ”Œ ADB Does not see the device: Install Xiaomi drivers manually through Device Manager or use Universal ADB Driver.
  • πŸ”’ After the lock is disabled, payment services stopped working: This is normal. To return the functionality of Google Pay or SberPay, install back PIN password.

If none of these methods worked, check to see if your device has Data Protection activated in its security settings, which can block changes to lock settings.

πŸ“Š What Unlocking Method You Used?
Standard settings
Through the Mi Account.
ADB-team
Reset via Fastboot
I haven't tried it yet.

Is it safe to turn off the lock screen?

The answer depends on how you use your phone:

  • βœ… You can turn off if: Your phone is always at home/work in a safe place; you don't store important data (document photos, passwords, etc.) on your device; you don't use mobile banks or payment services.
  • ❌ You are not advised to disconnect if: You are often in public places, your phone stores business data or access to corporate systems, you use Google Pay, Apple Pay or other payment applications.

The alternative is to set minimum protection:

  • Use a 4-point pattern lock (unlocks in 1 second).
  • Set up a Smart Lock (Settings) β†’ Security β†’ Smart Lock for automatic unlocking at home or when connected to a trusted device (e.g. smartwatch).
  • Turn on fingerprint unlocking – it’s fast and reliable.

πŸ’‘

Even if you turn off the lock screen, the data encryption on Xiaomi will remain active, which means that if a phone is stolen, an attacker will not be able to simply connect the disk to a computer and copy files, but access to installed applications (social networks, mail, messengers) will be open.

FAQ: Frequent questions about disabling the lock on Xiaomi

Can I remove the screen lock if my phone is tied to a corporate email (Exchange)?
No. Microsoft Exchange and Android Enterprise policies require screen protection, and if you remove the lock, your email will be blocked until you reset it, and in some cases, you may need to reset your account through the Internet. IT-department.
After the lockdown was turned off, the notifications stopped coming.
This is because some apps (like WhatsApp or Telegram) require screen protection to display sensitive notifications. Go to Settings β†’ Notifications β†’ Notifications β†’ Notification settings on the lock screen and select Show all text.
I disabled the lock, but after the reboot it reappeared.
This is due to the Auto Lock on Reboot feature, which is activated on some firmware.Solution: Set any temporary password (e.g., 1111). Go to Settings β†’ Lock screen β†’ Additional. Disable the Lock option when rebooted. Remove the password through Lock Type β†’ No.
Will Face Unlock work after the main lock is disabled?
No. Face recognition and fingerprint are additional unlocking methods that work on top of the main security (PIN/password/pattern lock). If you remove the main lock, the biometrics will also stop working.
Can I turn off the lock on Xiaomi without a computer?
Yes, but only if: You have never set a password (see Method 1). or if you have a Mi Account tied and Find a Device enabled (see Method 2). ADB or Fastboot.