Disable Audio Ducking in Windows via Regedit
This guide explains how to disable automatic audio ducking in Windows using the Registry Editor (Regedit). When Windows detects communication activity—such as a voice or video call—it automatically reduces the volume of other background applications. Modifying the system registry allows you to permanently turn off this feature so your media and application volumes remain unchanged during calls.
Steps to Disable Audio Ducking Using Regedit
Open the Registry Editor
- Press Windows Key + R to open the Run dialog box.
- Type
regeditand press Enter (or click OK). - Click Yes if prompted by User Account Control (UAC).
Navigate to the Audio Settings Key
- In the address bar at the top of the Registry Editor window, paste
the following path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio
- In the address bar at the top of the Registry Editor window, paste
the following path and press Enter:
Modify or Create the Ducking Preference Value
- Look for a DWORD (32-bit) Value named UserDuckingPreference in the right pane.
- If UserDuckingPreference does not exist:
- Right-click an empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the new value
UserDuckingPreference.
Set the Value Data
- Double-click UserDuckingPreference to open its properties.
- Set the Base to Hexadecimal (or Decimal).
- Change the Value data to
2to completely disable ducking (“Do nothing”). - Click OK to save the changes.
(Reference values for
UserDuckingPreference:0= Reduce volume by 80%,1= Reduce volume by 50%,2= Do nothing,3= Mute all other sounds).Apply the Changes
- Close the Registry Editor.
- Restart your computer, or restart the Windows Audio service via the Task Manager or Services menu, for the changes to take effect immediately.