Manually Delete Pending Printer Documents

Sometimes when a document is “stuck” waiting to print and Microsoft’s cancel/restart approach doesn’t help, you need a way to delete it manually. These commands, run from an administrative command prompt, should do it:

net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler

For instructions on doing this from the Windows GUI, see this article.

Leave a Reply

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.