Skip to content
Follow
Windows

How to Enable or Disable Bluetooth in Windows 11

Richard
Written by
Richard
Mar 26, 2026 Updated Jul 14, 2026 1 min read
How to Enable or Disable Bluetooth in Windows 11
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.

⚡ Quick Answer

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

⚠️Warning
Bluetooth is usually on when you first get your computer. If you need to turn it back on, you can use a command. This action requires administrator permission.
🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Connectivity\AllowBluetooth" /v value /t REG_DWORD /d 2 /f

Disable Bluetooth

⚠️Warning
To turn off Bluetooth for all users, you can use another command. This action also requires administrator permission.
🗝️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 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?

Tags: #Windows 11
Was this helpful?
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.

📚 Related Tutorials

How to find Bluetooth Settings in Windows 11
Windows How to find Bluetooth Settings in Windows 11
How to Enable or Disable Bluetooth in Windows 11
Windows How to Enable or Disable Bluetooth in Windows 11
How to Pair and Unpair Bluetooth on Windows 11
Windows How to Pair and Unpair Bluetooth on Windows 11
Enable or Disable Bluetooth on Ubuntu Linux
Ubuntu Linux Enable or Disable Bluetooth on Ubuntu Linux

No comments yet — be the first to share your thoughts!

Leave a Comment

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