What you will achieve
Choose and configure the right Windows power plan for a laptop (battery life) versus a desktop (performance), and create a custom balanced plan when needed.
1) View current power plan
- Open Settings → System → Power & battery (Windows 11) or Power & sleep (Windows 10).
- Click Power mode — options include Best power efficiency, Balanced, and Best performance.
- Or run
powercfg /listin Command Prompt to see active scheme GUIDs.
2) Recommended defaults
- Laptop on battery: Best power efficiency — dims screen sooner, limits background CPU.
- Laptop plugged in: Balanced or Best performance when gaming or rendering.
- Desktop: High performance or Best performance — no battery concern; avoid aggressive sleep on servers or workstations running jobs overnight.
3) Advanced settings via powercfg
powercfg /query SCHEME_CURRENT
powercfg /change monitor-timeout-ac 15
powercfg /change disk-timeout-ac 0
Adjust display off, sleep, and hard disk timeout separately for AC and DC.
4) Create a custom plan
- Control Panel → Power Options → Create a power plan.
- Base it on Balanced, name it (e.g. Work Laptop), tune sleep and processor minimum/maximum states.
- Processor max state below 100% on battery can reduce heat and fan noise on older laptops.
5) Modern Standby vs Sleep
- Many laptops use Modern Standby (S0 low power idle) —
powercfg /alists available sleep states. - Desktop PCs typically support classic S3 sleep — configure separately from laptop travel behaviour.
6) Ultimate Performance plan (Workstation)
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
7) Processor minimum state on servers
- Servers left at 5% minimum CPU state may lag under burst load — set min to 50–100% on always-on workstations doing transcode or compile jobs.
8) Battery report (laptops)
powercfg /batteryreport /output "$env:USERPROFILE\Desktop\battery-report.html"
Compare design vs full charge capacity — failing batteries trigger unexpected power throttling mistaken for bad plans.
Verification checklist
On laptop, run battery report before and after plan change — verify estimated runtime moved in expected direction during typical workday.
- Reboot once after changes that affect services, drivers, or firmware.
- Confirm the original problem is resolved under normal daily use, not only immediately after the fix.
- Note date, Windows version (Settings → System → About), and what changed in your personal runbook for next time.
Quick reference paths
- powercfg.cpl
powercfg /list- Settings → Power & battery
- Admin tools: press Win + X for Terminal (Admin), Device Manager, and Computer Management.