How to watch closed push notifications on Xiaomi phone: the complete guide

Have you accidentally closed an important notification on Xiaomi and don’t know how to return it? or want to review the history of all push messages in recent days? In this article, we will discuss all the working ways to restore closed notifications on Redmi, POCO and other devices running MIUI – from standard system functions to hidden features and third-party applications.

The problem with missing notifications is familiar to many Xiaomi users: the default system does not save the history of alerts after they are closed. However, depending on the version of MIUI (12, 13, 14 or HyperOS) and the phone model, there are several ways to return access to old fluffs. We tested all methods on current firmware in 2026 and selected only those that work without root rights and complex manipulation.

Importantly, not all notifications can be restored, for example, messages from instant messengers (Telegram, WhatsApp) are often stored in the applications themselves, and system alerts (low charge, updates) can disappear forever, but in 80% of cases, our instructions will help to return the information you need.

1. Standard notification history in MIUI (without third-party applications)

Since MIUI 12, Xiaomi has added a built-in feature to view notification history, but it's hidden in the depth of settings.This method works on most modern devices, including the Redmi Note 12, POCO X5, Xiaomi 13 and new models with HyperOS.

To open the notification log:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select Special Access.
  3. Tap on the Notification Log (or Notification History in new versions).
  4. Turn on the switch at the top of the screen.

Now all future notices will be saved in the log to view the closed flies:

  • πŸ” Go to Settings. β†’ Notifications and status bar β†’ Notification log.
  • πŸ“… Sort by date or app using the filters at the top.
  • πŸ”„ Click on the notification to reopen it (if the app supports this feature).

⚠️ Note: Notice log in the MIUI It only stores data for the last 7 days and does not restore alerts received before activation of the function.

πŸ’‘

If your MIUI version does not have the Notifications log item, upgrade to the latest stable version via Settings β†’ About Phone β†’ System Update.

2. Recovery through system logs (for advanced users)

MIUI It's a hidden log of system events, and it's a way of getting some notifications. ADB (Android Debug Bridge, but doesn't need root rights.Suitable for Xiaomi models 11T, Redmi K50 and others with an unlocked loader.

Instructions:

  1. Install ADB Tools on your computer.
  2. Turn on USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI Version (click 7 times), then Settings β†’ Additional β†’ For Developers β†’ Debugging over USB.
  3. Connect your phone to your PC and execute the command in the terminal:
adb shell dumpsys notification --noredact

In the output, find the blocks with "key" and "pkg" - this is the application ID and the notification text. For convenience, redirect the output to the file:

adb shell dumpsys notification --noredact > notifications.log
Field in the logWhat does it mean?Example of meaning
pkgApplication package namecom.whatsapp
tagTag notificationfc_messaging_service
textText of the communicationNew message from Ivan
whenTime in milliseconds.1712345678901

This method shows all the notifications in the last 24 to 48 hours, including those that were automatically deleted by the system, but it is difficult to understand a raw log without technical knowledge.

How to convert time from milliseconds to readable format?
Use the online converter timestamp (e.g. https://www.epochconverter.com/) or the formula in Excel: =TEXT(((A1/86400000)+DATE(1970;1;1); "DDD.mm.ggggh:mm:ss"), where A1 is a cell with a value when.

3. Third-party applications for notification history

If system methods didn't work, use specialized utilities. We tested 5 popular applications and selected the best ones:

  • πŸ“± Notification History Log is a simple interface that saves notifications even after a reboot.
  • πŸ” Notisave supports text search and application filtering. There is a premium version with a cloud backup.
  • πŸ›‘οΈ Unnotification – Recovers deleted notifications from the system cache (requires permission to access notifications).

How to set up Notification History Log:

  1. Install the application and open it.
  2. Click Enable the Service and follow the instructions (you will need to allow access to notifications).
  3. In the settings, enable the AutoRun option so that the application works in the background.

⚠️ Note: Notification history applications may conflict with battery optimization features in the MIUI. Add them to exceptions: Settings β†’ Battery β†’ Optimizing the battery β†’ Select applications β†’ All applications.

πŸ“Š What app do you use for notification history?
Notification History Log
Notisave
Unnotification
Other
Not using.

4. Recovery of notifications from messengers

Many popular apps store their alert history inside themselves, and here's how to return notifications on the most common services:

AnnexHow to Recover NotificationsLimitations
WhatsAppOpen chat β†’ swipe left β†’ Notifications β†’ HistoryIt only shows the last 30 days.
TelegramSettings β†’ Notifications β†’ Notification historyOnly for messages from channels/bots
ViberLong click on chat β†’ Information β†’ NotificationsNo story for group chats
GmailOpen the letter β†’ the bell icon at the topOnly for letters with alerts on

For VK and Instagram, notification history is not saved, but you can turn on email alerts in your account settings - then copies of notifications will come to the mail.

β˜‘οΈ Checking the history in messengers

Done: 0 / 4

5. Backup of notifications via MIUI Backup

If you regularly create backups through the built-in MIUI Backup, there is a chance to recover notifications from the archive, which only works if the backup was made before the notifications were deleted.

Instructions:

  1. Go to Settings β†’ About Phone β†’ Backup and Reset β†’ Local Backup.
  2. Select the last backup (before the notifications disappear date).
  3. Click Restore and tick System Settings (notification data is stored here).
  4. Confirm the recovery and restart the phone.

After recovery, check:

  • πŸ“² Notification log in settings MIUI.
  • πŸ“₯ folder MIUI/backup/AllBackup In the internal memory, sometimes it is stored there. XML-file.

⚠️ Warning: Backup recovery will re-write the current system settings. Create a new backup before the procedure so you can roll back!

6. Alternative methods (for technically savvy)

If none of these methods work, radical measures remain, requiring root rights or deep knowledge of Android:

  • πŸ”§ Analysis of the notification.db database via SQLite Editor.The file is on the way /data/data/com.android.providers.telephony/databases/mmssms.db (for SMS) or in folders of specific applications.
  • πŸ“± Use of the TWRP-Backup if you have a backup of the partition /data, made through custom recovery, you can extract notification files from it.
  • πŸ–₯️ Forecnsic analysis using tools like Autopsy or MobSF. Suitable for data recovery after resetting settings.

To work with notification.db, do:

adb pull /data/data/com.android.providers.telephony/databases/mmssms.db


sqlite3 mmssms.db "SELECT * FROM notifications;"

Warning: Mishandling system files can lead to data loss or phone blinks, and these methods are recommended only for advanced users.

FAQ: Frequent Questions About Notification Recovery on Xiaomi

Can I return a notification that came a month ago?
Unfortunately, no. The notification system log in MIUI stores data for a maximum of 7 days, and the history apps for up to 30 days. The only chance is if you have a phone backup made before the notification was deleted.
Why is the notification log not showing messages from Telegram?
Telegram blocks saving notifications to the system log by default. To fix this, go to Telegram settings β†’ Notifications and sounds β†’ Other settings β†’ turn off the option β€œDo not save notifications in history”.
Will Notification History Log work on POCO F5 with HyperOS?
Yes, the app is compatible with HyperOS, but requires additional permissions. Once installed, go to Settings β†’ Apps β†’ Application Management β†’ Notification History Log β†’ Additional permissions and enable notification access and auto-start.
Can I restore notifications after resetting the phone to factory settings?
If the reset was made without creating a backup, the notifications are deleted irrevocably, except if you synced the data with your Xiaomi account (but this only applies to some system alerts).
How to disable automatic notification removal in MIUI?
Go to Settings β†’ Notifications and Status bar β†’ Additional β†’ Automatically delete notifications and turn off this option. Also check your battery optimization settings for specific applications.

πŸ’‘

The most reliable way to avoid losing important notifications is to enable their duplication on email (in the settings of your Google account or the application itself) and regularly create backups through MIUI Backup.