ERROR_REDIR_PAUSED 0x00000048 [Solved]

Clearing the print queue is the easiest fix

Reading time icon 5 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

fix ERROR_REDIR_PAUSED

The ERROR_REDIR_PAUSED Win32 error, with code 72 (0x48), is encountered while printing, accessing a printer, performing disk operations, or when opening a document, say PDF. The error message reads, The specified printer or disk device has been paused.

The common causes for Error Redir Paused include corrupt/outdated printer or disk driver, issues with the print queue, misconfigured power settings, disabled disk or printer state, and corrupt system files.

Before you start troubleshooting, install all pending Windows updates, reboot the printer, and reconnect the printer/disk (whichever is throwing the error). For many, these basic checks should do the trick!

How can I fix ERROR_REDIR_PAUSED?

1. Clear the print queue

  1. Press Windows + S to open Search, type Command Prompt in the text field, and click on Run as administrator.command prompt
  2. Click Yes in the UAC prompt.
  3. Paste the following three commands individually and hit Enter after each: net stop spooler del %systemroot%\System32\spool\printers* /Q net start spoolerprint queue to fix ERROR_REDIR_PAUSED
  4. Once done, check for improvements.

The 72 (0x48) The specified printer or disk device has been paused message often appears when the print queue is stuck or corrupt. So, your primary approach should be to clear the print queue!

2. Reinstall the printer and disk drivers

  1. Press Windows + X to open the Power User menu, and select Device Manager.
  2. Expand the Printers entry, right-click on the affected printer, and select Uninstall device.uninstall printer driver to fix ERROR_REDIR_PAUSED
  3. Click on Uninstall in the confirmation prompt.confirm uninstall
  4. Similarly, if the 0x00000048 system error appears during a disk-related operation, reinstall the disk drivers under Disk drives.

3. Update the printer and disk drivers

  1. Press Windows + R to open Run, type devmgmt.msc in the text field, and hit Enter.
  2. Expand the Printers entry, right-click on the affected device underneath, and select Update driver.update printer driver to fix ERROR_REDIR_PAUSED
  3. Now, click on Search automatically for drivers and wait for Windows to install the best locally available version.automatic driver search
  4. Similarly, update the disk drive’s drivers, then restart the PC and check for improvements.

Outdated drivers are a common reason behind Win32 errors, and a quick fix is to update the disk’s driver or install the latest printer drivers, depending on the faulty module.

If Windows tells you that the best drivers are already installed, visit the manufacturer’s website, check the newest releases, and then manually install the latest drivers!

4. Reconfigure power management

  1. Press Windows + S to open Search, type Device Manager, and click on the relevant result.
  2. Expand the Universal Serial Bus controllers entry, right-click on the port to which the printer or external disk is connected, and select Properties.
  3. Go to the Power Management tab, untick the checkbox for Allow the computer to turn off this device to save power, and click OK to save the changes.reconfigure power management to fix ERROR_REDIR_PAUSED
  4. If you keep switching ports, disable the setting for each, reboot the PC and check for improvements.

5. Make sure the disk and printer are available

5.1 Disable pause printing

  1. Press Windows + I to open Settings, go to Bluetooth & devices from the left, and select Printers & scanners.printers & scanners
  2. Click on the affected printer from the list.
  3. Now, click on More devices and printers settings.more devices and printers settings
  4. Right-click on the affected printer, and select Properties.
  5. Click the Printer menu, and disable the Pause Printing option, if turned on.turn off to fix ERROR_REDIR_PAUSED

5.2 Set the disk to online

  1. Press Windows + R to open Run, type cmd, and hit Ctrl + Shift + Enter.command prompt
  2. Click Yes in the UAC prompt.
  3. Paste the following command and hit Enter: diskpart
  4. Run this command to view the available disks: list disk
  5. Execute this command while replacing X with the number assigned to the affected drive: select disk X
  6. Finally, paste this command and hit Enter to set the disk online: onlinedisk online to fix ERROR_REDIR_PAUSED

6. Repair the corrupt system files

  1. Press Windows + S to open Search, type Command Prompt, and click on Run as administrator.
  2. Click Yes in the UAC prompt.
  3. Paste the following DISM commands individually and hit Enter after each: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
  4. Next, run this SFC scan command: sfc /scannowsfc scan to fix ERROR_REDIR_PAUSED
  5. Finally, reboot the PC to apply the changes.

The 72 (0x48) ERROR_REDIR_PAUSED error is often caused by corrupted system files. In this case, running the SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scans will replace all problematic protected system files with their cached copy!

7. Perform a system restore

  1. Press Windows + S to open Search, type Create a restore point, and click on the relevant result.
  2. Click the System Restore button.system restore to fix ERROR_REDIR_PAUSED
  3. Select the Choose a different restore point option, and click Next.choose another restore point
  4. Pick the oldest restore point from the list and click Next.oldest restore point
  5. Verify the restore details, and click on Finish to start the process.
  6. Wait for the system restore to complete. It usually takes 15-30 minutes.

If a system restore fails to resolve the ERROR_REDIR_PAUSED system error, you can always reinstall Windows. And in case this, too, doesn’t work, contact the printer or disk manufacturer and get it inspected for hardware faults.

Before you leave, learn how to defrag a disk and boost the PC’s performance!

For any queries or to share which fix worked for you, drop a comment below.

More about the topics: event log viewers, System Errors

User forum

0 messages