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.

Clear the Print Queue

Open Command Prompt and copy-paste these commands.

  • net stop spooler
  • del %systemroot%\System32\spool\printers\* /Q
  • net start spooler
  • exit
    clearing print queue and restart spooler service

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

  • sc config http start= demand
  • net start http
  • exit
    http start command to fix printer spooler keeps stopping

Fix Problems on Dependent Services

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.

open registry editor in pc sharing the printer
  • 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.
    value data 2 for dcom launcher
  • 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

Printer in an Error State? Here’s How to Fix It

If your computer is showing a “Printer in an error state” notification when trying to print, There’s a printer port misconfiguration issue on your computer. So, let’s…

[Fixed] “Driver is Unavailable” Error on Printer

So you just added printer to your computer. But when you try to print, it shows the “Driver is unavailable” error, right? I found so many incorrect…

Computer Cannot Find Wireless Printer? Here’s How to Fix It

If your computer cannot find wireless printer, Going through these basic fixes should help you fix the problem in most cases. If that doesn’t, here are some…

Is Your Printer Not Printing in Color? Here’s How to Fix It

In our previous article, we discussed how to fix it when the printer is not printing in black. And today, we will discuss what to do when…

How to Clean Printhead of Your Printer? [Automatic and Manual Method]

Cleaning the printhead of your printer is extremely important if you are going through issues like: There are so many such issues that can be fixed simply…

Printer Printing Faded Texts? Here are 4 Quick Ways to Fix It

If your printer is printing faded texts, the answer is straight. “The printer is running low on ink” Think of it like writing with a pen —…

Leave a Reply

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