How to completely disable the lock screen on Xiaomi Redmi Note: safe and hidden methods

The lock screen on the Xiaomi Redmi Note is not just a protection against accidental clicks, but also a barrier to quick access to the device, and many users want to turn it off to save time when unlocking or avoid unnecessary gestures. However, the manufacturer does not provide a direct option to completely remove the lock in standard settings - only a choice between the two. PIN-code, pattern lock or fingerprint.

In this article, we’ll break down all the working ways to turn off the lock screen on the Redmi Note 8/9/10/11/12 and other models in the series, including hidden MIUI features, ADB commands, and workarounds. It’s important to understand that removing the lock completely deprives the device of basic protection against data theft β€” even if you only use your smartphone at home.

Why Xiaomi doesn’t allow you to completely remove the screen lock

Xiaomi has a similar security policy to other Android device manufacturers, and shutting down the lock screen completely contradicts several key principles:

  • πŸ”’ Privacy protection: Without locking anyone with physical access to the phone will have access to messages, photos and payment apps.
  • πŸ“± Android Requirements: Starting with Android 5.0 Lollipop, Google requires manufacturers to include at least minimal protection (e.g., swipe).
  • πŸ›‘οΈ Reset protection: On devices with MIUI 12+ The lock is tied to the Mi Account, which complicates theft and resale.
  • πŸ”„ Service compatibility: Some banking applications (e.g. SberBank or Tinkoff) require a lock to work.

However, there are workarounds – from partial shutdown (installation of a simple swipe) to complete removal via the engineering menu or ADB. Next, we’ll look at them in detail, starting with the safest ones.

πŸ“Š Why you want to turn off screen lock on Redmi Note?
I am tired of entering a PIN/pattern lock.
Needed to automatically start applications
I only use my phone at home.
Other

Method 1: Installation of minimum protection (swipe)

If your goal is to speed up unlocking, but not sacrifice security entirely, switching to Swipe is the best option. This doesn't turn off the lock screen, but makes it instantly unlockable.

Instructions for MIUI 12/13/14:

  1. Open Settings β†’ Screen lock and password.
  2. Enter the current PIN/pattern lock for confirmation.
  3. Select the type of screen lock β†’ swipe.
  4. Confirm the change (re-entering the password may be required).

⚠️ Note: Some Redmi Note models (e.g. Note 10 Pro with a MIUI 13.0.6+) The swipe option may be hidden:

β˜‘οΈ What to do if there is no option "Swipe"

Done: 0 / 4
Redmi Note modelSupports swipe?Notes
Redmi Note 8/8TYes.On MIUI 11-12, the option is available by default
Redmi Note 9/9S/9 ProYes (sometimes hidden)You may need to reset security settings
Redmi Note 10/10 ProPartially.MIUI 13+ is blocked for accounts with synchronization Mi Cloud
Redmi Note 11/12No.Requires an ADB or Engineering Menu

Method 2: Disable the lock via ADB (without root)

If you are not satisfied with swipe, and the complete removal of the lock is necessary (for example, to use the phone in kiosk mode), you can use ADB commands. This method works on most Redmi Note models with Android 9-13 and does not require superuser rights.

You'll need:

  • πŸ–₯️ Computer with Windows/Linux/macOS
  • πŸ”Œ USB-cable (preferably original)
  • πŸ“± Included debugging by USB phone-on
  • πŸ› οΈ Utility. ADB Tools by Google

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on the MIUI Version until the notification "You've become a developer" appears.

USB debugging

  • Back to Settings β†’ Additionally. β†’ For developers.
  • Activate the debugging switch over USB.
  • Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
  • Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with adb.exe.
  • Enter the command to check the connection: Adb devices should appear serial number of your Redmi Note.
  • Execute the command to disable lock: adb shell settings put global lockscreen.disabled 1
  • Reboot your phone: adb reboot