Bthps3 — Bluetooth Host Radio Not Found

sudo systemctl status bluetooth

If inactive, start it:

sudo systemctl start bluetooth
sudo systemctl enable bluetooth

This directly addresses the missing host radio reference.

If the driver is installed but the error persists, the Windows Service responsible for the radio connection might be stopped. bthps3 bluetooth host radio not found

Before fixing the problem, you must understand the culprit.

bthps3.sys is a system driver file developed by Microsoft. The name breaks down into three parts: sudo systemctl status bluetooth

In modern Windows versions, this file is part of the Bluetooth Enumerator service. When Windows displays the error "bthps3 Bluetooth host radio not found," it means the operating system is trying to load the Bluetooth stack, but the underlying hardware (the host radio) is either disconnected, powered off, disabled, or its driver has crashed.

If you have a laptop with built-in Bluetooth that refuses to cooperate, stop fighting it. The bthps3 driver is notoriously picky with Intel and Realtek chips. If inactive, start it: sudo systemctl start bluetooth

Solution: Buy a cheap, known-compatible USB Bluetooth dongle.

lsusb | grep -i bluetooth
hciconfig -a

If no device appears, the adapter may not be connected or is faulty.

If you use an external USB Bluetooth dongle, the error may appear if the dongle is plugged into a faulty USB port, a USB hub that lacks sufficient power, or if the dongle itself is dead.