Taskbar Badge Notifications in Windows 11 & 10: On or Off

Logeshwaran

With the rollout of the Windows 10 Anniversary Update, Microsoft introduced app badge notifications on the taskbar, displaying unread message counters directly on pinned application buttons. The counterintuitive catch is that while these badges aim to keep you informed, they frequently create unwanted visual clutter and distraction for users who prefer a clean, quiet workspace.

⚡ Quick Answer

Open SettingsWin + IPersonalization > Taskbar

Turn off the toggle labeled "Show badges on taskbar buttons" to immediately hide all unread count indicators. Read down for the full step-by-step instructions.

Understanding Windows 10 Taskbar Badge Notifications

When Microsoft launched major feature refreshes for Windows 10, interface modifications changed how users interact with modern Universal Windows Platform (UWP) apps. Traditional desktop programs like Skype always utilized custom status indicators, but the system update standardized badge notifications across native bundled software such as Mail and Alarms.

For instance, when unread messages accumulate in your inbox, the Mail app icon renders a small numerical badge over its taskbar button. Similarly, active countdowns or alarms trigger indicator dots. While helpful for notification tracking, many users find these constant overlays distracting when trying to maintain deep focus.

Operating system updates change default layouts over time. When we first documented this behavior years ago during the initial Anniversary Update deployment, classic control panels dominated user configuration choices. Today, the modern Settings interface manages these toggles natively.

Understanding how these elements interact prevents unnecessary desktop fatigue. Fortunately, Microsoft provides a clean global switch to clear them entirely without disabling core system notifications or Action Center alerts.

Why App Badges Differ From Live Tiles

Live Tiles on the Start menu rotate live information dynamically, whereas taskbar badges specifically overlay unread counters on application launcher buttons pinned to the taskbar area. Desktop applications can implement custom APIs for this, but UWP packages tie directly into operating system notification layers. Disabling taskbar badges leaves your notification center functionality entirely intact while removing visual clutter from the primary workflow row.

Method 1: Disabling Badges via the Settings App

The safest and most reliable way to remove taskbar badge buttons on Windows 10 is through the built-in Settings panel. No administrative scripts or complex modifications are required for this standard user preference.

‍♂️ Jake's Reality Check

"Jake, I keep seeing these annoying red numbers popping up over my mail icon every time a customer emails the shop, and I keep clicking it by mistake thinking it is an urgent alert. How do I turn this off completely without breaking my email notifications?"

The straight answer. You can toggle off taskbar badges instantly in the Windows Settings app without losing a single actual notification inside your Action Center or notification tray.

Follow these exact steps to clear the badges from your workspace:

  1. Open the Windows Settings menu by pressing Win + I on your keyboard, or by opening the Start menu and selecting the gear icon.
  2. Click on the Personalization category card on the main settings dashboard.
  3. Look at the left-hand navigation menu and click on Taskbar.
  4. Scroll down the right-hand panel until you locate the option titled Show badges on taskbar buttons.
  5. Click the toggle switch to set it to Off. The change applies immediately across your active desktop session.

✅ Why this is the one to use

Using the native Personalization settings menu is entirely safe, reversible, and requires no third-party utilities or risky file modifications.

Alternative Access via the Run Command

If you prefer jumping straight to the correct configuration pane without navigating through multiple menus, you can launch it via the Run dialog box. Press Win + R to open the prompt, type ms-settings:taskbar, and press Enter. This opens the Taskbar personalization settings page instantly.

Method 2: Enforcing via Windows Registry

For power users managing multiple workstations or looking for scripted preference deployment, the Windows Registry provides direct control over taskbar badge states. This approach writes the preference straight to the current user profile hive.

⚠️ What this actually breaks

Incorrect registry modifications can destabilize user interface components. Always back up your registry keys or follow the exact path provided below before altering values.

Follow these steps to modify the setting via the Registry Editor:

  1. Press Win + R, type regedit, and hit Enter to open the Registry Editor.
  2. Navigate to the following key location in the left sidebar:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Look at the right-hand pane for a DWORD value named TaskbarBadges. If it does not exist, right-click empty space, select New > DWORD (32-bit) Value, and name it TaskbarBadges.
  4. Double-click TaskbarBadges and change its value data to 0 to disable badges (or 1 to enable them).
  5. Restart Windows Explorer to apply the changes immediately by running a command in PowerShell or Command Prompt, or by rebooting your machine.
The above one works for Windows 11 too.

Restarting File Explorer via Command Line

To apply registry tweaks without logging out or rebooting your computer, you can restart the shell process safely. Open Command Prompt and execute the following line to reset the desktop interface:

taskkill /f /im explorer.exe & start explorer.exe

Troubleshooting: Why Is the Badge Toggle Grayed Out?

One of the most common frustrations users face when trying to modify taskbar settings in Windows 10 is finding that the "Show badges on taskbar buttons" switch is grayed out or unclickable. This behavior is not a bug; it is directly tied to another active taskbar preference configuration.

When the system is configured to display smaller taskbar buttons to maximize screen estate, badge rendering logic gets constrained, causing Windows to lock out individual badge toggle states. Resolving this restriction takes only a few seconds once you identify the conflicting setting.

Steps to Unlock the Badge Setting

If your badge toggle is locked or unresponsive, check your layout configuration using this quick procedure:

  1. Return to Settings > Personalization > Taskbar.
  2. Look for the option labeled Use small taskbar buttons near the top of the menu options.
  3. Toggle this switch to Off.
  4. Scroll back down to check the Show badges on taskbar buttons toggle—it will now be fully interactive and adjustable.
  5. Once you turn badges off, you can re-enable small taskbar buttons if you prefer a compact layout, though keeping normal button sizing avoids layout restriction issues.

Comparison of Configuration Methods

Choosing the correct implementation approach depends on whether you are managing a single personal machine or multiple client endpoints. Review the comparison table below to decide which path fits your workflow best.

Method Requires Admin? Best Used For
Settings App Toggle No Standard personal computers and quick desktop cleanup
Registry Editor (Regedit) No (Current User) Advanced customization and fast manual profile configuration
PowerShell / Scripting Optional Deploying uniform desktop environments across multiple enterprise machines

Managing Badges Across Windows 10 and Windows 11

As operating system standards evolve, interface menus shift locations between major platform versions. While Windows 10 places taskbar badge controls directly under personalization options, newer Windows 11 builds organize taskbar behaviors slightly differently.

On Windows 11, navigation requires going to Settings > Personalization > Taskbar > Taskbar behaviors, where you check or uncheck the option for showing badges on taskbar apps. Knowing this distinction prevents confusion if you manage mixed hardware environments in a small office or home workshop.

Operating System Settings Navigation Path Registry Value Name
Windows 10 Settings > Personalization > Taskbar TaskbarBadges
Windows 11 Settings > Personalization > Taskbar > Taskbar behaviors TaskbarBadges

Important Note for Windows 10 Users Following Support Expiration

Since Windows 10 reached its official end of support on October 14, 2025, standard consumer builds no longer receive feature updates or security patches unless enrolled in extended support options. However, local personalization toggles like taskbar badge controls remain fully functional on existing installations.

If you continue running Windows 10 machines in your environment, customizing taskbar visual elements is a great way to maintain a streamlined desktop experience while planning hardware upgrade paths toward modern Windows 11 systems.

Frequently Asked Questions

Will turning off taskbar badges disable my actual app notifications?

No, disabling taskbar badges only removes the small unread counter overlay from the icon on your taskbar. Your notifications will still arrive normally inside the Action Center and application interface windows.

Can I hide badge counts for just one specific app instead of all apps?

No, Windows 10 handles taskbar badge notifications globally. The toggle controls badges for all universal apps at once rather than allowing individual app exceptions.

Do I need administrator rights to turn off taskbar badges?

Standard user permissions are completely sufficient for changing this setting through the Personalization menu or user registry hive since the configuration applies per user profile.

Why is the Show badges on taskbar buttons option grayed out?

This happens when your system is set to use small taskbar buttons. Simply turn off the small button option first, change your badge preference, and re-enable small buttons if desired.

How do I undo this change if I want the badges back later?

You can easily re-enable badges at any time by returning to the exact same location under Settings > Personalization > Taskbar and toggling the switch back to On.

Does this fix work on Windows 10 Home and Pro editions alike?

Yes, the Personalization settings menu option functions identically across both Windows 10 Home and Professional editions without requiring group policy adjustments.

Will changing this setting delete any of my personal files?

No, modifying taskbar visual preferences touches only interface presentation keys and has zero impact on your personal documents, programs, or stored data.

How long does it take for the badge icons to disappear after toggling?

The changes apply instantly across your desktop environment the moment you flip the switch or restart the Windows Explorer shell process.

Is there any performance benefit to hiding taskbar badge counts?

The performance impact is negligible, but removing dynamic badge polling helps reduce visual distractions and keeps your workflow clean and focused.

Can I use a PowerShell script to automate this for multiple users?

Yes, advanced administrators can deploy automated user registry updates targeting the TaskbarBadges DWORD value across multiple client machines.

What should I do if the registry key is missing from my system?

If the key does not exist under the Advanced registry folder, you can safely create a new DWORD value named TaskbarBadges manually.

Does this tutorial apply to classic desktop apps like Notepad or browser windows?

Classic desktop programs typically manage custom notification indicators through their own internal settings, whereas badges on Windows 10 primarily affect integrated UWP and modern store apps.

Is it safe to close Windows Explorer via command line when editing the registry?

Yes, restarting explorer.exe is a standard and safe troubleshooting procedure that refreshes the graphical user interface without threatening data integrity.

Will future Windows updates reset my customized badge preferences?

Major feature updates occasionally reset specific taskbar layouts, but standard monthly cumulative patches typically respect existing user personalization profiles.

What is the quickest way to open Windows Settings if my shortcut keys fail?

You can open settings by clicking the Start button in the corner of your screen and selecting the gear-shaped Settings icon directly.

Where can I find my recovery keys if system modifications cause startup issues?

If device encryption triggers BitLocker recovery prompts during advanced troubleshooting, you can retrieve your backup key online at aka.ms/myrecoverykey.

Revision note. Originally published August 16, 2016. Rewritten for Windows 10 and Windows 11 taskbar configuration standards, updating legacy control panel directions to the modern Settings app experience. We hope this guide helps you clear away unwanted distractions so you can get back to what matters most on your computer.

Related