Skip to content
Follow
Windows

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

Richard
Written by
Richard
Mar 27, 2026 Updated Aug 12, 2026 3 min read
How to Add or Remove Lock in Power Menu on Start Menu in Windows 11
How to Add or Remove Lock in Power Menu on Start Menu in Windows 11

Lock on the power menu in Windows 11 puts a fast screen-locking shortcut right inside your Start menu next to restart and shut down. This handy shortcut lets you secure your PC instantly with a couple of clicks whenever you step away.

You need administrator rights on your Windows 11 computer to make this change. Setting up this shortcut gives you a quicker way to protect your personal files without signing out of your apps.

⚡ Quick Answer

To add or remove the Lock option from the Start menu ’s power menu, open Control Panel , go to Power Options, and then select “Choose what the power buttons do.” Change the link “Change settings that are currently unavailable” to check or uncheck the Lock option, then save changes.

Option One

You can change your power button settings in the Control Panel to show or hide the Lock shortcut. This method controls whether the Lock choice appears when clicking the power icon on the Start menu .

  1. Open Control Panel (icons view), and click/tap on the Power Options icon.
  2. Click/tap on the Choose what the power buttons do link in the left pane.
  3. Click/tap on the Change settings that are currently unavailable link.
  4. Check (add – default) or uncheck (remove) Lock for what you want, and click/tap on Save changes.
  5. You can now close Control Panel if you like.
Power options settings in Windows 11 Control Panel
windows 11 change advanced power settings control panel
Change settings currently unavailable in Windows 11
Change settings that are currently unavailable in Windows 11.
Lock option in account picture menu on Windows 11
Lock option in account picture menu on Windows 11

Option Two

The Local Group Policy Editor (a tool for managing system settings across the operating system) provides another way to handle the Lock option for eligible users. This interface lets you control if the Lock choice appears alongside the power icon.

Note that the Local Group Policy Editor only ships with Windows 11 Pro, Enterprise, and Education editions. If you run Windows 11 Home, jump down to Option Three instead.

⚠️ Admin Required: Open the Local Group Policy Editor (gpedit.msc).

  1. Navigate to the policy location below in the left pane of the Local Group Policy Editor: Computer Configuration > Administrative Templates > Windows Components > File Explorer
  2. In the right pane of File Explorer in the Local Group Policy Editor, double click/tap on the Show lock in the user tile menu policy to edit it.

Enable Lock in Account Picture Menu

This setting defaults to allowing Option One. Choose 'Not Configured', then click OK and proceed to step 8.

  1. Select (dot) Not Configured.
  2. Click/tap on OK, and go to step 8.

Add Lock to Power Menu on Start Menu

This action prevents using Option One. Choose 'Enabled', then click OK and proceed to step 8.

  1. Select (dot) Enabled.
  2. Click/tap on OK, and go to step 8.

Remove Lock from Power Menu on Start Menu

  1. Select (dot) Disabled.
  2. Click/tap on OK, and go to step 8.
  3. Close the Local Group Policy Editor.
Lock option in user tile menu on Windows 11
Lock option in user tile menu on Windows 11
Group policy options for user tile lock in Windows 11
Group policy options for user tile lock in Windows 11

Option Three

Working directly within the Registry Editor (a hierarchical database storing low-level operating system settings) lets you modify power menu behavior across any Windows 11 version. This advanced approach directly updates registry keys to control the visibility of the Lock choice.

Add Lock to Power Menu on Start Menu

This is the default setting

🗝️Registry
reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\Start\HideLock" /v value /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /v ShowLockOption /t REG_DWORD /d 1 /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v ShowLockOption /f

Remove Lock from Power Menu on Start Menu

🗝️Registry
reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\Start\HideLock" /v value /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /v ShowLockOption /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v ShowLockOption /t REG_DWORD /d 0 /f

That completes the process.

Summary

Three main methods handle adding or removing the Windows 11 lock option from your Start menu's power menu. Choices include the Control Panel for standard configurations, the Local Group Policy Editor for specific Windows editions, or the Registry Editor for universal compatibility.

  • Option One: Use Control Panel and Power Options (easiest method).
  • Option Two: Use Local Group Policy Editor (available in Pro, Enterprise, and Education editions only).
  • Option Three: Use Registry Editor (works on all editions).

Admin privileges remain mandatory for altering the Windows Registry Editor. Locking your computer provides a fast method for protecting active work sessions.

How do I turn on the lock on 🪟 Windows 11?

From the user menu: Select Start, then select the user picture or Accounts icon. Choose Lock (in earlier Windows 11 versions, Lock appears under this menu instead of the power icon).

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 Change Account Picture in Windows 11 Easily
Windows How to Change Account Picture in Windows 11 Easily
How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Enable Checkboxes in Windows 11 File Explorer
Windows How to Enable Checkboxes in Windows 11 File Explorer
How to Make File Explorer Open to OneDrive in Windows 11
Windows How to Make File Explorer Open to OneDrive in Windows 11

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

Leave a Comment

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