Introduction
When printing stops working in Windows 10, the most common reason is a stuck print job in the printer queue. This prevents new documents from printing and can freeze your printer completely.

In this guide, you will learn:
- How to clear printer queue in Windows 10
- How to clear print queue using CMD
- Fix “Access Denied” issues
- How to reset Printer Spooler
- How to clear network printer queue
- How to cancel all print jobs instantly
- How the Print Spooler Service works behind the scenes
Useful Internal Links:
✔ Bluetooth guide: https://multicaretechnical.com/how-to-turn-on-bluetooth-on-windows-11-complete-step-by-step-guide
✔ Update drivers: https://multicaretechnical.com/how-to-update-drivers-on-windows-11-complete-guide
✔ Windows 11 without internet: https://multicaretechnical.com/windows-11-setup-without-internet-complete-guide
🖨 What Is Printer Queue and Print Spooler Service?
The Printer Queue is a list of documents waiting to be printed.
Windows uses a system service called Print Spooler to manage these print jobs.
✔ How the Print Spooler Works:
- It receives print requests from multiple apps
- Stores them temporarily in the spool folder
- Sends print jobs to local printers
- Sends jobs to network printers shared on LAN
- Manages multiple computer requests in office environments
If Print Spooler hangs or corrupt jobs get stuck, your printer stops responding.
🟦 How to Clear Printer Queue in Windows 10 (Normal Method)
Step 1: Open Printer Settings
- Press Win + I
- Go to Devices → Printers & scanners
- Select your printer
- Click Open queue
Step 2: Cancel All Print Jobs
- Right-click each job → Cancel
or - Click Cancel All
⌨️ How to Clear Printer Queue Windows 10 Using CMD
This is the fastest and most powerful method.
Step-by-step:
- Open Command Prompt as Administrator
- Run this command:
net stop spooler
- Now delete all files inside the spool folder:
del %systemroot%\System32\spool\PRINTERS\* /Q
- Restart the spooler:
net start spooler
This instantly clears all stuck print jobs.
⚠️ How to Clear Print Queue Windows 10 Without Admin Rights
You cannot stop the Print Spooler service without admin rights.
But you can try these:
✔ Method 1: Cancel Jobs from User Panel
- Open Printer Queue
- Right-click → Cancel (works if job is yours)
✔ Method 2: Log Out & Log In Again
Windows automatically resets user print tasks during session refresh.
✔ Method 3: Ask Admin to Give Spooler Permission
Admin can grant:
Manage Documents permission
🛑 How to Fix “Access Denied” When Clearing Print Queue
If you see Access Denied, do this:
✔ 1. Run CMD as Administrator
Right-click → Run as administrator
✔ 2. Take Ownership of Spool Folder
Go to:
C:\Windows\System32\spool\PRINTERS
Give yourself Full Control.
✔ 3. Disable Security Software
Some antivirus software blocks spooler operations.
🔄 How to Clear Printer Spooler in Windows 10
Restarting the spooler solves most problems.
Steps:
- Press Win + R
- Type
services.msc - Find Print Spooler
- Right-click → Stop
- Go to
C:\Windows\System32\spool\PRINTERSDelete all files - Return to Services window → Start
🗑 How to Delete Printer Queue Windows 10
Deleting print queue = removing files inside the spool folder.
Path:
C:\Windows\System32\spool\PRINTERS
Delete everything → restart spooler.
🔁 How to Reset Printer Queue Windows 10
Resetting means:
- Stop spooler
- Clear PRINTERS folder
- Start spooler again
This resets entire printing system.
❌ How to Cancel Printer Queue Windows 10
From the queue window:
- Open Printers & scanners
- Select your printer
- Click Open queue
- Click Cancel All Documents
🌐 How to Clear Network Printer Queue Windows 10
Network printers have queues stored on the print server, not your PC.
Method:
- Ask the admin to open Print Management
- Select Shared Printer
- Right-click jobs → Cancel All Documents
- Restart print server spooler if required
🔥 How to Force Clear Printer Queue Windows 10
Use single-line CMD force commands:
net stop spooler & del %systemroot%\System32\spool\PRINTERS\* /Q & net start spooler
This clears everything at once.
❓ FAQ
1. Why does my printer queue get stuck?
Corrupt files, spooler crashes, or network printer delays cause queue freeze.
2. Can I clear printer queue without admin rights?
You can only cancel your own print jobs. Full clearing requires admin access.
3. How do I force clear print queue in CMD?
Use:
net stop spooler & del %systemroot%\System32\spool\PRINTERS\* /Q & net start spooler
4. What does Print Spooler do?
It manages all printing tasks and queues from local and network computers.
5. How do I reset my printer spooler?
Stop spooler → clear PRINTERS folder → start spooler.
📝 Conclusion
Clearing the printer queue in Windows 10 is simple when you know how to stop the spooler, delete queue files, and restart printing services. Whether it’s a local printer or network printer, these methods will fix any stuck print job instantly.
If you want, I can also write a short version, Hindi version, or social media summary.