|
Laptops & Tablets
|
Desktop & All-In-Ones
|
Servers
|
Workstations
|
Smartphones
|
Accessories & Upgrades
|
Monitors & Projectors
|
|
|||||
|
|||||
This article contains information about how to troubleshoot power plans in Windows 7.
Note The long-term goal for future versions of Windows is to use dynamic power plans. However, if you have a specific requirement to adjust a power plan in Windows 7, you can look in this document to learn about several common changes that you can make to a power plan.
Back to the top
The following three main power plans are available in Windows 7:
Each power plan targets different uses, and you can easily switch between different power plans to provide tradeoffs between performance and power consumption. By default, the Balanced power plan is recommended, because it configures Windows 7 to dynamically scale the level of delivered performance, depending on current workload requirements. The Power saver power plan is designed for maximizing energy savings and is good for mobile PC usage and for maximizing battery life. (A mobile PC is a notebook, laptop, or other portable computer that runs Windows Vista or a later version of Windows.) The High performance power plan disables dynamic scaling of performance to match the workload and instead delivers constant high performance levels at the cost of increased power consumption. This power plan is useful in certain scenarios that are highly performance or latency sensitive or in scenarios in which power consumption is not an issue.
Power plans can be customized. You can use each plan as a template to configure your own unique power plan that meets your needs. If battery life is your key concern but you want a bright display, you should create a power plan based on the Power saver power plan. After you create a power plan, you can use the Change Advanced Power Settings feature to better adjust the plan to meet your needs. For example, you can now change the display brightness to a comfortable level. Be aware that changing the default setting will affect power consumption and performance, depending on the setting. Increasing the display brightness will result in increased power consumption.
By default, the option to change a power plan is disabled. To enable this option, click Change plan settings, click Change advanced power settings, and then click Change settings that are currently unavailable. This may increase the number of options that you can adjust.
Where does the power go?
The High performance power plan maximizes the brightness level and can increase the computer's performance. The tradeoff is reduced battery life and more heat generation because of more power use by the CPU, by the LCD, and by devices. The CPU fan will run faster and more frequently. This power plan is great for the prompt response that you want for gaming or for video editing. Opportunity cost is a key issue with customers. The High performance power plan requires more power per transaction, increases heat generation, and puts increased demand on moving parts such as fans.
Advantages
Disadvantages
The Balanced power plan scales the performance level to match the current workload. This plan provides an optimal tradeoff between power consumption and performance on mobile PCs and on desktops and is the default setting.
The Power saver power plan saves power by reducing system performance and screen brightness.
Advantages
Disadvantages
PowerCFG is a powerful command-line tool that helps in diagnosing power-management issues. Frequently, a user may prefer not to wake the computer by using the mouse or is not sure why a computer woke. You can disable and enable devices by using the PowerCFG tool. Or, you can use the Power Management tab in the properties of the device in Device Manager to select the Allow this device to wake the computer check box. Additionally, the PowerCFG tool can be scripted for domain use.
The following are the more common commands that can be used to identify sleep states and default settings:
For more information about the PowerCFG options, run the POWERCFG /? command. Or, visit the following Microsoft TechNet website: Powercfg Command-Line Options (http://technet.microsoft.com/en-us/library/cc748940(WS.10).aspx)
The following are tips that you have to consider when you troubleshoot power plans in Windows 7:
Q1: Why does my computer wake every day at 12:48 and then run a diagnostic tool? A1: To determine why this occurs, use the -WAKETIMERS option to determine what is currently set. Scheduled tasks are one of the primary items that the -WAKETIMERS option will show. To use this option, run the following command: POWERCFG -WAKETIMERS
Note If your computer is from an OEM, the results of this command may resemble the following:Timer set by process_name\Device\HarddiskVolume2\Windows\System32\svchost.exe expires at 12:48:06 AM on 9/15/2010.
Reason: Task Scheduler will execute '\OEM\OEM Assistant Application\First Boot' task.
Q2: How can I determine all the available sleep states? A2: Use the -AVAILABLESLEEPSTATES option. To do this, run the following command: POWERCFG -AVAILABLESLEEPSTATES
Example 1
The following is an example of the sleep states on a mobile PC from an OEM:The following sleep states are available on this system: Standby (S3) Hibernate Hybrid Sleep
The following sleep states are not available on this system:
Standby (S1)
The system firmware does not support this standby state.
Standby (S2)
The system firmware does not support this standby state.
Example 2
The following is an example of a case in which the sleep states are disabled. This example was created by removing the current video driver and by using the VGA driver. The VGA driver does not support sleep states and does not poll the device for supported sleep state support. Windows polls not only the driver but also the BIOS before it enables any sleep states.The following sleep states are not available on this system:
Standby (S1)
The system firmware does not support this standby state.
An internal system component has disabled this standby state.
Standby (S2)
The system firmware does not support this standby state.
An internal system component has disabled this standby state.
Standby (S3)
An internal system component has disabled this standby state.
Hibernate
An internal system component has disabled hibernation.
Hybrid Sleep
Note Do not forget to check the Power Options item in Control Panel and in the computer's BIOS, because available sleep states can be enabled or disabled in these locations.
Q3: Why did the battery life on my mobile PC that has a VGA display decrease after I upgraded to Windows 7 from Windows XP? A3: This is a common issue in which the display is using the default VGA driver. This driver is not optimized for the video card and will consume more power. To resolve this issue, update your video card driver.
Q4: Why can't I see some power-management settings? A4: Windows 7 cannot display power-management settings that the computer does not support.
Q5: How can I determine whether Group Policy is in effect and is forcing or recommending a particular power plan? A5: Use the Gpresult command. This command shows what power options are applied. For more information about the Gpresult command, visit the following Microsoft TechNet website: Gpresult (http://technet.microsoft.com/en-us/library/cc733160(WS.10).aspx)
The power plan can also be configured by using policy preference. Additionally, tracing can be enabled to troubleshoot preference issues that are related to power options.
Q6: How can I set a power plan in place without a restart? A6: Use the POWERCFG -SETACTIVE { GUID} command. For example, run a command that resembles the following: POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
Then, run the POWERCFG /L command to view the change in real time. The following is an example of what you see when you run the POWERCFG /L command:Existing Power Schemes (* Active)
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance) *
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver)
Q7: My computer is running slow on the "Power saver" power plan, and the battery is draining faster than I expect. What can I do? Can I diagnose what is occurring? A7: To diagnose the problem, create a power report. To do this, follow these steps:
The following example shows several ways to optimize battery life. The report provides the results that let you make informed decisions. You can work through each error and warning to help optimize the computer.
Power Efficiency Diagnostics Report
Computer Name computer_name
Scan Time date time
Scan Duration 60 seconds
System Manufacturer OEM_name
System Product Name product_name
BIOS Date date
BIOS Version version_number
OS Build build_number
Platform Role PlatformRoleMobile
Plugged In true
Process Count 72
Thread Count 742
Report GUID { GUID}
Analysis Results
Errors
Warnings
For more information about power plans, visit the following Microsoft websites: Power plans: frequently asked questions (http://windows.microsoft.com/en-US/windows7/Power-plans-frequently-asked-questions)
Configure Power Plans (http://technet.microsoft.com/en-us/library/dd744398(WS.10).aspx)
Configure a Power Plan Item (Windows Vista and later) (http://technet.microsoft.com/en-us/library/dd759141.aspx)
Power Policy Settings (http://msdn.microsoft.com/en-us/library/aa373177(VS.85).aspx)
Troubleshoot power problems (http://windows.microsoft.com/en-US/windows-vista/Troubleshoot-power-problems)
For more information about changes that are not reflected on the System Settings page in the Power Options item in Control Panel, click the following article number to view the article in the Microsoft Knowledge Base: 935799 (http://support.microsoft.com/kb/935799/ ) When you configure power options for the active power plan in Windows Vista or in Windows 7, the changes are not reflected in the Power Options item in Control Panel
Back to the top

Article ID:
980869
Last Review:
September 22, 2010 - Revision: 2.0
| ADDITIONAL RESOURCES | ||||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
| Community | ||||||||
|