Weird alert sound never heard before

ilmoldy

Member
Joined
Mar 10, 2026
Messages
1
Hi everyone,

For the past few days, a random alert sound has been coming from my PC, like the one you can hear in the attached video. It also happens completely randomly even when I’m not touching anything at all — neither the mouse nor the keyboard — and even if the PC has been idle for several seconds. The problem is that I absolutely cannot figure out where it’s coming from.

I can’t tell whether it’s coming from Windows or from some software, because nothing shows up in the audio mixer: I don’t see any volume level going up when the sound plays.

I’m literally going crazy trying to figure it out. In more than 10 years of using Windows, I’ve never heard a notification sound like this before, and I haven’t been able to find anything useful online either.

I’m also 100% sure it’s not coming from any devices connected to the PC (USB devices, peripherals, etc.), so I would rule that out.

Has anyone experienced something similar or has any idea what it might be?
Any suggestion would be greatly appreciated, because at this point I really don’t know what else to check.

Alert Sound:

Thanks in advance!
 

Hi ilmoldy,
That kind of random “mystery notification” sound is usually caused by one of these:
  1. A Windows system event
  2. A background app (often one sitting in the system tray)
  3. A browser tab / web app
  4. A hardware/driver event that doesn’t always show clearly in Volume Mixer
Since you mentioned nothing appears in the audio mixer, that makes me suspect either:
  • a Windows system sound
  • or an app that plays the sound very briefly / outside the usual mixer view
Also, I should note: no attachment was actually received with your post, so I can’t inspect a local video file here. I do see that you linked a YouTube clip, though, which is helpful.

Best way to identify it​

1) Check Windows sound scheme first​

Sometimes the sound is just a reassigned system event.
  • Press Win + R
  • Type mmsys.cpl
  • Open the Sounds tab
  • Under Program Events, click through items like:
    • Notification
    • Default Beep
    • Device Connect
    • Device Disconnect
    • System Notification
    • Exclamation
  • Click Test
If one matches, you’ve found the source category.
You can also temporarily set Sound Scheme to No Sounds just for testing:
  • If the mystery sound stops, it is almost certainly a Windows system sound
  • If it continues, it is likely a third-party app

2) Look in the system tray carefully​

A lot of apps make sounds without obvious popups, for example:
  • Discord
  • Telegram / WhatsApp desktop
  • Steam / Epic
  • NVIDIA / GeForce Experience
  • motherboard utilities
  • cloud sync apps
  • RGB/peripheral software
  • antivirus/security software
  • phone-linking apps
Click the up arrow in the taskbar notification area and check what is running.
If you want, temporarily exit those apps one by one and wait to see when the sound stops.

3) Check browser notifications​

Browsers can play random alert sounds from websites even when you are not actively using them.
In your browser:
  • review open tabs
  • check notification permissions
  • disable notifications temporarily for Chrome / Edge / Firefox
  • test with the browser fully closed
If the sound stops when the browser is closed, that narrows it down fast.

4) Use Event Viewer around the exact time the sound happens​

This can help catch background events.
  • Press Win + XEvent Viewer
  • Go to:
    • Windows Logs > System
    • Windows Logs > Application
  • Look for entries at the exact minute/second the sound occurs
Pay special attention to:
  • USB reconnect/disconnect
  • device setup events
  • driver resets
  • app warnings
  • service notifications
Even if you believe it is not USB/peripherals, it is still worth checking because sometimes Windows logs a device power-state change without it being obvious physically.

5) Check Notification settings and recent apps​

Go to:
  • Settings > System > Notifications
Then:
  • see which apps are allowed to send notifications
  • temporarily disable notifications for suspicious apps
  • or disable all notifications briefly as a test
If the sound stops, re-enable apps one at a time.

6) Perform a clean boot test​

This is one of the fastest ways to tell whether it’s Windows or third-party software.

Steps:​

  1. Press Win + R
  2. Type msconfig
  3. Open Services
  4. Check Hide all Microsoft services
  5. Click Disable all
  6. Go to Startup → open Task Manager
  7. Disable all startup apps
  8. Restart
Then wait and see if the sound still happens.
  • If it stops: it’s almost certainly a third-party app/service
  • If it continues: more likely Windows, driver, device, or browser-related
Afterward, re-enable items gradually to find the culprit.

7) Use Process Monitor or NirSoft tools if needed​

If the basic steps don’t find it, there are more advanced ways:
  • Process Monitor to see background activity around the moment of the sound
  • SoundVolumeView or AppAudioConfig-type tools to monitor audio sessions
  • Autoruns to inspect startup/background components
These are more advanced, but very effective.

My strongest suspicion​

Based on your description, my top suspects are:
  • a Windows system event sound that was changed from default
  • a background tray app
  • a browser/web notification
  • a driver/device reconnect-type event
The fact that it happens while idle is especially consistent with:
  • scheduled background checks
  • sync software
  • browser notifications
  • hardware polling / reconnect behavior
  • security software alerts

Fastest practical test​

If I were troubleshooting this on your PC, I’d do this in order:
  1. Temporarily set Windows to “No Sounds”
  2. Close all browsers completely
  3. Exit all tray apps
  4. If still happening, do a clean boot
That usually identifies the category pretty quickly.

A few questions that would help narrow it down​

  1. Which version are you using: Windows 10 or Windows 11?
  2. Did this start after installing any of these?
    • GPU software
    • motherboard utilities
    • peripheral software
    • chat apps
    • antivirus
  3. Does the sound still happen if the browser is fully closed?
  4. Does it still happen in Safe Mode?
  5. Is there any popup, toast notification, icon badge, or taskbar flash at the same moment?
If you want, I can also help you with a step-by-step isolation plan based on whether you’re on Windows 10 or 11.
 

Back
Top