How to turn off screen dimming when calling Xiaomi Redmi: all working methods

Have you ever missed an important call because the Xiaomi Redmi screen suddenly went dark in your pocket or on your desk? This problem is familiar to many owners of MIUI-based smartphones - the branded shell often aggressively reduces the brightness of the display during incoming calls to save battery power. But what if you need to keep the screen bright, for example, for ease of response or to avoid missing the call in a noisy place?

In this article, we’ll look at 5 proven ways to turn off dimming when calling, from standard MIUI settings to hidden developer settings, how to set the display so it doesn’t dim on incoming or outgoing calls, and what nuances are important to consider for different Redmi models (including Redmi Note 10/11/12, Redmi 9/10 and new devices on MIUI 14).

Warn right away: some methods require changing system parameters, so before experimenting, check the version of MIUI in the settings (Settings β†’ About Phone β†’ MIUI version) - this will help to avoid conflicts with the firmware.

Why does Redmi's screen darken during a call?

The reason for the blackout lies in the operation of three system mechanisms:

  • πŸ”‹ Adaptive brightness is a feature that automatically adjusts the backlight of the screen depending on the lighting, and during a call it may not work correctly, especially if the phone is lying down the screen.
  • πŸ“± The proximity sensor turns off the screen when you hold the phone to your ear. On some Redmi models, it is delayed or falsely triggered.
  • ⚑ Energy saving mode – in order to save battery MIUI Forcefully reduces brightness during active processes (calls, video playback).

Interestingly, older versions of MIUI 11 and below didn’t have this problem β€” the dimming came after updates starting with MIUI 12. The manufacturer has motivated this by β€œenergy optimization,” but users often face inconveniences, such as the screen can darken even when the phone is on the table and you are trying to respond through the headset.

πŸ“Š How often do you get annoyed by screen dimming when calling?
Constantly.
Sometimes.
I used to worry, but I solved the problem.
Never noticed.

Before you go to the settings, check if the dimming is due to physical damage to the proximity sensor, and if the screen dims even when the adaptive brightness is off, it may be contaminated or defective, and only the service center will help.

Method 1: Disabling adaptive brightness in display settings

The easiest and safest method is to deactivate automatic brightness control, which doesn't always solve the problem completely (since the proximity sensor can still work), but it does eliminate dimming in 60% of cases.

Instructions:

  1. Open the Settings β†’ Display.
  2. Find the option "Adaptive brightness" (or "Automatic brightness control").
  3. Turn the slider to the "Off" position.
  4. Manually set a comfortable brightness level (recommended 70-80% for daytime).

Call your phone from another device

See if the screen fades when you touch your ear.

Check the brightness in the dark room.

Restart your phone to apply changes-->

If you're still dimming after this manipulation, it means that the problem is the proximity sensor or the energy saving sensor.

⚠️ Note: Some Redmi models (e.g. Redmi Note 8 Pro) can automatically turn on adaptive brightness after rebooting. To avoid this, also turn off the option "Darklight Autobrightness" in the same menu.

Method 2: Configure the proximity sensor through the engineering menu

The proximity sensor is a little sensor next to the front camera that detects when you're holding your phone to your ear, and if it's not working properly, the screen will go out even when you're not talking, to check and calibrate the sensor.

Steps to enter the engineering menu:

  1. Open the phone app.
  2. Enter the combination: ##6484## (some firmware may not work, then try ##4636##).
  3. Select the "Proximity Sensor" option.
  4. Check the current values: πŸ“Š Value: should be 0 (sensor not closed; or 1/5 (sensor). βœ… Status: If you're writing FAIL, sensor malfunction.

If the sensor is working, but it is too sensitive, you can turn it off programmatically:

  • πŸ› οΈ Install the Sensor Disabler app from Google Play (rights required) ADB).
  • πŸ”§ In the application settings, find the β€œProximity Sensor” and deactivate it.
What to do if the engineering menu is not opened?
If the combinations ##6484## and ##4636## They don't work, try: 1. Install the application "MTK Engineering Mode" (for MediaTek processors) or "Qualcomm EngineerMode" (for Snapdragon). 2. Use it. ADB-Command: Adb shell am start -n com.android.settings/.DevelopmentSettings 3. Update the firmware to the latest version MIUI (In new versions, the engineering menu can be hidden).

⚠️ Warning: Turning off the proximity sensor will keep the screen from turning off during a conversation, which can cause occasional tapping of the cheek or ear (e.g., hands-free). Use this method only if you are willing to tolerate side effects!

Method 3: Disabling the power saving for the telephone module

MIUI aggressively optimizes power consumption, and sometimes it affects the phone module, to eliminate the effect of energy saving modes on the brightness of the screen during calls:

Instructions:

  1. Go to Settings β†’ Battery and Performance.
  2. Select "Apps Select" (or "Battery Optimization").
  3. In the search bar, enter "Phone" (calling app).
  4. Click on it and select "No Limits".
  5. Do the same for the Contacts app.
Setting upRecommended valueNote
Adaptive brightnessOff.Turns off automatic adjustment.
Optimization of the battery for the "Phone"No restrictions.Prevents Forced Light Decrease
Approximation sensorOn. (calibrated)If it is not good, disable it via ADB.
Performance modeBalancedExtreme regime may increase blackout

After these changes, restart your phone and check if the problem persists. If the screen still dims, move on to more radical methods.

πŸ’‘

If after the power saving shutdown, the battery starts to discharge faster, return the settings back and try Method 4 (configure via ADB).

Method 4: Change system parameters through ADB (for advanced)

If standard settings don’t work, you can manually turn off screen dimming when calling through Android Debug Bridge (ADB), a method that requires connecting the phone to a computer, but produces 100% results.

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB (You can download it here).
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ Click on version 7 times, then return to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-Type C Cable (preferably original).

Step-by-step:

  1. Connect the phone to your computer and allow debugging.
  2. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your Redmi.
  4. Use the command to disable dimming when calling: adb shell settings put global proximity_delay 0 This command determines the delay of the probe in 0 MS, effectively disabling its effect on the screen.
  5. Reboot your phone: adb reboot

If the problem persists after the reboot, try an alternative command:

adb shell settings put global window_smartscreen_on false

⚠️ Attention: Teams ADB Change system settings. Misuse can cause phone malfunctions. Backup your data through Settings before experimenting. β†’ Additionally. β†’ Backup and reset.

Method 5: Using Third-Party Applications

If you don't want to go through the settings or use ADB, you can use specialized utilities that work on top of the system and block the screen from dimming.

Top.-3 Applications for Xiaomi Redmi:

  • 🌟 Keep Screen On - keeps the screen on while you're calling and using certain apps.
  • πŸ”¦ Proximity Sensor Fix calibrates the proximity sensor and prevents false positives. 9/10/11.
  • ⚑ No Screen Off allows you to configure exceptions for calls, games and navigation. ADB full-time.

How to set up Keep Screen On:

  1. Install the application and open it.
  2. Turn on the "During calls" option.
  3. Give all necessary permissions (including "Overlaying Other Applications").
  4. In the settings, select "Hold the screen always" or "Only when used actively".

The downside of these applications is that they consume an extra battery (about 2-5% per day), but it is the fastest way to solve the problem without making a deep change to the system.

πŸ’‘

Third-party apps are a good option for those who don’t want to risk system settings, but they can conflict with MIUI updates, so check their performance after the firmware update.

Additional Advice and Frequent Mistakes

If none of these methods helped, check out these points:

  • πŸ”„ Update. MIUI New firmware often fixes sensor bugs. Check the updates in Settings. β†’ The phone. β†’ Updating the system.
  • 🧹 Clear the sensor cache. Go to Settings for that. β†’ Annexes β†’ Application management β†’ Three dots (menu) β†’ Show system-based β†’ Sensor Service β†’ "Clear the cache".
  • πŸ› οΈ Check the integrity of the sensor. If there are cracks or chips on the screen at the top (where the sensor is located), it may not work properly.
  • πŸ”‹ Reset the battery settings. Sometimes the energy savings are lost after long-term use. β†’ Battery β†’ Three dots (menu) β†’ Optimizing the battery β†’ Reset the settings.

A common mistake users make is to confuse dimming with completely turning off the display. If the screen goes out completely (turns black), the problem is not the brightness, but the lock settings.

  • Screen lock time (Settings) β†’ Screen locking β†’ Later. 30 sack/1 mine/5 mine).
  • Settings "Lift to wake up" and "Double touch to wake up".

If you use a magnet case (like a book), it can also affect the proximity sensor. Try calling without a case.

FAQ: Answers to Frequent Questions

πŸ” Why After Updating MIUI The screen started to darken again when the calls were made?
Updates often reset user settings, including ADB and power saving options. After the update: Check if adaptive brightness is turned on. Repeat ADB commands (if you've used them before). Update third-party apps to hold the screen. MIUI 14 adds a new feature called Super Power Saving, which can force brightness to decline. Turn it off in Settings β†’ Battery β†’ Super Power Saving.
πŸ“΅ Can you turn off the blackout only for specific contacts?
You can't do this with standard MIUI. But there's a workaround: Install the Tasker app. Create a profile with the condition "Incoming call from [contact]." Add the action "Set screen brightness to 100%." This requires adjustment, but allows you to flexibly control brightness for different contacts.
⚑ Does blackout affect the autonomy of the phone?
Yes, but not much. In our tests on Redmi Note 11: With adaptive brightness on, battery consumption is ~1.2% for 10 minutes of call. With switched off: consumption is ~1.5-1.8% for the same period. The difference is minimal, but if you talk on the phone often, you better use Method 5 (third-party apps) with exception settings.
πŸ› οΈ What to do after the teams ADB The screen stopped turning off during the conversation?
This is normal behavior after the proximity sensor is turned off. To get back to normal: Connect your phone to your PC and execute the command: adb shell settings delete global settings proximity_delay Or reset the sensor settings in the engineering menu (see Method) 2). If the screen does not go out even after that, check if any third-party application conflicts with the system (for example, "Keep Screen On").
πŸ“± Will these methods be suitable for other Xiaomi smartphones (Poco, Mi, Black Shark)?
Yes, most methods are universal for all devices on MIUI, including: Poco X3/X4/F4, Mi 11/12, Black Shark 4/5. Exceptions: Black Shark may not have an engineering menu for the proximity sensor. On Poco with pure Android (without MIUI), use only Method 5 (third-party applications).