Follow
Windows

How to Enable or Disable Bluetooth in Windows 11

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

This tutorial will show you how to turn Bluetooth on or off for all users in Windows 11 and Windows 10.

Bluetooth is a wireless technology that lets devices connect to each other without cables. Bluetooth devices need to be close to each other to work.

What You Need to Know

You must be signed in as an administrator to change Bluetooth settings this way.

References:

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

🗝️Registry
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

🗝️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

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?

Tags: #Windows 11
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.

2472 articles → Twitter

📚 Related Tutorials

How to Rename Bluetooth Devices in Windows 11
Windows How to Rename Bluetooth Devices in Windows 11
How to Unpair Bluetooth Devices on Windows 11
Windows How to Unpair Bluetooth Devices on Windows 11
How to Disable Windows Firewall on Windows 11
Windows How to Disable Windows Firewall on Windows 11

Leave a Reply

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