Printer Error — Documents Stuck in Print Queue
About Printer Error
Documents stuck in the Windows print queue with 'Error - Printing' status prevent new print jobs and require clearing the print spooler. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: Print jobs show 'Error - Printing' or 'Error' status in the queue. New print jobs also get stuck behind the failed job. The print spooler service holds jobs even after printer restart. Spooler files are stored in C:\Windows\System32\spool\PRINTERS. Clearing the queue requires stopping the spooler service. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: Communication lost between computer and printer during print job. Corrupted print job data sent to the spooler. Printer driver crash leaving the job in error state. Network printer went offline during printing. Large print job exceeding printer memory. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: Try: right-click each stuck job in the queue > Cancel. Wait 30 seconds. If Cancel does not work, stop the spooler: net stop spooler in Admin CMD. Delete spooler files: del /F /Q C:\Windows\System32\spool\PRINTERS\*. Restart the spooler: net start spooler. Turn the printer off and on, wait 30 seconds, then try printing again. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Printer Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
Why can I not cancel stuck print jobs?
The spooler service holds a lock on the files. Stopping the service releases the lock so you can delete them.
Overview
Documents stuck in the Windows print queue with 'Error - Printing' status prevent new print jobs and require clearing the print spooler.
Key Details
- Print jobs show 'Error - Printing' or 'Error' status in the queue
- New print jobs also get stuck behind the failed job
- The print spooler service holds jobs even after printer restart
- Spooler files are stored in C:\Windows\System32\spool\PRINTERS
- Clearing the queue requires stopping the spooler service
Common Causes
- Communication lost between computer and printer during print job
- Corrupted print job data sent to the spooler
- Printer driver crash leaving the job in error state
- Network printer went offline during printing
- Large print job exceeding printer memory
Steps
- 1Try: right-click each stuck job in the queue > Cancel. Wait 30 seconds
- 2If Cancel does not work, stop the spooler: net stop spooler in Admin CMD
- 3Delete spooler files: del /F /Q C:\Windows\System32\spool\PRINTERS\*
- 4Restart the spooler: net start spooler
- 5Turn the printer off and on, wait 30 seconds, then try printing again