Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 10 / Fix: The Local Print Spooler Service Not Running in Windows 10

February 7, 2020 Windows 10Windows 7Windows 8Windows Server 2016

Fix: The Local Print Spooler Service Not Running in Windows 10

You can face an error “The local print spooler service is not running” when trying to install a new printer, when opening the settings of the configured local printer or trying to print any file. This error may appear in Windows 10, Win 8.1 or 7.

The error message text may be slightly different depending on what you are going to do with the objects in the print spooler subsystem. For example:

Windows can’t open Add printer.
The local Print Spooler service is not running. Please restart the Spooler or restart the machine.

Windows can’t open Add printer. The local Print Spooler service is not running

Windows cannot connect to the printer.
The local Print Spooler service is not running.

Windows cannot connect to the printer. The local Print Spooler service is not running

First of all, make sure if the Print Spooler service is running. If not, you can come across the error 0x000006ba.

  1. Open the Services management mmc console (services.msc);
  2. In the list of services, find Print Spooler;
  3. Make sure that the service is running (Service status: Running), and the startup type is “Automatic”;
  4. Restart the service; print spooler service in services.msc snap-in
  5. If the service is not running, change its startup type and start it;
  6. On the Dependencies tab, verify that Print Spooler service depends on the following services: “Remote Procedure Control (RPC)” and “HTTP Service”. In order Print Spooler to work correctly, these services must be running. If the dependencies are not configured, you can restore them using the command: sc config spooler depend= RPCSS print spooler dependencies

You can also check the Print Spooler service status from the command prompt using the following command:

sc query spooler

In this example, you can see that the service is running.

sc query spooler: running

If the Print Spooler service is missing or cannot be started, try to clear the print queue.

Use the commands:

net stop spooler
del %systemroot%\system32\spool\printers\*.shd /F /S /Q
del %systemroot%\system32\spool\printers\*.spl /F /S /Q
net start spooler

Then delete files from the C:\windows\system32\spool\Printers folder (if the Print Spooler is stopped). Then make sure if print components are enabled in Windows 10:

  • Go to the Control Panel -> All Control Panel Items -> Programs and Features -> Turn Windows Features On or Off;
  • Find Print and Document Services in the list of features;
  • Make sure that Internet Printing Client, LPD Print Service & Windows Fax and Scan are enabled; Print and Document Services feature in Windows 10
  • You can try to reinstall the components: disable them, save the changes and re-enable them again.

If the “Local Print Spooler Service is not running” error appears when connecting a shared network printer from another computer, try to connect the shared printer through a local port (the printer address in the UNC format is used as the port name, for example \\PCName321\HP5000). How to connect a network printer through the local port is described in the article “How to connect Windows XP to printer connected to Windows 10?”.

add a shared network printer via unc printer name

If nothing helped, start the printer troubleshooter wizard: Settings -> Update & Security -> Troubleshot -> Printer (Find and fix problems with printing) -> Run the troubleshooter.

printer troubleshooter in windows 10

Also check the integrity of Windows image system files using the commands:

SFC /scannow

and

DISM /Online /Cleanup-Image /RestoreHealth

0 comment
4
Facebook Twitter Google + Pinterest
previous post
How to Show a Pop-Up or Balloon Tip Notification from PowerShell?
next post
Fix: RDP Authentication Error Has Occurred – The Function Requested Is Not Supported

Related Reading

How to Connect VPN Before Windows Logon

November 14, 2023

Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

November 7, 2023

Zabbix: How to Get Data from PowerShell Scripts

October 27, 2023

Tracking Printer Usage with Windows Event Viewer Logs

October 19, 2023

How to Use Ansible to Manage Windows Machines

September 25, 2023

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • How to Connect VPN Before Windows Logon

    November 14, 2023
  • Removing Azure Arc Setup Feature on Windows Server 2022

    November 9, 2023
  • Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

    November 7, 2023
  • Send Emails with Microsoft Graph API and PowerShell

    November 6, 2023
  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Booting Windows 7 / 10 from GPT Disk on BIOS (non-UEFI) systems
  • Removable USB Flash Drive as Local HDD in Windows 10 / 7
  • How to increase KMS current count (count is insufficient)
  • How to Disable UAC Prompt for Specific Applications in Windows 10?
  • How to Connect L2TP/IPSec VPN Server From Windows
  • Managing Printers and Drivers with PowerShell in Windows 10 / Server 2016
  • Managing Printers from the Command Prompt in Windows 10 / 8.1
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top