How to Fix Bluetooth Not Pairing Issue on Windows

Bluetooth is essential for connecting wireless headphones, keyboards, mice, controllers, speakers, and more. When it works, it feels seamless. But when it doesn’t—you quickly realize how often you rely on it. One of the most common problems Windows users face is Bluetooth not pairing, where the PC simply refuses to detect, connect, or maintain a stable connection with a Bluetooth device.

Since you’re here reading about this issue, we’re guessing your Bluetooth device won’t pair, keeps disconnecting, or doesn’t show up in Windows at all. Don’t worry—you’re in the right place. In this in-depth guide, we’ll explain why the pairing issue occurs and walk you through 7 effective fixes to resolve Bluetooth problems on your Windows PC.

Why Bluetooth Won’t Pair on Windows

Bluetooth pairing failures usually occur due to one or more of the following:

  • Bluetooth is turned off or not discoverable
  • Device is already paired to another PC/phone
  • Outdated or corrupted Bluetooth drivers
  • Radio interference or low battery on accessories
  • Windows Bluetooth services not running
  • Software bugs from Windows updates
  • Missing permissions (especially for apps like Nearby Share)

Understanding the cause helps you troubleshoot more efficiently. Now, let’s jump into the fixes.

1. Restart Bluetooth and Make the Device Discoverable

Let’s start with the basics—restarting Bluetooth often resolves temporary glitches.

Restart Bluetooth:

  1. Press Windows + A to open Quick Settings.
  2. Click the Bluetooth tile to turn it OFF.
  3. Wait a few seconds and turn it ON again.

Make Your Device Discoverable:

Depending on your accessory:

  • Headphones/Earbuds: Press and hold the pairing button
  • Keyboard/Mouse: Press the Bluetooth pairing button
  • Speakers: Enable pairing mode from the power button or Bluetooth button

If your device isn’t in pairing mode, Windows won’t detect it.

2. Remove Previously Paired Devices (Fixes Conflict Issues)

Bluetooth devices often refuse to connect if they were previously paired with another device or PC.

  1. Open Settings → Bluetooth & devices.
  2. Scroll to your previously paired device.
  3. Click the three-dot menu → Remove device.
  4. Re-enable Bluetooth and try pairing again.

If your Bluetooth accessory is connected to your phone, disconnect it there first.

3. Restart Essential Bluetooth Services in Windows

Bluetooth relies on background services. If any of these stop working, pairing fails.

  1. Press Windows + R, type:
services.msc
  1. Look for the following services:
    • Bluetooth Support Service
    • Bluetooth User Support Service
    • Bluetooth Audio Gateway Service (if available)
    • Bluetooth Handsfree Service
  2. Double-click each one → Set Startup type to: Automatic
  3. Click Start (if the service is stopped).
  4. Restart your PC.

This often resolves pairing failures caused by system service bugs.

4. Update or Reinstall Bluetooth Drivers

Corrupted or outdated drivers are one of the biggest reasons Bluetooth stops pairing.

Update Driver:

  1. Press Windows + X → Device Manager.
  2. Expand Bluetooth.
  3. Right-click your Bluetooth adapter and choose Update driver.
  4. Select: Search automatically for drivers

Reinstall Driver:

If updating doesn’t help:

  1. Right-click the Bluetooth adapter → Uninstall device.
  2. Check Delete the driver software (if available).
  3. Restart your PC.

Windows will reinstall fresh drivers automatically.

5. Run the Bluetooth Troubleshooter (Built-in Fix

Windows includes a dedicated troubleshooter that automatically detects and resolves pairing problems.

  1. Open Settings.
  2. Go to System → Troubleshoot → Other troubleshooters.
  3. Find Bluetooth and click Run.

The troubleshooter fixes issues like:

  • Missing drivers
  • Disabled services
  • Conflicting paired devices

6. Disable Airplane Mode and Nearby Wireless Interference

Bluetooth can fail if other wireless features are interfering.

Turn off Airplane Mode:

  1. Press Windows + A.
  2. Make sure Airplane mode is OFF.

Reduce Interference:

Keep your Bluetooth device away from:

  • Wi-Fi routers
  • Microwaves
  • Wireless cameras
  • USB 3.0 ports (they cause interference near receivers)

Also ensure your accessory battery isn’t low—weak batteries often cause pairing failures.

7. Reset Bluetooth on Windows (Last Resort, but Effective)

If nothing else works, resetting Bluetooth stack or using a system reset helps.

Reset Bluetooth Stack Using Commands

  1. Open Windows Terminal (Admin).
  2. Run the following commands:
net stop bthserv
net start bthserv

Then reset network settings:

netsh winsock reset
netsh int ip reset

Restart your PC afterward.

Reset Windows Network Settings (Full Reset)

  1. Go to Settings → Network & Internet → Advanced network settings.
  2. Click Network reset.
  3. Restart your PC.

Note: You will need to reconnect Wi-Fi networks afterward.

Wrapping Up

And that wraps up our comprehensive guide on 7 Ways to Fix Bluetooth Not Pairing Issue on Windows. Whether your PC won’t detect your device, keeps failing to connect, or repeatedly disconnects, the methods above should get Bluetooth working again.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.