iSumsoft » Windows Tips»Perfectly Solved: Win + L Shortcut not Working

Perfectly Solved: Win + L Shortcut not Working

Ralph Adolphs
Ralph Adolphs

Updated:

When Win + L is not working, Windows may not lock even when you press the keyboard shortcut, press Ctrl + Alt + Delete, or look for the Lock option in account settings. This usually happens because the Lock Computer feature is disabled by policy, the Registry value DisableLockWorkstation is set incorrectly, the Windows key is blocked by keyboard software, or the computer is controlled by a work or school administrator.

Quick answer:

  • If Win + L and Ctrl + Alt + Delete Lock are both missing, check the Remove Lock Computer policy first.
  • If your Windows edition does not include Local Group Policy Editor, use Registry Editor and set DisableLockWorkstation to 0.
  • If only the keyboard shortcut fails, test another keyboard and check keyboard/game-mode software before editing system policy.

Why this fix works: Microsoft documents the DisableLockComputer policy under ADMX_CtrlAltDel. Its Group Policy path is User Configuration > Administrative Templates > System > Ctrl+Alt+Del Options, and its Registry value is DisableLockWorkstation. When that policy is enabled, users cannot lock the computer from the keyboard.

Reviewed for: Windows 10 and Windows 11 PCs. The Group Policy method applies to editions that include Local Group Policy Editor, such as Pro, Enterprise, and Education. Windows Home users should use the Registry method or contact the device administrator if the PC is managed.

Win + L shortcut not working in Windows


Before You Edit Policy or Registry

Use this quick check to decide which fix to try first. It prevents unnecessary Registry edits when the problem is only a keyboard or shortcut conflict.

Way 1: Fix the shortcuts of Lock Computer with Local Group Policy Editor

Use this method if you are on Windows Pro, Enterprise, or Education and can open Local Group Policy Editor. The goal is to disable the policy named Remove Lock Computer. In this context, Disabled means the restriction is turned off, so Windows can show the Lock option again.

Note: If Windows says it cannot find gpedit.msc, skip to Way 2. Many Windows Home editions do not include Local Group Policy Editor.

Step 1: Type "gpedit.msc" in the search box on the taskbar, and then click it in the results.

Type gpedit

Step 2: From the Local Group Policy Editor, expand User Configuration » Administrative Templates » System sequentially.

Target System folder

Step 3: Select Ctrl+Alt+Del Options from System folder.

Click Ctrl+Alt+Del Options.

Step 4: Double-click Remove Lock Computer on the right side.

Click Remove Lock Computer.

Step 5: In the new window, check Disabled, and then click OK to confirm.

Check Disabled.

After applying the policy, sign out and sign back in, or restart your PC. Then press Win + L again. If the shortcut still does not work, continue with the Registry method below.

Way 2: Fix the shortcuts of Lock Computer with Registry Editor

Use this method if Group Policy Editor is unavailable or if you prefer to check the exact Registry value behind the policy. This method changes a user-level policy value under HKEY_CURRENT_USER, so it affects the current Windows account.

Important:

  • Editing the Registry incorrectly can cause Windows or apps to behave unexpectedly.
  • Before changing the value, right-click the Policies key in Registry Editor and choose Export to save a backup .reg file.
  • Microsoft notes that Windows no longer automatically backs up the system registry to the RegBack folder starting with Windows 10 version 1803, and recommends using a system restore point for registry recovery. See Microsoft's registry backup note.

Step 1: Input regedit in the search box on the taskbar, and then click the Registry Editor result.

Type regedit.

Step 2: Click Yes to allow it to make changes to your device when you are given a prompt box.

Click Yes.

Step 3: Now you are accessing Registry Editor.

Accessing Registry Editor.

Step 4: Enter the following path into the address bar and press Enter key.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies

Point to Policies.

Step 5: You are navigated to Policies directory.

Policies directory.

Step 6: Expand it, and then select System option. (If the System option is not included, right-click on Policies and select New » Key to create a folder called System.)

Click System.

Step 7: Double-click DisableLockWorkstation. Similarly, right-click on the blank place on the right to create one if it does not exist. Create it as a DWORD (32-bit) Value.

Click DisableLockWorkstation.

Step 8: After a new window appears, modify the Value data to 0 and click OK to exit.

Modify key value.

Close Registry Editor and restart Windows, or sign out and sign back in. If you need to undo the change later, set DisableLockWorkstation back to 1, delete the value, or import the .reg backup you exported before editing.

Other Reasons Win + L May Not Work

If the Lock option is available but the Win + L shortcut still fails, the policy may not be the problem. Check these common causes before making more system changes.

  • Keyboard issue: Try another keyboard or press the Windows key alone to confirm it opens the Start menu.
  • Windows key lock or gaming mode: Some keyboards and gaming utilities can disable the Windows key to prevent accidental presses during games.
  • Third-party hotkey tools: Keyboard remappers, macro tools, and remote desktop utilities can intercept Win + L.
  • Work or school policy: If the device is domain-joined or managed by MDM, the lock setting may be enforced by your organization.
  • Search box cannot type: If you cannot type gpedit.msc or regedit in Search, open the Run dialog with Win + R, or read Ways to Fix Can't Type in Windows 11 Search Bar.

FAQ about Win + L Not Working

What does DisableLockWorkstation do?

DisableLockWorkstation is the Registry value mapped to the Windows policy named Remove Lock Computer. When it is set to 1, Windows blocks users from locking the computer. When it is set to 0, the lock shortcut and Lock option can work again unless another policy overrides it.

Should I use Group Policy Editor or Registry Editor?

Use Group Policy Editor first if it is available, because it is easier to understand and less risky. Use Registry Editor if you are on Windows Home or if you need to check the exact DisableLockWorkstation value.

Why does Ctrl + Alt + Delete also lose the Lock option?

The same policy that affects Win + L can also remove the Lock option from the Windows Security screen. That is why this guide focuses on Ctrl+Alt+Del Options and the matching Registry value.

Summary

If Win + L is not working and the Lock option is missing, the most likely cause is that Lock Computer has been disabled by policy. On Windows Pro, Enterprise, or Education, set Remove Lock Computer to Disabled in Local Group Policy Editor. On Windows Home, back up the Registry first, then set DisableLockWorkstation to 0.

If the policy and Registry settings are already correct, troubleshoot the keyboard, Windows key lock, gaming mode, hotkey software, or organization-managed restrictions.