If a print job gets stuck, follow these steps to clear the queue:
- Right click the Start button (Windows 8, 8.1, 10)
- Click Command Prompt (Admin)
- Enter the following commands:
net stop spooler
del %systemroot%\System32\spool\printers\* /Q /F /S
net start spooler