How To Turn Bluetooth On Windows 10

I can’t seem to find where to turn Bluetooth on in Windows 10. The toggle is missing from Settings and the action center, and my Bluetooth headphones aren’t being detected at all. I’m not sure if it’s a driver issue, a disabled service, or something else. Can someone walk me through the steps or possible fixes to enable Bluetooth on my Windows 10 PC?

Happens a lot on Win 10. If the Bluetooth toggle is missing, Windows usually thinks your BT hardware is gone or disabled.

Go through this in order:

  1. Check if your PC even sees Bluetooth
  • Press Win + X, pick Device Manager.
  • Look for “Bluetooth”.
    • If it is there, expand it.
    • If you see a down arrow icon, right click it, pick Enable device.
    • If you see a yellow warning icon, right click, pick Uninstall device, tick “Delete the driver software” if shown, hit OK. Then reboot. Windows often reinstalls a clean driver.

If there is no “Bluetooth” section at all, check under “Network adapters” and “Other devices” for anything with “Bluetooth” in the name.

  1. Turn on Bluetooth support service
  • Press Win + R, type services.msc, hit Enter.
  • Find “Bluetooth Support Service”.
  • Double click it.
    • Set Startup type to “Automatic”.
    • Click Start if the Service status is Stopped.
  • Click OK.
    Restart the PC after that.
  1. Check BIOS or hardware switch
    On some laptops Bluetooth ties to Wi Fi.
  • Press Fn + the Wi Fi key on your keyboard, often F2 or with a radio icon, and toggle it.
  • If your laptop has a physical wireless switch, flip it on.
  • If you know how, enter BIOS or UEFI (often F2, Del, or F10 at boot). Look for Wireless or Bluetooth and make sure it is Enabled. Save and exit.
  1. Reinstall vendor drivers
    Generic Windows drivers fail a lot.
  • Go to your laptop or motherboard maker site.
  • Download the Windows 10 Bluetooth driver that matches your exact model.
  • Install it, then reboot.
    If your PC uses Intel Wireless, grab “Intel Wireless Bluetooth” from Intel’s site and install that.
  1. Reset Windows Bluetooth stack
  • Go to Settings > Devices > Bluetooth & other devices.
    If Bluetooth still does not show, run the troubleshooter:
  • Settings > Update & Security > Troubleshoot > Additional troubleshooters.
  • Pick “Bluetooth”. Run it and follow the prompts.
    Sometimes it flips a registry flag or starts a service that got stuck.
  1. Quick checks with your headphones
    Once the toggle returns:
  • Put your headphones into pairing mode. Often hold the power button for 5–7 seconds until the light flashes.
  • On the PC, go to Settings > Devices > Bluetooth & other devices > Add Bluetooth or other device > Bluetooth, then pick your headphones.
    If they were paired to your phone, forget them on the phone first, then pair with the PC.
  1. If nothing works
    At that point either the Bluetooth chip is dead or Windows install is messed up.
    Fast test:
  • Plug in a cheap USB Bluetooth dongle.
  • If Windows detects it and the toggle shows up, your internal Bluetooth is likely done or disabled at hardware level.
  • If even that fails, the OS install is suspect and a repair install of Windows 10 might be next.

Start with Device Manager and the Support Service. Those two steps fix most “Bluetooth toggle missing” cases I see.

If the toggle is gone, Windows is sulking, not blind. @espritlibre covered the “proper” path, so here are some extra angles that often get missed:

  1. Check if Windows even thinks your PC has Bluetooth

    • Win + I → Devices → on the left, you should see “Bluetooth & other devices”.
    • If that whole section is missing, Windows believes you don’t have BT hardware at all. In that case, all the services/drivers tweaks won’t resurrect it until the device shows up again.
  2. Kill fast startup (it hides a ton of flaky hardware issues)

    • Win + X → Power Options → Additional power settings.
    • Click “Choose what the power buttons do”.
    • Click “Change settings that are currently unavailable”.
    • Uncheck “Turn on fast startup”.
    • Save, then fully shut down (Shift + click Shut down) and boot again.
      I’ve seen Bluetooth magically reappear after this more times than I care to admit.
  3. Check Airplane mode & radios

    • Win + A to open Action Center.
    • Make sure “Airplane mode” is off.
    • In Settings → Network & Internet → Airplane mode, turn “Wireless devices” off and back on.
      Sometimes this flips both Wi Fi and Bluetooth at a lower level than the normal toggle.
  4. Look for “hidden” devices in Device Manager
    @espritlibre already went through Device Manager, but I’d go a step further:

    • In Device Manager, click View → “Show hidden devices”.
    • Check under Bluetooth, Network adapters, and “System devices” for anything like “ACPI Bluetooth”, “Unknown USB device (device descriptor request failed)”, or generic “Bluetooth Radio”.
    • If you see a bunch of ghosted BT devices, right click and uninstall all of them, then reboot.
      A messy pile of half installed profiles can block the stack from loading properly.
  5. Try a different driver source than the vendor (contrary to what people usually say)
    Vendor drivers are good, but they can be ancient. With Intel stuff in particular:

    • Uninstall any vendor Bluetooth driver from “Apps & features”.
    • In Device Manager, uninstall the BT device and check “Delete the driver software” if available.
    • Reboot and let Windows Update grab whatever it wants first.
      If that still fails, then try the manufacturer package or Intel Wireless Bluetooth. I’ve had more success in Win 10 letting Windows Update handle it first instead of going straight to OEM.
  6. Check for power saving nonsense
    Windows loves turning off radios “to save power” then never waking them up:

    • Device Manager → Network adapters and Bluetooth section.
    • For any wireless / Bluetooth looking entry, right click → Properties → Power Management tab.
    • Uncheck “Allow the computer to turn off this device to save power”.
      Reboot after changing a few of these.
  7. User profile / registry weirdness
    Rare, but:

    • Create a new local user account temporarily.
    • Log into that account and see if the Bluetooth page & toggle exist there.
      If they do, it’s not a driver issue but profile corruption. Fix is more annoying, but at least you know the hardware works.
  8. USB bus / chipset drivers
    On desktops especially, Bluetooth is often hanging off the same USB / PCIe bus as Wi Fi:

    • Grab the latest chipset drivers from your motherboard vendor.
    • If it’s a USB Bluetooth module, check under “Universal Serial Bus controllers” in Device Manager for errors.
      Sometimes the BT radio itself is fine and the underlying USB controller is the one broken.
  9. When to stop fighting it
    You already suspected hardware vs driver. Brief rule of thumb:

    • No Bluetooth category in Device Manager even with “Show hidden devices” + no unknown device + no Bluetooth in BIOS: likely hardware is disabled or dead.
    • Cheap USB Bluetooth dongle works instantly: internal chip is toast or hard disabled.
    • Even dongle doesn’t show a toggle: Windows install or deeper chipset issue, and at that point a repair install or clean install is usually faster than another 3 hours of hunting.

If you post which PC model and whether Bluetooth appears anywhere in Device Manager (even hidden), you can usually narrow this down in 2–3 steps instead of randomly reinstalling stuff for days.