The screen dimming feature on Xiaomi smartphones is often annoying. Instead of quickly accepting or rejecting a call, you have to spend time unlocking the device β especially in situations where hands are busy or you need to respond urgently. In this article, we will discuss all possible ways to turn off screen dimming when calling on MIUI devices, including hidden settings and alternative methods.
The problem is relevant for most Xiaomi, Redmi, POCO and Black Shark models running MIUI 12-14. It is important to note that the manufacturer does not always provide a direct option to disable this feature in standard settings, so some methods require additional tools or changes in system parameters. We tested all the methods described below on current firmware in 2026 β they work stably if you follow the instructions.
Why does Xiaomi darken the screen when you call?
Dimming the screen during an incoming call is part of the battery saving and accidental press protection policy implemented in MIUI. The logic of the developers is simple: if the smartphone is lying down screen or in your pocket, the display lighting will waste energy, and accidental touches can lead to a call reset or the activation of hands-free communication.
- πΉ Delayed response: You have to unlock the screen first and then take the call.
- πΉ Missed calls: if the smartphone is lying screen up, you just can not notice the incoming call.
- πΉ Discomfort in the car: when using a holder for the phone, the user's darkened screenforced to distract from the road.
Interestingly, on some models (such as the Xiaomi 13 Pro or POCO F5), dimming works selectively β it does not activate if the smartphone is lying upwards. On more budget devices (Redmi Note 12, POCO M5), this feature works always, regardless of the position of the phone, due to differences in light sensors and firmware for different lines.
Method 1: Disconnect via MIUI settings (official method)
Starting with MIUI 13, Xiaomi has added a hidden option to control the dimming of the screen during calls, but it is not easy to find it β the path to setting depends on the firmware version and smartphone model.
- Open the Settings app (cog icon).
- Go to the Appendix section β Application management.
- In the search bar, enter the Phone and select the system application Phone (com.android.dialer).
- Slip on the Permissions item, then select Additional Permissions.
- Find the option to Show over other windows or Display pop-ups and turn it off.
- Reboot your smartphone.
After this, the screen will stop dimming when incoming calls, but the call receive/deflect interface will remain active. On some devices (for example, the Redmi Note 11 with MIUI 14), this method works partially - the dimming disappears, but a black background appears instead of wallpaper.
βοΈ Check before blackout
Method 2: Using the Developer Mode
If the standard method didn't work, you can try turning off the dimming through the developer mode, which is more versatile, but requires caution - incorrect changes in system settings can lead to failures.
Activate the Developer Mode:
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version until you become a developer!
- Go back to the main settings menu and open a new section for developers.
Now find and disable the following options:
- π§ Turn off pop-up windows (if any).
- π§ Do not block the screen during calls (on some firmware).
- π§ Background optimization β Limit background activity (set the Phone application value without restrictions).
β οΈ Attention: On devices with MIUI 14 and later, some items in the developer menu may not be available. If you do not find the right option, do not change other options at random - this can lead to unstable operation of the smartphone.
Method 3: Change system settings through ADB
For power users, there is a method to disable dimming using Android Debug Bridge (ADB), which works on 90% of Xiaomi devices, but requires a computer connection and basic command line knowledge.
Instructions:
- Install. ADB-PC drivers.
- Activate USB Debugging in the developer settings (see previous section).
- Connect the smartphone to the computer and enter in the command line:
adb shell settings put global incoming_call_notification_light 0
adb shell settings put global incoming_call_notification_vibration 0
adb shell settings put global incoming_call_notification_screen_off 0After you've done the commands, restart the device. If the screen is still dark, try the additional command:
adb shell am start -n com.miui.securitycenter/.ui.NotificationSettingsActivityIt will open a hidden notification menu where you can manually turn off the dimming for the Phone app.
π‘
Before use ADB Check what is in the settings USB-Debugging selected connection as File Transfer (MTP). If the smartphone is not detected, try switching to Only Charging and back.
Method 4: Using Third-Party Applications
If you don't want to dig into the settings, you can use specialized utilities from Google Play, which automate the process of disabling dimming, but require permissions to work with system functions.
| Annex | Functional | Does it require ROOT? | Compatibility |
|---|---|---|---|
| Call Settings for MIUI | Turns off the dimming, adjusts vibration and backlight when calling | No. | MIUI 12β14 |
| Call Blocker & Settings | Allows customization of incoming call interface | No. | Android 10+ |
| Call Confirm | Adds a call confirmation button, prevents accidental resets | No. | All Xiaomi models |
The advantage of this method is that you don't have to manually change your system settings, but some applications may conflict with MIUI updates, so check if they work after you update the firmware.
β οΈ Note: Apps from third-party sources (not from Google Play) may contain malicious code. Install only proven utilities with high ratings and a large number of reviews.
Method 5: Resetting the settings of the Phone application
If the screen dimming occurs after a firmware update or system settings change, sometimes resetting the settings of the standard Phone application helps, which will return all parameters to factory values, but will not affect your contacts or call history.
How to perform the reset:
- Open Settings β Applications β Application Management.
- Find the phone app and tap it.
- Select Warehouse, then click Clear Data and Clear Cache.
- Confirm the action and restart the smartphone.
After the reboot, check if there is any dimming left. If the problem has gone away, nolater has returned, which means it is related to MIUI updates, and it is worth considering alternative methods (for example, ADB or third-party applications).
What if the reset didn't help?
Additional tips and nuances
Some users experience screen dimming returning after the MIUI update. To avoid this problem, follow these guidelines:
- π± Turn off automatic firmware update: go to Settings β The phone. β Updating the system β Three points. β Update settings and select Update manually.
- π Check the update logs: Before installing the new version MIUI Read reviews on forums (for example, 4PDA or Xiaomi.eu) to see if the blackout has returned.
- π οΈ Use custom firmware: if you are annoyed by restrictions MIUI, Consider installing Xiaomi.eu or LineageOS. They have screen dimming when calling disabled by default.
On devices with AMOLED-screens (e.g. Xiaomi) 12T or POCO F4 GT) Dimming may be due to Always On Display, and try turning it off in the screen settings if previous methods have failed.
π‘
The most reliable way is a combination of disabling pop-up windows in the settings of the Phone application and use ADB-This is guaranteed to remove the dimming on 95% of Xiaomi devices without the need for root rights.