Print Spooler Error—Here’re 4 Ways To Fix It

Windows computers utilize a special print service called Print Spooler to communicate with the printer.

Sometimes, while adding a printer, you may encounter an error mentioning that the print spooler service is not running and requesting a restart of the spooler. It mostly happens when the spooler service crashes or fails to respond due to stuck print jobs or a corrupted spooler cache.

Upon restarting the spooler, you may encounter another error message “Print Spooler Service Error 1068.” It is a service dependency error that occurs due to faults in other services.

In this article, I have compiled common fixes for most of the printer spooler errors. Let’s get straight into them.

Restart the Spooler

Restarting the spooler service is often an effective solution for resolving various printer errors. In fact, whenever you encounter the print spooler error, the error window itself prompts you to restart the service.

Restarting the spooler service helps fix errors by re-initializing the connection between your computer and printer.

So, before doing anything else, I recommend restarting this service. Here’re the steps.

  1. Open the Services app on your PC.open services app on pc
  2. Move down to Print Spooler > right-click it > press Restart.restart-option-print-spooler
  3. Double-click Print Spooler.
  4. Choose Automatic in this drop-down > Apply > OK.automatic-start-print-spooler

Try adding the printer. If you are still facing the error, try restarting your PC as well and see if that solves the problem.

Clear Spooler Cache and Restart the Spooler

Sometimes the print jobs stuck in the print queue may not let you restart the print spooler service using the standard method. In such cases, you should first clear the spooler cache and then restart the spooler.

Leer:   Cómo limpiar de forma segura el teclado Razer

Here’re a few commands to clear the spooler cache and restart the spooler using the command prompt.

  1. Open CMD. Make sure you launch it with administrator rights.open cmd with admin rights
  2. While you are at it, copy/paste these commands one after another. Press Enter after each of them.
    • net stop spooler
    • del %systemroot%System32spoolprinters* /Q
    • net start spooler
    • exitcommands-to-delete-stuck-print-jobs

Try adding the printer now. If this doesn’t work, check other advanced fixes below.

Check Status of Dependencies Services

Windows services generally have dependencies on other services—meaning one service requires components and resources from other services to function correctly.

When it comes to the print spooler, this service depends on the HTTP and Remote Procedure Call (RPC) service.

As such, if the HTTP or RPC service fails to work, you encounter the print spooler error. To be more precise, you encounter the “Print Spooler Service Error 1068” followed by the “The dependency service or group failed to start” message.

In such cases, you should first verify if the dependencies services are running before restarting the spooler service.

  1. Open Services.open services app on pc
  2. Navigate to Print Spooler > right-click it > Properties.properties-of-print-spooler
  3. Select the Dependencies tab.
  4. Expand these two services. You will see the components the print spooler service depends on.expand-http-and-rpc
  5. Now, you have to make sure that all these services are running.
  6. Go back to the Services window and locate the Remote Procedure Call (RPC) service. Check if it is running.rpc-is-running
  7. Similarly, go to the DCOM Server Process Launcher and ensure that it is running.dcom-is-running
  8. Also, check if the RPC Endpoint Mapper is up and running.rpc-endpoint-mapper-is-running
Leer:   La impresora no responde Mac

If any of these three services are stopped, you can easily restart them through the registry editor.

  1. Open Registry Editor.open regedit on pc
  2. Copy and paste this location in the address bar of the registry editor window. ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesXXXXX.
  3. Replace XXXXX with RpcSs, RpcEptMapper or DcomLaunch depending upon whether the RPC service, RPC Endpoint Mapper service or DCOM service has been stopped.registry-address-to-modify-service-start-type
  4. Double-click the Start entry.double-click-start-entry-for-dcomlaunch
  5. Set the Value data to 2 to start these services automatically > click OK.value-data-2-for-dcomlaunch
  6. Restart your computer.

Although listed in the dependencies list as a service, HTTP Service is a kernel device driver. So you will not find it in the services list. You can run a few of these commands to restart the HTTP service from the command prompt.

  1. Open CMD with admin rights.open cmd with admin rights
  2. Run these commands.
    • sc config http start= demand
    • net start http
    • exitcommand to start http kernel driver

Adjust the Spooler Recovery Settings

You can also adjust the print spooler recovery settings so that the spooler service will restart itself. This way, you don’t need to restart the spooler manually whenever it runs into a problem.

  1. Open Services.open services app on pc
  2. Go to Print Spooler > double-click it.double-click-print-spooler-service
  3. Jump to the Recovery tab and configure the settings as shown in the image below.adjust-spooler-recovery-settings
  4. Click Apply > OK.

Gracias por leer absolutoyrelativo.com. ¡Hasta la próxima!

Deja un comentario