ERROR_REDIR_PAUSED - 72 (0x48)
The specified printer or disk device has been paused.
Updated: Feb 21, 2026
Technical Meaning
The ERROR_REDIR_PAUSED error code indicates that a printer or disk device has been paused by the system. This can occur when an operation is attempted on a paused device, such as attempting to print to a printer or access data from a disk.
Error Details
This error is typically returned by functions related to printer and disk operations in the Windows API. The specific context of the pause (e.g., printer or disk) can vary depending on the operation being performed.
Usage Context
The ERROR_REDIR_PAUSED code is used in various scenarios where a device has been paused, such as during maintenance or when a user-initiated action has caused the device to be temporarily halted. This error does not provide specific details about why the device was paused; it only indicates that the operation cannot proceed due to the pause.
Developer Interpretation
When encountering ERROR_REDIR_PAUSED, developers should check if the printer or disk device is indeed paused and, if so, determine the reason for the pause. This can be done by reviewing system logs or event viewer entries related to the device.
Related Errors
FAQ
Q: What does ERROR_REDIR_PAUSED mean?
A: It indicates that a printer or disk device has been paused, preventing the operation from proceeding.
Q: How can I determine why a device is paused?
A: Review system logs and event viewer entries for information on the pause.
Summary
The ERROR_REDIR_PAUSED error code signifies that an attempt to access or use a printer or disk device has failed because the device is currently paused. Developers should check if the device is indeed paused and, if so, determine the reason for the pause through system logs or event viewer entries.