How to remove automatic screen shutdown when calling Xiaomi: all ways

Have you ever missed an important call because Xiaomi's screen went out at the wrong time? Or tried dialing and the display stubbornly shut down after 3-5 seconds? This problem is familiar to many owners of smartphones on MIUI - the branded shell often aggressively saves battery power, locking the screen even during an active call. In some cases, this behavior interferes with: it is difficult to use loud communication, switch between calls or just hold the phone to the ear without false alarms of the proximity sensor.

In this article, we will discuss 5 proven ways to turn off the screen automatically when calling Xiaomi β€” from standard settings to hidden settings and commands for power users. The methods work on most models (Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12/13) and versions of MIUI 12-14, including global and Chinese firmware. Importantly, some solutions require unlocking the bootloader or superuser rights β€” we will separately specify the risks and alternatives.

Why the screen goes out during the call: the causes of the problem

Before you can fix the behavior of a smartphone, you need to understand its logic, and 90 percent of the time, there are three things that are to blame:

  • πŸ”‹ Optimizing the battery. MIUI The default limits screen activity during calls to reduce charge consumption, especially on budget models (Redmi). 9A, POCO M3), where the battery is so weak.
  • πŸ‘οΈ If it's triggered falsely (for example, because of a protective glass or case), the system "thinks" that the phone is pressed to the ear, and blocks the display. AMOLED-screen.
  • πŸ“± Settings MIUI. In some firmware (especially Chinese), the Screen off during calls option is enabled by default and hidden from the user.

Less commonly, hardware malfunctions such as a damaged proximity sensor, incorrect firmware after an update, or conflict with apps (such as Truecaller or Google Phone) are to blame. If the screen goes out only when using the headset, the problem may lie in Bluetooth settings.

πŸ“Š Your Xiaomi smartphone turns off the screen during calls?
Yeah, always.
Yeah, but only with a headset.
No, I didn't.
I'm having trouble answering.

Method 1: Standard MIUI settings (without root)

To start with, the system's built-in settings are simple: in the latest versions of MIUI 13-14, the option to turn off the screen during calls has become more affordable, but its location depends on the model and the firmware region.

Instructions for most devices:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, enter your phone and select the standard call app (Phone or Dialer).
  3. Go to Permissions β†’ Additional β†’ Display on top of other windows and turn on this option.
  4. Go back and select Battery β†’ No restrictions (this will prevent forced screen shutdown due to optimization).

For some models (POCO F4, Xiaomi 12T) the way is different:

  • πŸ“ž Settings β†’ System system β†’ Additional settings β†’ Special facilities β†’ Turn off the screen when calling (switch the slider to the off position.).
  • βš™οΈ Settings β†’ Screen. β†’ Sleeping mode. β†’ Exceptions β†’ Calls (add the Phone app to the exclusion list).

β˜‘οΈ Preparation before changing settings

Done: 0 / 4

If you don't have these items in your firmware, they're hidden. Go to the next way.

Method 2: Configure the proximity sensor

False alarms are one of the main reasons for the screen to be turned off spontaneously, and you can check it with the test mode:

  1. Enter the phone app code ##6484## (or ##0*## for older models).
  2. In the menu that opens, select Proximity Sensor.
  3. Put your hand to the top of the screen (where the front camera is located). The value should change from 5.00 (far) to 0.00 (close).

If the sensor is working but is too sensitive:

  • 🧹 Clean the area around the front camera of dirt (especially if you use a case with high sides).
  • πŸ› οΈ Calibrate the sensor through the engineering menu (code ##36446337##, then Proximity Sensor Calibration).
  • πŸ“± Install the Sensor Test app from Google Play and check the trigger threshold. Normal value is 0-5 cm.
What to do if the sensor is not working?
If the proximity sensor does not respond to obstacles, this may indicate a hardware malfunction. In this case: 1. Try resetting the phone to factory settings (Settings β†’ About phone β†’ Reset). 2. Check if the sensor plume is damaged (relevant after falls or repairs). 3. Contact the service center - replacing the sensor costs 500-1,500 rubles depending on the model.

Critical information: Some models (e.g. Xiaomi Mi 10T) have a proximity sensor combined with a light sensor. If the screen is too dim after calibration, return the settings to the factory settings.

Method 3: Use ADB-Teams (for experienced teams)

If the standard settings don’t help, you can turn off screen lock via Android Debug Bridge (ADB). This method does not require root rights, but requires a computer and USB-cable.

Step-by-step:

  1. Turn on the phone Developer Mode: go to Settings β†’ About Phone and 7 times click on the MIUI version.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install Mi PC Suite drivers, and download ADB Tools.
  4. Open the command line in the ADB folder and type:
adb shell settings put global proximity_delay 2500

This command increases the delay before turning off the screen to 2.5 seconds (by default, 500 ms). To completely disable the lock, use:

adb shell settings put global proximity_delay 0

To apply the changes, restart your phone. To return the standard settings, do:

adb shell settings delete global proximity_delay

πŸ’‘

If, after the execution, ADB-commands the screen stopped fading, but the proximity sensor stopped working at all, try setting the delay at 1000 ms (1 second) - this is usually enough for comfortable use.

Method 4: Editing system files (requires root)

For users with unlocked bootloader and superuser rights, the most radical method is available - editing the build.prop file. This will permanently disable screen lock during calls, but requires caution: incorrect changes can lead to bootloop ( looped boot).

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/build.prop and back up the file.
  3. Open the file in the text editor and add a line at the end:
ro.lge.proximity.delay=2500


debug.hwui.use_dyn_fps=true

Save the changes, set the rights to 644 (rw-r--r---) and restart the phone. If the screen still goes out, try replacing the value of 2500 with 0.

⚠️ Attention: Editing build.prop may disrupt some features (such as automatic brightness control).Be sure to have a firmware backup and access to custom Recovery before making changes (TWRP).

Method 5: Third-party applications

If previous methods have failed or seem too complicated, you can use Google Play apps that do not require root rights, but may require additional permissions.

AnnexFunctionalConsReference
Proximity Sensor FixCalibration of the proximity sensor, manual setting of the threshold of operationAdvertising requires access to special opportunitiesDownload
Keep Screen OnForced to keep the screen on during callsIt doesn’t work on all Xiaomi models.Download
TaskerCreating Automatic Rules to Disable Screen LockComplicated interface, paid versionDownload

For Tasker, you can create a simple rule:

  1. Create a new Task called Screen On During Call.
  2. Add Display β†’ Display Timeout and set the value of 30 minutes.
  3. Create a profile, select State β†’ Phone β†’ Call (any call).
  4. Link the created task to the profile.

This will keep the screen on for the duration of the call, so don't forget to turn off the task after the call is over so you don't waste your battery.

πŸ’‘

Third-party apps are the safest way to go, but they can conflict with MIUI optimization. If the phone starts to brake after installation, clear the phone app cache in the settings.

Frequent Mistakes and How to Avoid Them

When trying to remove a screen lock, users often face typical problems, and here are the most common ones and ways to solve them:

  • πŸ”„ Settings are reset after the update. MIUI Sometimes resets user settings when you install new firmware versions. To avoid this, fix changes through the ADB Or back up your settings with Mi Mover.
  • πŸ”‹ Battery consumption increased. If the screen doesn't turn off at all, the battery will go down faster. The trade-off is to set a delay of 1-2 seconds instead of completely shutting down the function.
  • πŸ“΅ Signs don't work during the call. On some models (Xiaomi 12 Pro, POCO F3) Turning off the proximity sensor breaks swipes to control volume, so the solution is to use physical buttons or a headset.

Another common mistake is using informal firmware, and custom builds (like LineageOS or Pixel Experience) can not properly process sensor signals. If you encounter a problem after you have firmware, try:

  1. Return to stock MIUI via Mi Flash Tool.
  2. Update the firmware to the latest stable version.
  3. Install a Magisk module to calibrate the sensor (e.g., Proximity Sensor Fix for Magisk).

⚠️ Attention: On devices with MIUI For example, the Redmi Note 11 Pro+ 5G) some ADB-In this case, use methods without root or turn to alternative firmware (for example, use alternative firmware, MIUI EU).

Can I turn off the screen lock only for specific contacts?
Yes, but only with third-party apps like Tasker, create a profile with Call β†’ Contact, select the contact you want, and tie the screen retention task, which is not the feature in standard MIUI settings.
Why does not the automatic locking function when the phone is brought to the ear after the proximity sensor is turned off?
This is normal behavior -- the proximity sensor is responsible for locking the screen during a conversation, if you completely disable its calibration or delete the parameters through the phone. ADB, Solution: set the delay (e.g., set the response delay, proximity_delay 1000) shutdown.
Will the method work with ADB on Xiaomi with a locked bootloader?
Yes, ADB-commands do not require unlocking the bootloader or root rights. However, some models (for example, Xiaomi 13 Ultra) may require additional permission in the developer settings: USB (security) β†’ Enable debugging (only charging).
How to return the standard settings, if after the changes the phone began to behave unstable?
If you have edited build.prop or used ADB, Execute: adb shell settings delete global proximity_delay adb shell settings delete global proximity_sensor_rate To reset the sensor calibration, enter the code in the phone application: ##36446337## β†’ Proximity Sensor Reset. If the problem persists, reset to factory settings (Settings) β†’ The phone. β†’ Reset).
Is there a difference between the Chinese and the global version of MIUI?
Yes, Chinese firmware (MIUI China) often lacks some sensor-related menu items, such as the option to turn off the screen when you call, which can be hidden, in which case use ADB or install MIUI EU (European firmware) - it has more customization settings.