×

注意!页面内容来自https://allthings.how/how-to-view-and-delete-print-queue-in-windows-11/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content

How to View and Delete Print Queue in Windows 11

Updated Raj Kumar
How to View and Delete Print Queue in Windows 11

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 taskscausing 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 windowselect 'Bluetooth & devices' from the left-hand menu. Thenclick on 'Printers & scanners' on the right side.

Step 3: From the list of printersclick 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 jobright-click on the document in the queue and select 'Cancel'. Confirm the action by clicking 'Yes'.

Step 6: To clear all print jobsclick on the three-dot menu (…) in the top-right corner of the Print Queue windowselect '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 barright-click on 'Command Prompt'and choose 'Run as administrator'.

Step 2: In the Command Prompt windowtype the following command and press Enter to stop the Print Spooler service:

net stop spooler

Step 3: To delete all print jobsexecute 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 windowlocate '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 barpaste the following path and press Enter:

C:\Windows\System32\spool\PRINTERS

If a permissions prompt appearsclick 'Continue' to access the folder.

Step 4: Inside the PRINTERS folderselect 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 windowright-click on 'Print Spooler'and select 'Start' to resume the service.

This method restarts the printing system with an empty queueallowing 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 windowexpand 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 dialoggo to the 'Settings' tab and click on the 'Devices and Printers Folder' button.

Step 5: In the Devices and Printers windowright-click on your printer and choose 'See what's printing' to open the print queue window.

Step 6: To cancel a specific print jobright-click on the document and select 'Cancel'. Confirm the cancellation by clicking 'Yes'.

Step 7: To remove all documents from the queueclick 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 methodstry 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 filesconnectivity issues between the computer and printeror 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 stepsyou can effectively manage and clear the print queue in Windows 11ensuring your printing tasks proceed without interruptions.

<> /* YouTube Embed Card Styles v2.0 */ .yt-embed-card{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;border:1px solid #dee2e6;border-radius:12px;overflow:hidden;width:100%;margin:1.6rem 0;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;outline:none}.yt-embed-card:focus-visible{box-shadow:0 4px 16px rgba(0,0,0,.12),0 0 0 3px rgba(99,102,241,.5);transform:translateY(-2px)}.yt-embed-header{display:flex;align-items:center;padding:12px 16px;gap:10px}.yt-icon{width:20px;height:20px;fill:#ff0000}.yt-channel-info{font-size:14px;display:flex;align-items:baseline;gap:6px}.yt-channel-info a{color:#212529;font-weight:600;text-decoration:none;border-bottom:1px solid transparent}.yt-channel-info a:hover{border-bottom-color:#212529}.yt-source-domain{color:#6c757d;font-size:13px}.yt-embed-content{position:relative}.yt-embed-content img{width:100%;display:block;vertical-align:middle;aspect-ratio:16/9;object-fit:cover;border:0;background-color:#e9ecef;transition:opacity .2s ease}.yt-embed-card:hover .yt-embed-content img{opacity:.88}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .2s ease,opacity .2s ease;opacity:0;pointer-events:none}.play-button::before{content:"";display:block;width:28px;height:28px;margin-left:4px;mask:url('data:image/svg+xml;utf8,') center/contain no-repeat;background-color:#ff0000}.yt-embed-card:hover .play-button{opacity:1;transform:translate(-50%,-50%) scale(1)}.yt-embed-footer{padding:12px 16px 16px}.yt-video-title{font-size:16px;font-weight:600;color:#212529;line-height:1.4;margin:0 0 8px 0}.yt-start-info{display:flex;align-items:center;gap:6px;font-size:13px;color:#6c757d}.clock-icon{width:14px;height:14px;fill:currentColor}