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.

How to clear printer queue in Windows 10 step-by-step guide

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

  1. Press Win + I
  2. Go to Devices → Printers & scanners
  3. Select your printer
  4. 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:

  1. Open Command Prompt as Administrator
  2. Run this command:
net stop spooler
  1. Now delete all files inside the spool folder:
del %systemroot%\System32\spool\PRINTERS\* /Q
  1. 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

  1. Open Printer Queue
  2. 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:

  1. Press Win + R
  2. Type services.msc
  3. Find Print Spooler
  4. Right-click → Stop
  5. Go to C:\Windows\System32\spool\PRINTERS Delete all files
  6. 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:

  1. Stop spooler
  2. Clear PRINTERS folder
  3. Start spooler again

This resets entire printing system.


How to Cancel Printer Queue Windows 10

From the queue window:

  1. Open Printers & scanners
  2. Select your printer
  3. Click Open queue
  4. 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:

  1. Ask the admin to open Print Management
  2. Select Shared Printer
  3. Right-click jobs → Cancel All Documents
  4. 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.

Leave a Reply

Your email address will not be published. Required fields are marked *