Windows

How to Cancel Print Job in Windows 11

Richard
Written by
Richard
Dec 14, 2021 Updated Apr 29, 2026 3 min read

Printing is usually fast, but sometimes things go wrong. A stuck file can stop your printer from working. This guide helps you clear out those stubborn jobs.

Why cancel a print job?

When a document fails to print, it gets stuck in the “queue.” This blocks all other documents behind it. Canceling the stuck job clears the path so your printer can start working again.

What happens when you are done?

Verifying the print queue is empty ensures your printer is ready for new tasks. Once the stuck job is removed, the printer will stop trying to process the error and move on to the next document in the list.

How to cancel a print job from the notification area

When you are printing, a small printer icon often appears in your taskbar. Look for it near the clock.

Right-click the printer icon and select Open All Active Printers.

Right-clicking the taskbar printer icon to open all active printers

How to open the print queue using Settings

If you do not see the icon, use the Settings app instead.

  1. Open the Start menu and click Settings.
windows 11 start settings
  1. Click Bluetooth & devices, then select Printers & scanners.
windows 11 bluetooth and device printer and scanner
  1. Click on the name of your printer from the list.
windows 11 select printer on list
  1. Click Open Print Queue.
windows 11 open print queue

Troubleshooting a stuck print queue

If the cancel button is greyed out or the job says ‘Deleting’ but never disappears, the Print Spooler service may be hung. You can force clear it by restarting the service.

[ADMIN PRIVILEGES REQUIRED]: You must run these commands as an administrator. Open the Start menu, type ‘cmd’, right-click it, and select ‘Run as administrator’.

💻Code
net stop spooler
del /Q /F /S %systemroot%\System32\Spool\Printers\*.*
net start spooler

After running these, your print queue should be empty. If issues persist, try the official Microsoft Print Troubleshooter.

Summary

Canceling a stuck print job is simple. You can reach the queue through the taskbar icon or the Windows Settings menu. If a job refuses to go away, use the command line to restart the Print Spooler service. Keeping your queue clear ensures your printer runs smoothly.

Why does my print job say ‘Deleting’ but never disappears?

This happens when the Print Spooler service is stuck or the printer is still trying to communicate with the computer. The job is marked for deletion, but the system cannot finish the task. Restarting the Print Spooler service usually forces the system to clear the stuck file immediately.

Do I need to restart my printer after canceling a job?

Usually, no. Once you cancel the job in Windows, the printer should stop automatically. However, if the printer remains unresponsive or shows an error light, turning the printer off and back on can help clear its internal memory and reset the connection to your computer.

How do I cancel a print job from a network printer?

Canceling a network print job works the same way as a local printer. Open the print queue on your computer using the Settings app or the taskbar icon. Because the job is sent from your machine, your computer manages the queue, allowing you to cancel it locally.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version