How To Clear The Printer Queue Spooler In Windows 11

Printing problems are among the most common issues Windows users encounter. A document may become stuck in the print queue, multiple print jobs may refuse to cancel, or the printer may stop responding entirely even though it appears to be connected correctly. In many cases, the problem is not the printer itself but the Windows Print Spooler service. The Print Spooler is a background service that manages print jobs by temporarily storing them in a queue before sending them to the printer. When the spooler becomes corrupted or a print job gets stuck, new documents may fail to print until the queue is cleared.

Fortunately, Windows 11 provides several ways to clear the printer queue and restart the Print Spooler service. You can use the Settings app, Services console, Command Prompt, PowerShell, or File Explorer to remove stuck print jobs and restore normal printing functionality. Clearing the spooler is often the quickest solution for problems such as documents stuck in a “Printing” state, printers showing “Error” messages, duplicate print jobs, or print jobs that refuse to cancel.

Update Windows Drivers

This guide explains multiple methods to clear the printer queue spooler in Windows 11 and get your printer working properly again.

Method 1: Cancel Print Jobs from the Printer Queue

PC running slow or unstable? Do you want to update drivers?

Before clearing the entire spooler, try removing the stuck print jobs manually.

To cancel print jobs:

  • Press Windows + I to open Settings.
  • Select Bluetooth & devices.
  • Click Printers & scanners.
  • Select your printer.
  • Click Open print queue.
  • Right-click the stuck document.
  • Select Cancel.

If multiple jobs are present:

  • Select each job.
  • Click Cancel.

Wait a few moments to see whether the queue clears successfully.

This method works when the spooler service is functioning normally but one or more print jobs are causing problems.

Method 2: Restart the Print Spooler Service

Restarting the Print Spooler service often clears temporary printing errors.

Repair PC

To restart the service:

  • Press Windows + R.
  • Type:
services.msc
  • Press Enter.
  • Locate Print Spooler.
  • Right-click it.
  • Select Restart.

Wait for the service to restart completely.

PC running slow or unstable? Do you want to update drivers?

Afterward:

  • Open the print queue.
  • Verify whether the stuck jobs have disappeared.
  • Try printing a new document.

Restarting the service refreshes the print subsystem and resolves many common printer queue issues.

Method 3: Clear the Print Queue Manually

If restarting the spooler does not work, manually delete the queued print files.

Follow these steps:

Step 1: Stop the Print Spooler Service

  • Press Windows + R.
  • Type:
services.msc
  • Press Enter.
  • Locate Print Spooler.
  • Right-click it.
  • Select Stop.

Step 2: Delete Print Queue Files

Open File Explorer and navigate to:

C:\Windows\System32\spool\PRINTERS

If prompted for administrator permission:

  • Click Continue.
PC running slow or unstable? Do you want to update drivers?

Delete all files inside the PRINTERS folder.

Do not delete the folder itself.

Step 3: Restart the Print Spooler

Return to the Services window:

  • Right-click Print Spooler.
  • Select Start.

All queued print jobs should now be removed.

Method 4: Clear the Print Queue Using Command Prompt

Command Prompt can automate the spooler-clearing process.

To clear the queue:

  • Search for Command Prompt.
  • Select Run as administrator.

Enter the following commands one at a time:

net stop spooler

Press Enter.

Next run:

del /Q /F /S "%systemroot%\System32\spool\PRINTERS\*.*"

Press Enter.

Then restart the service:

net start spooler

Press Enter.

The queue should now be completely cleared.

This method is useful when the graphical interface becomes unresponsive.

Method 5: Clear the Print Queue Using PowerShell

PowerShell provides another way to reset the spooler service.

Open PowerShell as Administrator and run:

Stop-Service -Name Spooler

Press Enter.

Next run:

Remove-Item -Path "$env:SystemRoot\System32\spool\PRINTERS\*" -Force

Press Enter.

Then restart the service:

Start-Service -Name Spooler

After the commands finish, verify that the print queue is empty.

Method 6: Restart Your Computer

Sometimes a simple restart can clear temporary spooler issues.

To restart:

  • Click Start.
  • Select Power.
  • Choose Restart.

After Windows loads:

  • Open the printer queue.
  • Verify whether the stuck jobs have been removed.
  • Print a test page.

Restarting refreshes Windows services and can clear minor spooler-related errors automatically.

Method 7: Remove and Re-Add the Printer

If print jobs repeatedly become stuck, reinstalling the printer may help.

To remove the printer:

  • Open Settings.
  • Select Bluetooth & devices.
  • Click Printers & scanners.
  • Select the printer.
  • Click Remove device.

After removal:

  • Restart the computer.
  • Reconnect the printer.
  • Add it again through Printers & scanners.

This refreshes the printer configuration and may resolve persistent spooler issues.

Method 8: Update the Printer Driver

Outdated or corrupted printer drivers can contribute to print queue problems.

To update the driver:

  • Right-click the Start button.
  • Select Device Manager.
  • Expand Print queues or Printers.
  • Right-click the printer.
  • Select Update driver.
  • Click Search automatically for drivers.

Install any available updates and restart the computer.

Updated drivers often improve compatibility and printing reliability.

Method 9: Use the Printer Troubleshooter

Windows includes a built-in troubleshooter for printer-related issues.

To run it:

  • Open Settings.
  • Select System.
  • Click Troubleshoot.
  • Choose Other troubleshooters.
  • Locate Printer.
  • Click Run.

Follow the on-screen instructions.

The troubleshooter can automatically identify and fix common spooler and printer problems.

Method 10: Set the Print Spooler Service to Automatic

If the spooler service fails to start consistently, verify its startup configuration.

To check:

  • Open:
services.msc
  • Double-click Print Spooler.
  • Set Startup type to:
Automatic
  • Click Apply.
  • Click OK.
  • Restart the service if necessary.

This ensures the spooler starts automatically whenever Windows boots.

Method 11: Print a Test Page

After clearing the spooler, verify that printing works correctly.

To print a test page:

  • Open Settings.
  • Select Bluetooth & devices.
  • Click Printers & scanners.
  • Choose your printer.
  • Select Printer properties.
  • Click Print Test Page.

If the page prints successfully, the spooler and printer are functioning properly.

Frequently Asked Questions

What is the Print Spooler service?

The Print Spooler is a Windows service that temporarily stores print jobs and manages communication between applications and printers.

Why do print jobs get stuck in the queue?

Common causes include corrupted print jobs, communication errors, outdated printer drivers, spooler service failures, or printer connectivity issues.

Is it safe to delete files from the PRINTERS folder?

Yes. When the Print Spooler service is stopped, deleting files from the PRINTERS folder removes pending print jobs from the queue.

Will clearing the spooler delete my printer?

No. Clearing the spooler only removes queued print jobs. Your printer configuration remains unchanged unless you manually remove the device.

Why does the print queue keep filling with stuck jobs?

Persistent queue problems are often caused by faulty printer drivers, network communication issues, damaged spooler files, or printer hardware problems.

Final Thoughts

The Windows 11 Print Spooler service plays a critical role in managing print jobs, but when it becomes stuck or corrupted, printing can come to a complete halt. Documents may remain indefinitely in the queue, printers may appear offline, and attempts to cancel jobs may fail. Fortunately, clearing the printer queue spooler is usually a straightforward process that can quickly restore normal printing functionality.

For most users, restarting the Print Spooler service or manually deleting the queued files from the PRINTERS folder resolves the issue immediately. More advanced methods, such as using Command Prompt or PowerShell, provide additional ways to clear stubborn print jobs when the graphical interface is unresponsive. If the problem continues, updating printer drivers, reinstalling the printer, and running the Windows Printer Troubleshooter can help eliminate underlying causes. By following the methods outlined in this guide, you can successfully clear the printer queue spooler in Windows 11 and restore reliable printing performance.

PC running slow or unstable? Do you want to update drivers?

GeeksDigit.Com
Logo