How to Enable or Disable Bluetooth in Windows 11
You can easily enable or disable Bluetooth in Windows 11 and Windows 10 directly from your PC’s settings.
Bluetooth is a short-range wireless technology standard used for exchanging data between fixed and mobile devices over short distances. It allows your PC to connect wirelessly to peripherals like mice, keyboards, headphones, and speakers.
This functionality is built into Windows 11 and is accessible via the Settings app. You can toggle it on or off with just a few clicks. Let’s get started.
What You Need to Know
You must be signed in as an administrator to change Bluetooth settings this way.
References:
- Connectivity Policy CSP
- Learn more about the Connectivity Area in Policy CSP
How to Enable or Disable Bluetooth
Enable Bluetooth
Bluetooth is turned on by default. If you need to turn it back on, use this command:
⚠️ Admin privileges required
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 2 /f
Disable Bluetooth
To turn off Bluetooth for all users, use this command:
⚠️ Admin privileges required
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 0 /f

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