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, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Manage Chat Notifications in Microsoft Teams
Windows How to Manage Chat Notifications in Microsoft Teams
How to Enable or Disable FilterKeys in Windows 11
Windows How to Enable or Disable FilterKeys in Windows 11
How to Use Soft Focus in Microsoft Teams
Windows How to Use Soft Focus in Microsoft Teams
How to Install or Update Audio Drivers in Windows 11
Windows How to Install or Update Audio Drivers in Windows 11

Leave a Reply

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