Clearing Printer Spooler ◎ [ EXTENDED ]
Try this method first. It is the standard way to clear the queue without diving into system files.
When a print job becomes corrupted or interrupted—often due to connection drops or outdated drivers—it can block the entire queue. Clearing the spooler resets this system, removing the corrupted temporary files and allowing the printer to receive new commands. Method 1: The Fast Way (Command Prompt)
If jobs reappear after clearing, the spooler may have corrupted printer references.
If you’ve ever clicked "Print" only to have nothing happen, or if a document is stuck in the queue refusing to delete, you likely have a Printer Spooler issue. The print spooler is a software service that manages all print jobs sent to the printer. Sometimes, it gets "clogged" with corrupted data. clearing printer spooler
net stop spooler del %systemroot%\System32\spool\printers\* /Q net start spooler
: Open File Explorer and go to: C:\Windows\System32\spool\PRINTERS Delete every file inside this folder (you may need to click "Continue" for admin permission) .
: Press Windows + R , type services.msc , and hit Enter . Locate Print Spooler in the list, right-click it, and select Stop . Try this method first
This is the standard manual method to stop the service, purge the stuck files, and restart it .
⚠️ Editing the registry incorrectly can damage Windows. Back up first.
For those comfortable with quick commands, this is the most efficient method to stop the service, clear the stuck files, and restart it in one go. Fix print spooler service not running errors in Windows Clearing the spooler resets this system, removing the
In the Services window, restart the Print Spooler service by right-clicking Print Spooler and then selecting Start. TeamDynamix
If you prefer a faster way, you can use an elevated Command Prompt to run a few quick commands .