Successfully delete a print job

Johannes Kingma 601 Reputation points
2026-08-03T11:07:45.2266667+00:00

Delete a job does not work and shows;
User's image

Windows for business | Windows 365 Business
0 comments No comments

Answer accepted by question author
Daphne Huynh (WICLOUD CORPORATION) 985 Reputation points Microsoft External Staff Moderator
2026-08-04T03:09:54.7733333+00:00

Welcome to Microsoft Q&A!

Thank you for sharing the details of your issue.

Based on the information provided, the screenshot shows that the print jobs are stuck in the queue and cannot be canceled from the client interface ("Fehler beim abbrechen-Auftrag"). This behavior typically indicates that the print job is being held by the Print Spooler service or that communication between the client and the print queue is no longer responding. In some cases, print processors, print monitors, or printer drivers may cause jobs to remain locked in the spooler.

To clear the stuck print jobs, please follow these steps:

  1. Open Services (services.msc).
  2. Stop the Print Spooler service.
  3. Browse to the following folder: C:\Windows\System32\spool\PRINTERS
  4. Delete all files from the PRINTERS folder.
  5. Start the Print Spooler service again. 6. Verify that the print queue has been cleared and test printing a new document.

Alternatively, you can perform the same action from an elevated Command Prompt:

net stop spooler

del /q /f %systemroot%\System32\spool\PRINTERS*.*

net start spooler

If the print jobs remain in the queue after restarting the spooler service, please collect the following information for further investigation:

  • Print server name
  • Printer queue name (for example, the FollowMe queue)
  • Client operating system version
  • Relevant PrintService event logs
  • Whether the issue affects a single user or multiple users

If the issue persists, additional analysis may be required. Persistent queue corruption can be associated with third-party print processors, print monitors, or printer drivers that continue to hold spool files after a cancellation request has been issued. In such cases, further spooler and driver troubleshooting may be necessary.

I hope this information helps. If you find the answer helpful, please consider clicking Accept Answer.

Thank you for using Microsoft Q&A!

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.