{"id":10003,"date":"2026-02-11T18:28:55","date_gmt":"2026-02-11T18:28:55","guid":{"rendered":"https:\/\/howtogeek.blog\/nl\/?p=10003"},"modified":"2026-02-11T18:28:55","modified_gmt":"2026-02-11T18:28:55","slug":"how-to-clear-a-stuck-print-job-from-queue","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/nl\/how-to-clear-a-stuck-print-job-from-queue\/","title":{"rendered":"How To Clear a Stuck Print Job from Queue"},"content":{"rendered":"<p>Modern computers rely on the print spooler service \u2014 kind of a behind-the-scenes hero that holds print jobs in a queue until they&#8217;re sent to the printer. It\u2019s usually smooth sailing, but sometimes, jobs get stuck (probably because of a weird glitch or a corrupted file), and trying to right-click and cancel doesn&#8217;t do the trick. That\u2019s when the queue just refuses to clear, and you\u2019re left staring at that stubborn print job, wondering if it will ever go away. The fix usually involves forcing the spooler to forget those stuck jobs, which means cleaning out its cache or restarting its service. Doing this clears out those frozen jobs and lets everything run normally again, so you can print without issues.<\/p>\n<p>Fixing this isn\u2019t the most complex thing, but it\u2019s not automatic either. Sometimes, just stopping the spooler service and deleting those temporary files in the spool folder does the trick. On other setups, you might want to do it through commands\u2014because Windows isn\u2019t always friendly with a GUI when things go sideways. And if you\u2019re on a Mac, resetting the entire print system is usually the way to go, but beware \u2014 it\u2019ll wipe out your printers, so be ready to set them up again.<\/p>\n<h2>How to Fix a Stuck Print Job on Windows and Mac<\/h2>\n<h3>Method 1: Forcefully Clearing the Print Queue with Commands<\/h3>\n<p>This method helps on Windows when the print jobs are stuck stubbornly and won\u2019t cancel normally. It\u2019s kind of weird, but turning off the spooler service, deleting the files manually, then restarting it can fix the problem. It clears out the cache files (.SHD and. SPL) that might be holding onto corrupted or stuck jobs. On some machines, this might take a reboot to fully work, but most times, it\u2019s enough.<\/p>\n<ul>\n<li>Turn off your printer \u2014 because of course, Windows has to make this harder than necessary.<\/li>\n<li>Open <strong>Command Prompt<\/strong> as admin: hit the <kbd>Windows key<\/kbd> + <kbd>X<\/kbd> and choose <strong>Command Prompt (Admin)<\/strong> or <strong>Windows PowerShell (Admin)<\/strong>.<\/li>\n<li>Type these commands, pressing <kbd>Enter<\/kbd> after each:\n<pre><code>net stop spooler del %systemroot%\\System32\\spool\\PRINTERS\\* \/Q net start spooler<\/code><\/pre>\n<\/li>\n<li>Check your print queue\u2014usually, the stuck job is gone now.<\/li>\n<\/ul>\n<p>Note: Sometimes, stopping and starting the spooler doesn\u2019t work on the first go. You might need to reboot or repeat for good measure. Weird, but true.<\/p>\n<h3>Method 2: Using the Graphical Interface<\/h3>\n<p>If command-line stuff makes your head spin, this way is more visual. It\u2019s straightforward\u2014stop the spooler, clear out the files, then restart it. It\u2019s kind of a hassle to navigate sometimes, but it works pretty reliably.<\/p>\n<ul>\n<li>Power off your printer for good measure.<\/li>\n<li>Right-click the <strong>Start<\/strong> menu and select <strong>Run<\/strong>.<\/li>\n<li>Type <code>services.msc<\/code> and hit <strong>OK<\/strong>.<\/li>\n<li>Find <strong>Print Spooler<\/strong>, right-click, and choose <strong>Stop<\/strong>.<\/li>\n<li>Press <kbd>Windows + E<\/kbd> to open File Explorer.<\/li>\n<li>Paste this in the address bar: <code>C:\\Windows\\System32\\spool\\PRINTERS<\/code> and hit Enter.<\/li>\n<li>Delete all files in that folder. If Windows complains, just skip or close everything that says it\u2019s in use.<\/li>\n<li>Go back to the <strong>Services<\/strong> window, right-click <strong>Print Spooler<\/strong>, then choose <strong>Start<\/strong>.<\/li>\n<li>Check your print queue. If the stuck job persists, a full reboot might be needed, but usually it\u2019s cleared out.<\/li>\n<\/ul>\n<h3>Resetting the Print System on Mac<\/h3>\n<p>On a Mac, it\u2019s a bit more drastic\u2014from a frustration standpoint\u2014resetting the entire printing system resets all printers and clears out stuck jobs. It\u2019s a straightforward process but means you&#8217;ll need to add your printers again afterwards.<\/p>\n<ol>\n<li>Click the <strong>Apple<\/strong> icon, then go to <strong>System Preferences<\/strong>.<\/li>\n<li>Open <strong>Printers &amp; Scanners<\/strong>.<\/li>\n<li>Hold down the <strong>Control<\/strong> key and click anywhere in the list of printers on the left side, then pick <strong>Reset printing system<\/strong>.<\/li>\n<li>Confirm the reset when prompted. You\u2019ll probably need to enter your administrator password.<\/li>\n<li>Re-add the printer(s) as usual by clicking the &#8216;+&#8217; button.<\/li>\n<\/ol>\n<h3>Still No Luck? Reinstall the Printer Driver<\/h3>\n<p>If clearing the spooler cache doesn\u2019t do the trick, the driver might be acting up. Sometimes corrupted drivers cause print jobs to get stuck, no matter what you do. The fix? Remove the printer device from your system and add it back, probably after downloading the latest driver from the manufacturer\u2019s site.<\/p>\n<ul>\n<li>Open <strong>Device Manager<\/strong>: just type it in the Windows search bar.<\/li>\n<li>Expand the <strong>Print queues<\/strong> section.<\/li>\n<li>Right-click your printer and choose <strong>Uninstall device<\/strong>.<\/li>\n<li>Confirm with <strong>Uninstall<\/strong>.<\/li>\n<li>Head into <strong>Settings<\/strong> &gt; <strong>Bluetooth &amp; devices<\/strong> &gt; <strong>Printers &amp; scanners<\/strong>.<\/li>\n<li>Click <strong>Add device<\/strong>.<\/li>\n<li>Select your printer and add it back. If it doesn\u2019t appear, click <strong>Add manually<\/strong> and follow the instructions.<\/li>\n<\/ul>\n<p>Basically, reinstalling the driver resets the whole system, which sometimes is the only way to clear that stubborn queue.<\/p>\n<h2>Summary<\/h2>\n<ul>\n<li>Clear the spooler cache by stopping the spooler service and deleting files manually or via commands.<\/li>\n<li>Reset printing system on Mac if Windows tricks don\u2019t work.<\/li>\n<li>Reinstall printer drivers if all else fails.<\/li>\n<li>Reboot your machine if things are still wonky after trying everything else.<\/li>\n<\/ul>\n<h2>Wrap-up<\/h2>\n<p>Dealing with stuck print jobs can be a pain, but most of the time, a good old cache cleanup does the trick. It\u2019s kind of satisfying when those frozen jobs finally disappear, and printing gets back to normal. Just remember, on Windows, messing with services and files isn\u2019t always elegant, but it works. On Macs, resetting the print system is a heavy hitter but may cause you to reconfigure some settings. Hopefully, this saves someone a chunk of time. Fingers crossed, this helps some folks get those jobs unstuck faster than they thought possible.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern computers rely on the print spooler service \u2014 kind of a behind-the-scenes hero that holds print jobs in a queue until they&#8217;re sent to the printer. It\u2019s usually smooth sailing, but sometimes, jobs get stuck (probably because of a weird glitch or a corrupted file), and trying to right-click and cancel doesn&#8217;t do the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10003","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/10003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/comments?post=10003"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/10003\/revisions"}],"predecessor-version":[{"id":10004,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/10003\/revisions\/10004"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/media?parent=10003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/categories?post=10003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/tags?post=10003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}