askvity

How do I restart Bluetooth service on Windows 10?

Published in Bluetooth Restart 2 mins read

Restarting the Bluetooth service on Windows 10 can be achieved through several methods. One approach involves removing and re-adding the Bluetooth device. Here's how you can do it based on the provided reference:

Removing and Re-adding Bluetooth Device

This method effectively restarts the Bluetooth connection by forcing the system to re-establish it.

  1. Open the Windows Start Menu.
  2. Select Settings. This opens the Windows Settings app.
  3. Click Devices. This section manages Bluetooth, printers, and other devices.
  4. Click Bluetooth & other devices. This opens the Bluetooth settings page.
  5. Select the Bluetooth device you want to reset. Choose the specific device that's giving you trouble.
  6. Select Remove Device. This unpairs the device from your computer.
  7. Click Yes. Confirm that you want to remove the device.
  8. Click Add Bluetooth or other device. This initiates the device discovery process. Follow the on-screen prompts to re-pair your Bluetooth device.

Alternative Methods for Restarting Bluetooth

While the reference focuses on removing and re-adding a device, there are other common ways to restart the Bluetooth service on Windows 10 that may be quicker in certain situations. These methods include using the Services application, Device Manager, or Command Prompt.

Using the Services Application

  1. Press Windows Key + R, type services.msc, and press Enter. This opens the Services window.
  2. Scroll down and locate the "Bluetooth Support Service".
  3. Right-click on it and select "Restart". If the "Restart" option is grayed out, select "Stop", wait a few seconds, then select "Start".

Using Device Manager

  1. Right-click on the Start Menu and select "Device Manager".
  2. Expand the "Bluetooth" category.
  3. Right-click on your Bluetooth adapter and select "Disable device".
  4. Wait a few seconds, then right-click again and select "Enable device".

Using Command Prompt

  1. Open Command Prompt as administrator.
  2. Type net stop bthserv and press Enter. This stops the Bluetooth service.
  3. Type net start bthserv and press Enter. This restarts the Bluetooth service.

These alternative methods offer different ways to achieve the same goal: restarting the Bluetooth service and resolving connection issues. Choose the method that best suits your comfort level and the specific problem you're facing.

Related Articles