Clear Printing Queue //top\\ Jun 2026

| Step | Action | |------|--------| | 1 | Press Win + R , type services.msc , press Enter. | | 2 | Scroll to → Right-click → Stop . | | 3 | Open File Explorer → Navigate to C:\Windows\System32\spool\PRINTERS | | 4 | Delete all files inside the PRINTERS folder (no backup needed; they are stuck jobs). | | 5 | Return to Services → Right-click Print Spooler → Start . | | 6 | Reboot the computer. |

Most of the time, you can clear the queue through your operating system's built-in settings. Windows 10 & 11 clear printing queue

net stop spooler del /Q /F /S C:\Windows\System32\spool\PRINTERS\*.* net start spooler | Step | Action | |------|--------| | 1

If you encounter any specific issues or if the printer model has unique requirements, it might be helpful to consult the printer's manual or manufacturer's support resources. | | 5 | Return to Services →

| Symptom | Solution | |---------|----------| | Queue clears but returns same jobs | Disconnect printer power for 30 seconds, restart spooler, then power printer on. | | “Access denied” when deleting spool files | Run Command Prompt/Terminal as Administrator (Windows) or use sudo (macOS). | | Printer offline after clearing | Set printer as default → restart Print Spooler service. |

This guide covers everything from quick fixes to advanced command-line resets to help you clear your printing queue and get back to work. 1. Quick Fixes: The Standard Method

Think of the printing queue as a waiting room for your documents. When you hit print, the file isn't instantly teleported to the printer; it sits in a buffer on your computer’s hard drive, waiting its turn. Usually, this process is seamless. The file enters, the printer accepts it, and the file leaves the queue.