Printing issues in Windows 11 often arise due to complications within the print queue. A single stalled or corrupted print job can halt all subsequent printing tasks, causing delays and frustration. Clearing the print queue can resolve these problems and prevent unnecessary consumption of paper and ink. Below are several methods to view and clear the print queue in Windows 11 to ensure smooth printing operations.
Using the Settings App
Step 1: Open the Windows Settings by pressing Windows + I
on your keyboard. You can also click the Start menu and select the 'Settings' icon.
Step 2: In the Settings window, select 'Bluetooth & devices' from the left-hand menu. Then, click on 'Printers & scanners' on the right side.
Step 3: From the list of printers, click on the printer you're using to access its settings.
Step 4: Click on 'Open print queue' to view all the documents currently pending for that printer.
Step 5: To cancel a specific print job, right-click on the document in the queue and select 'Cancel'. Confirm the action by clicking 'Yes'.
Step 6: To clear all print jobs, click on the three-dot menu (…) in the top-right corner of the Print Queue window, select 'Cancel all', and confirm by clicking 'Yes'. This will remove all documents from the queue.
Using Command Prompt (for Advanced Users)
Step 1: Open Command Prompt with administrative privileges. Type cmd in the Windows Search bar, right-click on 'Command Prompt', and choose 'Run as administrator'.
Step 2: In the Command Prompt window, type the following command and press Enter
to stop the Print Spooler service:
net stop spooler
Step 3: To delete all print jobs, execute the following command:
del %systemroot%\System32\spool\printers\* /Q
Step 4: Restart the Print Spooler service by entering this command and pressing Enter
:
net start spooler
Stopping the Print Spooler Service and Deleting Spool Folder Using File Explorer
Step 1: Press Windows + R
to open the Run dialog box. Type services.msc
and press Enter
to launch the Services application.
Step 2: In the Services window, locate 'Print Spooler' in the list. Right-click on it and select 'Stop' to temporarily halt the service.
Step 3: Open File Explorer by pressing Windows + E
. In the address bar, paste the following path and press Enter
:
C:\Windows\System32\spool\PRINTERS
If a permissions prompt appears, click 'Continue' to access the folder.
Step 4: Inside the PRINTERS folder, select all files by pressing Ctrl + A
.
Step 5: Permanently delete these files by pressing Shift + Delete
and confirming the action if prompted. This clears all pending print jobs from the queue.
Step 6: Return to the Services window, right-click on 'Print Spooler', and select 'Start' to resume the service.
This method restarts the printing system with an empty queue, allowing new print jobs to process without interference.
Using Device Manager
Step 1: Right-click on the Start button and choose 'Device Manager' from the options.
Step 2: In the Device Manager window, expand the 'Print queues' section to view your printers.
Step 3: Right-click on your printer and select 'Properties' to access its settings.
Step 4: In the Properties dialog, go to the 'Settings' tab and click on the 'Devices and Printers Folder' button.
Step 5: In the Devices and Printers window, right-click on your printer and choose 'See what's printing' to open the print queue window.
Step 6: To cancel a specific print job, right-click on the document and select 'Cancel'. Confirm the cancellation by clicking 'Yes'.
Step 7: To remove all documents from the queue, click on the 'Printer' menu at the top and select 'Cancel All Documents'. Confirm by clicking 'Yes'.
Troubleshooting and FAQs
What if the print queue won't clear?
If the print queue remains stuck after attempting these methods, try restarting your computer and printer. This can refresh the system and resolve persistent issues.
Why do print jobs get stuck in the queue?
Print jobs may become stuck due to corrupted files, connectivity issues between the computer and printer, or software malfunctions.
How often should I clear the print queue?
Regularly checking and clearing the print queue can help prevent printing problems and ensure efficient operation of your printer.
By following these steps, you can effectively manage and clear the print queue in Windows 11, ensuring your printing tasks proceed without interruptions.
Member discussion