Disable Absolute Volume in Windows 10 bluetooth stack

A few months ago Windows 10 introduced update 1803, which changed the volume control for bluetooth devices. My Augustus EP650 bluetooth headphones used to have separate volume control on the desktop and on the device itself (e.g. you could make the Windows volume very loud, but the device volume very quiet, for an average final volume). After the update both volumes are now linked and change together.

This wouldn't be a problem, if the minimum volume wasn't extremely loud, the granularity decreased to 6 points, and going below 6 more often than not mutes the headphone permanently until a restart.

Searching around I found a reddit thread from around the same time, and the following comment from a Microsoft developer:

https://www.reddit.com/r/Windows10/comments/8ks3wi/windows_10_latest_update_removed_bluetooth_volume/dzd5ef4/

Windows bluetooth dev here - if anyone can't control their BT speaker/headphones volume from the PC after the update, can you share a product link to what device you're using? We added "absolute volume" in the last update which lets the Windows volume slider directly control the local volume of BT speakers/headphones who support it.

I have all available Windows updates and updated drivers, and the headphone works fine on my Android phone.

How do I disable this "absolute volume" feature to regain the level of control that was available before?


  1. Open Windows Registry (regedit.exe).

  2. Jump to Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Bluetooth\Audio\AVRCP\CT

  3. Create REG_DWORD DisableAbsoluteVolume and set it's value to 1.

Important: You need to restart your PC for changes to take affect.


To use reg file; copy and paste this code to new notepad file and save it to DisableAbsoluteVolume.reg (you have to enable show file extension otherwise your file will be DisableAbsoluteVolume.reg.txt and it is text file) Now you can double click to this file and click yes to use it.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Bluetooth\Audio\AVRCP\CT]
"DisableAbsoluteVolume"=dword:00000001