Resolved: "bthps3 Bluetooth Host Radio Not Found" – The Ultimate Troubleshooting Guide

If you are reading this, you have likely just been greeted by a small but incredibly frustrating dialog box. You double-clicked an application (often a PS3 controller tool like SCP Toolkit or a similar Bluetooth driver utility), and instead of your program launching correctly, you saw the ominous red text:

"bthps3 Bluetooth host radio not found."

For many users, this error is a brick wall. It stops you from pairing your PlayStation 3 controller to your PC, using specific Bluetooth dongles, or running legacy emulator tools. The immediate assumption is often that your Bluetooth hardware is broken. In 95% of cases, that is false.

This 2,500+ word guide will explain exactly what this error means, why it happens, and—most importantly—provide a step-by-step roadmap to permanently fix it.


Step 11: Test with a Live Linux USB (Hardware Verification)

We need to rule out Windows as the problem.

  1. Create a bootable Ubuntu USB drive.
  2. Boot from the USB (choose "Try Ubuntu" without installing).
  3. Open Ubuntu Settings > Bluetooth. If Ubuntu finds and uses your Bluetooth radio, your hardware is fine – the issue is purely within Windows. If Ubuntu also says "no adapter found," your Bluetooth card is physically dead.

6. For virtual machines (VMware/VirtualBox)

Ensure USB Bluetooth dongle is passed through to the guest OS, or use a bridged Bluetooth adapter if supported.

Check the Driver Binding via PowerShell

Run PowerShell as Administrator and execute:

Get-PnpDevice | Where-Object $_.Class -eq "Bluetooth" | Format-List Status, Problem, FriendlyName

If your radio shows Status: Error or Problem: 28 (driver not installed), the binding failed. You may need to manually install the generic Microsoft Bluetooth driver:

  1. Device Manager > Right-click your Bluetooth radio > Update driver.
  2. Browse my computer > Let me pick.
  3. Select Generic Bluetooth Radio (Microsoft driver) – NOT the vendor-specific one.
  4. Install, reboot, and re-run the bthps3 installer.

Step 6: Update or Roll Back the Bluetooth Driver

Scenario A – Driver needs updating:

  1. Device Manager > Bluetooth > Right-click your adapter > Update driver > Search automatically for drivers.
  2. If Windows finds nothing, go to your PC manufacturer’s website (Dell, HP, Lenovo, ASUS) and download the latest Bluetooth driver for your exact model.

Scenario B – A recent Windows update broke it:

  1. Device Manager > Bluetooth adapter > Right-click > Properties > Driver tab.
  2. Click Roll Back Driver (if enabled) and follow prompts.

Step 1: The Physical Reset (Laptop Users Only)

Many laptops have a physical switch or a keyboard function (e.g., Fn + F2, Fn + PrtSc) to disable the radio. Additionally, perform a hard reset:

  1. Shut down your laptop completely.
  2. Disconnect the power adapter.
  3. Remove the battery (if removable).
  4. Hold the power button down for 30 seconds to drain residual charge.
  5. Reassemble and boot up.

2. Check Bluetooth service status

sudo systemctl status bluetooth

If inactive, start and enable it:

sudo systemctl enable --now bluetooth