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.
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:
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.
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.
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 0 /f

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?
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.
No comments yet — be the first to share your thoughts!