Fix Bluetooth Toggle Missing From Windows 11 Quick Settings
🔍 WiseChecker

Fix Bluetooth Toggle Missing From Windows 11 Quick Settings

Quick fix: Open Quick Settings (Win + A), click the pencil icon → Add, and tick Bluetooth to restore the toggle. If Bluetooth still doesn’t appear, the driver or radio may be disabled — check Device Manager.

You used to have a Bluetooth toggle in Windows 11’s Quick Settings panel. After a Windows update or settings change, it’s gone. You can’t turn Bluetooth on/off without opening Settings. Sometimes the entire Bluetooth section in Settings is also missing. Either the toggle was removed from Quick Settings (easy fix) or the Bluetooth radio itself is disabled (deeper fix).

Symptom: Bluetooth toggle missing from Quick Settings panel, or Bluetooth section missing from Settings entirely.
Affects: Windows 11 (and Windows 10) laptops and desktops with Bluetooth hardware.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this

Two common causes. Quick Settings customization: the user (or a Windows update) removed Bluetooth from the visible toggles. Adding it back from the customize menu is quick. Bluetooth radio disabled: the Bluetooth adapter is hidden in Device Manager (sometimes after a Windows update), or the radio service was set to disabled — the toggle won’t show because Windows considers Bluetooth unavailable.

The Quick Settings fix is universal; the radio fix is needed only when Bluetooth itself stopped responding.

Method 1: Re-add Bluetooth to Quick Settings

The cosmetic fix. Use first.

  1. Open Quick Settings panel with Win + A (or click the network/sound/battery cluster in the system tray).
  2. Click the pencil/edit icon in the bottom right of the panel.
  3. The toggles enter edit mode (a pin icon appears on each).
  4. Click Add at the bottom.
  5. From the list, click Bluetooth to add it.
  6. Drag the Bluetooth tile to the position you want.
  7. Click Done.
  8. Bluetooth toggle is back in Quick Settings.

This is the right fix when Bluetooth itself is working but the toggle was removed from view.

ADVERTISEMENT

Method 2: Re-enable Bluetooth in Device Manager and Services

Use when Method 1’s Add list doesn’t include Bluetooth, or when Bluetooth toggle adds but is unresponsive.

  1. Press Win + X and choose Device Manager.
  2. Click the menu: View → Show hidden devices.
  3. Expand Bluetooth. If the section is missing, expand Network adapters and look for entries with “Bluetooth” in the name.
  4. If the adapter has a downward arrow icon (disabled), right-click and choose Enable device.
  5. If the adapter has a yellow warning icon (driver issue), right-click and choose Update driver → Search automatically for drivers.
  6. If still no Bluetooth adapter listed, your radio may be disabled at the firmware level (Method 3).
  7. Open Services (services.msc). Find Bluetooth Support Service.
  8. Right-click → Properties. Set Startup type to Automatic (Delayed Start). Click Start.
  9. Also check Bluetooth Audio Gateway Service and Bluetooth User Support Service — set both to Manual (default) and start.
  10. Open Settings → Bluetooth & devices. The Bluetooth toggle should appear and respond.

This catches the cases where Bluetooth was administratively disabled, and the toggle returned after re-enabling.

Method 3: Check Airplane Mode and hardware Bluetooth switch

For laptops with physical Bluetooth toggles or aggressive Airplane Mode states.

  1. Press Win + A to open Quick Settings.
  2. If Airplane mode is on (highlighted), click to turn it off. Bluetooth and Wi-Fi return.
  3. For laptops with a physical Wi-Fi/Bluetooth slider on the side, confirm it’s in the “on” position.
  4. For laptops with an Fn-key Bluetooth toggle (typically Fn + F2, F3, or F8), press the combo and see if a notification appears confirming Bluetooth state.
  5. Reboot if Airplane Mode resists turning off — some firmware states require a reboot to clear.
  6. Open UEFI/BIOS (F2 or Del at boot) and check Wireless or Bluetooth setting — confirm it’s Enabled. Some laptops have separate BIOS toggles for Wi-Fi and Bluetooth.

This handles the cases where the radio is disabled at the firmware or physical-switch level.

How to verify the fix worked

  • Open Quick Settings (Win + A). Bluetooth toggle appears and is clickable.
  • Open Settings → Bluetooth & devices. The page loads with the Bluetooth toggle and a list of paired devices.
  • Run Get-PnpDevice -Class Bluetooth | Format-Table FriendlyName, Status in PowerShell. Status: OK for each adapter.
  • Pair a known Bluetooth device — confirmation appears, device shows as connected.

If none of these work

If Bluetooth is completely missing across Quick Settings, Settings, and Device Manager even after enabling hidden devices, the hardware may be undetected. Two causes: Bluetooth driver missing: download from your laptop OEM’s support page (Intel Wireless Bluetooth drivers from intel.com work on most laptops with Intel Wi-Fi cards). Install, reboot. Bluetooth chip absent or failed: confirm your PC has Bluetooth hardware. Some budget desktops shipped without Bluetooth — only Wi-Fi. Check your PC’s spec sheet. If hardware is present but undetected, a USB Bluetooth dongle ($5-10) is a reliable workaround — generic CSR or Realtek Bluetooth dongles work plug-and-play on Windows 11. For chronic Bluetooth issues despite working hardware, an in-place upgrade install (mount Windows 11 ISO, run setup.exe with Keep files and apps) often restores the AppX components that drive the Bluetooth UI without losing your data.

Bottom line: Missing Bluetooth toggle is usually a Quick Settings customization issue — re-add via the edit menu. If the toggle won’t add or won’t respond, the Bluetooth radio is the problem.

ADVERTISEMENT