# Delete print queue

1. Open Command Prompt as **Administrator**:<br><br>
*Click the Start button, type* `cmd`, *right-click on "Command Prompt" and select "**Run as administrator**".* <br><br>
2. Stop the Print Spooler Service:<br><br>
*Type* `net stop spooler` *and press Enter.* <br><br>
3. Delete the Print Queue Files: <br><br>
*Type* `del %systemroot%\System32\spool\printers\* /Q` *and press Enter.* <br><br>
4. Start the Print Spooler Service: <br><br>
*Type* `net start spooler` *and press Enter.* <br><br>