How to Enable or Disable Bluetooth in Windows 11
You can enable or disable Bluetooth in Windows 11 and Windows 10 using commands in the registry editor.
Bluetooth is a short-range wireless technology. It lets you exchange data between devices over small distances. It allows your PC to connect wirelessly to peripherals like mice, keyboards, headphones, and speakers.
This functionality is built into Windows 11 and you can access it through the Settings app. You can toggle it on or off with a few clicks. Let’s get started.
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 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 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 turn Bluetooth off in Windows 11 if you don’t need it, and it’s a good idea to disable Bluetooth when you’re not using it to save power and improve security.
How to turn off Bluetooth permanently in 🪟 Windows 11?
You can manage Bluetooth through the Settings app. Here’s how:
- Select Start, then Settings.
- Choose Bluetooth & devices.
- Find the Bluetooth toggle and switch it On or 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!