How to Clean Printer Queue in Windows 11: Easy Guide
4 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Clearing a printer queue in Windows 11 is a quick and simple process that ensures your printer starts working smoothly again. By following a few steps, you can stop any stuck print jobs, clear them out, and get your printer back to normal in no time. Here’s how you can do it.
Table of contents
- How to clear the printer queue on Windows 11 PC easily?
- 🧾 What Is a Printer Queue and Why Should You Clear It?
- 🔧 Solution 1: Clear the Printer Queue Manually (Recommended)
- 🛠️ Solution 2: Cancel Jobs via Windows Settings
- ⚙️ Solution 3: Use Command Prompt (Advanced)This method forcefully clears the queue.
- 🚀 Solution 4: Create a Batch File for Reuse
- 🗑️ Solution 5: Use Control Panel to Cancel All Documents
- ❓ Frequently Asked Questions
- ✅ Wrap Up
How to clear the printer queue on Windows 11 PC easily?
🧾 What Is a Printer Queue and Why Should You Clear It?
A printer queue is a list of print jobs waiting to be processed by your printer. Windows sends each document to the queue, where it’s temporarily stored until the printer is ready. This allows you to stack multiple jobs without waiting for each one to finish.
However, if one job becomes corrupt or stuck, it can block everything behind it. This causes new documents to freeze or fail to print entirely. Clearing the queue removes the faulty data and resets the printing system back to normal.
🔧 Solution 1: Clear the Printer Queue Manually (Recommended)
This is the most reliable method and works for most users. This is what you need to do:
- Press Windows + R, type
services.msc
, and hit Enter. - Scroll down and locate Print Spooler.
- Right-click it and choose Stop.
- Open File Explorer and go to:
C:\Windows\System32\spool\PRINTERS
- If prompted, click Continue.
- Delete all files in the folder (these are stuck print jobs).
- Go back to the Services window.
- Right-click Print Spooler again and click Start.
You can now try printing again. If your queue still won’t clear, check out this dedicated fix for queues that won’t reset.
🛠️ Solution 2: Cancel Jobs via Windows Settings
- Go to Settings → Bluetooth & devices → Printers & scanners.
- Select your printer.
- Click Open print queue.
- Right-click any stuck job and choose Cancel.
This is a quick fix for basic issues and doesn’t require admin access.
⚙️ Solution 3: Use Command Prompt (Advanced)This method forcefully clears the queue.
- Open Command Prompt as Administrator.
- Type each command and press Enter:
stop spooler
del %systemroot%\System32\spool\printers\* /Q
net start spooler
Your queue is now clean.
🚀 Solution 4: Create a Batch File for Reuse
Make a shortcut to clear the queue any time it freezes.
- Open Notepad.
- Paste the following:
stop spooler
del %systemroot%\System32\spool\printers\* /Q
net start spooler
- Save the file as
ClearQueue.bat
. - Right-click the file and choose Run as Administrator when needed.
This is ideal for shared printers or recurring print issues.
🗑️ Solution 5: Use Control Panel to Cancel All Documents
- Open Control Panel → Devices and Printers.
- Right-click your printer and select See what’s printing.
- Click Printer → Cancel All Documents.
This method is fast and works across all versions of Windows. If your print jobs are stuck on “spooling,” see this fix for Windows 10 spooler issues.
❓ Frequently Asked Questions
Use services.msc
to stop the Print Spooler, delete files in C:\Windows\System32\spool\PRINTERS
, then restart the service. This is the most direct method.
You might be dealing with permissions issues, a corrupted print job, or a crashed spooler. Try the Command Prompt or batch file method.
Yes. These files are temporary and removing them won’t harm your system or printer.
Absolutely. Corrupted or outdated printer drivers are one of the most common reasons for spooler crashes and stuck jobs.
✅ Wrap Up
A stuck printer queue in Windows 11 is annoying, but you can fix it in minutes. Start with the manual spooler reset method. If that doesn’t work, try the Command Prompt or batch file options.
Reinstalling drivers or printing directly to the printer may solve recurring issues long term.
Need help beyond this? I’m here to assist — especially if your problem happens often on shared or networked printers.
User forum
0 messages