Skip to content

Commit 3ee2e7e

Browse files
authored
Merge pull request #8439 from v-lianna/CI_4400
AB#4400 print-spooler-service-not-running
2 parents d59b7af + bd54705 commit 3ee2e7e

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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).

support/windows-server/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,8 @@ items:
20152015
items:
20162016
- name: Troubleshoot printing and best practices
20172017
href: ./printing/troubleshoot-printing-and-best-practices.md
2018+
- name: Troubleshoot printing issues caused by Print Spooler service not running
2019+
href: ./printing/print-spooler-service-not-running.md
20182020
- name: Troubleshoot printing known issues
20192021
href: ./printing/troubleshoot-printing-known-issues.md
20202022
- name: Troubleshoot printing scenarios

0 commit comments

Comments
 (0)