Forum Discussion

usman6786's avatar
usman6786
Copper Contributor
Jul 24, 2024

Bluetooth drivers re-install

i have problem with my bluetooth

1 Reply

  • AmeliaLewis's avatar
    AmeliaLewis
    Iron Contributor
    1. Automatically reinstall the driver 
      Right-click Start Menu → Device Manager 
      Expand Bluetooth → Right-click Devices → Uninstall Device 
      Check "Try to remove the driver for this device" → OK 
      Restart your computer (Windows will automatically reinstall the driver) 
      2. Manually update the driver 
      Visit the official website of the computer brand 
      Download the latest Bluetooth driver (note that you have to choose the corresponding version of Windows) 
      Right-click on the downloaded driver → install it as administrator
      3. Reset the Bluetooth service 
      Press Win + R and type services.msc 
      Find and restart the following services: 
      Bluetooth Support Service 
      Bluetooth Audio Gateway Service 
      4. Clear the Bluetooth configuration 
      Press Win + R and type cmd → Run: 
      cmd 
      net stop bthserv
      rd /s /q "%windir%\System32\GroupPolicy\Machine" 
      rd /s /q "%windir%\System32\GroupPolicyUsers" 
      net start bthserv 
      Restart your computer 
      5. Repair the system files 
      Administrator CMD run: 
      cmd 
      sfc / scannow 
      dism /online /cleanup-image /restorehealth 
      6. Roll back Windows version 
      Settings → Windows Update → Recovery 
      Select Return to previous version 
      7. Reset Windows 
      Settings → System → Recovery 
      Select Reset this computer (keep files)

Resources