Last Updated:
Quick answer: To open Advanced Power Settings in Windows 11, press Win + R, type
powercfg.cpl, press Enter, then click Change plan settings → Change advanced power settings. If categories are missing, your PC likely uses Modern Standby — restore hidden plans withpowercfg -duplicateschemeand unhide settings withpowercfg -attributesfrom an admin Command Prompt.
Windows 11 Advanced Power Settings
The Settings app covers the basics—screen timeouts, sleep timers, and power mode. But the real power management controls in Windows 11 live one layer down, in the classic Advanced Power Settings tree that Microsoft keeps quietly maintained inside Control Panel.
This is where you control hard disk spin-down, USB selective suspend, processor performance states, PCI Express power saving, and a dozen other behaviors the modern Settings app never mentions. It’s also where Windows 11 frustrates people most: options that existed on your last PC are suddenly missing, categories are hidden, and the High Performance plan has vanished.
I’ll cover all of it in this guide—every category with recommended values, the commands that restore hidden power plans and settings, and the honest explanation of why your laptop shows six categories while a desktop shows fifteen. Home users get the safe tweaks; office users and IT admins get the powercfg commands that fix machines at scale.
For the everyday basics—sleep timers, power modes, and Energy Saver — start with our main guide to adjusting power and sleep settings in Windows 11. This article covers the advanced settings.
How to Open Advanced Power Settings in Windows 11
Three routes, fastest first:
Run command (fastest): Press Win + R, type powercfg.cpl, hit Enter → Change plan settings → Change advanced power settings.
Control Panel: Control Panel → Hardware and Sound → Power Options → Change plan settings → Change advanced power settings.
From Settings: Settings → System → Power & battery → scroll to the bottom → Additional power settings (present on most builds; if absent, use the Run command).
The Power Options dialog that opens is per-plan: whatever you change applies to the currently selected plan only.

Every Category Explained (With Recommended Values)
Here’s the full tree as it appears on a desktop or S3-sleep machine, with what each setting does and sensible values. Laptops show battery and plugged-in columns for each.
| Category | Key Settings | Recommended |
|---|---|---|
| Hard disk | Turn off hard disk after | 20 min (desktop), 10 min (laptop); Never for external drives you stream from |
| Desktop background settings | Slide show | Paused on battery |
| Wireless adapter settings | Power saving mode | Maximum Performance if Wi-Fi drops; Medium otherwise |
| Sleep | Sleep after, hybrid sleep, hibernate after, wake timers | Wake timers → Disable to stop scheduled wake-ups |
| USB settings | USB selective suspend | Disabled if USB devices randomly disconnect; Enabled for battery life |
| PCI Express | Link State Power Management | Moderate savings (laptop), Off (gaming desktop) |
| Processor power management | Min/max processor state, cooling policy | Max 100% for gaming; Max 99% to reduce heat/fan noise |
| Display | Turn off display after the brightness | Match your Settings app values |
| Multimedia settings | When sharing media, video playback quality | Prevent idling to sleep if you stream to other devices |
| Battery | Critical/low battery level and action | Critical 7%, action: Hibernate |
About Link State Power Management: This lets PCI Express devices—the GPU, Wi-Fi card, and NVMe SSD—drop into very low power states when idle and wake automatically when needed. It saves power and heat at the cost of microseconds of wake latency. On gaming desktops, set it to Off to eliminate any latency variable; on laptops, Moderate or Maximum savings is worth the battery gain.
Graphics/frame buffer settings: Some machines (mostly Intel graphics) expose a Graphics settings or frame buffer compression category—leave it on default plugged in, power-saving on battery.
The golden rule for the whole tree: change one setting at a time, note what you changed, and test. These controls are safe, but ten simultaneous tweaks can make a misbehaving PC undiagnosable.
Why Your Advanced Power Settings Are Missing (The Honest Answer)
This is the question that brings most people here, and the answer competitors dance around: Modern Standby.
If your laptop shows only a handful of categories—Hard disk, Sleep, Display, Battery, and little else—while an older PC showed fifteen, your machine uses Modern Standby (S0 low-power idle) instead of traditional S3 sleep. On Modern Standby hardware, Windows deliberately hides the legacy options and the extra power plans because the platform manages those states itself. It’s a design decision, not corruption—running SFC won’t bring them back, because nothing is broken.
Most 2024+ laptops ship this way. Check yours in ten seconds: run it powercfg /a in Command Prompt—if you see “Standby (S0 Low Power Idle)” listed as available, that’s your answer.
What you can still do about it safely is below.
How to Restore Missing Power Plans (High Performance, Ultimate Performance)
Windows 11 frequently shows only Balanced. The other plans still exist in the system — they’re hidden. Restore them from an admin Command Prompt:
First, see what’s actually on the machine, including hidden plans:
powercfg /list

Then recreate whichever plans you want:
powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a
powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e
powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Those are Power saver, Balanced, High performance, and Ultimate performance, in that order. Close and reopen the Power Options window after running them; the new plans only appear on refresh.
Note that Ultimate Performance is officially supported on Windows 11 Pro for Workstations; the duplicate command makes it available on most editions regardless, but on modern standby laptops, some plans may still be unavailable, per the design above.
Full details on what Ultimate Performance actually changes can be found in our Ultimate Performance Mode guide.
How to Unhide Hidden Advanced Settings (powercfg -attributes)
Beyond whole plans, Windows hides dozens of individual settings inside the tree. The -attributes switch reveals them.
Unhide entire categories (admin Command Prompt):
powercfg -attributes SUB_DISK -ATTRIB_HIDE
powercfg -attributes SUB_SLEEP -ATTRIB_HIDE
powercfg -attributes SUB_VIDEO -ATTRIB_HIDE
powercfg -attributes SUB_BATTERY -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR -ATTRIB_HIDE
Unhide a specific setting using its subgroup and setting GUID—for example, Processor performance boost mode:
powercfg -attributes SUB_PROCESSOR PERFBOOSTMODE -ATTRIB_HIDE
Reopen Advanced Power Settings afterwards, and the revealed options appear in their categories. To re-hide anything, run the same command with +ATTRIB_HIDE.
The registry equivalent, for reference: every power setting lives under HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings, and its Attributes value controls visibility—2 makes a setting visible, and 1 hides it. The powercfg commands edit these same values; use the command line unless you have a reason to touch the registry directly.
Two cautions from experience. Unhide only the settings you actually need—a fully unhidden tree contains genuinely dangerous knobs (idle thresholds, throttle states) that can destabilize a machine that was working fine. And on Modern Standby laptops, some unhidden settings will appear but have no effect because the platform overrides them.
Advanced Settings Greyed Out? That’s Policy, Not Damage
Missing is one problem; greyed out is a different one. Settings you can see but not change almost always mean a Group Policy is enforcing them—standard on domain-joined office machines and occasionally left behind by “optimizer” utilities on home PCs.
Verify it: run gpedit.msc → Computer Configuration → Administrative Templates → System → Power Management. Anything set to Enabled here overrides the Control Panel. On a work machine, that’s your IT department’s intent—ask before fighting it. On your PC, set the policies back to Not Configured.

Also look for the “Change settings that are currently unavailable” link at the top of the “Choose what the power buttons do” page—clicking it (with admin rights) unlocks the shutdown-settings checkboxes that appear disabled.
Reset Everything to Defaults (The Undo Button)
If tweaking has left power behavior strange—or you’ve inherited a machine full of mystery settings—one command restores every plan to factory defaults:
powercfg -restoredefaultschemes
This wipes custom plans and hidden-attribute changes and rebuilds the stock plans. It’s safe and reversible in the sense that you can re-tweak it, and it’s the cleanest starting point for troubleshooting. Run powercfg /energy afterwards for a 60-second efficiency report highlighting anything still misconfigured.
Create a Custom Power Plan
Once your advanced settings are dialed in, save them as a plan so you can switch wholesale:
- In Power Options, click Create a power plan (left panel).
- Base it on Balanced or High performance, name it (“Gaming,” “Travel”), and finish.
- Open its Advanced settings and apply your tweaks.
- Switch between plans from the same Power Options page — or instantly via
powercfg /setactive <GUID>(get GUIDs frompowercfg /list).
For office fleets, powercfg -export and -import move a tuned plan between machines as a .pow file.
FAQs
Why are my advanced power settings not available in Windows 11?
Your PC almost certainly uses Modern Standby (S0), which hides legacy sleep options and extra power plans by design. Confirm with powercfg /a in Command Prompt. You can restore plans with powercfg -duplicatescheme and unhide individual settings with powercfg -attributes, though some remain inert on S0 hardware.
How do I get the High Performance plan back in Windows 11?
Run it powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c in an admin Command Prompt, then close and reopen the Power Options window. The plan reappears in the list. The same method restores Power Saver, Balanced, and Ultimate Performance using their respective GUIDs.
Why are some power options greyed out?
A Group Policy is enforcing them—normal on company machines. Check gpedit.msc under Computer Configuration → Administrative Templates → System → Power Management. On your PC, set those policies to Not Configured; on a work device, the setting is intentional, so check with IT first.
Is it safe to unhide hidden power settings?
Revealing them is harmless — they’re real settings Microsoft ships disabled by default. Changing them is where care matters: processor idle and throttle controls can destabilize a system. Unhide only what you need, change one value at a time, and remember powercfg -restoredefaultschemes resets everything.
What is USB selective suspend and should I disable it?
It lets Windows power down idle USB devices to save energy. On battery, leave it enabled. If USB devices — controllers, headsets, external drives—randomly disconnect or fail to wake, disable it under USB settings in Advanced Power Settings; that’s the classic fix.
Conclusion
The Advanced Power Settings tree is where Windows 11’s real power management lives—and once you know the two commands that matter, none of it is locked away. It powercfg -duplicatescheme brings back the plans Windows hides, powercfg -attributes reveals the settings inside them, and -restoredefaultschemes undoes any experiment that goes wrong.
Keep the honest rule in mind: on a Modern Standby laptop, some of this is hidden because the platform genuinely manages it—restore what’s useful, but don’t fight the hardware’s design. And for the everyday settings this article deliberately skips—sleep timers, power modes, and Energy Saver — our main power and sleep settings guide has all of it.
Tell us in the comments which category was missing on your machine and whether the duplicatescheme trick brought your plans back—the split between S3 and Modern Standby machines in the answers helps every reader who arrives after you.