Are you missing important calls because Xiaomi's screen isn't responding to incoming calls?The problem of the phone ringing but nothing is displayed on the display (or a black screen appears) is found on Redmi Note 10/11/12, Poco X3/X4/X5, Mi 11/12/13 and even the new Xiaomi 14. The software settings are 80% to blame, but sometimes the root of the problem lies in hardware malfunctions.
In this article, weβll look at all the possible reasons why the call isnβt displayed on Xiaomiβs screen, from banal shutdown of notifications to damage to the display plume. Youβll get step-by-step diagnostic and solution instructions, including hidden settings. MIUI, team ADB, And we'll give you some iron testing tips. AMOLED-screens where the problem is often associated with the Always-On Display mode (AOD).
If your smartphone vibrates or makes a sound when you call, but the screen is turned off, that's one scenario, and if the phone doesn't show any signs of life (no vibration, no sound, no backlight), it's a more serious breakdown, so let's start with simple solutions and gradually move on to complex ones.
1. Check basic notification and call settings
The first thing to rule out is software restrictions that block incoming calls from being displayed. There are several places in MIUI where notification settings may conflict with the phone's standard behavior.
Open Settings β Notifications β Call notifications and check:
- π Whether notifications for the Phone app are enabled (should be "Allowed").
- π± Notification type: select "Pop-up" or "Full screen".
- π Do Not Disturb: Make sure calls are not blocked.
- π΅ Sound and vibration: If they are turned off, the screen may not be activated.
Also look at Settings β Applications β Application Management β Phone β Notifications.
- π "Incoming calls"
- π± "Pop-up notifications"
- π "Notification sounds"
An important nuance for MIUI 14+ models: the latest firmware versions have a separate "Show notifications on locked screen" switch, which can be found in Settings β Lock screen β Additional settings β Notifications on the lock screen. If this option is disabled, calls will not be displayed when the phone is locked.
π‘
If you have a third-party launcher installed (like Nova Launcher), try temporarily returning the standard MIUI Launcher.
Conflicts with energy saving and productivity regimes
Aggressive power saving settings in Xiaomi are often the reason why the screen doesnβt turn on when you call, especially for models with a small battery (Redmi 9A, Poco C31) or after upgrading to MIUI 13/14.
Check the following parameters:
- Settings β Battery and productivity β Battery mode: π If you select "Super Energy Saving" or "Ultra Energy Saving", switch to "Balanced". π΅ In some firmware there is an option "Limit background activity" - it must be turned off for the application "Phone".
Settings β Battery and Performance β Application Power Management
- π Find the phone in the list and set "No restrictions".
- π« Make sure that the app does not include "Deep Sleep".
If the problem is gone, it's the AOD bug.
- π Update the firmware to the latest version (bug fixed in the MIUI 14.0.5+).
- π οΈ Reverse to an older version MIUI (If the update didn't help).
- π± Use third-party applications for AOD (Like always on. AMOLED).
If the problem is only one of SIM-with a map, try it:
- π§ Reinstall SIM In another slot (if the phone supports 2 cards).
- π± Update your operator profile (some Xiaomi does this through Settings) β The phone. β Updating the operator profile).
6. Resetting and flashing: extreme measures
If none of the previous methods worked, there are radical methods: resetting or flashing, and let's start with the more gentle option: reset.
Resetting settings to factory (without deleting data):
- Go to Settings β About the phone β Reset settings.
- Select Reset All Settings (this wonβt delete photos and apps, but will reset network settings, notifications, etc.).
- After the reboot, check if the calls appear on the screen.
If this does not work, you will have to make a full reset:
- Create a backup of your data (via Settings β Additional β Backup and Reset or Mi Cloud).
- Go to Settings β About Phone β Resetting β Delete all data.
- After the reset, set up the phone as new and test the calls.
Fastboot or Recovery is the last chance if the problem is the damaged firmware.
- Download the official firmware for your model from the MIUI Download website.
- Use the Mi Flash Tool (for Fastboot) or TWRP (for custom Recovery).
- Follow the instructions for your model (Xiaomi 12/13/14 may require unlocking the bootloader).
π‘
Before flashing, make sure you download the correct version of MIUI for your model!Installing firmware from another modification (for example, for the Redmi Note 11 Pro instead of the Redmi Note 11 Pro+) can turn the phone into a βbrickβ.
β οΈ Warning: If the problem persists after flashing and the screen is still unresponsive, it is almost certainly a hardware fault (damaged plume, screen controller or motherboard.
7 Hidden MIUI settings you didn't know about
There are a few hidden options in MIUI that can affect the display of incoming calls, which are not found in standard settings, but they are available through ADB or engineering menus.
1. disable "Optimization of notifications"
Some versions of MIUI aggressively optimize notifications, which causes pop-ups to disappear.
adb shell settings put global hidden_api_policy 02. Reset Telecom settings (telephony services)
If the calls are not displayed, but the phone is ringing (there is sound / vibration), try resetting the telephony service settings:
adb shell pm clear com.android.server.telecomAfter completing the command, restart the device.
Checking the "no sound for calls" mode
Some firmware has a hidden option that turns off all visual notifications for calls to reset:
adb shell settings delete global zen_mode_config_etagSetting the priority of notifications for "Phone"
With ADB, you can manually set the maximum priority for call notifications:
adb shell cmd notification allow_channel com.android.phone incoming_call allIf you are not familiar with ADB, you can try an alternative method:
- Install the App Inspector app from Google Play.
- Find the phone app (com.android.phone).
- Check if it has any restrictions on displaying notifications.