The dark screen during an incoming call on Xiaomi is one of the most annoying MIUI features that the manufacturer stubbornly leaves by default. Users are faced with the fact that when a call arrives, the display goes out after 3-5 seconds, which requires you to press the power button or sensor to see who is calling, especially on a bright sunny day or when the phone is lying down.
The problem is relevant for all Xiaomi lines, including Redmi, POCO and flagship models like Xiaomi 14 or Redmi Note 13 Pro+. In this article, we will discuss all the working ways to disable dimming, from standard MIUI settings to hidden developer parameters, and find out why the function even exists and how its behavior depends on the firmware version.
Why does Xiaomi darken the screen when you call?
The automatic dimming feature appeared in early versions of MIUI as part of the energy saving policy, as Xiaomi engineers intended:
- ๐ Save battery power โ the display consumes up to 30% of energy when used actively, and during a conversation it is not necessary.
- ๐๏ธ Reduce eye strain โ a bright screen can distract from conversation, especially in the dark.
- ๐ฑ Prevent accidental tapping โ when the phone is pressed against the ear, the touch screen can be triggered by touching.
In practice, however, the feature is more likely to interfere than help, such as if you use a headset with a microphone or hold a phone in your hand, the screen goes out even when you need it. Moreover, in some versions of MIUI (especially MIUI 13 and MIUI 14), the dimming works even when you use the camera actively during the call, making it impossible to communicate via WhatsApp or Telegram.
โ ๏ธ Attention: On models with AMOLED-screens (e.g. Xiaomi) 13T or Redmi K60) dimming can lead to artifacts of the image after the call is completed.
Method 1: Disconnect via MIUI settings (official method)
The easiest and safest way to do this is to use the firmware options built in, but the path to doing so depends on the MIUI version and the phone model, and here is a universal algorithm that works on 90% of Xiaomi devices:
- Open the Settings app (cog icon).
- Go to the All settings section โ Display.
- Find the option โSteer / Auto Rotateโ or โAdditional screen settingsโ (on some models it is hidden under Advanced settings).
- Activate the option โDo not turn off the screen during callsโ (or similar in meaning).
If there is no such item, try an alternative path:
Settings โ Applications โ Application Management โ Phone โ Permissions โ Additional Permissions โ Turn off โDark ScreenโMake sure the MIUI version is updated to the latest stable version
Check battery power (less than 15% can block changes)
Disable VPN or proxy โ they sometimes reset settings
- Restart your phone if the option is inactive-->
On some models (such as the POCO F5 or Redmi Note 12), this option may be called โExtend screen timeโ or โCall mode.โ If you do not find it, move to the next method.
Method 2: Using the Developer Mode
If standard settings don't work, you can use hidden developer settings, which even works on custom firmware, but you need to be careful that you can make incorrect changes to them and they can cause failures.
First, activate the developer mode:
- Go to Settings. โ The phone.
- Find the MIUI version and tap it 7 times in a row.
- Enter the unlock password if necessary.
Now, follow the following steps:
Settings โ Additional settings โ Developer settings โ Page search (magnifying glass icon) โ โdisable screen off during callโ- ๐ง If you find an option, turn it on (the switch should turn blue).
- ๐ If you donโt have a setting, try to find stay awake during charging and activate it (indirectly affecting screen behavior).
- ๐ฑ On some devices (e.g. Xiaomi) 12T) You need to turn off force dark mode in the same menu.
โ ๏ธ Attention: On firmware MIUI 14 Global, after the OS reset update, the developer settings can automatically turn off!
MIUI 12|MIUI 13|MIUI 14|Other (specify in the comments)|I don't know-->
Method 3: Modifying system files (for advanced users)
If the software methods don't work, you can tamper with the system files, which is suitable for users with an unlocked bootloader and a TWRP or Magisk installed. Without root rights, the method doesn't work!
You will need to:
- ๐ฑ Smartphone with unlocked bootloader.
- ๐ป Computer with installed ADB and Fastboot.
- ๐ง Backup of data (possible resetting of settings!).
Instructions:
1. Connect the phone to the PC and activate debugging over USB:
Settings โ Additional โ Developer Parameters โ Debugging by USB (VKL)
2. Open the command line (Windows) or terminal (Linux/Mac) and type:
adb shell
su
mount -o rw,remount /system
3. Find the configuration file (the path may be different):
/system/build.prop
4. Add a line to the end of the file:
ro.lcd_brightness_during_call=255
5. Save the changes and restart the device:
rebootAfter rebooting, the screen should not go out during calls. If the problem persists, try changing the value of 255 to 200 or 150 (adjusts brightness).
What if the phone is not turned on after building.prop editing?
Method 4: Third-party applications for screen control
If you don't want to go through the settings or you're afraid of changing system files, you can use specialized utilities.
| Annex | Functional | Need a Root? | Link (Google Play) |
|---|---|---|---|
| Keep Screen On | Keeps the screen on during calls, charging, use of specific applications | โ No. | Download |
| Screen Alive Pro | Flexible screen time settings, support for exceptions for calls | โ No. | Download |
| Tasker | Creating automatic rules (e.g., โwhen a call is madeโ) โ keep off") | โ No (but you need customization skills) | Download |
| Screen Timeout Settings | Separate screen timeout management for different scenarios | โ Yes (for full functionality) | Download |
For most users, Keep Screen On is the best choice, which is simple and requires no root rights.
- Open the application and provide all the permissions requested.
- Enable the option of "During calls" (during calls).
- Set exceptions for other apps (like YouTube or Google Maps).
๐ก
If the application doesnโt work, check your battery optimization settings: go to Settings โ Applications โ Application Management โ [Utility Name] โ Battery and select โNo Limits.โ
Method 5: Resetting settings to factory (extreme case)
If none of these methods worked, and if the blackout is critically disturbing, you can reset the settings, and that will bring all MIUI parameters back to factory settings, including those that control the behavior of the screen. All data will be deleted!
Instructions:
1. Go to Settings โ About Phone โ Resetting.
2. Select "Hard Reset" (Erase all data).
3. Confirm the action and wait for the reboot (it will take 5-10 minutes).
4.After setting up the phone, check if there is still a problem.In 80% of cases, resetting helps, as the problem is often caused by an update conflict or system files being corrupted.
- ๐ Backup important data (photos, contacts, messages).
- ๐ After the reset, you will need to re-enter all accounts (Google, Mi Account, etc.).
- ๐ฑ On some models (e.g. Xiaomi) 11T) After reset, it may be necessary to re-unblock the loader.
๐ก
Resetting is the last chance to fix the problem if all other methods have failed. Use it only as a last resort, as the process is irreversible without backup.
Frequent mistakes and their solutions
When trying to turn off screen dimming, users often encounter typical problems, and here are the most common ways to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The โDo not turn off the screenโ option is inactive (grey) | Manufacturer restrictions on some models (e.g. POCO X5) | Use Developer Mode or Third Party Apps |
| After the MIUI update, the blackout returned | Resetting user settings when updating | Re-apply the selected method (especially for MIUI 14) |
| The screen goes out only when using headphones. | Conflict with Bluetooth or headset settings | Turn off the option Automatically turn off the screen when connecting headphones in Bluetooth settings |
| Screenholding apps don't work | The limitations of MIUI energy saving | Add the app to battery exclusions (see tip above) |
If your problem doesnโt make it to the table, check:
- ๐ Update the firmware to the latest version โ in new builds MIUI Often fix screen bugs.
- ๐ ๏ธ Remove recent applications that may have changed system settings (such as launchers or optimizers).
- ๐ก Check out the work with another SIM-Card โ sometimes the problem is with the operator.