Power Management

Important

We recommend that you use Microsoft's IPP inbox class driver, along with Print Support Apps (PSA), to customize the print experience in Windows 10 and 11 for printer device development.

For more information, see the Print support app design guide.

Some of the most common failures of a port-connected device occur when the system is cycled through various sleep states and the device fails to correctly set device power states or to return from various device power states. A system should always act as if it was started from a completely powered-off state ("cold boot"). Special behavior that is unique to entering or waking from a sleep state is most likely a bug.

Follow these basic rules to make sure your device is working correctly.

  1. Devices, ports, and their drivers should not block or prevent the system from entering a sleep state.

  2. A print job in progress should not block a request to go to a lower power state.

  3. When the system wakes from a sleep state, any print jobs that were in progress when the lower power state was initiated should resume gracefully.

  4. Critical shutdown requests will override any attempts to veto a change in power state.

For more information, see System Power States.

Testing Port-Connected Devices Across Various Power States

To begin testing a device before and after various power states, first verify the device's baseline Plug and Play (PnP) functionality. Next, verify that your test environment can enter and wake from all power states.

With one device connected and installed correctly, test its behavior before and after each power state S0 through S5 as follows:

  • Standby Test (S1 - S3)

    1. Enter and wake from the Standby state with the device attached and no jobs in progress. The system should gracefully enter each Sleep and Wake state.

    2. Verify that the device functions properly both before and after entering the Sleep state. Repeat the same test without the device installed.

    3. Try installing the device after waking from the Standby state. The device should install successfully.

    4. Verify entering and waking from Standby with print jobs in progress. Jobs in progress should resume upon waking.

    5. Verify that the job can be canceled, recovered from, and restarted after entering and waking from the Standby state.

    6. Put the device into each of the error states described in Device Error States. Verify that the job can be canceled, recovered from, and restarted after entering and waking from the Standby state.

  • Hibernate Test (S4)

    1. Enter and wake from the Hibernate state with the device attached and no jobs in progress. The system should gracefully enter each Sleep and Wake state.

    2. Verify that the device functions properly both before and after entering the Sleep state. Repeat the same test without the device installed.

    3. Try installing the device after waking from the Hibernate state. The device should install successfully.

    4. Verify entering and waking from the Hibernate state with print jobs in progress. Jobs in progress should resume upon waking.

    5. Put the device into each of the error states described in Device Error States. Verify that the job can be canceled, recovered from, and restarted after entering and then waking from the Hibernate state.

  • Shutdown/Restart (S5)

    1. Shut down the system while the device is attached and no jobs are in progress. The system should gracefully shut down.

    2. Verify that the device functions properly both before and after system shutdown. Repeat the same test without the device installed.

    3. Try installing the device after you shut down and then restart the system.

    4. Shut down and restart the system with print jobs in progress. Jobs in progress should resume upon restart.

    5. Put the device into each of the error states described in Device Error States. Verify that the job can be canceled, recovered from, and restarted after returning from a system shutdown or restart. Print jobs in an error state should remain in the queue through shutdown or restart, and the print job should resume after the error state is cleared after shutdown or restart.

  • Critical Shutdown

    1. The computer can be in any of the above active power states (S0-S4) when a critical shutdown event can be requested (for example, when a critical battery level has been reached). Verify that the device functions properly both before and after a critical shutdown event. Repeat the same test without the device installed.

    2. Try installing the device after the critical shutdown event.

    3. Test for the condition in which devices are in use when a critical shutdown event is initiated by the power manager, and the device driver does not veto the Sleep state.

    4. With a print job in progress, initiate a critical shutdown event. When the system wakes, the print job should restart and recover gracefully.

    5. Put the device into each of the error states described in Device Error States. Verify that the job can be canceled, recovered from, and restarted after returning from a critical shutdown event. Print jobs in an error state should remain in the queue through shutdown or restart, and the print job should resume after the error state is cleared after shutdown or restart.

    6. With the device installed and idle, use the Power Options application, obtained from Control Panel, to start a system sleep state. Verify that the system enters the appropriate Sleep state at the given time. Repeat this test without the device installed, and verify that the device can be installed after the system wakes.