What does Windows error code 62 (ERROR_NO_SPOOL_SPACE) mean?

 
Could be also:
ConstantTypeOS
ETIMEerrnoLinux
ELOOPerrnoMac
ETIMEerrnoSolaris
MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTEDBugCheck CodeWindows
Previous Next
ERROR_PRINTQ_FULL ERROR_PRINT_CANCELLED

ERROR_NO_SPOOL_SPACE

Spooling separates job submission from device output by storing job data until the scheduler and print pipeline can process it. This status therefore points at storage available to the print server's spool path, not at free space in the application that submitted the document.

A large RAW, EMF, or other spooled data stream can consume substantially more server-side space than the source document suggests. Multiple retained or stalled jobs can also keep spool data present. The exact storage implementation differs between print systems, but both Windows and other schedulers such as CUPS depend on server-side spool files or equivalent queued document storage.

Diagnostic evidence

  • Measure free space on the volume that contains the server's spool storage.
  • Enumerate queued jobs and identify unusually large, retained, or repeatedly failing jobs.
  • Check whether cleanup or antivirus activity is interfering with spool-file creation rather than assuming the printer is full.
  • When the failure is remote, collect the print server's disk and queue state; client disk space is not the relevant capacity signal.

Microsoft print job and spooler functions · CUPS scheduler architecture · Samba printing and spooling


Looking for a different code? Search another status or error code.