How to Clear the Print Queue in Windows 10, 8, 7?

You are at work and doing something really important in your office and then your printer stops working because of printer got stuck in the middle of the work.

This is the worst thing you will experience on that day, and you will try to push every button on the printer to make it work, but would be unable to resolve your issue.

But I can assure you, you will no longer expect this issue to come or if it came by some other time you can easily fix it if your printer got stuck.


Solution: Clear the Print Queue from %windir%\system32\spool\printers folder

This might happened when you mistakenly commanded the print functions more than twice.

As result, your printer gets stuck and stops printing further.

To fix, all you need to do is to clear the printer queue.

These are one of the best and easiest methods to clear the printer queue.

How to Clear Print Queue using Commands?

  1. Click on the Start button and search command.
  2. Click on Run As Administrator. (To get the privileges of an administrator)

    Open command prompt as an administrator
  3. Now type net stop spooler then hit Enter. (It will stop further printing commands from the computer)

    stop spooler
  4. Now in command Prompt, Type del %windir%\system32\spool\printers* /Q then hit Enter. (This command will delete the print queue from the folder)

    delete files from spooler folder
  5. Type net start spooler then hit Enter. (Spooler will now start taking print commands)

    Start spooler

The print queue will now be cleared, you can check if this trick has worked or not.

How to Clear Print Queue without Commands?

  1. Click on the Start button and search services.

    open services app as an administrator
  2. After executing the services app, find Print Spooler, and right-click on it and click on stop.

    stop print spooler from services app
  3. Now open RUN (Win+R), or search.
  4. Paste this %windir%\system32\spool\printers and hit Enter.

    Search for %windir%system32spoolprinters and click ok
  5. Delete the files from “%windir%\system32\spool\printers” folder.

    Delete files from printer spooler folder
  6. Now head back to the services app, Right-click on Print Spooler and click on start.

    start printer spooler from services app

The print queue will now be cleared without using commands, you can check if this trick has worked for you or not.


Conclusion:

Remember that you have deleted all the queue from the Printer folder by using commands or without using commands.

If clearing your printer queue does not resolve the issue, you can run sfc /scannow command using the command prompt, this will delete all the corrupted files inside your Windows.


Find More:

Leave a Comment