Windows

How to Add or Remove Bluetooth Notification Icon on Taskbar in Windows 11

Richard
Written by
Richard
Mar 17, 2026 Updated Mar 28, 2026 2 min read

This tutorial will show you how to add or remove the Bluetooth notification icon on the taskbar for your account in Windows 11.

What is Bluetooth?

Bluetooth is a wireless technology that lets devices talk to each other without cables. You can use it to connect many types of devices to your PC, such as:

  • Mobile phones
  • Wireless headsets
  • Speakers
  • Fitness trackers
  • Mouse and keyboard

When Bluetooth is turned on, the Bluetooth icon appears in your taskbar corner. When you turn Bluetooth off, the icon disappears.

Option One: Remove the Icon Quickly

  1. Look for the Bluetooth icon in the taskbar corner (bottom right of your screen).
  2. Click on the Bluetooth icon.
  3. Click on Remove Icon.
Remove button for Bluetooth icon in Windows 11 taskbar

Option Two: Add or Remove the Icon Using Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click on Bluetooth & devices on the left side.
  3. Click on Devices on the right side.
  4. Click on More Bluetooth settings under Related settings.
  5. In the Options tab, check the box next to Show the Bluetooth icon in the notification area to add the icon. Uncheck it to remove the icon.
  6. Click OK.
  7. You can now close Settings.
Windows 11 Bluetooth and devices settings page interface
More Bluetooth settings tile in Windows 11 Settings
Show Bluetooth icon notification area checkbox option

Option Three: Add or Remove the Icon Using Registry Editor

⚠️ Admin privileges required

To add the Bluetooth icon:

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Bluetooth" /v "Notification Area Icon" /t REG_DWORD /d 1 /f

To remove the Bluetooth icon:

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Bluetooth" /v "Notification Area Icon" /t REG_DWORD /d 0 /f

Summary

You now know three different ways to control the Bluetooth icon on your Windows 11 taskbar. Option One is the quickest if you just want to remove it. Option Two uses the Settings app and is easy to follow. Option Three uses the Registry Editor for advanced users. Choose the method that works best for you.

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.

Leave a Reply

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

Exit mobile version