Skip to content
Follow
Windows

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

Richard
Written by
Richard
Feb 23, 2026 Updated Jul 12, 2026 4 min read
How to Add or Remove Notification Bell Icon on Your Windows 11 Taskbar
How to Add or Remove Notification Bell Icon on Your Windows 11 Taskbar

The notification bell icon in Windows 11 lets you easily see when you have new alerts.

This handy icon appears on your taskbar, usually near the time, and signals new messages or system updates.

Windows 11 includes this feature to give you more control over what appears on your taskbar. You can turn it on or off directly through the Windows Settings.

A bell that looks full means you have unread notifications waiting. An empty bell tells you everything is up to date.

⚡ Quick Answer

Open Settings, go to System, then Notifications. Toggle the “Show notification bell icon” option to add or remove it from your taskbar. This instantly updates your taskbar’s appearance.

Option 1Use 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
Windows 11 notifications settings tile in the Settings app.

Manage the Windows 11 notification bell icon directly from the Settings app. This is the most common method for managing the bell. Open Settings, navigate to System, and then select Notifications on the right side. A provided direct link also jumps straight to the correct screen.

  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
Show notification bell icon Windows 11

Manage the Windows 11 notification bell icon directly from the Settings app. This is the most common method for managing the bell. Open Settings, navigate to System, and then select Notifications on the right side. A provided direct link also jumps straight to the correct screen.

The Windows Settings app allows users to manage the notification bell icon on the Windows 11 taskbar. To add the notification bell icon, users check the ‘Show notification bell icon’ box. To remove the icon, users uncheck the same box. These changes appear immediately. Closing the Settings app finalizes the action.

Option 2Use Registry Commands (Advanced Users)

For advanced users, specific registry commands can quickly add or remove the Windows 11 notification bell icon, though administrator privileges are required. To add the bell, use this command: reg add “🗝️HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced” /v ShowNotificationIcon /t REG_DWORD /d 1 /f. To remove it, use the same command structure but change the final number to 0.

To add the notification bell:

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

To remove the notification bell:

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowNotificationIcon /t REG_DWORD /d 0 /f
📝Good to Know
Copy the command you need. Then, open Command Prompt or PowerShell – these are Windows tools for running commands. Paste your copied command and press Enter.

Option 3Edit the Registry Manually (For Advanced Users)

Manually editing the Windows 11 registry offers another way for advanced users to add or remove the notification bell icon. It’s crucial to proceed with caution and back up your registry beforehand. Open Registry Editor by pressing Windows key + R, typing regedit, and pressing Enter. Then, navigate to 🗝️HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.

  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
Show notification bell icon Windows 11 reg

Your change takes effect right away.

Summary

Three methods exist for adding or removing the Windows 11 notification bell icon. The Settings option is the most accessible, featuring a simple toggle switch. For advanced users, registry commands provide a rapid, direct approach requiring administrative rights. Manual registry editing also suits advanced users needing finer control, but necessitates caution and a backup.

  • 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.

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

What is the notification bell icon in Windows?

When you have new notifications, the notification bell icon on the taskbar lights up. For notifications that display as banners, you can select the quick action buttons within the banner to perform specific tasks, such as dismissing a reminder or snoozing an alarm.

How to get rid of the bell icon?

To turn off the show and status bar, you flip one switch. That’s how you can manage the notification bell icon. Knowing these options should help you customize your taskbar just the way you like it.

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 Hide Windows 11 Taskbar Automatically
Windows How to Hide Windows 11 Taskbar Automatically
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
Registry Editor in Windows 11: How to Quickly Switch between HKCU and HKLM Keys
Windows Registry Editor in Windows 11: How to Quickly Switch between HKCU and HKLM Keys
How to Hide or Show System Tray Icons in the Taskbar Overflow Menu on Windows 11
Windows How to Hide or Show System Tray Icons in the Taskbar Overflow Menu on Windows 11

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

Leave a Comment

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