Fix Print Spooler Errors

Clear stuck jobs & restart the spooler service

Windows 11 Windows 10

Quick Fix: Restart Print Spooler (30 Seconds)

  1. 1 Press Windows + R to open Run dialog
  2. 2 Type services.msc and press Enter
  3. 3 Find "Print Spooler" in the list
  4. 4 Right-click and select "Restart"

Complete Spooler Troubleshooting

Method 1: Clear Print Queue & Restart Spooler

This fixes most spooler issues caused by stuck print jobs.

# Run these commands in Command Prompt (Admin)

net stop spooler del /Q /F /S "%systemroot%\System32\spool\PRINTERS\*.*" net start spooler

How to Open Command Prompt as Admin:

  1. 1. Press Windows key
  2. 2. Type "cmd"
  3. 3. Right-click "Command Prompt"
  4. 4. Select "Run as administrator"

Method 2: Windows Troubleshooter

Let Windows automatically detect and fix printer issues.

  1. 1
    Open Settings

    Press Windows + I

  2. 2
    Navigate to Troubleshoot

    System > Troubleshoot > Other troubleshooters

  3. 3
    Run Printer Troubleshooter

    Click "Run" next to Printer

  4. 4
    Apply Fixes

    Follow prompts to apply suggested fixes

Method 3: Reinstall Printer Drivers

Corrupted drivers are a common cause of spooler crashes.

  1. 1
    Open Device Manager

    Right-click Start > Device Manager

  2. 2
    Find Your Printer

    Expand "Print queues" or "Printers"

  3. 3
    Uninstall Driver

    Right-click printer > Uninstall device > Check "Delete driver"

  4. 4
    Restart & Reinstall

    Restart computer. Windows will auto-install or download from manufacturer

Method 4: Spooler Keeps Stopping (Advanced Fix)

If the spooler stops immediately after starting, try these fixes:

Run System File Checker

Repairs corrupted Windows files:

sfc /scannow

Check Spooler Dependencies

  1. 1. Open services.msc
  2. 2. Double-click Print Spooler
  3. 3. Go to Dependencies tab
  4. 4. Ensure all dependencies are running

Set Spooler to Automatic

  1. 1. In services.msc, double-click Print Spooler
  2. 2. Set Startup type to "Automatic"
  3. 3. Click Apply, then Start

Common Spooler Error Messages

"Print Spooler service is not running"

Fix: Open services.msc, find Print Spooler, right-click > Start. If it won't start, run the clear queue commands above first.

"Error 0x800706b9" or "Not enough resources"

Fix: Clear spooler folder, restart service. If persists, check for Windows updates and restart computer.

"Print jobs disappear without printing"

Fix: Driver issue. Reinstall printer driver from manufacturer's website. Also try removing and re-adding the printer.

Related Guides

Spooler Fixed?

Test your printer to make sure everything works