To work around this issue, use one of the following methods, as appropriate for your situation.
Method 1: Connect the mobile PC to a power source
When you plug the mobile PC into a power source, Windows switches the wireless network adapter power setting in the default power plan from the
Medium Power Saving setting to the
Maximum Performance setting. This turns off the 802.11 power save mode.
Method 2: Modify the default power saving power plan
Modify the default on-battery power setting for the wireless network adapter. Configure the wireless network adapter to use the
Maximum Performance setting when Windows is configured to use the
Balanced power plan or the
Power saver power plan. To do this, follow these steps:
Windows Vista and Windows 7
- Click Start, type Power Options in the Start Search box, and then click Power Options in the Programs list.
If you are prompted for an administrator password or confirmation, type your password or click Continue. - Click Change plan settings under the power plan that is selected. For example, if the Balanced option is selected, click Change plan settings under Balanced.
- Click Change advanced power settings.
- In the Power Options dialog box, expand Wireless Adapter Settings, and then expand Power Saving Mode.
- In the list that appears next to On battery, click Maximum Performance, and then click OK.
Windows 8 and Windows 8.1
- Open Power Options by swiping in from the right edge of the screen, tapping Search (or if you're using a mouse, pointing to the upper-right corner of the screen, moving the mouse pointer down, and then clicking Search), entering Power options in the search box, and tapping or clicking Power options.
- Tap or click Change plan settings under the power plan that is selected. For example, if the Balanced option is selected, tap or click Change plan settings under Balanced.
- Tap or click Change advanced power settings.
- In the Power Options dialog box, expand Wireless Adapter Settings, and then expand Power Saving Mode.
- In the list that appears next to On battery, tap or click the current setting and select Maximum Performance, and then OK.
Method 3: Use the "High performance" power plan
If the computer is running on a power plan other than the
High performance power plan when you connect to a wireless network, manually change the power plan to
High performance. To do this, follow these steps:
Windows Vista and Windows 7
- Click Start, type Power Options in the Start Search box, and then click Power Options in the Programs list.
If you are prompted for an administrator password or confirmation, type your password or click Continue.
Note You can also right-click the battery icon in the notification area to access the Power Options command. - Click High performance.
Windows 8 and Windows 8.1
- Open Power Options by swiping in from the right edge of the screen, tapping Search (or if you're using a mouse, pointing to the upper-right corner of the screen, moving the mouse pointer down, and then clicking Search), entering Power options in the search box, and tapping or clicking Power options.
Note You can also right-click the battery icon in the notification area to access the Power Options command. - Tap or click High performance.
Method 4 (for advanced users): If "Wireless Power Setting" can't be customized in the User Interface as described in Method 3, here is how to implement the same change using the PowerCfg command
Windows 8 or 8.1
The workaround documented for Windows 8.1 is to change the Balanced power plan, Wireless Adapter Settings power saving mode for "On battery" to "Maximum performance". This has the same effect as the following command, when issued from an Admin command prompt:
powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 0It is possible that the system may not be using the Balanced power mode The following steps should be followed to make thsi change:
1. Run "powercfg /l" to find a list of power plans, and confirm that "Balanced" is the default. For example:
powercfg /l
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)
2. Then, set the DC Power Saving Mode to "Maximum Performance" for the Wireless Adapter by running the following command:
powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a0
where:
-setdcvalueindex [...] 0 - sets the "Current DC Power Setting Index" to "0", where 0 = Maximum Performance
381b4222-f694-41f0-9685-ff5bb260df2e - is the Balanced power plan. If your system is not using the Balanced power plan, change this value to the "* Active" plan you're using
19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 - Wireless Adapter Settings
12bbebe6-58d6-4636-95bb-3217ef867c1a - Power Saving Mode