Printer job sent but nothing happens? Here's the real fix
You click print, but the printer sits there like a brick. I'll walk you through what went wrong and how to wake it up.
You hit print, hear that little chime from Windows, and... nothing. The printer sits there like a brick. Maybe the green light blinks once, but no paper moves, no ink hits the page. This is the print job sent but nothing happens nightmare, and I've seen it dozens of times. One client called me in a panic because their HP OfficeJet Pro 9010 went completely mute—turns out it had queued up 47 jobs, all stuck because one bad PDF file clogged the spooler.
What actually causes this?
It's almost never a hardware failure. Nine times out of ten, the problem is the print spooler service on your PC or server. When you send a print job, Windows writes it to a temporary file in C:\Windows\System32\spool\PRINTERS. If that file gets corrupted—say, because the printer ran out of paper mid-job, or you tried a complex PDF with weird fonts—the spooler locks up. Nothing new gets through until you clear that jam.
Sometimes it's a driver issue. Maybe you installed the wrong driver for your printer model, or a recent Windows Update broke compatibility. I had a customer whose Brother HL-L2350DW worked fine for months, then after a Windows 10 cumulative update, jobs just vanished into thin air. The fix was a driver reinstall.
Here's the fix: five steps that work
Skip the rubber band tricks. Just do this.
Step 1: Restart the printer and PC the old-fashioned way
Turn the printer off, pull the power cord for 30 seconds. Plug it back in, let it fully boot. Then restart your PC. This clears temporary glitches in both the printer's buffer and Windows. More often than you'd think, that's all it takes. If you're still stuck after that, move on.
Step 2: Clear the stuck print queue
The print spooler holds onto every failed job like a grudge. Here's how to flush it:
- Open Windows Services (press Win+R, type
services.msc, hit Enter). - Find Print Spooler in the list. Right-click it and select Stop.
- Without closing Services, open File Explorer and navigate to
C:\Windows\System32\spool\PRINTERS. - Delete every file in that folder. Don't worry, they're just pending jobs.
- Go back to Services, right-click Print Spooler again, and choose Start.
Now try printing a simple test page—not a 50-page PDF. If it works, you're golden. If not, keep reading.
Step 3: Run the printer troubleshooter (it's not useless)
I know, I know—built-in troubleshooters are usually garbage. But the Windows one for printers is actually decent. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Printer. Let it scan. It'll often detect a hung spooler or a missing driver and fix it automatically. I've seen it save me ten minutes of manual work.
Step 4: Remove and reinstall the printer driver
If steps 1-3 didn't cut it, the driver is likely corrupt. Here's the nuclear option:
- Open Control Panel > Devices and Printers.
- Right-click your printer and select Remove device.
- Now uninstall the driver itself. Go to Print Server Properties (look in the top menu bar under 'Print server properties' or search for it). Click the Drivers tab, select your printer's driver, and click Remove.
- Reboot your PC.
- Download the latest driver from your printer manufacturer's website. Do not use Windows Update's driver—it's often outdated. Install it fresh, and re-add the printer.
This wipes out any corrupted files that were clinging to the driver. I've done this for a Canon PIXMA TS8320 that wouldn't print anything over Wi-Fi, and it came back to life instantly.
Step 5: Check for offline or paused printer
This sounds stupid simple, but it trips people up. Open Devices and Printers again. Look at your printer icon—is it grayed out? Does it have a checkmark or pause symbol? Right-click it and uncheck 'Use Printer Offline' if it's checked. Also make sure 'Pause Printing' is unchecked. Then try again.
What to check if it still fails
If you've done all five steps and the printer still ignores you, it's time to look elsewhere:
- Network connection: Ping the printer's IP address from your PC. Open a command prompt and type
ping [printer IP]. If you get no reply, the printer's not on the network. Check the Ethernet cable or Wi-Fi settings on the printer itself. - USB cable: Try a different port on your PC, and if you have another cable, swap it. I once had a printer that worked one day and not the next—turned out the cat chewed through the USB cable.
- Paper jam: Even if the printer looks empty, open every hatch and look for a scrap of paper hiding somewhere. It's usually stuck near the rollers or fuser unit.
- Ink or toner level: Some printers refuse to print if a cartridge is empty, even if you're sending a black-only job. Check the status page on the printer's panel.
One last thing: if the printer has a built-in web interface (most modern ones do), log in by typing its IP into a browser. Look for a 'Print Jobs' or 'Job Log' page. It'll tell you if the printer received your job but rejected it for some reason—like the file was too big or in an unsupported format. That's saved me hours of head-scratching.
Printer problems are a pain, but they're almost never permanent. Stick with these steps, and you'll be back in business. I've seen this fix work for everything from a $50 home inkjet to a $5,000 office laser.
Was this solution helpful?