Windows doesn't give you a way to export your notification history. Once the Action Center is cleared, those alerts are gone. Notification Logger captures every notification as it arrives and lets you export the full history to a CSV file with a single click — for backup, compliance, analysis, or record-keeping.
Why Export Your Notification History?
A notification log export is useful in more scenarios than it might first seem:
Security audit trail
Export Windows Defender, firewall, and antivirus alerts to document a timeline of security events on a machine. Useful for incident response and IT investigations.
Developer debugging
Applications and CI/CD pipelines send build results, error notifications, and deployment status as Windows toasts. Exporting creates a log that can be diff'd against previous runs.
Notification pattern analysis
Load the CSV into Excel, Google Sheets, or a BI tool. Pivot by app name, hour of day, or keyword frequency to understand which apps are the most disruptive to your workflow.
Compliance and documentation
Regulated environments may require evidence that certain alerts were received and reviewed. A timestamped CSV export provides that paper trail.
Personal backup before reinstalling Windows
Before a clean Windows install, export your notification history so you don't lose the log of everything that happened on the old system.
How to Export Your Notification History
- Open Notification Logger from the Start menu or system tray.
- Optionally apply filters — by date range, app, or keyword — to export only the notifications you need.
- Click the Export button in the toolbar (the save/arrow icon).
- The Export dialog appears, showing the destination folder path. Click the path to copy it to clipboard.
- Click Save. The CSV file is written immediately.
- Open File Explorer, navigate to the folder, and open the file in Excel, Notepad, or any CSV-capable tool.
What's in the CSV File
Each row in the exported CSV represents one notification. The columns are:
| Column | Description | Example value |
|---|---|---|
| ID | Internal notification identifier | 4821 |
| App | Name of the application that sent the notification | Microsoft Outlook |
| Title | Notification headline / subject | Re: Q2 Budget Review |
| Content | Full notification body text | Sarah: Can you send the updated… |
| Date & Time | Timestamp when the notification was received | 2026-05-06 14:32:07 |
| Favorite | Whether the notification is starred | true / false |
Analysing Your Export in Excel
Once the CSV is open in Excel, a few quick analyses are worth running:
Which apps send the most notifications?
Insert a PivotTable with App as the Row field and Count of ID as the Value. Sort descending. You'll immediately see your top notification sources — often the result surprises people.
When do notifications peak?
Add a calculated column extracting the hour from the timestamp (=HOUR(E2)), then pivot by that column. This reveals whether your notification flood happens at 9 am, after lunch, or late evening.
Keyword frequency
Use COUNTIF with wildcard patterns to count how many notifications mentioned specific words: =COUNTIF(D:D,"*error*"). Build a small keyword report to identify the most common alert types.
Keeping Notifications Beyond the Retention Window
By default, Notification Logger deletes notifications older than 14 days to keep the database lean. If you need a longer in-app history, change the retention period in Settings — it can be set to any number of days.
For long-term archiving, the recommended workflow is to run a weekly export and save the CSV files to a folder on your machine or cloud drive. This way you retain a permanent record independent of the app's database size.
Notifications marked as Favorites are never automatically deleted, regardless of the retention setting. Use Favorites to preserve specific notifications indefinitely without relying on exports.
Frequently Asked Questions
Can I export only notifications from one app?
Can I choose the export folder?
Can I import the CSV back into Notification Logger?
Does the export include notifications I've deleted?
How large does the CSV get?
Is the notification data encrypted at rest?
Start logging and exporting your Windows notification history today