Press Windows key + R
Type: services.msc
Scroll down to print spooler service, right click it then select Properties
Click the Stop button.
Browse to C:\Windows\System32\Spool\PRINTERS then delete the job inside that folder.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Tried to delete documents in printer queue. There is one document that will not finish deleting (small file). I tried a complete shutdown and reboot, yet can't remove this document, and nothing after will print. Using current Windows 10, Canon iR-ADV C5030 printer on wireless network.
[Moved from: Windows / Windows 10 / Devices & 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.
Answer accepted by question author
Press Windows key + R
Type: services.msc
Scroll down to print spooler service, right click it then select Properties
Click the Stop button.
Browse to C:\Windows\System32\Spool\PRINTERS then delete the job inside that folder.
Answer accepted by question author
Hi Michael, try manually clearing the Print Queue
Click Start.
Type cmd
Right-click “Command Prompt” and select “Run as administrator“
Run the following commands and hit enter after each one:
net stop spooler
del %systemroot%\System32\spool\printers\* /Q
net start spooler
The print queue on your Windows should now be cleared
Close Command Prompt