How to Fix Bluetooth Not Working on Windows 11: 10 Proven Solutions
Few things are more frustrating than trying to connect your wireless headphones, mouse, or keyboard — only to discover that Bluetooth has completely stopped working on your Windows 11 PC. Whether the Bluetooth toggle has vanished from Settings, your devices refuse to pair, or connections keep dropping randomly, you're not alone. This is one of the most common issues Windows 11 users face.
The good news? Most Bluetooth problems on Windows 11 can be fixed without a trip to the repair shop. In this guide, we'll walk you through 10 proven solutions to get your Bluetooth working again — from quick fixes to more advanced troubleshooting steps.
Image: Bluetooth logo via Wikimedia Commons
Why Does Bluetooth Stop Working on Windows 11?
Before diving into solutions, it helps to understand what might be causing the problem. Common culprits include:
- Outdated or corrupted Bluetooth drivers — especially after a Windows Update
- Bluetooth service not running in the background
- Airplane mode accidentally enabled
- Power management settings turning off Bluetooth to save battery
- Conflicting software or third-party apps interfering with Bluetooth
- Hardware issues — though these are rare
Now let's fix it step by step.
1. Check If Bluetooth Is Actually Turned On
This sounds obvious, but it's the number one thing people miss. Windows 11 has multiple places where Bluetooth can be toggled off.
Quick check via Action Center:
- Click the Wi-Fi/Sound/Battery icons in the bottom-right corner of your taskbar (or press
Win + A) - Look for the Bluetooth tile — make sure it's highlighted (turned on)
- If you don't see a Bluetooth tile, click the pencil icon to edit Quick Settings and add it
Via Settings:
- Open Settings (
Win + I) - Go to Bluetooth & devices
- Toggle Bluetooth to On
If the Bluetooth toggle is missing entirely, that's a driver issue — skip ahead to Solution 4.
2. Turn Off Airplane Mode
Airplane mode disables all wireless communications, including Bluetooth. You might have accidentally turned it on with a keyboard shortcut.
- Open Settings > Network & internet
- Make sure Airplane mode is set to Off
- Alternatively, press
Win + Aand check the Airplane mode tile in the Action Center
Even if Airplane mode appears off, try toggling it on and then off again. This can sometimes reset the wireless radios and fix connectivity issues — it's a similar trick to the one we covered for fixing DNS server not responding errors on Windows.
3. Run the Built-in Bluetooth Troubleshooter
Windows 11 comes with an automated troubleshooter that can detect and fix common Bluetooth problems.
- Open Settings > System > Troubleshoot
- Click Other troubleshooters
- Find Bluetooth and click Run
- Follow the on-screen instructions
In newer versions of Windows 11 (24H2 and later), Microsoft has moved troubleshooters to the "Get Help" app. If you don't see the Bluetooth troubleshooter in Settings, search for "Get Help" in the Start menu and type "fix Bluetooth" to launch the guided troubleshooter.
The troubleshooter can automatically restart Bluetooth services, reinstall drivers, and resolve configuration conflicts. It won't fix everything, but it's a solid starting point.
4. Update or Reinstall Bluetooth Drivers
This is the fix that solves the problem for the majority of users. Corrupted or outdated drivers are the leading cause of Bluetooth failures on Windows 11.
Update via Device Manager:
- Right-click the Start button and select Device Manager
- Expand the Bluetooth section
- Right-click your Bluetooth adapter (usually named something like "Intel Wireless Bluetooth" or "Realtek Bluetooth")
- Select Update driver > Search automatically for drivers
- Restart your PC after the update completes
Reinstall the driver (if updating doesn't help):
- In Device Manager, right-click the Bluetooth adapter
- Select Uninstall device
- Check the box for "Attempt to remove the driver for this device"
- Click Uninstall and restart your computer
- Windows will automatically reinstall a fresh driver on reboot
Pro tip: If Device Manager doesn't show a Bluetooth section at all, your adapter might be disabled in BIOS or there could be a hardware issue. Check your BIOS settings (Solution 9) before assuming the worst.
5. Restart the Bluetooth Support Service
Windows relies on a background service to manage Bluetooth connections. If this service crashes or stops, Bluetooth stops working.
- Press
Win + Rto open the Run dialog - Type
services.mscand press Enter - Scroll down and find Bluetooth Support Service
- Right-click it and select Restart
- If it's not running, right-click > Properties > set Startup type to Automatic > click Start
While you're at it, also check these related services and make sure they're running:
- Bluetooth Audio Gateway Service
- Bluetooth User Support Service
6. Remove and Re-pair Your Bluetooth Device
Sometimes the problem isn't with your PC's Bluetooth — it's the pairing itself that's corrupted. Removing the device and pairing it fresh can work wonders.
- Go to Settings > Bluetooth & devices
- Find the problematic device and click the three dots (⋯) next to it
- Select Remove device
- Put your Bluetooth device back into pairing mode (check its manual for how)
- Click Add device > Bluetooth and re-pair it
This is especially effective for Bluetooth headphones and speakers that were previously paired with multiple devices. Dealing with device issues in general can be tricky — if you're also running into problems with your laptop overheating while using Bluetooth peripherals, that could contribute to connection instability too.
7. Disable Power Management for Bluetooth
Windows sometimes turns off Bluetooth to save power, especially on laptops. This can cause random disconnections or prevent Bluetooth from turning on after sleep.
- Open Device Manager
- Expand Bluetooth
- Right-click your Bluetooth adapter > Properties
- Go to the Power Management tab
- Uncheck "Allow the computer to turn off this device to save power"
- Click OK and restart
If you don't see the Power Management tab, your adapter might not support this feature — that's fine, just move on to the next solution.
8. Check for Windows Updates
Microsoft regularly releases updates that include driver fixes and Bluetooth improvements. Running an outdated version of Windows 11 can cause compatibility issues.
- Go to Settings > Windows Update
- Click Check for updates
- Install any available updates, including optional driver updates
- Don't forget to check Advanced options > Optional updates for driver-specific patches
- Restart your PC after updating
Pay special attention to firmware updates for your specific Bluetooth adapter. Intel, Realtek, and Qualcomm all release periodic driver updates through Windows Update's optional channel.
9. Check BIOS/UEFI Settings
If Bluetooth has completely disappeared from your PC (no toggle, no Device Manager entry), it might be disabled at the hardware level in BIOS.
- Restart your PC and press the BIOS key during startup (F2, F10, Del, or Esc — varies by manufacturer)
- Navigate to Advanced or Wireless settings
- Look for Bluetooth and make sure it's Enabled
- Save changes and exit BIOS
On newer laptops, Bluetooth and Wi-Fi are often on the same wireless card (combo adapter). If Wi-Fi works but Bluetooth doesn't, the adapter is physically fine — it's a software/driver issue. But if both are missing, check that the wireless card itself is enabled in BIOS.
10. Reset Network Settings (Nuclear Option)
If nothing else has worked, a full network reset will remove all network adapters and reinstall them with default settings. This is the "start fresh" approach.
- Go to Settings > Network & internet > Advanced network settings
- Click Network reset
- Click Reset now
- Your PC will restart automatically
Warning: This will remove all saved Wi-Fi networks, VPN configurations, and paired Bluetooth devices. You'll need to reconnect everything from scratch. Only use this as a last resort.
After the reset, go back to Settings > Bluetooth & devices and try pairing your devices again. In most cases, this completely resolves persistent Bluetooth issues. For more tips on keeping your computer's wireless systems healthy and secure, check out this helpful guide on protecting your devices from wireless vulnerabilities.
Bonus: Quick Command-Line Fix
If you're comfortable with the command line, this quick trick can restart Bluetooth services without navigating through menus:
- Open Terminal or Command Prompt as Administrator
- Run these commands:
net stop bthserv
net start bthserv
net stop BthAvctpSvc
net start BthAvctpSvc
This restarts the core Bluetooth services and can fix issues without a full PC restart.
When to Suspect a Hardware Problem
If you've tried all 10 solutions and Bluetooth still doesn't work, you might be dealing with a hardware failure. Signs include:
- Bluetooth adapter doesn't appear in Device Manager even after driver reinstallation
- BIOS doesn't show Bluetooth as an option
- Bluetooth worked on a previous Windows installation but not on a fresh install
- The issue persists on a Linux live USB (rules out software)
For desktops, consider a USB Bluetooth 5.0+ adapter — they're inexpensive (around $10-15) and plug-and-play on Windows 11. For laptops, you may need to contact your manufacturer for a wireless card replacement.
Wrapping Up
Bluetooth issues on Windows 11 are annoying but almost always fixable. Start with the basics — make sure Bluetooth is actually turned on and Airplane mode is off. Then work your way through driver updates, service restarts, and re-pairing devices. The network reset is your nuclear option if nothing else works.
The most common fix? Solution 4 (updating/reinstalling drivers). If you remember just one thing from this guide, let it be that. Windows updates frequently break Bluetooth drivers, and a quick reinstall through Device Manager fixes it the vast majority of the time.
Got a specific Bluetooth issue this guide didn't cover? Drop a comment below and we'll help you troubleshoot it!
Written by Fanny Engriana
Comments
Post a Comment