How To: Clear Print Queue In Windows Vista Or In Windows 7

vista-printer-icon-tomstricks

It is a fact that Microsoft Windows won’t allow anyone to remove a hanging print job.This is because the Windows operating systems including Windows Vista and Windows 7 has to wait for the confirmation from the printer.But if the printer also hangs,the print job is stuck in the queue.A print queue is a list of all the print jobs waiting to print on a particular printer.One way to solve this annoying problem is to restart the Windows computer.But in some cases even a computer restart wouldn’t remove the erroneous print job from the queue.

Here are some easy methods to delete and clear the printer queue in Windows 7 or Windows Vista.

Method 1:

Method 2: Using Windows Vista/Windows 7 Command Prompt

Method 3: Clear The Printer Queue Using A Batch File

@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul

You can download and extract the batch file(ClearPrinterQueue.bat) for deleting and clearing the printer queue in Windows 7 or Windows Vista from here.

ClearPrinterQueue.bat(Download)

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Popularity: 20%

Did You Like This Post? Then You Might Find These Also Interesting:

Written by Tony on April 6th, 2009 with 1 comment.
Read more articles on Vista Performance and W7 Performance.

Related articles

1 comment

Read the comments left by other users below, or:

Get your own gravatar by visiting gravatar.com Rocky Fjord
#1. February 5th, 2012, at 11:59 AM.

I was with you until you said “Navigate to the following directory….”
If I knew what or where or how to navigate, I’d be in good shape.
Unfortunately, my computer doesn’t want to tell me where this directory is at or how to navigate to it? So I’m still stuck. Why is it when
you press stop/clear settings, or cancel print on PC, the damn thing
will continue to print out the 50,000 pages you set in motion hitting the print button on the new job you wanted to print but it wouldn’t print? Why is everything so complicated?

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .