February 2, 2022

How to Fix Windows Key Disabled

Fix Windows Key Disabled

Is your Windows key not working when pressing it? Sometimes, the Windows key not opening the Start menu issue occurs when you have accidentally disabled the key. This will restrict us from performing any functions that involve the Windows key. You may also face this issue on a standard keyboard too if you have changed the Settings in your Windows PC. In this article, we will teach you how to enable Windows key. So, continue reading to fix Windows key disabled issue.

Fix Windows Key Disabled

How to Fix Windows Key Disabled

Though the Windows key is helpful in many ways, pressing the Windows key while playing games would be a nightmare for gamers. So, people disable the Windows key for a better gaming experience. However, the Windows key on your keyboard is helpful in many ways like Windows key opens the Start menu. It also performs other tasks with a combination of other keys.

For Example:

  • Press the Windows + R keys simultaneously to open the Run dialog Box.
  • Press Windows + E keys together to open File Explorer.
  • Press the Windows + X keys simultaneously to open a Quick link menu.
  • Press the Windows + D keys at the same time to show or hide the Desktop.

Hence, these are some Windows key keyboard shortcuts. However, if you face Windows key disabled issue then follow the given methods on how to enable Windows key.

Method 1: Clean the Keyboard

You can face this issue of Windows key being disabled if you haven’t cleaned your keyboard for a long time. Dust in your keyboard might also cause this problem. If you are using an external keyboard, then follow the steps below.

1. Unplug the external keyboard from the system.

external keyboard

2. Remove dust and clean the keyboard using a soft bristle brush.

3. Plug the external keyboard back into the system.

4. Try using the Windows key now.

Method 2: Through Keyboard Hotkey

If you are using a keyboard where you have a hotkey to enable or disable the Windows key, then try looking for that particular key. Try hitting the key to enable or disable the Windows key. However, many of the keyboards may not have the hotkey. In that case, follow any of the methods below to resolve the Windows key not opening the Start menu issue.

Method 3: Turn Off Game Mode

The game mode is one of many features Windows 10 comes with keeping gamers in mind. While in Game mode, Windows key is disabled to avoid pressing it mistakenly during playing a game. Makes sure you are not in Game mode as it is common to face Windows key disabled issues in Game mode. To turn off the Game mode:

1. Click on Start, type game mode settings, and hit the Enter key.

Type Game mode settings into Windows search and launch it from the search result. Fix Windows Key Disabled

2. Switch Off the toggle for Game Mode.

Toggle the Game Mode off and launch the game

Note: To disable Windows key, you can turn on Game Mode again by following the above steps.

Also Read: Fix keyboard Input lag in Windows 10

Method 4: Use Powershell Command

Powershell incorporates new commands that can be used to fix Windows key disabled issues by following these step:.

1. Click on Start and type PowerShell and click on Open in the search results.

Start menu search results for PowerShell. Fix Windows Key Disabled

2. Type the following command window and press the Enter key.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation) AppXManifest.xml"}

Note: During the execution of the command, you will see many errors. But those do not affect the process and once it completes

Powershell running command to enable Windows key

3. Finally, restart your computer.

Method 5: Turn Off Filter Keys and Sticky Keys

Filter keys are generally used for ignoring or slowing down the keystroke but are notorious for messing with Windows keys on many occasions. The same goes with Sticky Keys. To disable Filter Keys and Sticky Keys:

1. Press the Windows key, type Control Panel and click on Open.

Start menu search results for Control Panel. Fix Windows Key Disabled

2. Set View by > Category and click on Ease of Access.

Ease of Access

3. Under the Ease of Access Center heading, click on Change how your keyboard works.

click on Change how your keyboard works option in the Ease of Access Control Panel setting. Fix Windows Key Disabled

4. Uncheck the checkbox for Turn off Filter Keys and Turn on Sticky Keys. Click on Apply>OK.

uncheck Turn on Sticky keys and Turn On Filter keys options in Make the keyboard easier to use settings

Check if your Windows key is functional now or not.

You can always follow the above steps and check the options for Turn on Sticky Keys and Turn on Filter keys to disable Windows key again.

Also Read: How to Enable Dell Keyboard Backlight Settings

Method 6: Disable Turn Off Windows Key Hotkeys Setting

You can restrict or allow a feature by changing the Group Policy settings. Follow the steps below carefully.

Note: Group Policy Editor is not available in the Home edition but can be found in Pro or Enterprise editions.

1. Press Windows + R keys simultaneously to open the Run dialog box.

2. Type gpedit.msc and hit Ctrl + Shift + Enter keys together to run local group policy editor as administrator.

type gpedit.msc in Run dialog box. Fix Windows Key Disabled

3. Navigate to the User Configuration > Administrative Templates > Windows Components > File Explorer folder from the left pane.

go to User Configuration then Administrative Templates and open Windows Components then File Explorer folder in local group policy editor

4. Scroll down and double-click Turn off Windows Key hotkeys.

double click on the Turn off Windows key hotkeys setting in local group policy editor. Fix Windows Key Disabled

5. Select the Disabled option.

select Disabled option for turn off Windows key hotkeys setting local group policy editor

6. Click Apply and then OK to save changes.

If you want to disable Windows key then follow the same steps as above but, select the Enabled option in the step 5.

Method 7: Modify Registry Settings

Another method on how to enable Windows key is to modify registry settings. Follow the instructions below carefully because of any changes made to the registry editor permanently. Also, note that any incorrect changes would cause a serious issue.

1. Launch the Run dialog box and type regedit and click on OK.

type regedit in the Run dialog box. Fix Windows Key Disabled

2. Click Yes in the User Account Control prompt.

3. Navigate to the following path from the address bar in Registry Editor.

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer

go to the Explorer key folder in Registry Editor

4. Double-click on the NoWinkeys string.

5. Set the Value data as 0.

Note: Changing the value to 1 will disable Windows key.

set value data as 0 in Edit DWORD value string

6. Click OK and restart your PC.

Also Read: How to Reassign Mouse Buttons on Windows 10

Method 8: Remap Keys Through PowerToys

You can also modify the function or enable the Windows key using Microsoft’s Remap Keyboard PowerToy. Follow the steps below.

1. Download and install PowerToys.

download PowerToys from the github page. Fix Windows Key Disabled

2. Now, launch the PowerToys app.

3. Click on Keyboard Manager on the left pane.

Click Keyboard Manager on the left pane

4. Then, click on the Open Settings option as highlighted in the pic below.

Click Open Settings

5. Switch On the toggle for Enable Keyboard Manager.

Toggle on the option Enable Keyboard Manager. Fix Windows Key Disabled

6. Now, click on Remap a key.

Click Remap a key

7. Here, click on the + icon as highlighted in the pic below.

Click the Plus symbol. Fix Windows Key Disabled

8. Select the option Win under the Key category.

9. Then, select a function under the Mapped To category and click on OK.

Select the option Win under the Key category. Select a function under the Mapped To category. Click OK.

10. Click on the Continue Anyway button in the confirmation prompt.

Click Continue Anyway. Fix Windows Key Disabled

Method 9: Run SFC and DISM Scans

Another common reason behind the Windows key disabled issue is corrupt system files. Thankfully, Windows come prepared to handle these kinds of scenarios. System File Checker or SFC scan searches for corrupt system files and repair them to ensure smooth working. Follow these steps to run an SFC scan:

1. Hit the Windows key, type Command Prompt and click on Run as administrator.

Open Start menu, type Command Prompt and click on Run as administrator on the right pane.

2. Click on Yes in the User Account Control prompt.

3. Type the command: sfc /scannow and press Enter key to run the System File Checker scan.

Type the below command line and hit Enter to execute it. Fix Windows Key Disabled

Note: A system scan will be initiated and it will take a couple of minutes to finish. Meanwhile, you can continue performing other activities but be mindful of not accidentally closing the window.

After completing the scan, it will show either of these messages:

  • Windows Resource Protection did not find any integrity violations.
  • Windows Resource Protection could not perform the requested operation.
  • Windows Resource Protection found corrupt files and successfully repaired them.
  • Windows Resource Protection found corrupt files but was unable to fix some of them.

4. Once the scan is finished, restart your PC.

5. Again, launch Command Prompt as administrator and execute the given commands one after the other:

dism.exe /Online /cleanup-image /scanhealth
dism.exe /Online /cleanup-image /restorehealth
dism.exe /Online /cleanup-image /startcomponentcleanup

Note: You must have a working internet connection to execute DISM commands properly.

scan health command in Command Prompt

Also Read: How to Use TV as Monitor for Windows 11 PC

Method 10: Run Malware Scan

The last thing you need in your computer is malware wreaking havoc and messing up everything. And the first symptom of an infected PC can be the Windows key not opening the Start menu. To search for any malware, you need to run a full system scan to detect any malicious file or application present on your computer by following these rules:

1. Hit Windows + I keys simultaneously to launch Settings.

2. Here, click on Update & Security settings as shown.

click on Update and security in Settings. Fix Windows Key Disabled

3. Go to Windows Security in the left pane.

Go to Windows Security on the left pane

4. Click on the Virus & threat protection option in the right pane.

Click on the Virus & threat protection option. Fix Windows Key Disabled

5. Click on the Quick Scan button to search for malware.

Click on the Quick Scan button

6A. Once the scan is done, all the threats will be displayed. Click on Start Actions under Current threats.

Click on Start Actions under Current threats.

6B. If there is no threat in your device, the device will show the No current threats alert.

show the No current threats alert. Fix Windows Key Disabled

Method 11: Replace Keyboard

If none of the methods mentioned above work for you, it is probably due to a faulty keyboard. And to fix that you have to replace the keyboard with a newer one. Before buying a new keyboard, try connecting another keyboard and check whether the Windows key works. If it works, then buy a new keyboard to resolve the Windows key not opening the Start menu issue.

Also Read: How to Disable Mouse Acceleration in Windows 10

Frequently Asked Questions (FAQs)

Q1. Is there any third-party tool available to enable the Windows key?

Ans. AutoHotkey, Winkill, and WKey Disabler are some of the third-party tools to enable or disable the Windows key.

Q2. How do I disable the Windows key?

Ans. You can easily disable the Windows key by modifying the registry settings. Change the Value data to 1 in the NoWinkeys string to disable the Windows key.

Q3. What are some of the shortcuts that can be used with the Windows key?

Ans. Below are some of the shortcuts that involve the Windows key.

  • Windows + Tab: Open task view
  • Windows + D: Hide or Show Desktop
  • Windows + X: Open the Quick link menu
  • Windows + Spacebar: Toggle between the keyboard layout
  • Windows + L: Lock the screen
  • Windows + I: Open settings
  • Windows + Up arrow: Maximize current window
  • Windows + Down arrow: Restore down current window
  • Windows + V: Clipboard

Recommended:

We hope this article will help you on how to resolve Windows key disabled problem. Let us know your queries and suggestions in the comment section below.