Disable Audio Enhancements via Regedit

This article provides a direct guide for system administrators on configuring Windows to bypass and ignore third-party audio enhancements using the Registry Editor (Regedit). Disabling these enhancements can resolve audio latency, distortion, driver conflicts, and ensure a clean, unaltered sound output across managed endpoints.


Prerequisites


Step-by-Step Configuration via Registry Editor

Step 1: Open the Registry Editor

  1. Press Win + R to open the Run dialog box.
  2. Type regedit and press Enter.
  3. Select Yes if prompted by User Account Control (UAC).

Step 2: Navigate to the Windows Audio Policy Key

Navigate to the following path using the address bar or navigation pane:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Audio

Note: If the Audio key does not exist under Windows, right-click the Windows folder, select New > Key, and name it Audio.

Step 3: Create and Set the DWORD Value

  1. Right-click an empty area inside the right pane of the Audio key.
  2. Select New > DWORD (32-bit) Value.
  3. Name the new value: DisableThirdPartyAudioEnhancements
  4. Double-click the newly created DisableThirdPartyAudioEnhancements value.
  5. In the Value data field, enter 1.
  6. Ensure the Base is set to Hexadecimal, then click OK.

Alternative: Disabling Enhancements per Audio Endpoint

If you need to target a specific audio device rather than applying a global machine policy:

  1. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render
  2. Expand the folder to view the list of device GUIDs.
  3. Locate the target audio device by checking the Properties subkey under each GUID for the device name.
  4. Select the FxProperties subkey for that device.
  5. Locate or create a DWORD (32-bit) Value named: {b3f8fa53-0004-438e-9003-51a46e139bfc},5
  6. Set its Value data to 1.

Step 4: Apply the Changes

For the registry changes to take effect, choose one of the following methods: