|
| 1 | +--- |
| 2 | +title: Printing issues caused by Print Spooler service not running |
| 3 | +description: Helps troubleshoot printing issues caused by the Print Spooler service not running. |
| 4 | +ms.date: 03/21/2025 |
| 5 | +manager: dcscontentpm |
| 6 | +audience: itpro |
| 7 | +ms.topic: troubleshooting |
| 8 | +ms.reviewer: kaushika, warrenw, elenag, v-lianna |
| 9 | +ms.custom: |
| 10 | +- sap:print,fax,and scan\print configuration or management |
| 11 | +- pcy:WinComm User Experience |
| 12 | +--- |
| 13 | +# Troubleshoot printing issues caused by Print Spooler service not running |
| 14 | + |
| 15 | +This article helps troubleshoot printing issues caused by the Print Spooler service not running. |
| 16 | + |
| 17 | +You encounter issues with installing printers, connecting to network printers, or printing to a printer. |
| 18 | + |
| 19 | +These issues might occur if the Print Spooler service isn't running on your system. The Print Spooler service usually starts with Windows and runs until the operating system shuts down. It contains Windows binaries and optional vendor-supplied components. |
| 20 | + |
| 21 | +Here are some methods you can use to troubleshoot these issues: |
| 22 | + |
| 23 | +- [Restart the Print Spooler service](#restart-the-print-spooler-service) |
| 24 | +- [Check for system instability or resource issues](#check-for-system-instability-or-resource-issues) |
| 25 | +- [Verify Group Policy settings](#verify-group-policy-settings) |
| 26 | +- [Update drivers](#update-drivers) |
| 27 | +- [Check for conflicts with anti-virus software](#check-for-conflicts-with-anti-virus-software) |
| 28 | + |
| 29 | +## Restart the Print Spooler service |
| 30 | + |
| 31 | +Restart the Print Spooler service to clear any stuck print jobs by using one of the following methods: |
| 32 | + |
| 33 | +### Manually restart the service |
| 34 | + |
| 35 | +In the **Services** application, right-click **Print Spooler** in the list, and select **Restart**. |
| 36 | + |
| 37 | +### Use Command Prompt |
| 38 | + |
| 39 | +Type **cmd** in the search bar, right-click **Command Prompt**, and select **Run as administrator** to open Command Prompt as an administrator. Run the following commands and press <kbd>Enter</kbd> after each one: |
| 40 | + |
| 41 | +```console |
| 42 | +-net stop spooler |
| 43 | +``` |
| 44 | + |
| 45 | +```console |
| 46 | +-net start spooler |
| 47 | +``` |
| 48 | + |
| 49 | +### Use Windows PowerShell |
| 50 | + |
| 51 | +Type **powershell** in the search bar, right-click **Windows PowerShell**, and select **Run as administrator** to open PowerShell as an administrator. Run the following cmdlet and press <kbd>Enter</kbd>: |
| 52 | + |
| 53 | +```powershell |
| 54 | +Restart-Service -Name spooler |
| 55 | +``` |
| 56 | + |
| 57 | +## Check for system instability or resource issues |
| 58 | + |
| 59 | +The Print Spooler service might fail to start due to system instability or insufficient system resources. Check the event logs for errors that indicate issues with initializing the local print provider. |
| 60 | + |
| 61 | +## Verify Group Policy settings |
| 62 | + |
| 63 | +Ensure that no Group Policy settings disable or stop the Print Spooler service. Disabling the Print Spooler service can be part of security mitigations. Additionally, there might be an organizational unit (OU) with a Group Policy Object (GPO) for the domain controllers (DCs) to disable the Print Spooler service. |
| 64 | + |
| 65 | +## Update drivers |
| 66 | + |
| 67 | +Ensure all relevant drivers are up to date. Outdated drivers and print components might cause the Print Spooler service to stop responding. |
| 68 | + |
| 69 | +## Check for conflicts with anti-virus software |
| 70 | + |
| 71 | +Anti-virus software can sometimes interfere with the Print Spooler service. Ensure the anti-virus software isn't blocking any files needed by the Print Spooler service. Create exclusions for the spool folder. |
| 72 | + |
| 73 | +## Data collection |
| 74 | + |
| 75 | +If you need assistance from Microsoft support, we recommend you collect the information by following the steps mentioned in [Gather information by using TSS for User Experience issues](../../windows-client/windows-tss/gather-information-using-tss-user-experience.md#printing). |
0 commit comments