Tech on Tour header image 2

Print Job Doesn’t Delete on Windows

October 9th, 2007 by Alex Costa · 1 Comment


Isn’t it annoying when a printing job fails to print and when trying to delete it from the queue is gets stuck and you can’t print at all! Well I get many people asking me about this. Something I have done and works every time is resetting the Print Spooler Service. This is very simple and has always worked for me.

1 – Go to START/ CONTROL PANEL/ ADMINISTRATIVE TOOLS / SERVICES

2 – Locate Print Spooler on the list
3 – right click and select RESTART

Now check the printer’s queue and it should have cleared the job that was being deleted. Note that any active or queued job will continue in the queue and start to print, only the job with status “Deleting” will be removed.

Tags: Applications · quick & easy tips

1 response so far ↓

  • 1 Brian // Jul 8, 2009 at 11:22 pm

    You also can restart the Print Spooler service from a command prompt:

    1. Click Start, click Run, type cmd, and then click OK.

    2. Type the following commands at the command prompt:
    net stop spooler
    net start spooler
    exit

    ( Note: Press ENTER after each command line.)

Leave a Comment