How to Fix Print Queue Not Clearing in Windows 10 and 11
If the print queue is not clearing in Windows 10 or 11, you may notice that new documents won’t print and old ones won’t delete.
This common issue causes a stuck print queue and error messages like “Cannot delete print job.” Here’s how to fix it quickly using automated tools, manual methods, and advanced solutions.
Step-by-Step Guide to Fix Printer Queue Not Clearing on PC
Table of contents
1. Use a Batch File or Manual Method to Clear the Print Queue
This is the fastest and most reliable fix for when you’re unable to clear the print queue:
Option A – Batch File (Automated)
Open Notepad and paste this code:
@echo off
echo Stopping Print Spooler...
net stop spooler
echo Deleting print jobs...
del /Q /F %systemroot%\System32\spool\PRINTERS\*.*
echo Starting Print Spooler...
net start spooler
echo Print queue cleared.
pause
Save it as ClearPrintQueue.bat and set Save as type to All Files. Then right-click and Run as administrator.
Option B – Manual Clear
- Press
Windows + R, typeservices.msc, and press Enter - Right-click Print Spooler > Stop
- Navigate to
C:\Windows\System32\spool\PRINTERS - Delete all files inside that folder
- Return to Services > Start the Print Spooler
2. Use Command Prompt to Force Delete a Stuck Job
If the job won’t clear manually, try this:
net stop spooler
del %systemroot%\System32\spool\printers\* /Q
net start spooler
This works even if the document won’t delete from the print queue on Windows 11.
3. Cancel All Documents via Printer UI
- Go to Control Panel > Devices and Printers
- Right-click your printer > See what’s printing
- Click Printer > Cancel All Documents
This is a quick soft reset if jobs are hanging.
4. Run the Windows Printer Troubleshooter
- Press
Windows + Ito open Settings - Go to System > Troubleshoot > Other troubleshooters
- Run the Printer troubleshooter
This tool can detect and fix issues like a print queue not clearing or driver conflicts. If you’re still facing issues, check out how to fix a printer that won’t print on Windows, especially if the issue extends beyond stuck jobs.
5. Reinstall the Printer Driver
- Open Device Manager
- Expand Printers, right-click your printer > Uninstall device
- Restart your PC — Windows will auto-reinstall the correct driver
- Alternatively, download the latest driver from the manufacturer’s site
Driver issues are a common cause of printing errors. Follow our guide on how to install HP printer drivers on Windows 11 or update any driver in Windows 10 to fix persistent errors.
6. Set the Printer to Offline Then Back Online
- Go to Control Panel > Devices and Printers
- Right-click your printer > See what’s printing
- Click Printer > Use Printer Offline
- Wait a few seconds, then uncheck it
This can help reset a frozen spooler connection. It’s also useful if you’re unable to print from Microsoft Edge on Windows 10, as browser-printing issues can sometimes stem from queue conflicts.
7. Restart PC and Printer
If nothing else works, restart your Windows device and the printer itself. This clears temporary errors and resets the spooler service connection.
FAQs
Use a batch file to stop the spooler, delete jobs from the PRINTERS folder, and restart the service.
The spooler might be frozen or the job corrupted. Use the batch file or Command Prompt for force removal.
Go to Control Panel > Devices and Printers > Right-click your printer > See what’s printing.
Driver corruption, printer offline mode, or a locked spooler service are the most common causes.
With these fixes, you can solve any issue where a document won’t delete, a print queue stays stuck, or you’re unable to print due to a blocked job in Windows 10 or 11.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
2 messages