An easy fix for a document stuck in print queue. This is a common problem with printers and means that the submitted document will not print – and stops any further documents from printing.
You will not receive an error message and the status of the document in the print queue will stay as ‘printing’ forever…
It is always worth trying to delete the document first but often that will not work – the status may change to ‘deleting in progress’ but never actually delete.
Until it is deleted properly, no further documents can be printed because they are in a queue (the first job submitted must be printed before any subsequent jobs can progress). So if you keep trying to print more to ‘test things’ you will just end up with lots more print jobs queued up.
How To Fix A Document Stuck In Print Queue
You will need to clear the print queue manually so that all the print jobs currently in the queue are deleted properly. Once the queue is empty you should then be able to print new documents without any problems.
To do this, follow the 5 steps below – they are the same for Windows 10, Windows 8, Windows 7 and Vista:
1. Click ‘Start’ and type CMD into the search box. Right click on the ‘CMD’ program in the search results and select ‘Run as administrator’.
2. You may now see a User Account Control message asking “Do you want to allow the following program to make changes to this computer?”. Click on ‘Yes’ to confirm.
This will open an elevated (Administrator) level Command Prompt window (as shown below, with all subsequent steps completed).

3. Type net stop spooler then press the Enter key.
[Tip: if you see a ‘System Error 5‘ error message then you didn’t choose ‘Run as administrator’ in step 1 – start over again]
4. Type del %windir%\system32\spool\printers\*.* /q then press the Enter key (Note: the only spaces in this command are a single space between del and %, and a single space between * and /q)
5. Type net start spooler then press the Enter key.
Close the Command Prompt window. This should have cleared the print queue (all print jobs have been deleted) and you can now submit new jobs for printing :-)
What Do These Commands Do?
The CMD program is a legacy program from the pre-Windows days of Microsoft DOS but it is still a very useful way to enter system commands:
‘net stop spooler’ – stop print spooler service (basically the ‘print queue’). We need to stop this service from running before we can delete any documents in it.
‘del’ command – deletes everything currently held in the print queue folder, including any ‘stuck’ documents.
‘net start spooler’ – restart print spooler service, so that it is ready to accept new print requests.
What If This Keeps Happening?
If you occasionally get a document stuck in print queue error, it is likely just due to an incompatibility with the actual data you sent to be printed.
This is especially common when trying to print a whole webpage because it may have unusual fonts or styles that the printer is unable to convert into printed output – run the above fix to clear the print queue.
Note: if you then try to print the same webpage again it will likely just get stuck again – because the printer still can’t convert it… Always look for a ‘print friendly’ or ‘click to print’ button on the webpage which will convert the page into a format more suitable for printing.
However, if you regularly encounter this error then it is most likely an issue with your printer drivers (software) – the ideal solution is to download/update new drivers direct from your printer manufacturer’s website.
If you have an old printer and there are no driver updates available, it may be the right time to upgrade to a new printer – about $50 buys a basic WiFi printer with good reviews.
Other causes of a document stuck in print queue may include a misconfigured printer e.g. trying to network print to an IP address that doesn’t exist – uninstalling the printer software then downloading the latest version and installing from scratch should fix this.
You could also try running a Windows Troubleshooter for printers – this could repeat our fix above but may also fix any other Windows errors that could stop printing, or at least inform you of the cause.



Comments are closed.