Collection / Studio / Motion
← Windows

Fix Bluetooth Disappeared in Windows 11

This page is for the frustrating case where Bluetooth seems gone in Windows 11, not just a pairing problem with one device.

Start here

Start with the fastest command or direct open action

This block comes first on purpose. Copy one command, open PowerShell, Windows Terminal, Run, or Start search, paste the exact text, press Enter, then do the slower click-by-click checks underneath only if you still need them.

Open Bluetooth settings
Run this in: PowerShell or Windows Terminal Admin: No
Start-Process "ms-settings:bluetooth"

What this command does

Opens the matching Windows Settings page directly so you do not hunt through menus.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Open Device Manager
Run this in: Start search or Run dialog Admin: No
devmgmt.msc

What this command does

Opens the exact built-in Windows tool or panel that this guide wants you to use.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Show Bluetooth services
Run this in: PowerShell or Windows Terminal (Admin when needed) Admin: No
Get-Service bthserv, BluetoothUserService* | Select Name, Status, StartType

What this command does

Shows whether the Bluetooth-related services are actually running.

What to do after running it

Wait for the command to finish completely, then restart or retest the same problem before making more changes.

Restart the Bluetooth support service
Run this in: PowerShell or Windows Terminal (Admin when needed) Admin: Yes
Restart-Service bthserv -Force

What this command does

Restarts the Bluetooth support service so Windows can rebuild the Bluetooth state.

What to do after running it

Wait for the command to finish completely, then restart or retest the same problem before making more changes.

Overview

What this guide helps you do

When Bluetooth disappears from quick settings or Settings, the issue is often bigger than a simple device pairing failure.

  • A missing toggle can point to adapter or driver issues.
  • Device Manager is one of the fastest places to confirm whether the hardware still appears.
  • Simple checks first usually save time.

When to use this

When to use this guide

Useful when the Bluetooth toggle is missing, Bluetooth settings vanish, or the adapter no longer appears to work after an update, restart, or power change.

Before you start

What to review first

Do not rush into random driver cleaners first. Start with the simple Windows checks so you know what actually changed.

Do this exactly

Open the right Windows area first, then follow the changes one by one

  1. Press Start, type Bluetooth and other devices settings, and open that page so you can see whether the Bluetooth toggle itself is present.
  2. Press Start again, type Device Manager, and open it.
  3. Expand Bluetooth. Also look under Unknown devices or Network adapters if you suspect the adapter is hidden, disabled, or misidentified after an update.
  4. If the adapter is present but disabled, enable it, restart Windows, and test Bluetooth again before making bigger changes.
  5. If the adapter is missing completely, move to Windows Update, the laptop or motherboard vendor driver page, and hardware checks instead of uninstalling random devices blindly.

Exact click path

Tell the user exactly what to open and press

Do not change ten things at once. Open the exact Windows page first, make one clear change, then check whether it solved the problem before moving on.

Fast open: Press Start, type Bluetooth and other devices settings, open that page, then check whether the Bluetooth toggle is missing or only one device is failing. After that, open Device Manager and confirm whether the Bluetooth adapter still appears before you jump into random driver changes.

Try a faster path

Useful when the Bluetooth toggle is missing, Bluetooth settings vanish, or the adapter no longer appears to work after an update, restart, or power change.

How to use

Do not rush into random driver cleaners first. Start with the simple Windows checks so you know what actually changed.

Related pages

Keep going with the next useful page

Use these links when you want the matching script, another Windows help page, or a browser tool for the same job.

FAQ

Questions about Fix Bluetooth Disappeared in Windows 11

Can airplane mode or a laptop switch cause this?

Yes. Some laptops have hardware or firmware behavior that can affect wireless radios, so check those basics too.

Should I uninstall the driver right away?

Not first. Confirm whether the adapter still appears and whether it is only disabled before moving to bigger driver steps.