Skip to content
Follow
Windows

How to Enable or Disable Bluetooth in Windows 11

Richard
Written by
Richard
Mar 26, 2026 Updated Aug 12, 2026 1 min read
How to Enable or Disable Bluetooth in Windows 11
How to Enable or Disable Bluetooth in Windows 11

Bluetooth in Windows 11 lets you connect wireless accessories like mice, keyboards, and headphones to your computer without any cables. Turning Bluetooth on or off takes just a few clicks in your system settings or the quick settings panel on the taskbar .

You might want to turn off Bluetooth to save battery power on a laptop or to stop a device from connecting automatically. Finding the right switch takes less than ten seconds once you know where to look.

⚡ Quick Answer

You can enable or disable Bluetooth in Windows 11 using the Settings app. Navigate to Settings Bluetooth & devices, then use the toggle switch to turn Bluetooth on or off. This allows you to quickly connect or disconnect wireless peripherals.

What You Need to Know

Administrative privileges are required to change these hardware settings.

References:

Connectivity Policy CSP

Learn more about the Connectivity Area in Policy CSP

How to Enable or Disable Bluetooth

Enable Bluetooth

Adapters ship enabled out of the box. Running the following command restores local radio functionality if disabled. Administrative rights are required.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 2 /f

Disable Bluetooth

Disabling the wireless radio globally across all profiles takes an administrative terminal command. Local configurations cannot override this system rule.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 0 /f
windows 11 bluetooth icon disabled
windows 11 bluetooth icon disabled

Summary

Enforcing system-wide hardware policies takes a quick administrative tweak when local settings fail to restrict access. Adapters remain active by default on fresh installations. Applying the first command enables the transceiver, while the second command shuts down radio frequencies completely.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to find Bluetooth Settings in Windows 11
Windows How to find Bluetooth Settings in Windows 11
How to Pair and Unpair Bluetooth on Windows 11
Windows How to Pair and Unpair Bluetooth on Windows 11
Enable or Disable Bluetooth on Ubuntu Linux
Ubuntu Linux Enable or Disable Bluetooth on Ubuntu Linux
How to Connect Bluetooth Devices to Ubuntu
Ubuntu Linux How to Connect Bluetooth Devices to Ubuntu

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *