How to clear print queue if the print spooler does not give me the option to start/stop

Anonymous
2024-03-18T18:18:15+00:00

There is a print job stuck in the queue but the print folder is cleared out and the print spooler does not allow me to start/stop.

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. DaveM121 812.4K Reputation points Independent Advisor
    2024-03-18T18:56:28+00:00

    Hi, I am Dave, I will help you with this.

    Click your Start Button, then just type cmd and on the resulting list, right click 'Command Prompt' and select 'Run as administrator'.

    Run the following commands and press enter after each one:

    net stop spooler

    del %systemroot%\System32\spool\printers\* /Q

    net start spooler

    Close Command Prompt.

    The print queue should then be clear.

    14 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-10-14T22:31:24+00:00

    Hi, I am Dave, I will help you with this.

    Click your Start Button, then just type cmd and on the resulting list, right click 'Command Prompt' and select 'Run as administrator'.

    Run the following commands and press enter after each one:

    net stop spooler

    del %systemroot%\System32\spool\printers\* /Q

    net start spooler

    Close Command Prompt.

    The print queue should then be clear.

    I tried this solution but without success. When I send a print job, I get the error message: "Error printing on Brother MFC 7340. The printer could not print Word document."

    9 people found this answer helpful.
    0 comments No comments