How to Stop a Print Job Stuck in Spooling Without Restarting the Service

Quick fix: Use PrintUI.dll to cancel a single stuck job by job ID without restarting the spooler. Open the print queue, note the offending job’s ID, then run rundll32 printui.dll,PrintUIEntry /Xs /n “PrinterName” status “Cancel” jobid <ID>. The remaining queue continues processing. One print job is stuck in “Spooling” status. Other jobs queue behind it … Read more

Fix Printer Adds an Extra Blank Page After Each Document on Windows 11

Quick fix: Open Printer properties → Device Settings tab, find Separator Page, and set to (none). The separator page feature inserts a blank page between print jobs — useful in shared printers, annoying for home use. Every document you print produces an extra blank page at the end. Sometimes at the beginning. The document itself … Read more

Why Windows 11 Resets the Default Printer and How to Lock It

Quick fix: Open Settings → Bluetooth & devices → Printers & scanners, scroll down, untick Let Windows manage my default printer. Then click your preferred printer and click Set as default. With Windows-managed default off, your manual choice stays put across reboots. You set the laser printer as default. Print one document to the photo … Read more

Why Print Queue Jobs Refuse to Clear on Windows 11

Quick fix: Stop the Print Spooler service, delete every file in C:\Windows\System32\spool\PRINTERS, then start the Print Spooler — phantom “Deleting” jobs that won’t clear from the queue disappear within seconds. You sent a print job, the printer hiccupped, and now the queue shows the document with status Deleting. You right-click → Cancel and nothing changes. … Read more

How to Force-Delete a Stuck Print Job on Windows 11

Quick fix: Stop the Print Spooler service (net stop spooler), delete the matching .SHD and .SPL files from C:\Windows\System32\spool\PRINTERS, then start the spooler again — this removes a single stuck job without dropping every other queued print. One specific print job is stuck on “Deleting” or “Printing” and won’t budge — but you don’t want … Read more

Fix Network Printer Disappears After Sleep on Windows 11

Quick fix: Open Settings → Bluetooth & devices → Printers & scanners → (your printer) → Printer properties → Ports tab and switch from WSD port to a Standard TCP/IP Port with the printer’s reserved IP. WSD-based connections are the most common cause of network printers disappearing after sleep. Your network printer works fine when … Read more