You've got a document full of text or images, you hit print preview, and it's just white space. Annoying. Skip the restart-your-computer dance. Here's the real fix.
The Fix: Clear Print Spooler + Reset Driver
What's actually happening here is the print spooler service got stuck on a corrupted job, or the printer driver cached bad data. The preview tool reads from that cache, not your actual document. So it shows nothing.
Step 1 – Stop the Print Spooler
- Press
Win + R, typeservices.msc, hit Enter. - Find Print Spooler in the list. Right-click it, select Stop.
Step 2 – Delete Spooler Files
- Open File Explorer. Paste this in the address bar:
C:\Windows\System32\spool\PRINTERS - Delete everything inside that folder. You might need admin permission – just click Continue.
Why this works: The spooler folder holds temp files for pending print jobs. A corrupt file there can hang the entire preview system. Deleting them forces the spooler to rebuild from scratch.
Step 3 – Restart the Spooler
- Go back to Services window. Right-click Print Spooler again, choose Start.
Step 4 – Reset Printer Driver
- Open Settings > Bluetooth & devices > Printers & scanners.
- Click your printer, then Printer properties.
- Go to the Advanced tab. Click New Driver (even if it's the same one – this re-registers it cleanly). Follow the wizard, pick your printer model.
The reason step 3 works is that Windows caches driver data for preview generation. A stale or corrupted driver cache tells the preview engine 'there's nothing to draw'. Re-applying the driver flushes that cache.
Less Common Variations
Browser Print Preview Blank
If it's only your browser (Chrome, Firefox) showing blank, it's not a printer issue. What's happening is the browser's print renderer crashed. Fix: clear browser cache or disable hardware acceleration in browser settings. Chrome: go to chrome://settings/system, toggle off "Use hardware acceleration when available". Then restart the browser.
PDF Print Preview Blank
Adobe Reader or Edge showing blank for PDFs? The PDF file itself might have invisible layers or corrupt metadata. Try printing from a different PDF viewer like Foxit Reader or SumatraPDF. If that works, the original viewer's rendering engine is the culprit. Uninstall and reinstall that viewer.
Network Printer Specific
For shared or network printers, a blank preview can happen when the printer port is misconfigured. Check the port under Printer properties > Ports. Make sure it's set to WSD (Web Services for Devices) or TCP/IP – whichever your printer uses. If you see File: or LPT1: for a network printer, that's wrong. Delete and re-add the port with the correct IP address.
Prevention
Once you fix it, stop it from coming back. Two things cause this most often: bad print jobs from apps (like a Word doc you force-closed) and driver updates that go sideways.
- Don't cancel a print job mid-way. Let it finish or clear it from the queue properly (right-click, Cancel).
- Before installing a printer driver update from Windows Update, check the manufacturer's site for the exact version. The automatic update sometimes pushes a generic driver that breaks preview.
- Once a month, open the spooler folder (
C:\Windows\System32\spool\PRINTERS) and delete any old files inside. They accumulate silently.
That's it. The whole fix takes under two minutes. No need to restart Windows or unplug the printer.