Home >System Tutorial >Windows Series >Fix 'There Are Currently No Power Options Available' in Windows 11

Fix 'There Are Currently No Power Options Available' in Windows 11

Susan Sarandon
Susan SarandonOriginal
2025-03-03 12:58:09740browse

Windows 11 power option disappears? Seven solutions to help you recover!

Many users reported that the power option was not found in the Start menu of Windows 11, and the prompt "No power option is currently available" appeared after clicking "Power". Don't worry, this is not an isolated case, and this problem may also occur with Windows 10. This article will analyze the causes and provide seven repair methods.

Fix

Method 1: Run the power supply troubleshooting program

  1. Press Win I key to open the Settings app, select "System" on the left, and then select "Troubleshoot" on the right.

Fix

  1. Click on "Other Troubleshooter", scroll down to the "Power" section, and then click "Run".

Fix

  1. If any problem is detected, click "Apply this hotfix" and follow the on-screen prompts.

  2. After the troubleshooting is complete, restart the computer and check whether the power options are restored.

Fix

Method 2: Use the command to restore power supply options

If running the Power Troubleshooter is invalid, try the power recovery option using the command prompt.

  1. Click the search icon on the Windows 11 taskbar, enter "Command Prompt", right-click "Command Prompt" and select "Run as Administrator".

Fix

  1. In the command prompt window, enter powercfg -restoredefaultschemes and press Enter.

Fix

  1. Restart the computer and check the power options. If the problem is resolved, there is no need to continue. Otherwise, please continue to the next step.

  2. Open the command prompt as administrator, enter the command: secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose, and press Enter.

Fix

  1. Restart the computer again and the power option should be available.

Method 3: Edit local group policy

  1. Press Win R to open the "Run" dialog box, enter gpedit.msc and press Enter. This will open the local Group Policy Editor.

Fix

  1. To the left side of the local Group Policy Editor, navigate to User Configuration > Administrative Templates > Start Menu and Taskbar. Then find the "Delete and block access to the "Close", "Restart", "Sleep", and "Hibern" commands" items on the right.

If this is enabled, this is the reason why you see the "No power options available currently" error. Therefore, you need to double-click this to disable it.

Fix

  1. In the next window, select "Unconfigured" or "Disabled", and then click "Apply".

Fix

The changes will take effect immediately without restarting Windows 11. Now go to Start >Power and you should see the "Off" and "Restart" options instead of the "No power options available currently" message.

Method 4: Edit the Windows Registry

  1. Press Win R to open the "Run" dialog box, enter regedit and press Enter. This will open the Registry Editor in Windows 11.

Fix

  1. To the left side of the Registry Editor, navigate to the key HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer and check if there is an entry under this key. NoClose
If the

entry exists and its value data is 1, this is the reason that there are no options available on the current computer. Therefore, you need to double-click the NoClose entry, set its value data to 0, and then click OK. NoClose

Fix

    Restart Windows 11 for the changes to take effect, and the power option should be available.

Method 5: Edit local security policy

  1. Press Win R key to open the "Run" dialog box. Then, enter

    and press Enter to open the local security policy. secpol.msc

  2. In the Local Security Policy window, expand Local Policy and select User Rights Assignment on the left. Then right-click the "Close System" policy on the right and select "Properties".

Fix

  1. Under the Local Security Settings tab, select Backup Operator, and then click Add User or Group. When the Select User or Group window opens, continue to the next step to check the name of your current user.

  2. Open Windows Control Panel and go to "User Account" > "User Account" > "Configure Advanced User Profile Properties". When the User Profile dialog box opens, note down your profile name.

Fix

  1. Now, return to the Select User or Group window that opened in step 3. Then, type your profile name in the box, click Check Name, and then click OK. Finally, click Apply.

Fix

  1. Restart Windows 11 and check if the power options are available.

Method 6: Run SFC scan

  1. Open the command prompt as administrator, then enter sfc /scannow and press Enter. Then wait for the system scanning to complete.

Fix

  1. Waiting for the system scanning to complete. If any corrupt system files are found, Windows will fix them. When done, restart the computer and check if the power options are restored. If there are still no options available, continue to the next step.

  2. Open the command prompt as administrator again, type the command: dism /online /cleanup-image /restorehealth and press Enter. Once done, restart the computer and the power option should be available.

Fix

Method 7: Perform system restore

If you try all of the above methods but the "No power options available currently" issue still exists, you need to perform a system restore.

If System Protection is enabled, Windows 11 will automatically create a system restore point when Windows is updated or other major system changes are made. This allows you to restore your computer to a previous state where the power option works properly, even if you did not create a system restore point manually.

  1. Type "Restore" in the Windows 11 search menu, and then click "Create restore point" in the search results.

Fix

  1. When the System Properties dialog box opens, click System Restore.

Fix

  1. In the System Restore Wizard, click "Next", select a restore point, and then click "Next".

Fix

  1. Confirm your restore point and click "Finish". Your computer will then return to its status before the "No power options available" event.

  2. After the restore is complete and the computer is restarted, the power option should be available.

I hope the above method can help you solve the problem of the disappearance of the Windows 11 power option!

The above is the detailed content of Fix 'There Are Currently No Power Options Available' in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn