Have you missed an important message, but it is no longer in the notification panel? Or want to track which apps sent you alerts throughout the day? On Android 10 notification history is not displayed by default, but it can be enabled or retrieved using hidden methods. Unlike new versions of the OS (where the magazine is available in the settings), in the "ten" this function is hidden deeper - and requires either activation through developer, or the use of ADB commands.
In this article you will find all working ways to access the notification log on Android 10, including instructions for smartphones Samsung, Xiaomi, Google Pixel and other brands. We'll also look at why some notifications aren't saved, how to export your history to a file, and what to do if standard methods don't work. Let's start with the simplest thing - checking the system settings.
1. Checking the default settings of Android 10
Before resorting to complex methods, make sure that the notification log is simply disabled in the settings. In some firmware (for example, Samsung One UI or MIUI) this option may be hidden, but it can be activated:
- ๐ฑ Open
Settings โ Applications and notifications โ Notifications. - ๐ Scroll down and find
Notification historyorNotification log(on some devices it may be calledSpecial permissions access). - ๐ If the option is available, turn it on - the system will start recording all notifications (including deleted ones).
If there is no such item, do not worry. On a clean Android 10 (for example, on Google Pixel 3/4), the log is disabled by default, and you need to activate it. via developer mode or ADB. More on this in the following sections.
โ ๏ธ Attention: On devices with custom firmware (for example, LineageOS) the path to the log may differ. you do not find the option in the settings, check the firmware version in Settings โ About phone.
2. Activating the log through developer mode
On a clean one Android 10 (without shells from manufacturers), the notification log is hidden, but it can be enabled via Developer options. Here's how to do it:
- Activate developer mode:
- Go to
Settings โ About phone. - Find the item
Build numberand tap on it 7 times until a notification appearsYou have become a developer!.
- Go to
System โ For Developers (or Advanced โ For Developers on some devices).Notification log (English Notification history).After activation, the system will begin recording all notifications, including those you swiped. To view the history:
- ๐ Open the notification panel (swipe down). from the top edge of the screen).
- ๐ In the upper right corner, click on the three dots (
โฎ) and selectNotification history. - ๐ All notifications for the last 24 hours will be displayed here (on some devices - up to 7 days).
If the option Notification log is not in the developer menu, then your firmware does not support it. In this case, proceed to the next method - use ADB.
3. Retrieving the log via ADB (for advanced users)
If the standard methods do not work, you can get the notification history via Android Debug Bridge (ADB). This method requires connecting the smartphone to the computer, but gives access to all notifications, including system ones.
You will need:
- ๐ป A computer with ADB tools installed.
- ๐ฑ A smartphone with
USB debuggingenabled (in the developer settings). - ๐ USB cable (preferably original).
Instructions:
- Connect the phone to the PC and open the command line (Windows) or terminal (macOS/Linux).
- Enter the command to check the connection:
adb devicesIf the device is shown in the list, proceed further.
- Get a list of recent notifications:
adb shell dumpsys notification --nolinesThis command will display the full log of notifications, including time, sending application and text.
To save log to a file, use:
adb shell dumpsys notification > notifications_log.txt
โ ๏ธ Attention: The ADB log may contain technical data that is inconvenient to read. For analysis, it is more convenient to use text editors with support for regular expressions (for example, Notepad++ or VS Code).
Install ADB on PC|Enable USB debugging on your phone|Connect phone with an original cable|Check the connection with the command adb devices-->
4. Third-party applications for viewing notification history
If you donโt want to mess with ADB, you can use applications from Google Playthat save and analyze notifications. Best options for. data-i="117">Application Android 10:
| Application | Functions | Features |
|---|---|---|
| Notification History Log | Saves all notifications, including deleted ones | Works without root, but requires permission to access notifications |
| Notisave | Export history to CSV, search by keywords | Plugins for Telegram and Discord |
| Unnotification | Restoring swiped notifications | Requires log enabled in developer settings |
How to set this up application:
- Install the selected application from Google Play.
- Launch it and provide access to
Notifications(a system window with a request will pop up). - In the application settings, enable option
Save historyorLogging.
The advantage of this method is a convenient interface and the ability to filter notifications by application or date. However, some applications may not save system notifications (for example, from Android System).
If an app doesn't save notifications, check to see if background processes are disabled for it in your battery settings. On Xiaomi this is done in Settings โ Applications โ Application management โ Autorun
5. Why are some notifications not saved?
Even after activation log, you may notice that some notifications are missing from the history. Reasons:
- ๐ซ The application is blocked: Some notifications (for example, from instant messengers) may be hidden due to privacy restrictions.
- โก Battery optimization: Android 10 aggressively closes background processes, which is why applications do not have time to write notifications to log.
- ๐ System restrictions: Notifications from
Android SystemorGoogle Play Servicesare often not logged. - ๐๏ธ Clearing cache: When clearing data application
SettingsorSystem UInotification history is reset.
To minimize losses:
- Disable battery optimization for applications whose notifications you want to save.
- Do not clear the system application cache manually.
- Use third-party applications (from the previous section) to duplicate the history.
How to check if Android is blocking notifications from applications?
Open Settings โ Applications and notifications โ [Select an application] โ Notifications. If the option Allow notifications is disabled, enable it. Also check if the application is added to Do not disturb or Sleep mode (on Xiaomi).
6. Export and backup notification history
If you need to save notification history for analysis or backup, use one of these methods:
Method 1: Via ADB (full dump)
Command to export all notifications to a file:
adb shell dumpsys notification > C:\notifications_backup.txt
The file will contain raw data, but it can be processed in Excel or Google Sheets using regular expressions.
Method 2: Through applications (convenient format)
Applications like Notisave allow you to export history to:
- ๐
CSV(for analysis in tables). - ๐
TXT(simple text log). - ๐ง Sending to email or to the cloud.
Example of the structure of the exported file:
| Date/time | Application | Heading | Text |
|---|---|---|---|
| 2026-05-15 14:30 | Telegram | New message | Hello! How are you? |
| 2026-05-15 10:15 | Gmail | Letter from Netflix | Your subscription expires in 3 days |
โ ๏ธ Attention: Exported files may contain confidential information (verification codes, personal messages). Store them in a protected place or remove them after use.
7. Alternative methods (if nothing else works)
If none of the above methods worked, try:
- ๐ Firmware update: On some devices (for example, Samsung Galaxy s One UI 2.5+), the notification log appears after updating to Android 11/12.
- ๐ฑ Using a second device: Some applications (for example, Join or Pushbullet) can duplicate notifications to another gadget.
- ๐ง Root access: With rights superuser, you can access the notification database along the path
/data/data/com.android.providers.telephony/databases/mmssms.db(requires technical skills).
If you decide to update the firmware, please note:
- Create a backup copy of your data (updating may reset settings).
- Check the model's compatibility with the new version of Android on the manufacturer's official website.
On devices with custom firmware (for example, LineageOS), the notification log often works differently than on stock Android. Before experiments, check the documentation of your firmware.
Frequently asked questions
Is it possible to restore notifications that were deleted a week ago?
No, if the notification log was not enabled in advance. Android 10 does not store notification history for longer than 24 hours (maximum 7 days on some devices). The only chance is if you used a third-party logging application (for example, Notification History Log) and it managed to save the data.
Why is there no "Notification Log" option in the settings on my Samsung Galaxy S10?
On devices Samsung s One UI The notification log is called Latest notifications and is located in Settings โ Notifications โ Advanced. If the option is not there, update your firmware to the latest version or use ADB.
Is it safe to use ADB to retrieve notifications?
Yes, if you downloaded the official ones Platform Tools from the site Android Developers and do not connect the device to dubious PCs. ADB does not corrupt data, but it is not recommended to use commands that you do not understand. For security, disable USB debugging after finishing work.
Is it possible to view notifications from a specific application (for example, WhatsApp)?
Yes, if the log is enabled. There is no filtering by application in the standard Android 10 interface, but third-party applications (for example Notisave) allow you to sort notifications by source. You can also use the ADB command with a filter:
adb shell dumpsys notification | grep "WhatsApp"
Do these methods work on Android 11 and later?
On Android 11+ the notification log is enabled by default and is available in Settings โ Applications โ Notifications โ Notification history. Methods with ADB and third-party applications also work, but may require additional permissions.