Windows

How to Add or Remove Power Button on Start Menu in Windows 11

Richard
Written by
Richard
Mar 26, 2026 1 min read
How to Add or Remove Power Button on Start Menu in Windows 11

This tutorial shows you how to add or remove the Power button on the Start menu in Windows 10 and Windows 11.

What Does the Power Button Do?

The Power button on the Start menu gives you quick access to important options. You can use it to:

  • Sign in to your account
  • Lock your computer
  • Put your computer to sleep
  • Hibernate your computer
  • Shut down your computer
  • Restart your computer

If you don’t want the Power button on your Start menu, you can remove it completely.

What You Need to Know

⚠️ Admin required: You must be signed in as an administrator to make these changes.

Removing the Power button from the Start menu does not stop users from using other ways to turn off or restart the computer.

Reference: Start Policy CSP Learn more about the Start Area in Policy CSP. docs.microsoft.com

Example

Here’s what the Power button looks like on the Start menu:

Power button location on Windows 11 Start menu
windows 11 sleep from power button

How to Add or Remove the Power Button

Add Power Button to Start Menu

This is the default setting:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HidePowerButton" /v value /t REG_DWORD /d 0 /f

Remove Power Button from Start Menu

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HidePowerButton" /v value /t REG_DWORD /d 1 /f

Summary

The Power button on the Start menu lets you quickly access power options like shutdown and restart. You can easily add or remove this button based on your preference. Just remember that you need admin rights to make these changes, and removing the button doesn’t prevent other ways of shutting down your computer.

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.

2458 articles → Twitter

📚 Related Tutorials

How to Add or Remove Account Picture Menu on Start Menu in Windows 11
Windows How to Add or Remove Account Picture Menu on Start Menu in Windows 11
How to Repair the Windows 11 Start Menu
Windows How to Repair the Windows 11 Start Menu
How to Manage Most Used Apps on Windows 11 Start Menu
Windows How to Manage Most Used Apps on Windows 11 Start Menu

Leave a Reply

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