How to Add or Remove Notification Bell Icon on Your Windows 11 Taskbar

This guide helps you easily add or remove the notification bell icon on your Windows 11 taskbar. The bell appears in the system tray, which is the bottom-right corner of your screen near the clock.

Why Does This Matter?

The notification bell shows you when new messages or alerts arrive. A lit-up bell means you have notifications. An empty bell means everything is quiet. Some people like seeing it. Others prefer to hide it. You can choose what works best for you.

Option 1: Use Settings (Easiest Method)

  1. Press Windows key + I to open Settings.
  2. Click System on the left side.
  3. Click Notifications on the right side.
  4. Or use this link to go straight there: Open Notifications Settings
Windows 11 Settings Notifications tile for managing notification bell icon

  1. Click the arrow next to Notifications to see all options.
  2. Check the box for Show notification bell icon to add the bell.
  3. Uncheck the box to remove the bell.
Show notification bell icon Windows 11

That’s it! Your changes happen right away. Close Settings when done.

Option 2: Use Registry Commands (Advanced Users)

⚠️ Admin privileges required. This method works best if you do not have Administrator protection blocking changes.

To add the notification bell:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowNotificationIcon /t REG_DWORD /d 1 /f

To remove the notification bell:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowNotificationIcon /t REG_DWORD /d 0 /f

Copy the command you want. Open Command Prompt or PowerShell. Paste the command and press Enter.

Option 3: Edit the Registry Manually (For Advanced Users)

⚠️ Caution: Editing the registry can cause problems if you make mistakes. Consider backing up your registry first.

  1. Press Windows key + R.
  2. Type regedit and press Enter. Registry Editor opens.
  3. Find this location: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  4. In the right pane, double-click ShowNotificationIcon.
  5. Change the value to:
    • 1 to show the bell
    • 0 to hide the bell
  6. Click OK.
  7. Close Registry Editor.
Show notification bell icon Windows 11 reg

Your change takes effect right away.

Summary

You now know three ways to add or remove the notification bell on your Windows 11 taskbar:

  • Settings Method: The easiest and fastest way. Just toggle one switch.
  • Registry Commands: For advanced users. Requires admin rights. Fast and direct.
  • Registry Editor: Manual control. Requires caution to avoid errors.
  • Instant Results: All methods take effect immediately.
  • Your Choice: Show or hide the bell based on what you prefer.

Pick the method that feels most comfortable for you. Your taskbar is now customized to match your style.

Categories:

Tags:

Leave a Reply

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

Exit mobile version