Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Fix There Are Currently No Power Options Available

How to Fix There Are Currently No Power Options Available

Abhishek SilwalBy Abhishek SilwalDecember 16, 2022
there are currently no power options available windows

After clicking on the Power icon in the Start menu, you may have seen the “There are currently no power options available” message. However, there is no need to panic even if you can’t shut down or restart your computer.

It is a minor issue caused by incorrectly configured power or policy settings. As a result, adjusting those settings should resolve the problem. Even if this error is not resolved, there are ways to access your PC’s power options.

You may find a blank box in place of the message. It is also the same problem, and the methods in this article can be useful in both cases.

Why Are the Power Options Not Available?

Many users have experienced this problem after a system update. So, the most likely reason would be the unwanted changes in the system settings. 

Errors in power settings, registry entries, system policies, etc., are probable culprits. Users themselves may also alter those settings causing this error. The common causes include:

  • Glitches in Power Options settings
  • Incorrect value of the NoClose registry entry
  • User Rights Assignment conflicts in the Local Security Policy Editor
  • System file corruption
  • Registry corruption due to third-party apps

How Can I Solve This Problem?

This problem does not completely remove the power options from your PC. It only does so from the Start menu and the Windows Security dialog window. 

There are other methods to access those options. Some of them are:

  • Pressing Alt + F4 on the desktop without any active windows.
  • Signing out and using the power options from the log-in window.
  • Using commands in the Command Prompt for those operations.

These methods do not fix the underlying issue causing this error, though. You will need to change the policy and power settings to fix those.

Resolve Username Conflict in Local Security Policy Tool

The improper configuration of the Shut down the system policy is a common cause for this error. If there are conflicts with your username, the power options won’t be available. To fix this issue, follow the directions below:

  1. Press Windows key + R and enter secpol.msc to open the Local Security Policy Editor. You can also search for and open it by using the search bar.
  2. Navigate to User Rights Assignment under Local Policies. 
  3. Inside the right windows, locate Shut down the system and double-click on it. You can also right-click and select Properties. local security policy editor shut down options
  4. Click Add User or Group in the pop-up window and Advanced in the next one.
  5. Here, click on Object Types and check all available options. Then select Ok.
  6. Now, click on Find Now. You’ll see a list of all users in the search results.
  7. The only users/groups you require are Administrators, Users, and Backup Operators. Select these by holding the Ctrl key and clicking on them. Click on Ok to enter the users and hit Ok again. You can also manually add the users one by one.
  8. Click on Apply and Ok to apply the changes. local security shut down users and groups
  9. Restart by signing out first or through Command. After restarting, check if the power options are available.

You can also use the command-line interface to reset all the security entries to default. This way, you don’t have to go through the hassle of navigating through the dialogue boxes and prompts. To do so, follow these steps:

  1. Search for cmd in the search bar. Then Right-click on the command prompt and select Run as administrator.
  2. Click Yes on the permission prompt if it appears.
  3. Enter the command secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose and press enter.
  4. Then, restart your PC.

Launch Power Troubleshooter

Running the power troubleshooter may solve the issues related to its settings. Follow the instructions below to do so:

  1. First, press Windows key + I to launch Settings. You can also open the Start Menu and click on Settings (cogwheel symbol). settings update and security
  2. Click on Update and Security and then select Troubleshooter from the left bar on the new tab.
    settings troubleshoot
  3. Scroll down and click on Additional Troubleshooters. In the new tab, locate the Power option. Click on it and select Run the troubleshooter. additional troubleshooters power
  4. Confirm any on-screen instructions to apply fixes. Then restart your PC using the available methods.

Change Access Settings through Local Group Policy Editor

There is an option in the Local Group Policy Editor that handles access to power options. Enabling this policy removes the power options from the Start menu and the Windows Security dialog box. To locate and disable this policy, follow these directions:

  1. Press Windows key + R and enter gpedit.msc to open the Local Group Policy Editor. You can also search for and open it by using the search bar.
  2. Click on Administrative Templates under User Configuration from the left sidebar. Then, open Start Menu and Taskbar. group policy editor start menu and taskbar
  3. Locate Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands on the right. group policy editor hide power options
  4. Double-click on it and choose the Disabled or Not Configured option from the next window.
    configuration show hide power options
  5. Click on Ok. Then restart your PC using the possible options.

Change NoClose Value in Windows Registry

This method creates the same output as the above method. Enabling the NoClose key hides the power options from the Start menu. However, it is possible to change the NoClose entry with the Registry Editor. Follow the steps below to do so:

  1. Press Windows key + R and enter regedit to open the Registry Editor. You can also search for and open it by using the search bar.
  2. Click on Yes if you see the User Control Account prompt.
  3. Navigate to the path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  4. Double-click on the NoClose key, set its value as zero (0) and select Ok. registry NoClode key
  5. If the above path does not exist, navigate to Policies. Then right-click on Policies and select New > Key. Name it as Explorer. registry new key
  6. Then, right-click on the empty area and choose New > DWORD (32-bit) Value. Set its name to NoClose and value to zero. registry new DWORD value
  7. Restart your PC using available options.
  8. If you still experience the problem, navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
  9. Here, change the value of CsEnabled from 1 to 0. Restart and check again.

Restore to Default Power Plan

There may be changes in the power plan configuration that causes Windows to hide the options. Installing system updates may have caused this issue. 

This fix is true for the hibernation and the sleep options but may not work if all the options are missing. Still, some users have found restoring the power plan to its default settings a viable solution. Follow the steps below for this method:

  1. Search for cmd in the search bar. Then Right-click on the command prompt and select Run as administrator.
  2. Click Yes on the permission prompt if it appears.
  3. Type the command powercfg –restoredefaultschemes and press enter. restore power configurations
  4. Now, restart your computer and check if the problem resolves.

Fix Corrupt System Files

If this problem is due to system file corruption, a possible solution is using the SFC and the DISM. The System File Checker and the Deployment Image Servicing and Management tools can scan and repair damage in the system files. 

Even if it fails to solve this error, performing both processes is still a good idea. Perform the following instructions:

  1. Search for cmd in the search bar. Then Right-click on the command prompt and select Run as administrator.
  2. Click Yes on the permission prompt if it appears.
  3. Type the commands below and press enter after each to execute them. Wait for each to complete.
    • dism /online /cleanup-image /restorehealth
    • sfc /scannow
  4. We recommend executing DISM before first. DISM can restore missing files that are not backed up by SFC which increases the success rate for this operation.
  5. Reboot your PC and check if the error persists.

System Restore

System Restore creates a snapshot of your system and saves it as a restore point. It allows you to revert to the restore point whenever you need to. Keep in mind, though, that this removes any changes you have made after creating the restore point.

You should try this method only if no other methods work. To perform a system restore, follow the steps below:

  1. Type restore in the search bar and open Create a restore point. It opens the System Protection tab in System Properties.
  2. Click on System Restore to start the process. system restore
  3. Follow the on-screen instructions. You can select any restore point you want. 
  4. There is also an option to check for affected programs. You may need to reinstall those programs after the process completes.

Reset PC

If no other methods work and you don’t have an appropriate restore point, the last option is to reset your OS. You will have two options if you want to reset your PC. The first option deletes only the system data, while the second one deletes all data on your PC. 

We still recommend you backup all your important data before performing this method. For this, follow these steps:

  1. First, press Windows key + I to launch Settings. You can also open the Start Menu and click on Settings (cogwheel symbol).
  2. Click on Update and Security and then select Recovery from the left bar on the new tab.
    settings system reset
  3. Choose the Get started option under Reset this PC. Other versions may have different options for this.
  4. Select Keep my files when prompted and click Ok. keep my files option
  5. Follow the on-screen instructions.
fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
slow computer startup

14 Ways to Fix Slow Computer Startup

March 26, 2023
boot loop

14 Ways to Fix Windows Boot Loop

March 19, 2023
how to change windows startup sound

How to Change Windows Startup Sound

March 17, 2023
scan disk windows 10

How to Scan Disk Windows

March 16, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what-does-collate-mean-on-a-printer

What Does Collate Mean on a Printer?

March 31, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
how often to replace laptop

How Often Should You Replace a Laptop

March 29, 2023
You may also like
computer suddenly slow

Why is My Computer Suddenly Slow? 11 Ways to Fix It

March 31, 2023
HTTP-Error-431

How to Fix HTTP Error 431

March 31, 2023
scheduled task reboot

How to Create a Reboot Scheduled Task in Windows

March 31, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.