How to remove the screen lock when calling Xiaomi: all ways + hidden chips

Are you missing important calls because Xiaomi’s screen is locked during a call? This problem is familiar to many owners of Redmi, POCO and Mi smartphones β€” instead of quickly accessing a keyboard or notes, you have to unlock the device with a gesture or password. In this article, we will discuss all the working ways to disable screen lock when you call, including standard MIUI settings, hidden developer settings and even ADB commands for advanced users.

The reason for the lock is MIUI's security policy: it automatically locks the screen to avoid accidental taps during a conversation. However, this creates an inconvenience - you can not quickly open the browser, switch to another application or use a second space without interrupting the call. We tested the methods on Xiaomi 13 Pro (MIUI 15), Redmi Note 12 (MIUI 14) and POCO F5 (MIUI 13) - all solutions work, but some require superuser rights.

It is important that before you change your settings check that your device has the latest version of MIUI installed. In older firmware (before MIUI 12), some of the functions may be missing or work differently. If you use custom firmware (for example, LineageOS), the methods may not work, in which case you will need to edit the system files manually.

1. Standard MIUI settings: disabling screen lock

The easiest way is to use the built-in MIUI options, which is suitable for most Xiaomi, Redmi and POCO models on MIUI 12 firmware and later.

  1. Open the Settings app (cog icon).
  2. Go to the Display section.
  3. Select the option Lock the screen.
  4. Scroll down to the Additional block and tap on the Lock Settings when calling.
  5. Turn off the slider Lock the screen during the call.

If you don't have a Lock Settings on your menu, the manufacturer has hidden it for your model, in which case, try an alternative route:

  • πŸ” Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ“ž Find the phone app in the list and tap it.
  • βš™οΈ Select Permissions, then Additional Permits.
  • πŸ”“ Check if the permission to display over other windows is enabled – if not, activate it.

On some devices (such as Xiaomi 12T), this option may be called: Show over other applications or System Alert. If this method did not work, then go to the next section - there we will consider the hidden settings.

πŸ“Š What kind of Xiaomi model do you have?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Another model

2. Hidden developer settings: disable the lock via Debug menu

If standard settings don’t work, try activating developer mode and changing hidden settings.This method works on 90% of Xiaomi devices, but you need to be careful – incorrect changes can lead to crashes.

First, turn on the developer mode:

  1. Open the Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version (you will be notified β€œYou became a developer”).
  3. Return to the main Settings menu, and a new section for developers will appear.

Now we move on to the lock settings:

  • πŸ› οΈ Go to Settings. β†’ For developers.
  • πŸ” Find the Debugging Point on USB Turn it on (this is mandatory for further action).
  • πŸ“± Scroll down to the Enter block and activate Allow display over other windows.
  • πŸ”“ In the same menu, find the Unlock when calling (or Ignore screen lock during call) and turn it on.

If there is no option to disable the lock when calling, try to find similar options:

  • Stay awake (do not turn off the screen when charging) – can indirectly affect the lock.
  • Force GPU rendering (forced processing of the GPU) – sometimes solves the problem with the screen freeze.
  • Disable HW overlays – helps with older models.

πŸ’‘

If after changes to the developer menu, the screen began to behave unstable (shimmers, spontaneously blocks), reset the settings of this section to factory: Settings β†’ For developers β†’ Reset settings.

3.Use of ADB-Teams for Advanced Users

If the previous methods did not work, the most reliable (but also the most difficult) way remains – changing the system parameters through the use of the system. ADB. It'll take a computer, USB-The advantage of the method is that it works even on devices with limited settings (for example, corporate smartphones).

First, prepare everything you need:

  • πŸ’» Computer with Windows/Linux/macOS.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Utility. ADB (You can download from the official Android website).
  • πŸ”“ Initiated Debugging Mode USB on a smartphone (see previous section).

Now, follow the following steps:

  1. Connect your smartphone to your computer and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices should appear the name of your device.
  4. Give permission to debug on the smartphone screen (a request will appear).
  5. Enter the command to disable the screen lock when calling: adb shell settings put global disable_call_screen_lock 1
  6. Reboot the device: adb reboot

After the reboot, check if the lock has disappeared. If not, try an alternative command:

adb shell settings put secure lock_screen_allow_when_call 0

Important: on some MIUI firmware (e.g., Chinese versions), these commands may not work due to manufacturer restrictions, in which case you will need to manually edit the settings.db file via Root access.

β˜‘οΈ Preparation for ADB-team

Done: 0 / 5

Alternative solutions: third-party applications and workarounds

If you don't want to go through the settings or use ADB, you can use third-party utilities, which are not always reliable, but sometimes help you bypass the limitations of MIUI.

Appendix "No Lock During Call"

This is a specialized application to disable the screen lock during calls. It works on most Xiaomi devices, but requires overlay permissions:

  • πŸ“₯ Install the app from Google Play.
  • πŸ”§ Run it and provide all the permissions you request (including Display over other windows).
  • βš™οΈ In the application settings, activate the option Disable Screen Lock During Call.
  • πŸ”„ Restart the device to apply changes.

The downside of the method: the application may conflict with some versions of MIUI, causing the screen to freeze. If after installation, you have lags, delete it and try another way.

Use of the "Second Space"

An unusual but working workaround is a call from the second space, and MIUI has a desktop duplication feature where lock settings may differ:

  • πŸ”„ Go to Settings. β†’ Second Space and Create a New Profile.
  • πŸ“ž In the second space, open the settings. β†’ Display. β†’ Lock the screen and turn off the lock when calling.
  • πŸ”‘ Return to the main space and make a call – there will be no lock.

This method is suitable if you need to take a call without locking, but not as a permanent solution.

Table: comparison of methods of disabling the lock

MethodDifficultyRoot/ADB requiredWorks on MIUI 12-15Risk of failure
Standard settings⭐❌ No.βœ… Yes.❌ No.
Developer mode⭐⭐❌ No.βœ… Yeah, not always)⚠️ Low.
ADB-teamβ­β­β­βœ… Yes (ADB)βœ… Yes.⚠️ Medium.
Third-party annexes⭐⭐❌ No.βœ… Yeah, not always)⚠️ High-pitched
Second space⭐⭐❌ No.βœ… Yes.❌ No.

πŸ’‘

The most reliable method β€” ADB-For most users, standard settings or developer mode are enough.

Frequent problems and their solutions

When you turn off the screen lock during a call, you may experience unexpected difficulties. Let's consider typical situations and how to fix them:

Problem 1: Settings are reset after the MIUI update

Once the new firmware version is installed, any changes in lock settings can be reset, due to Xiaomi's security policy, which resets some settings to factory settings.

  • πŸ”„ Re-apply the selected method (standard settings or ADB).
  • πŸ“₯ If you use ADB, Create a.bat file with the team and run it after each update.
  • πŸ”§ In Developer mode, activate Save Settings when you update (if there is such a point).

Problem 2: The screen goes out, but doesn't lock

Sometimes, when you turn off the lock, the screen just goes out, but it doesn't turn off completely, and that's because of the timeout settings of the display.

  • ⏱️ Go to Settings. β†’ Display. β†’ Sleeping mode.
  • πŸ”˜ Set a maximum time (e.g. 10 minutes) or select Never.
  • πŸ”¦ In Developer Mode, turn off the screen when inactivity.

Problem 3: The lock is returned after the reboot

If the screen lock when the call appears again after the reboot, it may be due to:

  • πŸ”„ Battery Optimization: Add Phone app to exceptions (Settings) β†’ Battery β†’ Optimizing the battery).
  • πŸ›‘οΈ Defender MIUI: Turn it off at the time of settings (Settings) β†’ Memory. β†’ Auto-start).
  • πŸ“± Resetting settings: check if settings are reset when restarting (relevant for custom firmware).
What do you do if nothing helps?
If neither method worked, there are two options: 1. Install custom firmware (e.g. Pixel Experience or LineageOS) where there are no MIUI restrictions. 2. Contact Xiaomi Service Center – perhaps your model lock is at the iron level (relevant to some enterprise devices).

6.Security: Risks of disabling screen lock

Disabling the screen lock while you're on the phone is convenient, but it has the downside of increased security risks. Without protection, anyone can access your smartphone while you're on the phone.

⚠️ Warning: If you store sensitive information (bank applications, work data) on your phone, disabling the lock when you call can lead to a data leak.

How do you reduce the risks?

  • πŸ”’ Use biometric locking (fingerprint or facial recognition) instead of using a biometric lock. PIN-This will allow you to quickly unlock the phone after the call.
  • πŸ“± Set up automatic locking through 5-10 seconds of inactivity (Settings) β†’ Display. β†’ Sleeping mode).
  • πŸ›‘οΈ Install a remote control app (like Find My Device) to lock your phone in case of theft.
  • πŸ” Turn off notifications on the locked screen (Settings) β†’ Notifications β†’ On a locked screen).

If you make frequent calls in public places (transportation, cafes), it is better to leave the lock on, the alternative is to use headphones with a microphone, so as not to put the phone to your ear and not to risk data.

What to do if your phone is stolen during a conversation?

⚠️ Note: If your Xiaomi is stolen and the screen lock is disabled, immediately: 1. SIM-2. Remotely lock the device through Mi Account. 3. Change passwords from important accounts (mail, social networks, banks). 4. Report to the police - Xiaomi has a tracking function on the Internet. IMEI.

7. Features for different Xiaomi models

Not all Xiaomi smartphones respond equally to disabling the screen lock.

Xiaomi 13/13 Pro/13 Ultra (MIUI 14-15)

On 2023 flagships, locking when calling is disabled through standard settings, but additional permission may be required in Settings β†’ Privacy β†’ Special Access β†’ Display over other windows for the Phone application.

Redmi Note 10/11/12 (MIUI 12-14)

These models often lack the direct option to disable the lock.

  • Use it. ADB-teams (see section 3).
  • Update the firmware to the latest version – in the new builds of MIUI 14 the problem is fixed.

POCO F3/F4/F5 (MIUI 13 for POCO)

POCO devices have a signature feature: the lock screen when you call is connected to Game Turbo mode.

  1. Go to Settings β†’ Special features β†’ Game Turbo.
  2. Turn off the call optimization option.
  3. Reset the device.

Xiaomi Mi 11/11T/11 Lite (MIUI 12.5-13)

In these models, the locking of the screen when you call may be related to the energy saving mode.

  • πŸ”‹ Go to Settings. β†’ Battery β†’ Energy saving regime.
  • πŸ”˜ Turn off Call Optimization or Battery Savings When Talking.

If your model isn’t on the list, try generic methods (standard settings or ADBs). Rare devices (such as the Xiaomi Civi or Mix Fold) may require manual editing of system files.

FAQ: Answers to Frequent Questions

❓ Why does the screen still go out after the lock is turned off?
This is due to the display timeout settings. Go to Settings β†’ Display β†’ Sleep mode and set maximum time or turn off the automatic screen shutdown. Also check the power saving settings - some modes force the screen to go out during the call.
❓ Can I turn off the lock only for specific contacts?
There's no such feature in standard MIUI settings, but you can use a workaround: Create a second space and set it to a deactivated lock. Add the contacts you want to add to the second space. Call them from there, there's no lock, but mostly there's still space. Alternatively, use apps like Tasker to automatically disable locks when you call from certain numbers.
❓ Will these methods work on custom firmware (for example, LineageOS)?
On most custom firmware (for example, LineageOS, Pixel Experience), the screen lock when calling is disabled through the standard Android settings: Go to Settings β†’ Annexes β†’ Phone. β†’ Extra, disable the option to lock the screen during the call. If you don't have that option, use it. ADB-Some firmware may require editing of the build.prop file.
❓ How to return the screen lock when I call if I change my mind?
To turn on the lock again, follow the same steps as when you turn off, but in reverse order: For standard settings: return the slider Lock the screen during the call to the "On" position. ADB: Enter adb shell settings put global disable_call_screen_lock 0. For Developer Mode: Turn off the option to Disable Lock when you call. After the changes, restart the device.
❓ Why my Xiaomi doesn’t have the option to disable lock in the settings?
It could be related to: πŸ“± Regional firmware: on Chinese versions MIUI Some of the settings are hidden. πŸ”’ Operator policy: if the phone is purchased from a mobile operator, it can block such options. πŸ”„ An outdated version MIUI: Update the firmware to the latest version. Solution: Use it. ADB-commands or third-party applications (see Section 4).