Skip to content
Follow
Windows

How to Enable or Disable Hide Badges on Taskbar Apps with Focus Session in Windows 11

Richard
Written by
Richard
May 7, 2026 Updated Aug 12, 2026 3 min read
Modern desk with monitor in focus mode
Modern desk with monitor in focus mode

Hiding taskbar badges with Focus Sessions in Windows 11 turns off the red dots and numbers on app icons that show new messages and alerts. This tool blocks pop-ups and clears visual clutter so you can focus on your work without interruptions.

Focus Sessions is a built-in timer tool added to Windows 11 in May 2022 to help you work in blocks of time. Shutting off app badges during these sessions keeps you from getting distracted and switching away from your current task.

⚡ Quick Answer

Go to Settings System Focus and toggle the “Hide badges on taskbar apps” option. Checking the box hides badges during Focus Sessions, while unchecking it keeps them visible. This reduces distractions by removing notification counts from app icons.

Prerequisites

  • You must be using Windows 11.
  • Ensure your system is updated to the latest version via Windows Update .
  • You need a user account with standard permissions to change these settings.

How to Manage Taskbar Badges via Settings

Make sure your PC runs Windows 11 and has the latest updates installed via Windows Update . Standard user account permissions are all that’s required to change these settings.

Open the Settings app and navigate directly to the Focus menu by clicking ‘System’ on the left side, then selecting ‘Focus’.

3. Locate the option labeled Hide badges on taskbar apps.

4. Check the box to hide them, or uncheck it to keep them visible.

Open Focus settings

Windows 11 Settings menu showing the Focus session configuration tile
Windows 11 Focus tile in the Settings app.
Focus settings menu with Hide badges on taskbar apps option selected
Focus settings menu with Hide badges on taskbar apps option selected
Example of notification badges displayed on Windows 11 taskbar app icons
Example of notification badges displayed on Windows 11 taskbar app icons
Pro-tip: Focus Sessions are designed for timed work blocks. Do Not Disturb mode is a broader setting that stops all notifications until you turn it off manually.

Advanced Method: Registry Editor

Advanced users can modify the system registry to achieve the same result. Exercise caution here, as incorrect edits can affect system stability.

Press the Windows key and the R key simultaneously to launch the run dialog. Type `regedit` into the box that appears and press Enter. Administrator rights are required to make changes here.

2. Navigate to this location: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\FocusAssist

💡Tip
3. Look for a value named HideBadge. Double-click it to change its value. Setting it to 1 enables hiding, while 0 disables it.

Advanced Method: PowerShell

1. Right-click the Start button and choose Terminal (Admin). Administrator privileges are required to proceed.

2. Copy and paste the following command to hide badges:

PowerShell
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\FocusAssist" -Name "HideBadge" -Value 1

3. Press Enter to apply the change.

Troubleshooting

Taskbar badges remaining visible usually means an active Focus Session is locking the setting. Restarting the Windows Explorer process via Task Manager forces the changes to appear immediately.

Summary

Managing taskbar badges during Focus Sessions boosts productivity. Flip this setting on or off in the Settings menu, or gain granular control with tools like the Registry Editor and PowerShell. Hiding these distractions creates a cleaner digital workspace.

Does disabling badges during a Focus Session affect all apps?

Yes, enabling the hide badges feature applies globally to all applications pinned to your taskbar. Windows does not currently support granular control to hide badges for some apps while keeping them active for others during a specific Focus Session.

Why are my taskbar badges not updating during a Focus Session?

Check if a Focus Session is active when badges remain visible. Background processes or third-party notification managers occasionally override Windows settings. Restarting the computer or checking for pending Windows updates ensures the Focus feature functions correctly.

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 Enable or Disable Hide Flashing on Taskbar Apps with Focus Session in Windows 11
Windows How to Enable or Disable Hide Flashing on Taskbar Apps with Focus Session in Windows 11
How to Enable or Disable Turn On Do Not Disturb with Focus Session in Windows 11
Windows How to Enable or Disable Turn On Do Not Disturb with Focus Session in Windows 11
How to Enable or Disable Show Timer in Clock app with Focus Session in Windows 11
Windows How to Enable or Disable Show Timer in Clock app with Focus Session in Windows 11
How to Enable or Disable Windows 11 Notifications
Windows How to Enable or Disable Windows 11 Notifications

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

Leave a Comment

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