Windows

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

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

Want to add some color to your Windows 11 Start menu and taskbar? This guide shows you how to turn the accent color on or off. Make your computer look exactly how you want it.

What is Accent Color?

Accent color is a bright color that Windows uses to highlight parts of your screen. You’ll see it on the Start menu, taskbar, and window borders. Windows gives you three color mode choices:

  • Dark mode: A darker look. Great for low light or nighttime.
  • Light mode: A brighter look. Perfect for daytime.
  • Custom mode: A mix of both. You pick which parts are dark or light.

Note: You can only show accent colors on the Start menu and taskbar if you use Dark or Custom mode. Light mode doesn’t support this.

How to Turn Accent Color On or Off

  1. Press Windows + 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.

You can also open Colors settings directly by clicking this link (it will open your Settings app): Open Colors Settings

windows 11 personalization colors tile

Tip: If the option looks greyed out, you probably have Light mode selected. Switch to Dark or Custom mode to use it.

Windows 11 Settings showing accent color toggle for Start menu and taskbar

How to Change Accent Color Using the Registry (Advanced)

If you’re comfortable editing your computer’s registry (a hidden control center), you can change the accent color settings manually.

Warning: Be careful when using the Registry Editor. Changing the wrong thing can cause problems. Back up your registry first as a safety measure.

Open the Windows Terminal app as administrator and run one of the commands 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 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.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2465 articles → Twitter

📚 Related Tutorials

How to Enable Dark Mode in Windows 11
Windows How to Enable Dark Mode in Windows 11
How to Add or Remove Apps from Windows 11 Start Menu
Windows How to Add or Remove Apps from Windows 11 Start Menu
How to Add Phone Link to Windows 11 Start Menu
Windows How to Add Phone Link to Windows 11 Start Menu
How to Show or Hide Recommendations in Windows 11 Start Menu
Windows How to Show or Hide Recommendations in Windows 11 Start Menu

Leave a Reply

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