Get Your Free Guide to Clearing Print Queue Problems
Understanding Print Queue Problems and Why They Happen A print queue is a list of documents waiting to be printed. When you send a document to print, it ente...
Understanding Print Queue Problems and Why They Happen
A print queue is a list of documents waiting to be printed. When you send a document to print, it enters a queue where it waits for the printer to process it. Think of it like a line at a grocery store—documents go in order, one after another. Most of the time this system works fine, but sometimes documents get stuck in the queue and won't move forward.
Print queue problems occur when one or more documents become jammed in this waiting area. The printer may freeze, documents may not print in the correct order, or nothing prints at all. This happens on computers running Windows, Mac, and Linux systems. It's one of the most common printer issues people encounter at home and in offices.
Several situations cause print queue problems. A printer might lose connection to your computer mid-job. A document with corrupted data can jam the entire queue. Sometimes outdated or faulty printer drivers—the software that lets your computer talk to your printer—create blockages. A printer that's offline, out of paper, or experiencing a hardware error will cause documents to pile up. You might also see print queue problems after your computer crashes or restarts unexpectedly.
The good news is that print queue problems are usually fixable without calling a technician. Most solutions take just a few minutes. Understanding why these problems happen makes it easier to prevent them in the future and to fix them when they occur.
Practical Takeaway: Print queue problems aren't usually serious hardware failures. They're typically software issues caused by stuck documents, bad data, or communication problems between your computer and printer. Knowing this helps you approach the problem calmly and systematically.
How to Clear Your Print Queue on Windows Computers
Windows computers store print jobs in a specific location on your hard drive. To clear the queue, you need to stop the print spooler service—the program that manages printing—and delete the files it's holding. Here's how to do it step by step.
First, open the Settings menu on your Windows computer. Click the Windows icon in the bottom left corner of your screen, then type "Services" in the search box. Look for "Print Spooler" in the list that appears. Right-click on it and select "Stop." This pauses the printing service. Your computer won't be able to print anything while this service is stopped, but that's intentional—it allows you to clear out the stuck documents.
Next, you need to find and delete the temporary files holding stuck print jobs. Open File Explorer and navigate to this folder path: C:\Windows\System32\spool\PRINTERS. You may need to copy this path into the address bar at the top of File Explorer. Inside this folder, you'll see files with names like random numbers and letters. Select all the files in this folder using Ctrl+A, then press Delete. Don't worry about deleting these files—they're temporary and your computer will recreate them as needed.
After deleting the files, return to Services and find Print Spooler again. Right-click on it and select "Start" to turn the service back on. Once it's running, your print queue will be completely cleared. You should now be able to print normally again.
If the Print Spooler service won't stop, try restarting your computer. Sometimes a restart is the easiest way to reset the printing system. After the restart, the queue should clear automatically.
Practical Takeaway: Clearing the print queue on Windows involves three steps: stopping the Print Spooler service, deleting temporary files from the PRINTERS folder, and restarting the service. This process takes about five minutes and fixes most queue problems.
How to Clear Your Print Queue on Mac Computers
Mac computers handle printing differently than Windows machines, so the steps to clear the queue are different. The good news is that clearing the print queue on a Mac is often simpler and faster than on Windows.
Start by opening System Preferences. You can do this by clicking the Apple menu in the top left corner and selecting "System Preferences" or "System Settings" depending on your Mac's version. Once System Preferences opens, look for "Printers & Scanners." Click on it to see a list of printers connected to your computer.
Find your printer in the list and click on it to select it. You should see a "Print Queue" button or option appear. Click this button, and a window will open showing all the documents currently waiting to print. Select any document in the queue by clicking on it, then look for a button that looks like a minus sign (-) or a delete option. Click it to remove the document from the queue. Repeat this for every document stuck in the queue until the list is empty.
If the Print Queue window doesn't show any documents but you still can't print, try removing and re-adding your printer. In the Printers & Scanners window, select your printer and click the minus (-) button to remove it. Then click the plus (+) button to add it back. This resets the printer connection and often clears any hidden queue problems.
Another option on newer Macs is to use Terminal, which is a text-based program for controlling your computer. Open Terminal (find it in Applications > Utilities) and type: "lpstat -p -d" without the quotes. This shows your printer status. Then type: "cancel -a" to cancel all print jobs. This command clears the entire queue at once.
Practical Takeaway: On Mac computers, you can clear the print queue through the Printers & Scanners settings by removing documents one at a time, or by using the Terminal command "cancel -a" to clear everything at once. Both methods work well and take just a few minutes.
Steps to Clear Your Print Queue on Linux Systems
Linux computers use a printing system called CUPS, which stands for Common Unix Printing System. If you use Linux, clearing the print queue involves accessing this system through either the graphical interface or the command line.
For users comfortable with graphical menus, open your system settings or control center. Look for a "Printers" or "Devices" option. When you find your printer, right-click on it and look for an option like "Show Jobs" or "Print Queue." This opens a window showing documents waiting to print. Select each stuck document and delete it, just like on a Mac.
Most Linux users prefer using the command line because it's faster and more reliable. Open a terminal window on your Linux computer. Type the command "lpstat -p -d" to see your printer status and the default printer. To see all current print jobs, type "lpq" or "lpstat -o". This shows you which documents are in the queue.
To remove a specific print job, use the command "cancel [job-id]" replacing [job-id] with the ID number of the job shown in the list. For example, if you see a job labeled "1234", type "cancel 1234". To clear all print jobs at once, type "cancel -a". This removes every document from the queue in one action.
If you want to restart the entire printing system from scratch, type "sudo systemctl restart cups" in the terminal. This restarts the CUPS service completely and clears all queued documents. You'll need administrator rights to use this command.
Practical Takeaway: Linux users can clear the print queue through the system settings, or more efficiently, by using terminal commands like "cancel [job-id]" to remove specific jobs or "cancel -a" to clear everything at once.
Preventing Print Queue Problems Before They Start
While knowing how to clear a print queue is useful, preventing problems in the first place saves time and frustration. Several simple habits and practices reduce the likelihood that documents will get stuck in your queue.
Keep your printer drivers up to date. Printer drivers are software that allows your computer to communicate with your printer. Outdated drivers sometimes cause miscommunication that jams the queue. Check your printer manufacturer's website periodically for driver updates. Most manufacturers make it easy to find and install updates for your specific printer model. Updating drivers every few months prevents many printer problems.
Maintain your printer regularly. Clean the paper rollers inside your printer every month or two with a lint-free cloth. Check paper feed areas for debris or torn pieces of paper. Keep your printer supplied with the correct type
Related Guides
More guides on the way
Browse our full collection of free guides on topics that matter.
Browse All Guides →