A lightweight Windows system tray utility for managing Bluetooth device connections and monitoring battery levels. Quickly connect, disconnect, and check the status of your paired Bluetooth devices without opening Windows Settings.
- System tray integration — Lives in the notification area for quick, always-available access
- Device management — Connect and disconnect paired Bluetooth Classic and BLE devices with a single click
- Battery monitoring — Displays battery levels for connected devices that support it
- Run on startup — Optional auto-launch at login
- Dark mode support — Follows the Windows system theme
- Lightweight — Native C++ application with minimal resource usage
- Install from the Microsoft Store or build from source. The Windows Store version has the same features as the GitHub release version. You can support development by purchasing it on the Windows Store.
- The app starts in the system tray (notification area near the clock)
- Left-click or right-click the tray icon to open the device menu
- Your paired Bluetooth devices are listed with their connection status and battery level
- Click a device to toggle its connection
- Enable Run on startup from the menu to launch automatically at login
- Windows 10 (version 1809) or later
- Install Visual Studio 2022 with the Desktop development with C++ and Windows App SDK workloads
- Clone the repository and open
BTDeviceTray.sln - Build and run in Release/x64