Print Spooler Keeps Stopping? Apply this Quick Fix!

If your print spooler keeps stopping, all you have to do is clear the print queue and restart the spooler service. It will instantly fix the issue.

With that said, let me show you the exact steps to do so.

Open Command Prompt and copy-paste these commands.

  • net stop spooler
  • del %systemroot%\System32\spool\printers\* /Q
  • net start spooler
  • exit

The error should go away. If not, try these commands:

  • sc config http start= demand
  • net start http
  • exit

It’s worth noting that, sometimes, the issue may arise due to problem on the dependent services rather than the print spooler service.

To be more precise, the Print spooler service depends on DcomLaunch, RpcEptMapper and RpcSS service. If any of them stop, print spooler also stops.

In such cases, you need to tweak a few things in the Registry Editor to get them back to work again.

  • Go to each of these Registry location one after another:
    • Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch
    • Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcEptMapper
    • Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs
  • Open the Start entry.
  • Enter 2 in the Value data field and save changes.
  • Restart your computer. You won’t face issues with the print spooler now.

Do let me know if you need further assistance. PrinterArmy Deependra always has your back.

Meet Deependra Pangeni, the printer expert and founder of PrinterArmy.com. With a background in Computer Engineering and a huge collection of printers, Deependra knows all about printing. He shares his how-to guides, solutions and tips on PrinterArmy.com to help everyone print perfectly.

Related Posts

How to Fix Printer Alignment (All Brands)

Have you ever printed a document only to find the text and images aren’t properly aligned? Or your printer suddenly starts printing unnecessary lines, displaying incorrect colors,…

Printer Not Printing Black? Here’s How to Fix It

The answer is simple. If your printer is not printing black, you are running low on black ink. So, start by checking the ink levels on your…

How to Set Default Printer? 3 Quick Ways

You can either use Windows Settings, Control Panel or Command Prompt to set default printer on your computer. Let me quickly show you the steps for all…

One Simple Fix to Windows Cannot Connect to the Printer Error

To fix the Windows cannot connect to the printer error, you just have to go to the Registry Editor. Then, disable the “RpcAuthnLevelPrivacyEnabled” value. Let me quickly…

How to Find WPS Pin for Printer? (Step-by-Step Guide)

There are only two ways to find the WPS pin for printers. Using Display Panel to Find WPS PIN Finding WPS PIN for printers with display panel…

No AirPrint Printers Found? Here are 7 Ways to Fix It

I started facing the “No AirPrint Printers Found” error right after upgrading to iOS 17. Fortunately, I was able to resolve the issue by re-upgrading to iOS…

Leave a Reply

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