Print Jobs Stuck in the Queue? How to Clear the Print Spooler in Windows 11
You click Print.
Nothing happens.
You try again.
Still nothing.
Then you open the Windows print queue and discover several copies of the same document sitting there with statuses such as:
Printing
Error
Deleting
or:
Pending
You click Cancel, but the document refuses to disappear.
This is a classic Windows printing problem, and quite often the printer itself isn't the problem.
The Windows Print Spooler has become stuck.
Fortunately, you normally don't need to reinstall the printer—or restart the entire PC—to fix it.
What Is the Windows Print Spooler?
Windows doesn't normally send every application directly to the printer.
Instead, the Print Spooler manages print jobs and passes them to the appropriate printer.
This allows you to:
- queue several documents
- continue working while printing
- cancel jobs
- manage multiple printers
- temporarily hold print jobs
When the spooler or one of its jobs gets stuck, however, the queue can stop moving.
Microsoft describes the Print Spooler as the Windows service responsible for managing print jobs, and restarting it is one of Microsoft's recommended fixes when printing stops or jobs freeze.
First: Check the Print Queue
Before resetting anything, find out what's stuck.
Open:
Settings > Bluetooth & devices > Printers & scanners
Select the affected printer.
Choose:
Open print queue
Windows will display the jobs waiting for that printer. Microsoft documents this as the standard way to inspect pending print jobs in Windows 11.
Look for a document that has remained on:
Printing
or:
Error
for an unusually long time.
That first failed job can prevent everything behind it from printing.
Step 1: Cancel the Stuck Job
Right-click the problem document and choose:
Cancel
If several unwanted jobs are queued, cancel those too.
Wait a few moments.
If the jobs disappear, try printing one simple document.
Don't immediately send the original document another six times.
Microsoft recommends clearing pending jobs as the first step when dealing with a stuck print queue.
What If It Says “Deleting” Forever?
This is where restarting the Print Spooler becomes useful.
The queue may know that the job should be removed but the spooler itself has become stuck processing it.
Press:
Windows + R
Type:
services.msc
Press Enter.
Find:
Print Spooler
Right-click it and choose:
Restart
Microsoft specifically recommends restarting the Print Spooler when print jobs freeze or Windows printing becomes unresponsive.
Now reopen the print queue.
In many cases, the stuck job will be gone and printing will work normally again.
Step 2: Manually Clear the Spool Folder
If restarting the service isn't enough, clear the pending spool files manually.
This is the more thorough reset.
First return to:
Services
Right-click:
Print Spooler
and choose:
Stop
Do not delete the spool files while the service is still processing them.
Now press:
Windows + R
and enter:
%WINDIR%\System32\spool\PRINTERS
Press Enter.
You may be asked for administrator permission.
Delete the files inside the PRINTERS folder.
Do not delete the PRINTERS folder itself.
These files represent pending print jobs. Microsoft currently documents this exact procedure for resetting a stuck Windows print queue.
Return to:
Services > Print Spooler
and choose:
Start
Microsoft also recommends setting its Startup Type to:
Automatic
so that the service starts normally with Windows.
Now try printing again.
Faster Method Using Command Prompt
IT administrators may prefer to do the same thing from an elevated Command Prompt.
Open:
Command Prompt > Run as administrator
Then run:
net stop spooler
After the service stops, clear the contents of:
C:\Windows\System32\spool\PRINTERS
Then restart it:
net start spooler
Microsoft documents net stop spooler and net start spooler as supported ways of restarting the service.
You can also restart it from an elevated PowerShell session with:
Restart-Service -Name spooler
Microsoft documents this method as well.
For an ordinary user, though, Services is usually easier.
Test With a Windows Test Page
Once the queue is clear, don't immediately retry a complicated 200-page PDF.
Start with a test page.
Open:
Settings > Bluetooth & devices > Printers & scanners
Select the printer and open:
Printer properties
Choose:
Print Test Page
Microsoft recommends a Windows test page as a way of checking whether Windows can communicate with the printer independently of applications such as Word or Excel.
Test page prints
Good.
The basic Windows → driver → printer path works.
Now retry your original document.
Test page also gets stuck
The problem is broader than one document.
Continue investigating.
If One Particular Document Always Breaks the Queue
This is an important clue.
Suppose:
- Word documents print
- Windows test page prints
- emails print
- one particular PDF always freezes
The Print Spooler probably isn't the underlying problem.
The document or application may be generating a print job that the driver struggles to process.
Try:
- reopening the document
- saving a fresh copy
- exporting it to PDF
- printing fewer pages
- printing from another PDF reader
- updating the application
- using the manufacturer's supported printer driver
If every other document prints correctly, don't repeatedly reset Windows without investigating the document that triggers the problem.
If the Queue Keeps Getting Stuck
Clearing the spooler once is a fix.
Clearing it every Tuesday morning is a symptom.
If the problem keeps returning, investigate the cause.
Common possibilities include:
- damaged or incompatible printer driver
- unstable network printer
- printer going offline
- problematic application
- corrupt print job
- duplicated printer installations
- printer firmware issue
- print server problem
Microsoft specifically identifies outdated or conflicting printer drivers as a potential cause of recurring spooler problems.
Check the Printer Driver
Open:
Device Manager
Look under:
Printers
or:
Print queues
Identify the installed printer.
For business printers, I generally prefer the correct manufacturer-supported driver where advanced functionality is required.
That might come from:
- HP
- Brother
- Canon
- Epson
- Xerox
- Kyocera
- Ricoh
- another printer manufacturer
Do not use random third-party driver-download websites.
Microsoft also recommends updating or reinstalling printer drivers when normal printing troubleshooting fails.
Network Printer? Check Whether It's Actually Reachable
If the queue clears but jobs immediately become stuck again, make sure Windows can still reach the printer.
For a network printer, find its IP address.
For example:
192.168.1.50
Try opening that address in a browser.
If the printer's management page opens, the printer is at least reachable across the network.
If it doesn't, investigate:
- Ethernet
- Wi-Fi
- printer IP address
- DHCP
- switch
- network connection
A spooler reset cannot fix a printer that has genuinely fallen off the network.
Watch for Changing Printer IP Addresses
This connects directly with another common printer problem.
Suppose Windows is configured to print to:
192.168.1.50
but DHCP later gives the printer:
192.168.1.97
Windows may continue sending jobs toward the old address.
The jobs accumulate.
The queue looks broken.
But the real problem is:
Windows is trying to print to the wrong IP address.
For permanent business printers, a DHCP reservation or properly managed static address can prevent this problem.
Printer Offline and Stuck Queue Are Different Problems
These symptoms often appear together but shouldn't automatically be treated as the same fault.
Queue stuck
Investigate:
- Print Spooler
- document
- driver
Printer genuinely offline
Investigate:
- power
- USB
- Wi-Fi
- Ethernet
- network address
- printer hardware
Microsoft similarly separates spooler troubleshooting from its offline-printer troubleshooting guidance.
Don't Reinstall the Printer as Step One
A surprisingly common troubleshooting sequence is:
Print job stuck → remove printer → reinstall printer.
That's usually excessive.
Try:
Cancel job → restart spooler → clear spool folder
first.
Only consider removing and reinstalling the printer when there is evidence that:
- driver is damaged
- printer installation is corrupted
- configuration is incorrect
- spooler reset doesn't solve the problem
Microsoft itself places removal/reinstallation later in its printer troubleshooting process, after queue and spooler checks.
What If the Print Spooler Keeps Stopping?
That's different from one stuck print job.
If:
Print Spooler starts → immediately stops again
investigate:
- printer drivers
- recently installed printer software
- Windows event logs
- third-party print components
- system instability
The Windows Print Spooler can load vendor-supplied components as part of the printing environment, so a problematic driver or print component can destabilise the service.
Repeated spooler crashes deserve proper diagnosis rather than continually clicking Restart.
A Useful Example
An employee prints a large PDF.
The job becomes stuck at:
Printing
They click Print another four times.
Now the queue contains five copies.
Nothing prints.
You:
- Cancel the jobs.
- One remains stuck on Deleting.
- Restart Print Spooler.
- The job still remains.
- Stop Print Spooler.
- Clear
%WINDIR%\System32\spool\PRINTERS. - Start Print Spooler.
- Print a Windows test page.
The test page prints immediately.
Now try the PDF again—once.
If it breaks the queue again, investigate the PDF/application/driver instead of repeatedly clearing the spooler.
The Fastest Troubleshooting Order
If print jobs are stuck:
- Open Printers & scanners > Open print queue.
- Cancel the stuck job.
- Wait for it to disappear.
- If it remains stuck, restart Print Spooler.
- If necessary, stop Print Spooler.
- Clear the contents of
%WINDIR%\System32\spool\PRINTERS. - Start Print Spooler again.
- Print a Windows test page.
- Retry the original document once.
- If the problem returns, investigate the driver, document or printer connection.
The key principle is:
Clearing the queue fixes the symptom. If it repeatedly gets stuck, find out why.
How Hamilton Group Can Help
Print queues can become stuck for simple reasons, but recurring spooler problems can point to driver, network or printer configuration issues.
Hamilton Group can help with:
- Windows 11 printing
- Print Spooler problems
- stuck print queues
- network printers
- printer drivers
- printer IP addressing
- print servers
- Microsoft 365 printing
- recurring printer faults
- business printer deployment
For businesses, we can also identify whether the fault is affecting one workstation, one printer or an entire print environment rather than repeatedly clearing queues on individual PCs.
Visit hgmssp.com or call 0330 043 0069 to discuss business printer and IT support.