You open the Start Menu to shut down or put your PC to sleep — and the power options are just gone. Or you try to launch the Power Troubleshooter to figure out what’s wrong, only to find it’s missing from the list entirely. If you’re dealing with either of these frustrating issues on Windows 11 25H2, you’re not alone.
Power problems in Windows 11 are usually caused by a corrupted power plan, a misconfigured Registry key, a blocking Group Policy setting, or a conflicting third-party app. The good news: all of these are fixable without reinstalling Windows. This guide walks you through 9 methods — ordered from quickest to most thorough — to restore full power functionality to your PC.
Method 1: Restore the Default Power Plan
A corrupted or misconfigured power plan is the most common reason power options go missing. Running a single command in Terminal restores all default Windows power schemes instantly.
Step 1: Open the Start Menu, type Terminal, right-click the result, and select Run as administrator.

Step 2: Click Yes in the UAC prompt. If you’re not on an admin account, enter administrator credentials.

Step 3: Click the chevron (▾) at the top of Terminal and select Command Prompt.

Step 4: Type the following command and press Enter:
powercfg -restoredefaultschemes
The command runs silently with no on-screen confirmation. Restart your PC and check whether your power options have returned.
Method 2: Run the Power Troubleshooter via Terminal
The Power Troubleshooter is no longer visible in the Windows 11 Settings menu by default — but it still exists and can be launched directly from the command line.
Step 1: Open Terminal as administrator (same steps as Method 1).

Step 2: Click Yes at the UAC prompt.

Step 3: Click the chevron (▾) and select Command Prompt.

Step 4: Run the following command and press Enter:
msdt.exe /id PowerDiagnostic
The Power Troubleshooter window will open. Follow its prompts to detect and fix power-related issues automatically.
Method 3: Run SFC and DISM Scans
Corrupted system files — caused by a failed Windows update, a bad uninstall, or malware — can silently break power features. The built-in SFC and DISM tools scan for and repair these files automatically.
Step 1: Open Terminal as administrator from the Start Menu.

Step 2: Click Yes at the UAC prompt.

Step 3: Select Command Prompt from the chevron menu.

Step 4: Run the DISM command first to repair the OS image:
DISM /Online /Cleanup-Image /RestoreHealth
Step 5: Once DISM completes, run the SFC scan to fix individual system files:
SFC /scannow
After both scans complete, close Terminal and restart your PC. Check whether power options are back.
Method 4: Tweak Power Settings via Control Panel
If the Sleep option has vanished from the Power menu, a misconfigured setting in Control Panel’s Power Options is likely to blame. Re-enabling it here usually brings it back instantly.
Step 1: Open the Start Menu and search for Control Panel. Click to open it.

Step 2: Click Hardware and Sound.

Step 3: Under Power Options, click Change what the power buttons do.

Step 4: Click Change settings that are currently unavailable to unlock the options below.

Step 5: Make sure the Sleep checkbox is checked. If it was already checked, uncheck it, then check it again. Click Save changes.

The Sleep option should now reappear in the Power menu.
Method 5: Fix the Registry (NoClose Key)
A Registry value called NoClose can be set to block the Power menu entirely. Resetting it to zero restores all power options.
Step 1: Open the Start Menu, type Registry, and click Registry Editor.

Step 2: In the address bar at the top, paste the following path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Step 3: In the right pane, double-click the NoClose registry entry.

Step 4: Set the Value data field to 0 (zero) and click OK.

Restart your PC and verify that the power options are back.
Method 6: Edit Group Policy Settings
⚠️ Note: The Local Group Policy Editor is only available on Windows 11 Pro, Enterprise, and Education editions. It is not available on Windows 11 Home.
A Group Policy setting called “Remove and prevent access to Shut Down, Restart, Sleep, and Hibernate commands” may be enabled — intentionally or accidentally. Disabling it restores all power options immediately.
Step 1: Open the Start Menu, type Group Policy, and click Edit group policy.

Step 2: In the left sidebar, navigate to Computer Configuration → Administrative Templates.

Step 3: In the right pane, double-click Start Menu and Taskbar.

Step 4: Locate and double-click the policy: Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands.

Step 5: In the policy properties window, select Disabled, then click Apply and OK.

Restart your PC and check if the power options have returned.
Method 7: Perform a Clean Boot
A third-party app or background service may be interfering with Windows power settings. A clean boot starts Windows with only Microsoft services running, making it easy to identify the culprit.
Step 1: Open the Start Menu, search for System Configuration, and click to open it.

Step 2: On the General tab, select Selective startup and check Load system services.

Step 3: Switch to the Services tab. Check Hide all Microsoft services, then click Disable all. Click Apply and OK.

Restart your PC. If power options return after the clean boot, a third-party service was the cause — re-enable services one by one to identify which one.
Method 8: Roll Back to a System Restore Point
If your power issues started after a recent software installation or system change, rolling back to a restore point from before the problem began is often the cleanest fix.
Step 1: Open the Start Menu, search for Control Panel, and open it.

Step 2: Click Recovery.

Step 3: Click Open System Restore.

Step 4: In the System Restore wizard, click Next.

Step 5: Select a restore point from before the issue started, then click Next.

Step 6: Optionally click Scan for affected programs to preview what will be removed or restored.

Step 7: Review the impact summary and click Close to go back.

Step 8: Click Finish to begin the rollback. Your PC will restart automatically during the process.

Method 9: Reset Your PC
If no restore point is available and nothing else has worked, resetting your PC returns all system settings to their factory defaults while keeping your personal files, folders, and programs intact. This is the nuclear option — but it works.
Step 1: Open Settings from the Start Menu.

Step 2: Make sure System is selected in the left sidebar.

Step 3: Scroll down and click Recovery.

Step 4: Under Recovery options, click Reset PC.

Step 5: Select Keep my files to preserve your personal data while resetting system settings and apps.

Step 6: Choose Cloud download for the freshest, most reliable reinstall (requires internet and ~4 GB of data), or Local reinstall if you’re offline.
💡 Tip: Cloud download is recommended if there’s any chance the local Windows files are themselves corrupted — it downloads a clean copy directly from Microsoft.

Step 7: Review the reset settings summary. Click Change settings to adjust if needed.

Step 8: Adjust the optional settings if desired (restore preinstalled apps, download method), then click Confirm.

Step 9: Click Next, then read the final impact summary carefully.

Step 10: Click Reset to start the process. Your PC will restart several times — this is normal and expected.

Which Fix Should You Try First?
- 🔋 Power options missing entirely? → Start with Method 1 (restore default power plan) and Method 5 (Registry NoClose fix).
- 🔍 Power Troubleshooter not showing in Settings? → Use Method 2 to launch it directly from Terminal.
- 😴 Sleep option missing from the Power menu? → Try Method 4 (Control Panel Power Options).
- 🖥️ Windows Pro/Enterprise? → Also check Method 6 (Group Policy).
- 📦 Problem started after installing something? → Use Method 8 (System Restore).
- ⚠️ Nothing else worked? → Method 9 (Reset PC with Keep my files) is your last resort.
Conclusion
Missing power options in Windows 11 25H2 look alarming at first, but they’re almost always caused by something fixable — a bad power plan, a Registry flag, a Group Policy setting, or a rogue background service. Work through the methods above from top to bottom, and you’ll almost certainly resolve the issue before reaching the PC Reset option.
If you found this guide helpful or have a fix that worked for you that isn’t listed here, let us know in the comments below — we’d love to hear from you!
Support Tech2Geek ❤️
AI-powered search engines are making it harder for small independent blogs like ours to survive. If you find our guides helpful, please consider supporting us.
You can help by sharing our articles or making a small donation.
☕ Make a Small DonationEvery contribution helps us keep creating free tech guides and reviews.


Comments