It can feel confusing when you know something occurred — but no notification arrived.
You may assume:
- the alert failed
- the system missed the event
- something didn’t register
In many cases, the event was recognised.
The system simply chose not to notify you.
Why events and notifications are separate
An event happening and a notification being sent are two different decisions.
Systems often:
- record events reliably
- evaluate whether an alert is useful
- notify only when interruption adds value
This separation allows systems to stay informative without being overwhelming.
Why some events don’t trigger alerts
An event may not trigger a notification if:
- it is considered low priority
- similar alerts were sent recently
- the information is already visible elsewhere
- the system expects the event to resolve quietly
No failure occurred.
A choice was made.
Why systems avoid notifying “everything”
Notifying every event would:
- overload attention
- reduce the value of alerts
- cause people to ignore notifications entirely
So systems filter aggressively.
Silence is part of how alerts remain meaningful.
Why this behaviour feels unintuitive
Humans expect:
- awareness to equal notification
Systems treat notifications as:
- selective interruptions
If an interruption isn’t justified, the system stays quiet — even when something happened.
What usually happens next
In most cases:
- later, more relevant notifications still arrive
- the system continues functioning normally
- nothing else is affected
Missing one alert does not disable future ones.
When this happens repeatedly
Repeated missed notifications may indicate:
- ongoing suppression
- priority filtering
- conditions where alerts are deemed unnecessary
This behaviour is explored further in
Why Some Notifications Are Silently Suppressed.
The key thing to understand
Not being notified does not mean nothing happened.
It usually means the system decided:
“This event does not require an interruption.”
Notifications are about attention management, not event reporting.
- Why Notifications Sometimes Don’t Appear at All
- Why Some Notifications Are Silently Suppressed
- Why Some Notifications Are Treated as Low Priority