XDA’s writer this week found that a single Windows setting explained months of Bluetooth pain and almost convinced them the adapter was dead. That is the whole Bluetooth on Windows experience in one anecdote. The service is running, the drivers are current, the device shows in Settings, and the audio still stutters. Or the mouse pairs but disconnects every ten minutes. Or a peripheral pairs cleanly on one PC and refuses on the next.
Windows 11 shipped genuine improvements to Bluetooth stability across the 24H2 and 25H2 updates, but the troubleshooting still leans on third-party utilities to see what the OS is hiding. We tested seven Windows apps for Bluetooth troubleshooting in 2026 that map the invisible layer: which devices are paired, which drivers are stale, what ghost entries the registry is still holding, and where the actual failure is happening.
What to look for in a Windows Bluetooth troubleshooting app
Not everything sold as a “Bluetooth utility” is worth installing. Focus on tools that:
- Show what Windows is actually storing about paired and previously-paired devices. Ghost entries are the number-one cause of repeat pairing failures
- Read Bluetooth Low Energy versus Classic devices separately. Peripherals on BLE do not show in the same lists as headphones on Classic
- Update or replace the driver from the chipset vendor rather than through Windows Update. Windows Update ships older versions
- Run without installers where possible. Portable exes leave less mess to reverse if the tool does not help
- Are free or clearly-priced. Bluetooth utility is not a category worth a subscription
Quick comparison
| App | Best for | Platforms | Price | Vendor |
|---|---|---|---|---|
| Windows Get Help Bluetooth Troubleshooter | Guided automated fixes | Windows 11 | Free | Microsoft |
| Intel Driver & Support Assistant | Intel Bluetooth chipset users | Windows 10/11 | Free | Intel |
| BluetoothView | Scanning nearby Bluetooth devices | Windows 10/11 | Free | NirSoft |
| Device Cleanup Tool | Removing ghost device entries | Windows 10/11 | Free | Uwe Sieber |
| BluetoothCL | Command-line Bluetooth control | Windows 10/11 | Free | NirSoft |
| BluetoothLEView | Bluetooth Low Energy inspection | Windows 10/11 | Free | NirSoft |
| BlueSoleil | Full Bluetooth stack replacement | Windows 10/11 | Paid, from around $28 | IVT |
The apps
1. Windows Get Help Bluetooth Troubleshooter, the built-in first stop
Windows Get Help Bluetooth Troubleshooter is the automated diagnostic Microsoft actually maintains. Launch Get Help, type “bluetooth”, pick “Run diagnostics for Bluetooth.” It restarts the Bluetooth Support Service, resets the adapter, re-registers system drivers, and offers to reinstall the vendor driver if the built-in one is unstable. Across the 24H2 and 25H2 updates it fixed a lot of what earlier versions of the Windows troubleshooter used to miss.
Where it falls short. The built-in tool cannot fix issues rooted in ghost device entries, third-party VPN or antivirus interference, or motherboard-level power management. If it clears your problem, you were lucky. If not, keep reading.
Pricing:
- Free: Included in Windows 11
- Paid: N/A
Platforms: Windows 11
Download: Search “Get Help” in the Start menu, or open the Microsoft support page directly.
Bottom line: Run this first every time. Two minutes for a chance at a five-second fix is worth it.
2. Intel Driver & Support Assistant, the chipset-owner fast lane
Intel Driver & Support Assistant is the tool that fixes most Bluetooth issues on laptops built after 2019. Most modern Windows laptops use Intel’s Wireless-AX211, AX210, or AX201 combo cards, which combine Wi-Fi and Bluetooth. Intel ships driver updates weeks to months before Windows Update forwards them, and this utility grabs them straight from Intel.
Where it falls short. Only helpful if your Bluetooth adapter is actually Intel. Check Device Manager under “Bluetooth” first; if it says AMD, Qualcomm, Realtek, or MediaTek, this tool does nothing for you.
Pricing:
- Free: Yes
- Paid: N/A
Platforms: Windows 10 and Windows 11
Download: Intel Driver & Support Assistant
Bottom line: For Intel-based laptops, this is the single most effective fix on the list. Install it, run it, install what it flags.
3. BluetoothView, NirSoft's classic scanner
BluetoothView is a portable freeware utility that watches for every Bluetooth device broadcasting near your PC. It logs device name, MAC address, major and minor device class, first and last detection times, and RSSI signal strength. Running it while a device refuses to pair reveals whether the device is actually broadcasting, or whether Windows just is not seeing it.
Where it falls short. It sees Classic Bluetooth only, not Bluetooth Low Energy. For BLE peripherals like fitness bands and modern smart-home sensors you need BluetoothLEView below.
Pricing:
- Free: Yes
- Paid: N/A
Platforms: Windows 10 and Windows 11, 32-bit and 64-bit builds
Download: BluetoothView on NirSoft
Bottom line: The first thing to run when a device “will not pair.” If BluetoothView cannot see the device either, the problem is on the device end, not on Windows.
4. Device Cleanup Tool, the ghost-device remover
Device Cleanup Tool by Uwe Sieber is the utility Windows should have shipped years ago. Windows keeps entries for every device it has ever seen in its device management database, even after that device is gone. These “ghost” entries frequently prevent new devices from pairing under the same name, cause driver conflicts, and confuse the Bluetooth stack. Device Cleanup Tool lists every non-present device with its class and days since last seen, and lets you multi-select and delete them with a keystroke.
Where it falls short. Requires administrator privileges. The tool is portable freeware from a one-person developer, and while stable, its UI is deliberately utilitarian.
Pricing:
- Free: Yes
- Paid: N/A
Platforms: Windows 10 and Windows 11, separate 32-bit and 64-bit builds
Download: Device Cleanup Tool by Uwe Sieber
Bottom line: If your headphones used to pair and no longer do, this is the tool to run before touching driver settings. Ghost entries are the most-missed cause of stubborn Bluetooth failures.
5. BluetoothCL, command-line Bluetooth control
BluetoothCL is the NirSoft command-line companion for BluetoothView. It lists paired and nearby Bluetooth devices from a terminal, writes CSV or XML output for scripting, and returns exit codes suitable for batch files. If you are troubleshooting on a remote PC over SSH, RDP, or PowerShell Remoting, this is often the only way to see what the local Bluetooth stack is doing without RDP-forwarding the GUI.
Where it falls short. No GUI. Not the tool for casual users. The output is exhaustive but requires reading the docs to interpret device class codes.
Pricing:
- Free: Yes
- Paid: N/A
Platforms: Windows 10 and Windows 11
Download: BluetoothCL on NirSoft
Bottom line: For IT admins fixing Bluetooth on user laptops remotely, this pairs with a scripted playbook better than any GUI.
6. BluetoothLEView, the BLE-specific scanner
BluetoothLEView is the Bluetooth Low Energy equivalent of BluetoothView. Modern peripherals, fitness bands, medical sensors, and most smart-home BLE devices do not appear in Classic Bluetooth scans. BluetoothLEView reads GATT service data, characteristic UUIDs, and manufacturer advertising data, which is often the fastest way to confirm a device is broadcasting valid BLE data.
Where it falls short. Only reads BLE, not Classic. For a full picture, pair it with BluetoothView. Some advanced BLE decoding requires knowing the specific service UUIDs, which the tool does not always translate to human-readable labels.
Pricing:
- Free: Yes
- Paid: N/A
Platforms: Windows 10 and Windows 11
Download: BluetoothLEView on NirSoft
Bottom line: If a fitness band or a smart bulb refuses to appear in Windows Settings, this is the tool that tells you whether the device is broadcasting or whether Windows is filtering it out.
7. BlueSoleil, the full stack replacement
BlueSoleil by IVT is the paid outlier on this list. Instead of diagnosing what Windows’ own Bluetooth stack is doing, BlueSoleil replaces it entirely with a third-party stack. This helps on older adapters that Windows ships poor drivers for, on adapters where the built-in stack does not support HFP and A2DP profiles simultaneously, and on machines that need multiple simultaneous Bluetooth connections that Windows serializes.
Where it falls short. Expensive for what it does compared to the free tools above. Only makes sense if the free utilities did not solve your problem and you have a specific compatibility need. The trial mode limits transfer speeds significantly.
Pricing:
- Free: Trial available with functional limits
- Paid: Standard license around $28 for a single PC
Platforms: Windows 10 and Windows 11
Download: BlueSoleil
Bottom line: Only reach for this after Intel DSA, Device Cleanup, and the built-in troubleshooter have failed. It is the tool for legacy adapters that Windows never supported well.
How to pick the right one
If your Bluetooth just broke yesterday and you have not tried anything yet, run Windows Get Help Bluetooth Troubleshooter first. Two minutes.
If you have an Intel-based Windows laptop, install Intel Driver & Support Assistant and let it update the Bluetooth firmware and driver. This fixes the majority of “used to work, now it does not” cases on Intel hardware.
If a device paired fine last month and refuses to pair now, install Device Cleanup Tool and remove the ghost entries. Reboot, then re-pair.
If Windows says your device is paired but never connects, use BluetoothView (or BluetoothLEView for BLE peripherals) to confirm the device is actually broadcasting.
If you are an IT admin fixing user machines remotely, script BluetoothCL into your playbook.
If nothing on this list solves your problem, consider that the adapter itself may be failing. BlueSoleil is a last-resort software fix, not a first-line replacement.
FAQ
What is the best free Bluetooth troubleshooter for Windows 11? Windows Get Help Bluetooth Troubleshooter is the best first step because it is built-in and fixes the majority of common cases in one click. Intel Driver & Support Assistant is the strongest follow-up for Intel-based laptops.
Does Windows 11 have a built-in Bluetooth troubleshooter? Yes. Open Get Help, search for “Bluetooth”, and run the diagnostics. The classic Settings > Troubleshooters path was retired in favor of Get Help across the 24H2 and 25H2 updates.
How do I remove old paired Bluetooth devices in Windows? Windows Settings can remove currently-visible entries, but ghost entries persist in the device database until removed with Device Cleanup Tool or a manual registry edit. Device Cleanup Tool is safer than editing the registry directly.
Why does my Bluetooth mouse keep disconnecting on Windows 11? Common causes are power management (Device Manager > Bluetooth adapter properties > Power Management, uncheck “Allow the computer to turn off this device”), stale drivers, or 2.4 GHz interference from Wi-Fi. The first fix takes 30 seconds and resolves the majority of cases. If not, Intel DSA or Device Cleanup Tool are your next moves.
Is there a Bluetooth adapter compatibility list for Windows 11? Microsoft publishes the Windows Hardware Compatibility list, and adapter manufacturers maintain their own driver support matrices. Intel’s site is the most authoritative for its AX-series adapters. Realtek and Qualcomm both publish per-model driver bundles that the built-in troubleshooter does not always find.
Do I need to uninstall the Windows Bluetooth stack before installing BlueSoleil? No. BlueSoleil installs its own stack alongside Windows’ and you can switch between them in its settings. If BlueSoleil breaks a device, uninstall it and Windows’ stack takes over again on reboot.