How to Enable or Disable Bluetooth in Windows 11
This guide explains how to turn Bluetooth on or off for everyone using a Windows 11 or Windows 10 computer.
Bluetooth is a way for devices to connect to each other without using wires. Bluetooth These devices need to be near each other to work.
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
You need to be logged in as an administrator to change Bluetooth settings using this method.
References:
Learn more about the Connectivity Area in Policy CSP
How to Enable or Disable Bluetooth
Enable Bluetooth
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 2 /f
Disable Bluetooth
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 0 /f

Summary
You can quickly turn Bluetooth on or off in Windows 11 and Windows 10 using simple commands. Bluetooth is on by default, but you can turn it off if you want. Remember that you need administrator rights to make these changes. Use the first command to turn Bluetooth on and the second command to turn it off.
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!