How to Fix Fix Bluetooth Device Removal Failed — Can't Remove Paired Device on Windows
Can't remove a Bluetooth device? "Remove failed" error when trying to unpair? Bluetooth device stuck in paired list? Fix Bluetooth device removal issues on Windows 10 and 11.
📖
Main Troubleshooting Guide
How to Fix Bluetooth Not Working →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •"Remove device" button does nothing or shows "Remove failed"
- •Bluetooth device remains in paired list after clicking Remove
- •Device shows as "paired" but won't connect or remove
- •Old/unused Bluetooth devices cluttering the device list
- •Removing one Bluetooth device causes others to disconnect
- •Settings app crashes when trying to remove Bluetooth devices
Common Causes
- ⚠Bluetooth service in a bad state — cannot process removal requests
- ⚠Bluetooth device registry entries corrupted
- ⚠Device is still actively connected when removal is attempted
- ⚠Bluetooth driver bug preventing device database cleanup
- ⚠Group Policy or MDM preventing device removal on managed PCs
- ⚠Bluetooth cache or pairing database corrupted
Solutions
Solution 1: Remove via Device Manager
- 1If Settings won't remove the device, try Device Manager:
- 2Open Device Manager → View → Show hidden devices
- 3Expand "Bluetooth"
- 4Find the stuck device → right-click → Uninstall device
- 5Check "Delete the driver software" if available
- 6Click Uninstall
- 7Restart the Bluetooth service: Services.msc → "Bluetooth Support Service" → Restart
- 8The device should be gone from Settings → Bluetooth & devices
Solution 2: Remove via PowerShell
- 1Open PowerShell as Administrator
- 2List all Bluetooth devices:
- 3Get-PnpDevice -Class Bluetooth | Format-Table Name, InstanceId, Status
- 4Find the device you want to remove and note its InstanceId
- 5Remove it: Remove-PnpDevice -InstanceId "YOUR_INSTANCE_ID" -Confirm:$false
- 6If that fails, disable then remove:
- 7Disable-PnpDevice -InstanceId "YOUR_INSTANCE_ID" -Confirm:$false
- 8Remove-PnpDevice -InstanceId "YOUR_INSTANCE_ID" -Confirm:$false
- 9Restart Bluetooth Support Service after removal
Solution 3: Clear Bluetooth Cache and Reset
- 1Stop the Bluetooth service: net stop bthserv
- 2Clear the Bluetooth cache in Registry:
- 3HKLM\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Devices
- 4Delete the subkey matching the stuck device (identified by MAC address)
- 5Restart Bluetooth: net start bthserv
- 6If persistent: toggle Bluetooth off and on in Settings
- 7As a last resort: uninstall the Bluetooth adapter in Device Manager
- 8Restart the PC — Windows will reinstall and create a fresh device database
FIXES THIS IN 5 MINUTES
Fix Fix Bluetooth Device Removal Failed — Can't Remove Paired Device Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11