Skip to content
Follow
Windows

How to Show or Hide Accent Color on Start Menu and Taskbar in Windows 11

Richard
Written by
Richard
Feb 16, 2026 Updated Aug 13, 2026 3 min read
How to Show or Hide Accent Color on Start Menu and Taskbar in Windows 11
How to Show or Hide Accent Color on Start Menu and Taskbar in Windows 11

Showing an accent color on your Start menu and taskbar in Windows 11 lets you add a splash of color to your desktop. An accent color is the highlight shade Windows uses to make buttons, icons, and menus pop.

You need to use Dark mode or Custom mode for this trick to work because Light mode hides accent colors on these parts of the screen. Open the Windows 11 Personalization settings to turn on this feature in just a few clicks.

⚡ Quick Answer

Open Settings by pressing Win+I. Navigate to Personalization, then Colors. Find and toggle the “Show accent color on Start and taskbar” option to On or Off. This setting requires Dark or Custom mode to be enabled.

How to Turn Accent Color On or Off

  1. Press Win+I to open Settings .
  2. Click Personalization in the left menu.
  3. Click Colors on the right side.
  4. Find the option called Show accent color on Start and taskbar.
  5. Turn it On or Off based on what you want.

Controlling accent color visibility on the Start menu and taskbar happens directly inside the Settings app. Navigate to Personalization, open Colors, and toggle the switch for ‘Show accent color on Start and taskbar’.

windows 11 personalization colors tile
windows 11 personalization colors tile

💡Tip
Greyed-out toggles usually indicate that Light mode is active. Switching to Dark or Custom mode brings back access to the toggle.
Windows 11 Settings showing accent color toggle for Start menu and taskbar
Windows 11 Settings showing accent color toggle for Start menu and taskbar

How to Change Accent Color Using the Registry (Advanced)

Modifying the accent color via the Registry Editor offers an alternative route. This method requires caution because incorrect registry changes cause system instability. Creating a backup beforehand protects the operating system against unintended errors.

⚠️Warning
The Registry Editor is a powerful database (a low-level settings database for Windows). Back up your registry before changing any values, since mistakes can cause system instability.

Launch the Windows Terminal app with administrator privileges and execute the appropriate command below. %%FLAG_ADMIN%%

Turn On Accent Color on Start Menu and Taskbar

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v ColorPrevalence /t REG_DWORD /d 1 /f

Turn On Accent Color Only on Taskbar (Not Start Menu)

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v ColorPrevalence /t REG_DWORD /d 2 /f

Turn Off Accent Color (Default Setting)

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v ColorPrevalence /t REG_DWORD /d 0 /f

Summary

Windows 11 offers Dark, Light, and Custom modes. Accent color adds a personal touch to the Start menu and taskbar when using Dark or Custom themes. Managing this feature happens within the Settings app or via the Registry Editor for advanced users.
  • Windows 11 has three color modes: Dark, Light, and Custom.
  • Accent color works on the Start menu and taskbar only with Dark or Custom mode.
  • You can change this setting easily in Settings.
  • Advanced users can also use the Registry Editor to make changes.
  • Try different colors and modes to make your PC look the way you want.

How to change accent color in 🪟 Windows 11?

Changing accent colors starts by opening the Settings app, heading to Personalization, and selecting Colors. Windows can select a matching hue automatically from the desktop background, or manual selection allows picking a specific shade by choosing 'Automatic'.

How do I turn off accent color in 🪟 Windows 11?

Stopping accent colors from shifting alongside mode changes requires adjusting theme parameters under Settings Personalization Colors. Locating the Accent color section, selecting "Manual", and picking a preferred shade locks in the choice.

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

Microsoft is Making Taskbar and Start more personal in Windows 11
Windows Microsoft is Making Taskbar and Start more personal in Windows 11
How to Hide Recent Files in Windows 11 Start Menu
Windows How to Hide Recent Files in Windows 11 Start Menu
How to Change Start Menu Size in Windows 11
Windows How to Change Start Menu Size in Windows 11
Windows 11 Taskbar: What is the Widgets Feature
Windows Windows 11 Taskbar: What is the Widgets Feature

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

Leave a Comment

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