How To Delete A Print Job Stuck In The Queue

Modern computers have a dedicated print spooler service that temporarily holds the print jobs in the queue. It then sends them to the printer to get printed. However, sometimes the print jobs may get stuck in the queue, and simply right-clicking the print job and selecting cancel won’t delete it.

In such a case, you should force delete the print jobs from the spooler cache to allow new jobs to be executed again.

Delete Stuck Print Job on Windows

If you are on a Windows computer, you can delete the stuck print jobs using the command or graphical interface. This is basically what you will do to delete the stuck print jobs.

  • Stop the spooler service (service that looks after all the print-related tasks on a Windows computer)
  • Delete all the temporary files in the spooler cache (files with .SHD and .SPL extension)
  • Start the spooler service

Using Command Interface

  1. Turn off the power supply of your printer.unplug-power-cord-of-printer-1
  2. Type Command Prompt in the Windows search box.
  3. Right-click it and tap Run as administrator.
    run cmd as administrator
  4. Click Yes in the UAC popup window.
  5. Copy and paste these commands in the command window and press Enter key after each line.
    net stop spooler
    del %systemroot%\System32\spool\printers\* /Q
    net start spooler
    commands to delete stuck print jobs
  6. Check the print queue. The stuck print job should be gone now.
    print-queue-of-printer

Using Graphical Interface

  1. Power off the printer.
  2. Right-click the Windows Start button and click Run.
    open-run-from-start-button
  3. Enter services.msc in the text area and click OK.
    services-msc-in-run
  4. Find Print Spooler, right-click it and click Stop.
    stop-print-spooler
  5. Now hit the Windows + E shortcut on your keyboard.
  6. Copy-paste this address in the address bar and press Enter. C:\Windows\System32\spool\PRINTERSspooler-cache-location-on-computer
  7. Delete all the contents of this folder.SHD-AND-SPL-file-in-spooler-cache
  8. Now return to the Services window again, right-click Print Spooler and select Start.
    start-the-spooler-service
  9. Check the print queue.
  10. Restart your PC if the print job is still stuck in the queue. It should solve the problem.

Delete Stuck Print Job on Mac

If you are on a Mac, you should reset its entire printing system to delete the stuck print jobs. However, resetting the printing system will also remove the printers from your Mac. So, you need to add the printer to your Mac again.

  1. Go to the Apple icon and choose System Preferences.
    system-preference-on-mac
  2. Launch Printers & Scanners.
    printers-and-scanners-on-mac
  3. Keep pressing the Control key and click the white space on the left side.
  4. Tap Reset printing system.
    reset-printing-system
  5. Click Reset.
    reset-button
  6. You must type the administrator password if prompted. Click OK.
    enter-the-admin-password-for-reset
  7. Add your printer again.
    re-add-the-printer-after-resetting-printing-system

Still Unable to Clear the Print Job?

In most cases, you should be able to delete the stuck print jobs after clearing the spooler cache. If that does not work, you can reinstall the printer driver to clear the queue.

  1. Open Device Manager.
    open device manager
  2. Extend the Print queues menu.
  3. Right-click the printer whose queue you want to clear.
  4. Select Uninstall device.
    uninstall-printer-from-device-manager
  5. Click Uninstall.
    confirm-printer-uninstall
  6. Once you complete the uninstall, open Settings.
    open settings on pc
  7. Click Bluetooth & devices > Printers & scanners.
    printers and scanners in windows
  8. Tap Add device.
    add device button
  9. Select your printer and install it.
    select your printer to add
  10. If you don’t see your printer in the list, click Add manually.
    add manually printer
  11. Choose your preferred method to add the printer and follow the on-screen instructions.
    adding-printer-methods

Refer to this guide on adding a printer on Windows if you have a problem, just in case.

If you are still having issues, it’s time to seek help from the printer manufacturer as well.

Add a Comment

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