How to return notifications on Xiaomi smartphones: from basic settings to hidden MIUI chips

Notifications on Xiaomi? You’re not alone: One in three MIUI users have this problem, especially after updates or resets. The system can silently block push messages from instant messengers, social networks, or even system alerts β€” and it’s often not the apps themselves that are to blame, but aggressive battery optimization or Google Play service failures.

In this article, we will discuss 7 Proven ways to return notifications to Redmi, POCO Or Mi, from basic permission checks to manually resetting system service cache. MIUI 14/15, And if the standard methods didn't work, we have solutions for advanced users, including the ones that are very sensitive to push notifications. ADB-teamwork MIUI Optimization.

1. Check the basic notification settings

Start with the obvious: notifications are often disabled at the system or application level. In MIUI, the path to settings is not always intuitive - especially if you use a custom theme or shell from a third-party developer.

Open Settings β†’ Notifications and Status bar β†’ Notification management. Here you will see a list of all installed applications. Tap the right one (such as WhatsApp or VK) and check:

  • πŸ”” Allow notifications – the slider must be active.
  • πŸ“± Show as pop-ups – turn on if you want to see messages on top of the screen.
  • πŸ”• Sound and vibration – make sure you don’t have β€œVibration Only” or β€œNo Sound” modesΒ».
  • πŸ”’ Priority – Select High to prevent notifications from being blocked by optimization.

If the app is not listed, it has not requested permission to notify, and remove and reinstall it, allowing all requests to be made when you first run it.

πŸ’‘

MIUI 14+ has a hidden option called "Show notifications on the lock screen." To find it, go to Settings β†’ Lock screen β†’ Additional β†’ Notifications and activate the slider.

2. Battery optimization and auto-start applications

MIUI aggressively saves battery power by blocking the background activity of applications, a common reason for missing notifications, especially for messengers like Telegram or Viber.

Go to Settings β†’ Applications β†’ Application Management, select the right one and check:

  • πŸ”„ Auto-run – must be enabled (otherwise the application will not be able to work in the background).
  • πŸ”‹ Battery Optimization – Select β€œNo Limits” or β€œHigh PerformanceΒ».
  • πŸ“Ά Mobile data in the background – activate if you use mobile Internet.

For MIUI 15 new paragraph of the Permit is added β†’ Special permits β†’ Show pop-ups. It should be turned on for critical applications.

πŸ“Š What version? MIUI you have installed?
MIUI 12/13
MIUI 14
MIUI 15
I don't know.
other

3. Reset notification settings and Google Play Services cache

If notifications are lost after a system update or Google Play Services, the problem may be in a corrupted cache, which works in 60% of cases where standard settings do not help.

Follow the following steps:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Search for Google Play Services (use a search by name).
  3. Slip the vault. β†’ Clear the cache.
  4. Go back and select Reset Notifications (if the option is available).
  5. Reboot your smartphone.

After the reboot, check the notifications. If the problem persists, repeat the procedure for the Google Play Store app.

What if Google Play Services is not listed?
This means that services are disabled or removed. Go to Settings β†’ Google β†’ Google Play Services and update the component. If there is no item, download APK from the official website and install manually.

4. Set up synchronization of the account Google and Xiaomi

Notifications for many apps (such as Gmail or YouTube) depend on synchronization with your Google account, and if it is disabled, messages will not arrive even with the correct settings of the application.

Check it out.

  1. Go to Settings β†’ Accounts and Synchronization.
  2. Select your Google account.
  3. Make sure that the data synchronization slider is active.
  4. Tap on Account Sync Management and enable sync for Gmail, Contacts and People Details.

For Xiaomi apps (such as Mi Home or Mi Fit), similarly check sync with your Mi Account. If your account is not tied, notifications from Xiaomi services will not come.

5. Checking the operation of background processes through ADB

If previous methods have not worked, the problem may be system limitations MIUI, which block background activity, and resetting them will require ADB (Android Debug Bridge).

Follow the instructions:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, install ADB Tools, and execute the commands:
adb shell


pm grant com.google.android.gms android.permission.RECEIVE_BOOT_COMPLETED




cmd appops set com.google.android.gms RUN_ANY_IN_BACKGROUND allow




cmd appops set com.google.android.gms RUN_IN_BACKGROUND allow

These commands will unlock background activity for Google Play Services. For instant messengers (e.g. Telegram), replace com.google.android.gms with an application packet ID (you can find it through the App Inspector in the Play Market).

Install Xiaomi drivers on PC

Enable debugging over USB

Allow debugging on the phone (pop-up window)

Connect to your PC via the original cable

Check the connection with the adb device command

-->

6. disable MIUI optimization (for advanced)

MIUI Optimization is a system application that manages energy saving and background processes, and in some cases, it blocks notifications even when all permissions are granted, and it can only be turned off via ADB:

adb shell


pm uninstall --user 0 com.miui.powerkeeper




pm disable-user --user 0 com.miui.securitycenter




pm disable-user --user 0 com.miui.analytics

⚠️ Attention: Disconnection MIUI Optimization can lead to:

  • Increase battery consumption by 10-15%.
  • Violation of the work of the themes of design.
  • Problems with Air Updates (OTA).

If after turning off notifications have earned, but there were side effects – return the settings by the command:

adb shell pm enable com.miui.powerkeeper

7.Reset all settings (last chance)

If none of these methods worked, the radical solution is to reset the settings to factory settings, which will delete all the data, but return the system to its original state, where the notifications must work correctly.

Before discharge:

  1. Create a backup through Settings β†’ Additional β†’ Backup and Reset.
  2. Write down logins/passwords from your accounts.
  3. Make sure that the phone has enough charge (at least 50%).

For discharge:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Choose to erase all data.
  3. Confirm the action and wait for the reboot.

After reset, don’t restore settings from backup – set up notifications manually to avoid the problem recurring.

πŸ’‘

Resetting is a last resort, and 90 percent of the time, the problem is solved by the first or second way in this article.

Comparison of Notification Recovery Methods

MethodDifficultyTime.EfficiencyRisks.
Permit verification⭐2-3 minutes70%No.
Optimizing the battery⭐⭐5 minutes80%Increased battery consumption
Resetting Google Play cache⭐⭐3 minutes60%Temporary disruptions to Google account
ADB-team⭐⭐⭐10-15 minutes90%Potential system failures
Resetting settings⭐⭐⭐⭐30+ mine95%Loss of data

FAQ: Frequent Notification Questions on Xiaomi

Why do notifications come with a delay?
Notification delays on Xiaomi are usually related to: πŸ”‹ Battery Optimization – Enable the β€œNo Limits” mode for the applicationΒ». πŸ“Ά Poor Internet connection – check mobile data/Wi-Fi. πŸ”„ Synchronize time – go to Settings β†’ Additionally. β†’ Date and time, and activate Autodetermination. If the problem persists, try turning it off. MIUI Optimization through ADB (method 6).
How to return the sound of notifications if it is missing?
Check: Settings β†’ Sounds and Vibrations β†’ Volume – make sure the Notification slider is not at zero. Settings β†’ Notifications β†’ [Application] β†’ Sound – select the melody manually. Do not disturb – turn it off in the notification curtain or through Settings β†’ Do not disturb. If there is a sound but very quiet – clear the speaker of dust (use a toothpick or compressed air).
Notifications don't show up on the lock screen. How do I fix them?
MIUI has a separate setting for displaying notifications on the locked screen: Go to Settings β†’ Lock Screen. Select Additional β†’ Notifications on the lock screen. Activate the slider and set the privacy level (for example, β€œShow Content”). If you don’t have the option, update the MIUI to the latest version or reset the lock screen settings through Settings β†’ Apps β†’ System β†’ Lock screen β†’ Storage β†’ Reset.
After the MIUI update, Viber/Telegram notifications stopped coming.
MIUI updates often reset permissions for instant messengers. Run: Remove the app and install it again. When you first start, allow all requests (notifications, contacts, storage). Go to Settings β†’ Apps β†’ [Messenger] β†’ Battery and select "No Limits." Turn on Auto Run and Mobile Data in the background. If it doesn't work, check Google Play Services (mode 3).
Can I return notifications without resetting settings?
Yes, 99 percent of the time, the problem is solved without radical action: πŸ” Permit checks (mode 1). ⚑ Optimization of the battery (mode 2). πŸ”„ Reset the Google Play Services cache (method 3). Only if these methods don't work - go to the ADB-I'll do it with commands or resets.