Remove a Stuck Document from Print Queue in Windows 11/10
A stuck document in the print queue can prevent your printer from functioning properly, but the issue is usually easy to resolve. Start by attempting to cancel the print job directly from the printer queue. If that does not work, restart both the printer and computer to eliminate temporary glitches.
When the problem persists, restarting the Print Spooler service and manually clearing spool files are among the most effective solutions. Additional methods, such as using Command Prompt, running the Printer Troubleshooter, updating printer drivers, or reinstalling the printer, can help address more persistent issues.
Let’s learn the complete process in detail!
Remove a Stuck Document from Print Queue in Windows 11/10

If a document is stuck in the print queue in Windows 11 or Windows 10, open the printer queue from Settings > Bluetooth & devices > Printers & scanners, select your printer, and choose Open print queue. Right-click the stuck print job and select Cancel. If the document remains stuck, restart the Print Spooler service and clear the contents of the PRINTERS folder located at C:\Windows\System32\spool\PRINTERS. Restart your computer and try printing again.
Step 1: Open the Printer Queue and Cancel the Stuck Document
The first thing you should try is manually removing the problematic print job from the printer queue. In many cases, this simple action resolves the issue immediately.
Start by clicking the Start button and opening Settings. In Windows 11, select Bluetooth & devices, then click Printers & scanners. In Windows 10, navigate to Devices and then choose Printers & scanners.
Locate the printer you are currently using from the list of installed printers. Click on the printer’s name to access its settings.
Select Open print queue. A new window will appear displaying all pending print jobs associated with that printer.
Look for the document marked as Printing, Error, or Pending. Right-click the stuck document and select Cancel from the context menu.
Windows may take a few moments to process the cancellation request. Once the document disappears from the queue, try printing a new document to confirm that the issue has been resolved.
If the document refuses to disappear from the queue, proceed to the next method.
Step 2: Restart Your Printer and Computer
Sometimes, temporary communication glitches between Windows and the printer can cause print jobs to become stuck. Restarting both devices can refresh the connection and eliminate minor software conflicts.
Begin by turning off your printer using its power button. If your printer uses a USB cable, disconnect it from your computer. For wireless printers, ensure that the device is powered off completely.
Next, restart your Windows computer by clicking Start, selecting Power, and choosing Restart.
Once the computer has fully rebooted, turn your printer back on. Reconnect the USB cable if necessary or ensure that your wireless printer reconnects to the same network.
After both devices have restarted, open the print queue again to check whether the stuck document has disappeared automatically.
If the document is still present, move on to restarting the Print Spooler service.
Step 3: Restart the Print Spooler Service
The Print Spooler is a Windows service responsible for managing print jobs sent to your printer. If this service encounters a problem, documents may become stuck indefinitely.
Press Windows + R on your keyboard to open the Run dialog box. Type services.msc and click OK. This action opens the Services window.
Scroll through the list until you find Print Spooler. The services are arranged alphabetically, making it easier to locate.
Right-click Print Spooler and select Restart.
Wait a few seconds while Windows stops and starts the service again. This process refreshes the printing system and often clears minor printing issues.
After restarting the service, check your printer queue once more to determine whether the stuck document has been removed.
If the print job remains stuck, clearing the spooler files manually is the next step.
Step 4: Clear the Print Spooler Files Manually
When a print job becomes corrupted, manually deleting the spooler files can completely remove the problematic document.
Press Windows + R, type services.msc, and press Enter. Find Print Spooler, right-click it, and select Stop. It is important to stop the service before deleting any spool files.
Open File Explorer and navigate to the following location: C:\Windows\System32\spool\PRINTERS
If prompted for administrator permission, click Continue.
Inside the PRINTERS folder, you may see files with extensions such as .SPL and .SHD. These files represent pending print jobs.
Select all files within this folder and delete them. Do not delete the folder itself. Only remove the contents inside it.
Return to the Services window, right-click Print Spooler, and choose Start.
Open the printer queue again to verify that all print jobs have been cleared.
This method is highly effective for stubborn print jobs that cannot be canceled through the normal interface.
Step 5: Use Command Prompt to Clear the Print Queue
If you prefer a quicker method or the previous solution did not work, you can use Command Prompt to automate the process.
Type Command Prompt into the Windows search box. Right-click Command Prompt and select Run as administrator.
Enter the following command and press Enter: net stop spooler
This command stops the Print Spooler service. Next, type the following command and press Enter:
del /Q /F /S “%systemroot%\System32\Spool\Printers*.*”
This command deletes all pending print job files stored by Windows.
Finally, restart the Print Spooler service by entering: net start spooler
Close the Command Prompt and attempt to print your document again.
Many advanced users and IT professionals rely on this approach because it quickly resets the print queue.
Step 6: Run the Printer Troubleshooter
Windows includes a built-in troubleshooter designed to identify and resolve common printer issues automatically.
Open Settings from the Start menu.
In Windows 11, navigate to System > Troubleshoot > Other troubleshooters.
In Windows 10, go to Update & Security > Troubleshoot > Additional troubleshooters.
Locate Printer in the list of available troubleshooters. Click Run or Run the troubleshooter.
Windows will scan for printer-related issues, including stuck print jobs, spooler problems, and connectivity errors.
Follow the on-screen instructions and apply any recommended fixes.
After the troubleshooting process is complete, check whether the printer is functioning correctly.
Step 7: Update or Reinstall the Printer Driver
Outdated or corrupted printer drivers can contribute to recurring print queue issues.
- Press Windows + X and select Device Manager.
- Expand the Print queues or Printers category.
- Right-click your printer and choose Update driver.
- Select Search automatically for drivers and allow Windows to check for updated driver software.
- If updating does not resolve the issue, you may need to reinstall the driver.
- In Device Manager, right-click the printer again and choose Uninstall device.
- Confirm the removal and restart your computer.
Windows may automatically reinstall the printer driver after rebooting. If not, download the latest driver from your printer manufacturer’s official website and install it manually.
Updated drivers improve printer stability and reduce the likelihood of future queue problems.
Step 8: Remove and Add the Printer Again
If none of the previous methods work, removing and re-adding the printer can reset its configuration within Windows.
- Open Settings and navigate to Printers & scanners.
- Select your printer from the list.
- Click Remove device and confirm the action.
- Restart your computer and ensure that the printer is powered on.
- Return to Printers & scanners and select Add device.
Windows will search for available printers. Choose your printer from the list and complete the setup process.
Once the printer has been reinstalled, send a test print job to confirm that the problem has been resolved.
This method is particularly useful when printer settings have become corrupted.
FAQs
Why does a document get stuck in the print queue?
A document can become stuck because of communication interruptions between the computer and printer, corrupted print files, outdated drivers, Print Spooler errors, or temporary software glitches.
Will deleting spool files damage my printer?
No. Deleting spool files only removes pending print jobs stored temporarily by Windows. It does not affect your printer hardware or installed printer settings.
What is the Print Spooler service?
The Print Spooler is a Windows service that manages print jobs by temporarily storing documents and sending them to the printer in the correct order.
Why can’t I cancel a print job normally?
Some print jobs become corrupted while processing, causing them to remain stuck even after selecting Cancel. Restarting the Print Spooler or clearing spool files usually fixes this issue.
Is it safe to restart the Print Spooler service?
Yes. Restarting the Print Spooler service is completely safe and is a common troubleshooting step recommended by Microsoft support professionals.
Do I need administrator access to clear spool files?
Yes. Because the spool folder is located within the Windows system directory, administrative permissions are generally required to delete its contents.
Can outdated printer drivers cause print queue problems?
Yes. Old or corrupted drivers may cause communication issues between Windows and the printer, resulting in stuck print jobs and other printing errors.
Will removing and adding the printer delete my documents?
No. Removing and re-adding the printer only resets the printer configuration on your computer. Your personal documents remain unaffected.
