There are currently no power options available

In my case, the WinX Menu offered only the Sign out option.

Why does my Windows show No Power Options available?

The cause for missing Power Options in Windows Start Menu could be corrupted system files or a change in Power settings – maybe after a Windows Update. But worry not, you can fix it!

How do I restore Power Options?

To restore missing Power Options from Windows Start Menu, run System File Checker and see. If that does not help, tweak the Registry or use change this Group Policy setting – Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands. This post explains it all.

Power Options missing in Windows 11/10

If you see There are currently no power options available message in Windows 11/10, here are some options to help you resolve the issue:

1] Use Group Policy Editor

Type gpedit.msc in Start search and hit Enter to open the Group Policy Editor. Navigate to the following settings and double-click on it to open its configuration box: Double-click on Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands.

Ensure that Not Configured or Disabled is selected, click Apply, and exit. UPDATE: George Ivanov suggests in the comments section below the following: Open GPEDIT.msc, and navigate to the following setting: Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment. Then in the Shutdown the system rule, grant your domain users that permission.

2] Use Registry Editor

The Group Policy Editor is available in Windows 11/10 Pro, Windows 10 Enterprise, and Windows 10 Education editions only and not in Windows 10 Home. If your Windows 10 does not ship with GPEDIT, Run regedit to open the Registry Editor and navigate to the following registry key:

Now on the right side, check if a value named NoClose exists, and if it does, its value should be 0. Restart your computer and see. The Power Options should appear. If this does not help, there is another thing you can try. Open Registry Editor and navigate to the following key:

Change the value of CsEnabled from 1 to 0. Restart your computer and check.

3] Use Ultimate Windows Tweaker

Incidentally, you can also use our freeware Ultimate Windows Tweaker to make Windows show Power Options.

You will get the tweak under Customization > Windows. Uncheck/Check the Power Options Menu, click Apply Tweaks and restart your computer and see. To show the Hibernate option, you will have to ensure that Hibernate is enabled by running the following command in an elevated Command Prompt window:

4] Run SFC & DISM Scans

System File Checker and DISM tools can fix any corrupt system file on Windows and replace them with a new one. If this is the reason why Power Options are not showing up, then use these tools to resolve the problem. Run the following commands on an elevated command prompt: DISM /Online /Cleanup-Image /RestoreHealth Follow our guide on which of these tools you can use first.

5] Run Power Troubleshooter

Run Power Troubleshooter and see if that helps.

6] Restore default Power Plans

Restore default Power Plans and see if that helps.

7] System Restore

If nothing works, and you had the option earlier, you can choose to restore the PC to an earlier point. You can search for the tool in the Start menu and then follow the wizard to select what may work best for you. That said, it is equally important that you keep creating one restore point every day and have at least 2-3 previous backups. Follow our detailed guide on how you can use the restore point.

What is causing the ‘No Power Options available’ error in Windows Power Options?

Apart from the Windows update, which had a bug, there are other reasons for this to happen. The reasons include corrupt system files, the current user not having enough permission, corrupt registry entries. If one of these happens, then OS will not be able to read the required file to bring up the menu, or if it finds the permission is not adequate, it doesn’t display them.

How do I restart my computer without power options?

There are multiple ways to restart a PC, and they are much faster than the traditional menus. When on Desktop and no window is open, use ALT + F4 to bring up the shutdown menu box. Here you can select Shutdown and press the Ok button to shutdown the PC.

How do you get hidden power plans?

You can use powercfg -restoredefaultschemesin an elevated Windows Terminal to restore or enable the hidden power plans. PowerCFG is a command-line tool that allows you to configure Power Settings on a PC or Laptop and get a battery health report. This post will show you how to restore missing Default Power Plans in Windows. I hope this helps!