View past notifications in Windows 10?

76

8

New with Windows 10 seems to be the Notification Area. Now, I've seen a few notifications (in the Action Center). The problem is that I haven't understood any of them (actively using computers for 30 years now), and once I click them they are gone. Is there any way to view these past user notifications so I can try and make some sense out of them?

Maarten Bodewes

Posted 2015-07-30T22:46:28.780

Reputation: 1 183

Once you click them something related should happen. They shouldn't just dissappear, they cause some action. – gronostaj – 2015-07-30T22:49:34.297

4Yes, that they do. And I get for instance a bunch of startup applications. But I cannot remember for the life of it what I should do with those. Some kind of optimization or something. But after I clicked the darn message that didn't make any sense in the first place, it's gone. – Maarten Bodewes – 2015-07-30T23:05:38.187

3Just noticed this behavior in Server 2016 (preview 5). The message said something about removing some apps at startup to improve performance - you click on it and Task Manager opens. Not very helpful at all. – gchq – 2016-10-15T22:39:21.200

1Thanks for the question. Disappointed in the answer, but without the question I would not have confirmation of what I feared. – Michael Felt – 2018-12-20T07:39:55.310

Answers

33

tldr; No there's not.

The action center is the same as found on the Microsoft Phones running Windows 10 Mobile. These actions (notifications) are meant to be displayed to the user until they take action. There are two ways a user can interact with an action:

  1. Dismiss the notification (clears the action)
  2. Select the notification (respond to the action)

Once one of these interactions takes place, the notification and therefore the action is no longer displayed. No history is maintained of these notifications and cannot be retrieved. This is done on purpose as that history could (and most likely would) become very large.

If you are worried that the notification has system-wide consequences it could be worth looking into the System logs instead; here separate messages about system events are stored.


Update: It appears that some applications will additionally add events into the event viewer. This can be done by:

  1. Open Event Viewer
  2. Expand Applications and Services Logs
  3. Drill down to the app or service you are interested in, e.g. for Windows Defender you might go to: Microsoft -> Windows -> Windows Defender -> Operational log.
  4. Review the log and look for the notification you were interested in.

This is NOT the notification history, but additional information provided by the application and as such, there's no guarantee that the notification was logged. It also requires that a user knows which application whose notification they're looking for.

James Mertz

Posted 2015-07-30T22:46:28.780

Reputation: 24 787

Comments are not for extended discussion; this conversation has been moved to chat.

– Journeyman Geek – 2018-01-04T13:09:22.077

10Another brain-dead design decision by Microsoft. If the concern is that history could become very large, the simple situation is to just keep the most recent notifications, i.e. within the last week or month or year - perhaps, make it configurable, too, while you're at it. Duh!! – Ajoy Bhatia – 2018-09-24T17:21:51.867

@AjoyBhatia I don't know of any other system that does this. How is this a "brain-dead design design decision by Microsoft"? – James Mertz – 2018-09-29T06:20:41.997

@KronoS - because Microsoft developed Windows 10? – Ajoy Bhatia – 2018-10-01T18:01:37.700

@AjoyBhatia point I'm trying to make here is that Microsoft, Apple, and Unix like OS's all don't do this. Can't really fault just Microsoft for this entirely. – James Mertz – 2018-10-02T03:23:30.767

2It doesn't make this nonsense any better if others do the same. But really, of all the systems I have used, including the ones mentioned, and of course my phone, I never had this issue. Notifications don't just disappear with no trace without me making them disappear. Only on Win10 they do. – Ralf – 2018-10-17T19:51:20.593

1@Ralf that's not the behavior that we're talking about here. That indeed is something that shouldn't happen and if you encounter should be reported as an error to Microsoft. However, this situation is one were the user intentionally dismissed the action and then wants to get it back. – James Mertz – 2018-10-19T03:27:55.100

3Notifications, in my experience, do disappear after a time. For W10 that time seems to be 0 seconds, rather than, e.g., one week, and the option to delete them earlier. – Michael Felt – 2018-12-20T07:42:06.577

1

You can use a paid Notification Logger app from the Microsoft Store to view past notifications history. I'm the author of this app.

Eugene Gagarin

Posted 2015-07-30T22:46:28.780

Reputation: 21