How to Reset Bluetooth Module on Windows

Bluetooth connection problems often stem from corrupted drivers or configuration conflicts. Resetting the Bluetooth module clears these issues by reinstalling drivers and restoring default settings.

  1. Open Device Manager. Press Windows key + X and select Device Manager from the menu. Alternatively, right-click the Start button and choose Device Manager. The Device Manager window displays all hardware components installed on your system.
  2. Locate the Bluetooth adapter. Expand the Bluetooth section by clicking the arrow next to it. You will see your Bluetooth adapter listed, typically named something like Intel Wireless Bluetooth or Realtek Bluetooth Radio. If the Bluetooth section is missing, check under Network adapters or Universal Serial Bus controllers.
  3. Uninstall the Bluetooth driver. Right-click your Bluetooth adapter and select Uninstall device. Check the box that says Delete the driver software for this device if it appears. Click Uninstall to confirm. Windows will remove the Bluetooth driver completely.
  4. Restart your computer. Click the Start menu, select the Power button, and choose Restart. Allow Windows to boot completely. During startup, Windows will automatically detect the Bluetooth hardware and install fresh drivers.
  5. Verify Bluetooth functionality. Open Settings by pressing Windows key + I. Navigate to Devices > Bluetooth & other devices. Toggle Bluetooth off and on again. Your Bluetooth adapter should now appear and function normally for device pairing and connections.
  6. Reset Bluetooth stack via PowerShell. If Device Manager reset fails, open PowerShell as administrator by pressing Windows key + X and selecting Windows PowerShell (Admin). Run the command Get-PnpDevice | Where-Object {$_.Class -eq 'Bluetooth'} | Disable-PnpDevice -Confirm:$false then Enable-PnpDevice -Confirm:$false. This forcibly resets the entire Bluetooth stack.

Related

  • How to Set Up an Email Auto-Reply
  • How to Recover a Hacked Email Account
  • How to Recover a Deleted Email
  • How to Fix Emails Going to Spam Folder
  • How to Fix Apple Mail Not Working
  • How to Fix Outlook Sync Issues