How can I get the battery level of my Bluetooth headphone over a Windows PC?

In Windows 7, part of the Bluetooth stack was provided by 3rd party (such as Widcomm, Toshiba, etc) add-on software. Some of them did support battery level display for some type of devices (there are multiple way to report battery level). That's why some people say that it's supported by Windows, but it may not be the case for everyone.

In Windows 10, they were replaced by Microsoft's code and it doesn't (at least, as of 10.0.15063) have capability to show battery level for any type of Bluetooth device.

So, to monitor Bluetooth devices' battery level on Windows 10, you do need to install additional software. Some major Bluetooth device vendors provide companion application and it shows battery level. I saw Microsoft and Logitech do so for their keyboard/mouse products.

If your device's vendor doesn't provide such application, you may want to try "Bluetooth Battery Monitor", which is available at: https://www.bluetoothgoodies.com/

Full Disclosure: I'm the author of the program.

By the way, you mentioned about GATT battery service, but Windows (again, at least as of 10.0.15063) supports GATT access only over LE connection, and doesn't allow simultaneous LE/Classic connection either. So, you can access GATT of LE only devices (such as HID devices), but you cannot access your headphone/headsets's GATT because those devices are connected with Classic only.

10/3/2018 update:

Windows 10 update 1809 is finalized (build 17763) and I think it's a good time to clarify what it does and what it doesn't.

As far as I've tested, it supports only Bluetooth LE (Low Energy) devices that use GATT Battery Service to report battery information. If you are using Bluetooth LE mice/keyboards, those devices are probably OK. But most other devices including headphones, headsets, and Classic mice/keyboards are not supported by Windows 10 and 3rd party software is still needed.

I also tested the latest Insider preview release for the 19H1 update (build 18252), but it's the same as 1809. Following is the screenshot from 1809. All of these devices are capable of reporting battery information, but Microsoft's "Bluetooth Mobile Mouse 3600" is the only device Windows 10 can display the information.

enter image description here


If you're running Windows 10 Build 17639 or above, the battery level will be displayed natively on the Bluetooth & other devices screen in the Settings app.

At the current time, the current Windows 10 stable release is Build 17134.1 (Spring/April 2018 Update). Build 17639 is currently only available to those on the Windows Insiders programme who have opted to Skip Ahead. It would be reasonable to assume however that this would be included in the next Windows 10 feature update later in 2018 (typically 'Fall'/Autumn).

enter image description here

Further details are available at https://blogs.windows.com/windowsexperience/2018/04/04/announcing-windows-10-insider-preview-build-17639-for-skip-ahead/ under the heading "Bluetooth battery percentage in Settings".