Skip to content

Commit 275fd97

Browse files
committed
Fix formatting
1 parent 8ce3a81 commit 275fd97

1 file changed

Lines changed: 99 additions & 111 deletions

File tree

Lines changed: 99 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,99 @@
1-
---
2-
title: Printer Not Responding
3-
description: Provides solutions to an issue where a printer isn't responding.
4-
ms.date: 03/31/2025
5-
6-
manager: dcscontentpm
7-
audience: itpro
8-
ms.topic: troubleshooting
9-
ms.reviewer: kaushika, warrenw, v-lianna
10-
ms.custom:
11-
- sap:print,fax,and scan\print configuration or management
12-
- pcy:WinComm User Experience
13-
---
14-
# Printer isn't responding
15-
16-
This article provides solutions to an issue where a printer isn't responding.
17-
18-
When a printer isn't responding, it generally means that the printer can't communicate with the computer device or the server. This issue occurs for several reasons, for example:
19-
20-
- Network communication problem with the device
21-
- Unstable printer state or error state
22-
- Driver outdated or corrupt
23-
24-
To resolve the issue, perform the following verifications in order:
25-
26-
## 1. Check the printer connection
27-
28-
Ensure that the printer is properly connected to your computer or network:
29-
30-
- For wired printers, make sure the cable is securely plugged in.
31-
- For wireless printers, verify that the printer is connected to a functioning Wi-Fi network.
32-
33-
## 2. Check if the printer is in a problematic state
34-
35-
Check the printer's display panel or the printer status on your computer. If the printer is in a **Stopped** state, add the **Status Reason** column to see if there's an error such as **Out of toner** or **Off-line**.
36-
## 3. Check the printer properties
37-
## 3. Check the printer properties
38-
Right-click the printer icon and select **Properties**. Select the **General** tab and check the device status message. It might indicate a problem or provide an error code to check online or in the printer manual.
39-
40-
Right-click the printer icon and select **Properties**. Select the **General** tab and check the device status message. It might indicate a problem or provide an error code to check online or in the printer manual.
41-
42-
Turn off the printer, wait about 30 seconds, and then turn it back on. This action can often resolve temporary issues.
43-
## 4. Restart the printer
44-
45-
Turn off the printer, wait about 30 seconds, and then turn it back on. This action can often resolve temporary issues.
46-
Run the built-in printer troubleshooter on your Windows computer. To do so, go to **Settings** > **System** > **Troubleshoot** > **Other troubleshooters**, and then select **Run** next to **Printer**.
47-
48-
## 6. Reinstall the printer driver
49-
50-
Right-click your printer in Device Manager and select **Uninstall device**. Then, restart your computer and reinstall the driver.
51-
52-
If the driver is the latest original equipment manufacturer (OEM) version, try switching to a generic in-box driver.
53-
## 6. Reinstall the printer driver
54-
55-
56-
Restart the Print Spooler service to clear any stuck print jobs by using one of the following methods. For more information, see [Printing issues caused by the Print Spooler service not running](print-spooler-service-not-running.md).
57-
58-
59-
If the driver is the latest original equipment manufacturer (OEM) version, try switching to a generic in-box driver.
60-
61-
62-
## 7. Check the Print Spooler service state
63-
64-
Restart the Print Spooler service to clear any stuck print jobs by using one of the following methods. For more information, see [Printing issues caused by the Print Spooler service not running](print-spooler-service-not-running.md).
65-
66-
67-
### Manually restart the service
68-
69-
In the **Services** application, right-click **Print Spooler** in the list, and select **Restart**.
70-
71-
### Use Command Prompt
72-
73-
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:
74-
75-
```console
76-
-net stop spooler
77-
```
78-
79-
```console
80-
-net start spooler
81-
```
82-
83-
### Use Windows PowerShell
84-
85-
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>:
86-
87-
```powershell
88-
Restart-Service -Name spooler
89-
```
90-
91-
## 8. Verify the printer queue status
92-
93-
## 9. Update the printer firmware
94-
95-
Check the manufacturer's website for any firmware updates available for your printer.
96-
97-
1. Stop the Print Spooler service.
98-
2. Open File Explorer and navigate to **C:\\Windows\\System32\\spool\\PRINTERS**.
99-
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-related issues](../../windows-client/windows-tss/gather-information-using-tss-user-experience.md#printing).
100-
4. Restart the Print Spooler service.
101-
102-
## 9. Update the printer firmware
103-
104-
105-
Check the manufacturer's website for any firmware updates available for your printer.
106-
107-
108-
## Data collection
109-
110-
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-related issues](../../windows-client/windows-tss/gather-information-using-tss-user-experience.md#printing).
111-
1+
---
2+
title: Printer Not Responding
3+
description: Provides solutions to an issue where a printer isn't responding.
4+
ms.date: 03/31/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, warrenw, v-lianna
9+
ms.custom:
10+
- sap:print,fax,and scan\print configuration or management
11+
- pcy:WinComm User Experience
12+
---
13+
# Printer isn't responding
14+
15+
This article provides solutions to an issue where a printer isn't responding.
16+
17+
When a printer isn't responding, it generally means that the printer can't communicate with the computer device or the server. This issue occurs for several reasons, for example:
18+
19+
- Network communication problem with the device
20+
- Unstable printer state or error state
21+
- Driver outdated or corrupt
22+
23+
To resolve the issue, perform the following verifications in order:
24+
25+
## 1. Check the printer connection
26+
27+
Ensure that the printer is properly connected to your computer or network:
28+
29+
- For wired printers, make sure the cable is securely plugged in.
30+
- For wireless printers, verify that the printer is connected to a functioning Wi-Fi network.
31+
32+
## 2. Check if the printer is in a problematic state
33+
34+
Check the printer's display panel or the printer status on your computer. If the printer is in a **Stopped** state, add the **Status Reason** column to see if there's an error, such as **Out of toner** or **Off-line**.
35+
36+
## 3. Check the printer properties
37+
38+
Right-click the printer icon and select **Properties**. Select the **General** tab and check the device status message. It might indicate a problem or provide an error code to check online or in the printer manual.
39+
40+
## 4. Restart the printer
41+
42+
Turn off the printer, wait about 30 seconds, and then turn it back on. This action can often resolve temporary issues.
43+
44+
## 5. Run the printer troubleshooter
45+
46+
Run the built-in printer troubleshooter on your Windows computer. To do so, go to **Settings** > **System** > **Troubleshoot** > **Other troubleshooters**, and then select **Run** next to **Printer**.
47+
48+
## 6. Reinstall the printer driver
49+
50+
Right-click your printer in Device Manager and select **Uninstall device**. Then, restart your computer and reinstall the driver.
51+
52+
If the driver is the latest original equipment manufacturer (OEM) version, try switching to a generic in-box driver.
53+
54+
## 7. Check the Print Spooler service state
55+
56+
Restart the Print Spooler service to clear any stuck print jobs by using one of the following methods. For more information, see [Printing issues caused by the Print Spooler service not running](print-spooler-service-not-running.md).
57+
58+
### Manually restart the service
59+
60+
In the **Services** application, right-click **Print Spooler** in the list, and select **Restart**.
61+
62+
### Use Command Prompt
63+
64+
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:
65+
66+
```console
67+
-net stop spooler
68+
```
69+
70+
```console
71+
-net start spooler
72+
```
73+
74+
### Use Windows PowerShell
75+
76+
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>:
77+
78+
```powershell
79+
Restart-Service -Name spooler
80+
```
81+
82+
## 8. Verify the printer queue status
83+
84+
If there are any stuck print jobs, clear the queue and resubmit the print job.
85+
86+
To delete any files stuck in the queue, follow these steps:
87+
88+
1. Stop the Print Spooler service.
89+
2. Open File Explorer and navigate to **C:\\Windows\\System32\\spool\\PRINTERS**.
90+
3. Delete all files (`.shd` files) in this folder. These files are the print jobs that are stuck in the queue.
91+
4. Restart the Print Spooler service.
92+
93+
## 9. Update the printer firmware
94+
95+
Check the manufacturer's website for any firmware updates available for your printer.
96+
97+
## Data collection
98+
99+
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-related issues](../../windows-client/windows-tss/gather-information-using-tss-user-experience.md#printing).

0 commit comments

Comments
 (0)