Print Queue & Spooler FAQ
Print jobs stuck, queue won't clear, spooler keeps crashing? Every print queue and spooler question answered with multiple methods.
28 of 28 questions shown
Go to Settings > Printers & scanners, select your printer, and click "Open queue." Select all print jobs and click "Cancel" or press Delete. This will remove all pending documents from the print queue immediately.
Press Windows+R, type "services.msc" and press Enter. Find "Print Spooler" in the list, right-click it, and select "Restart." This will reset the spooler service and clear any stuck print jobs.
Print spooler is a Windows service that manages the printing process by temporarily storing print jobs in a queue before sending them to the printer. It allows multiple documents to be printed in order and prevents applications from freezing while waiting for the printer to finish.
Open Command Prompt as administrator and type "net stop spooler" followed by "net start spooler." This stops and restarts the print spooler service, which can resolve printing issues and clear stuck jobs.
Navigate to C:\Windows\System32\spool\PRINTERS folder, delete all files inside (you may need to stop the spooler service first), then restart your computer. This method works when other cancellation methods fail.
Look for your printer icon in the system tray (bottom-right corner), right-click it, and select "Cancel All Documents." If the icon isn't visible, you may need to show hidden icons first.
Open Task Manager (Ctrl+Shift+Esc), go to the Processes tab, find "spoolsv.exe," right-click it, and select "End task." The spooler will automatically restart and clear stuck print jobs.
Type "printmanagement.msc" in the Windows Run dialog (Windows+R) to open Print Management console. Expand "Print Servers," select your computer, then "Printers," right-click your printer, and choose "Cancel All Jobs."
Use PowerShell as administrator and run the command "Get-PrintJob -PrinterName 'YourPrinterName' | Remove-PrintJob" (replace YourPrinterName with your actual printer name). This removes all jobs from the specified printer's queue.
Open the printer queue and look for "Pause Printing" in the Printer menu - uncheck it to resume the entire queue. For individual paused jobs, right-click the specific document and select "Resume" to restart printing that job.
Right-click on your printer in Devices and Printers, select "See what's printing," then go to Printer menu and click "Cancel All Documents." Confirm the action to purge all pending print jobs.
Double-click your printer icon in the notification area to open the print queue, select the specific document you want to cancel, and press the Delete key. The document will be removed from the printing queue.
Open Command Prompt as administrator, type "net stop spooler," then navigate to C:\Windows\System32\spool\PRINTERS and delete all files. Finally, restart the spooler with "net start spooler."
Use the HP Smart app on your computer or mobile device to view active print jobs and cancel them directly. You can also press the Cancel or Stop button on your HP printer's control panel to halt the current print job immediately.
In Windows 11, go to Settings > Bluetooth & devices > Printers & scanners, click on your printer, then select "Print queue." Select all jobs and click the "Cancel" button to clear the queue.
Press Windows+R, type "control printers" and press Enter to open Devices and Printers. Double-click your printer, select all print jobs (Ctrl+A), and press Delete to cancel the entire queue.
Open the print queue by clicking the printer icon in your system tray, select the job currently printing (usually at the top), and click "Cancel." The printer may continue for a few seconds to finish processing the current page.
Access the printer queue through Settings > Printers & scanners > [Your printer] > Open queue, then select multiple jobs by holding Ctrl while clicking each one, and press Delete. This allows you to cancel several specific jobs at once.
Open Print Management (printmanagement.msc), expand Print Servers > [Your computer] > Printers, right-click your printer, and select "Pause Printing" to stop all current and future jobs until you resume.
Use PowerShell as administrator and run "Stop-Service Spooler", then "Remove-Item C:\Windows\System32\spool\PRINTERS\* -Force", followed by "Start-Service Spooler". This completely erases all queued print jobs and restarts the spooler.
Double-click the printer icon in your system tray notification area, or go to Settings > Printers & scanners > select your printer > "Open queue." This displays all pending print jobs with their status and position in line.
You cannot completely remove the print spooler as it's essential for Windows printing, but you can disable it in Services (services.msc) by right-clicking "Print Spooler" and selecting "Properties" > "Disabled." This will prevent all printing functionality.
Type "control printers" in the Windows Run dialog (Windows+R), then double-click your printer icon to view its queue. You'll see all pending documents, their status, owner, and estimated print time.
Navigate to C:\Windows\System32\spool\PRINTERS, stop the Print Spooler service first (services.msc), delete all .SHD and .SPL files in the folder, then restart the Print Spooler service. This removes all queued jobs completely.
Right-click the printer icon in your system tray and select the printer name to open its queue, then select specific jobs and press Delete, or use "Cancel All Documents" from the Printer menu to remove everything.
Open Task Manager, end the "spoolsv.exe" process under the Processes tab, then manually delete files from C:\Windows\System32\spool\PRINTERS folder. The spooler will restart automatically and the queue will be cleared.
A spooler service is a Windows background process that manages print jobs by storing them temporarily on your hard drive before sending them to the printer. It enables multiple applications to print simultaneously without waiting and maintains the order of print requests.
This usually happens when the spooler service is stuck or a print job is corrupted. Try stopping the Print Spooler service in services.msc, manually deleting files from C:\Windows\System32\spool\PRINTERS, and restarting the service. If this fails, restart your computer to force-clear the queue.