Windows 10: Print Queue won't clear Windows 10

Discus and support Print Queue won't clear Windows 10 in Windows 10 Drivers and Hardware to solve the problem; I have a computer where the print queue won't clear. There is one job that is stuck on 'deleting ' , this is a shared printer so it is stopping others... Discussion in 'Windows 10 Drivers and Hardware' started by KM9595, May 25, 2021.

  1. KM9595 Win User

    Print Queue won't clear Windows 10


    I have a computer where the print queue won't clear. There is one job that is stuck on 'deleting ' , this is a shared printer so it is stopping others from printing to it. Things I have tried Restarting the computerOpening services as an admin and restarting the Print SpoolerManually stopping and starting the Print Spooler

    :)
     
    KM9595, May 25, 2021
    #1
  2. Azucho98 Win User

    Print queue full error - has anyone solved this?


    I tried both options in the link and neither one worked... *Sad Thank you for the suggestion!
     
    Azucho98, May 25, 2021
    #2
  3. RickC Win User
    Reset and Clear Print Spooler in Windows 10


    I use the same commands but wrapped in an AutoHotkey script which takes care of the elevation and provides an onscreen message:


    Print Queue won't clear Windows 10 [​IMG]


    Code:
    Code:
    ; Based on https://autohotkey.com/boards/viewtopic.php?f=6&t=24987&hilit=print+queue #SingleInstance force ; Ensure only one instance at a time #NoTrayIcon ; Surpress the default Notification tray icon  ; Prompt to 'Run as Admin', i.e. show UAC dialog If Not A_IsAdmin {    Run *RunAs "%A_ScriptFullPath%"  ; Requires AHK v1.0.92.01+    ExitApp }  SplashImage,, W300 H120,, `nPlease wait...`n`nThe Printer queue is being cleared.`n`n This may take up to 10 seconds., Clear Printer Queue ; Show user message to inform what's happening Runwait, %comspec% /c "net stop spooler",, hide ; Stop the Print Spooler  ; Windows has its Print Queue located at the path used below. Runwait, %comspec% /c "del C:\Windows\System32\spool\printers\* /Q /F /S",, hide ;  Delete all files in the Print Queue (using [Q]uiet mode, [F]orce and clear [S]ub-folders switches)  Runwait, %comspec% /c "net start spooler",, hide ; Restart the Print Spooler splashimage, off ; Close the information message  ExitApp
    I've added this as a right-click option using a REG file:

    Print Queue won't clear Windows 10 [​IMG]


    Code:
    Code:
    Windows Registry Editor Version 5.00  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Clear Print Queue] "Icon"="C:\\Windows\\System32\\shell32.dll,222" "MUIVerb"="Clear Print Queue"  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\Clear Print Queue\command] @="explorer /root,\"C:\\Support\\ClearPrinterQueue.ahk\""
    Hope this helps...
     
    RickC, May 25, 2021
    #3
  4. 808bty Win User

    Print Queue won't clear Windows 10

    Print Queue Personality Configuration

    I've created many plot/print queues for the convenience of our users.

    • Print queue personality is set on the Print Server
    • Personality settings include preset - orientation, paper size (A, B C, D, E), color/B&W, etc.
    With these preset personality settings, my users don't have to go through the print configuration steps for all the different types of documents they print.

    They simply select the queue and print.

    Some time a while ago, the personality settings for each print queue saved on my print server are no longer the default print queue setting on the users machine after they select the print queue.

    Is there some way I can automatically "push" the print queue personality settings to every client who uses the queues?

    Clients - W7 & W10

    Print Server OS - Server 2012

    Applications used - MS Office Suite, MicroStation, BentleyView, Bluebeam, G Technology Suite
     
    808bty, May 25, 2021
    #4
Thema:

Print Queue won't clear Windows 10

Loading...
  1. Print Queue won't clear Windows 10 - Similar Threads - Print Queue won't

  2. Windows 11 Print Queue Will Not Clear Old Jobs

    in Windows 10 Gaming
    Windows 11 Print Queue Will Not Clear Old Jobs: Windows 11 Pro 64-bit with a Zebra ZT230 label printerWhen printing a series of labels the first set will print, however the next consecutive sets get stuck in the print queue. This is because the first set of labels that printed never cleared from the print queue to allow...
  3. Windows 11 Print Queue Will Not Clear Old Jobs

    in Windows 10 Software and Apps
    Windows 11 Print Queue Will Not Clear Old Jobs: Windows 11 Pro 64-bit with a Zebra ZT230 label printerWhen printing a series of labels the first set will print, however the next consecutive sets get stuck in the print queue. This is because the first set of labels that printed never cleared from the print queue to allow...
  4. Print Queue won't clear after printing

    in Windows 10 Gaming
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  5. Print Queue won't clear after printing

    in Windows 10 Software and Apps
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  6. Print Queue won't clear after printing

    in Windows 10 Drivers and Hardware
    Print Queue won't clear after printing: I'm having this problem to print multiple documents, first for every document i want to print for the first time after the printer enter standby mode i need to restart the spool, then after that for each document i want to print i need to wait the printer to finish, stop the...
  7. Printer Queue will not clear - Windows 10

    in Windows 10 Software and Apps
    Printer Queue will not clear - Windows 10: I am using an HP Wireless printer and the printer queue will get stuck from time to time. It won't clear. This is causing a loss of productivity and business. I have to stop the services, delete the printer queue, delete items from the C:\Windows\System32\spool\PRINTERS...
  8. Printer Queue will not clear - Windows 10

    in Windows 10 Drivers and Hardware
    Printer Queue will not clear - Windows 10: I am using an HP Wireless printer and the printer queue will get stuck from time to time. It won't clear. This is causing a loss of productivity and business. I have to stop the services, delete the printer queue, delete items from the C:\Windows\System32\spool\PRINTERS...
  9. Cannot clear print queue

    in Windows 10 Drivers and Hardware
    Cannot clear print queue: I have a document stuck in queue. I tried cancelling from print queue, but it just says deleting and never deletes. I shut down the computer and the printer then rebooted both. Problem still exists. Documents print fine from another computer to the same printer over the...
  10. Can't clear print queue

    in Windows 10 Drivers and Hardware
    Can't clear print queue: Using a Brother laser printer. Suddenly unable to clear print queue https://answers.microsoft.com/en-us/windows/forum/all/cant-clear-print-queue/7853f203-da68-4c04-ac77-d9eaa1ea46dc