Windows Sound Scheme Registry Location and WAV Files
This article explains the exact locations where the Windows Registry Editor (Regedit) stores user-specific sound scheme events and their associated WAV audio files. It covers the primary registry paths under the current user hive, how the sound assignments are structured within those keys, and where the system references custom or default sound files.
The Primary Registry Key for Sound Schemes
Windows stores all user-specific sound scheme events, program associations, and assigned WAV file paths in the following registry location:
HKEY_CURRENT_USER\AppEvents\Schemes\Apps
Inside this path, sound events are organized by application and event type.
Registry Hierarchy and Structure
To locate specific sound events and their assigned audio files,
navigate through the subkeys under Apps:
Application Subkeys
.Default: Contains standard Windows system events (e.g., Asterisk, Critical Stop, Device Connect, Notification).Explorer: Contains Windows Explorer-specific sounds (e.g., Empty Recycle Bin, Navigating).- Third-Party / Additional Applications: Custom applications that register sound events appear here under their own named subkeys.
Event Subkeys
Inside each application folder, you will find individual event keys representing specific actions (such asSystemHand,SystemNotification, orActivatingDocument).Scheme State Subkeys (
.Currentand.Default)
Under each individual event key, Windows creates subkeys for the available schemes:.Current: Defines the audio file assigned to the event under the active sound scheme..Default: Defines the fallback audio file assigned to the “Windows Default” scheme.[SchemeName]: Any custom sound schemes saved by the user will appear here as separate subkeys.
Locating the WAV File Path
To find or modify the audio file assigned to an event:
- Open
Regeditand navigate toHKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\[EventName]\.Current. - Double-click the
(Default)string value (REG_SZ) in the right pane. - The Value data field contains the full file path to
the
.wavfile (for example,C:\Windows\Media\Windows Background.wav). - If the value data is blank, no sound is played for that event.
Supporting Registry Keys
Windows uses two adjacent keys under
HKEY_CURRENT_USER\AppEvents to manage the Sound Control
Panel interface:
HKEY_CURRENT_USER\AppEvents\EventLabels: Contains the display names that appear in the Windows Sound settings dialog for each event identifier.HKEY_CURRENT_USER\AppEvents\Schemes\Names: Lists the names of the available sound schemes configured on the system (such as.Defaultfor “Windows Default” and.Nonefor “No Sounds”).