Printer prints test page but not documents
- Clear the print queue completely: open Printers & Scanners → click printer → Open print queue → delete all jobs
- Print a plain text file from Notepad (Windows) or TextEdit (Mac) — type one word and print it. If this works, the problem is the original app or file
- Confirm the correct printer is set as default: Settings → Printers & Scanners → check which printer shows as default
- On Windows: Win+R → services.msc → find Print Spooler → right-click → Restart
- Try printing from a completely different application — if Word fails but Notepad succeeds, the problem is Word's print settings
The software failure layers — in order of likelihood
The Windows Print Spooler queues print jobs as files in a spool folder before sending them to the printer. A corrupted or partially transferred job can block the queue — the Spooler holds a lock on the job file, new jobs queue up behind it, and nothing prints. The Cancel button in the queue window doesn't work because the Spooler is still running. The reliable fix requires stopping the Spooler service, deleting the spool files manually, and restarting. See the full stuck queue guide for the complete steps.
Word, Adobe Reader, Chrome, and other applications each have their own print rendering path. Word uses the Windows GDI printing system. Adobe Reader uses its own PDF rendering engine. Chrome has its own print compositor. Each of these can fail independently while the printer itself — and even other apps — work fine. If Notepad prints but Word doesn't, the problem is Word's interaction with the driver, not the printer or the driver itself.
This cluster has dedicated guides for each app: Word, PDF/Adobe, browsers.
If a previous printer is still listed as the default — or if a ghost printer entry from a previous installation is capturing jobs — print jobs go to the wrong destination. The job leaves the application successfully but never reaches the correct printer. Check Printers & Scanners and confirm the intended printer is both listed and set as default.
The driver's port setting tells Windows how to communicate with the printer: USB, network IP, WSD, or a named port. After a Windows Update, a network change, or a USB cable swap, the port can silently change or become stale. The printer's test page still works (it doesn't use the driver's port) but documents fail to deliver. Check the port: Printers & Scanners → click printer → Printer properties → Ports tab — the checked port should match how the printer is connected.
Some documents appear to print — the job enters the queue, the printer activates — but the rendered output is blank or incomplete. A document with white text on white background, empty PDF layers, or an unsupported embedded font will render to blank print data. The test page never has this issue because it's generated by the printer's own firmware with no third-party content.
Step-by-step fix — software layer triage
- Open Printers & Scanners → click your printer → Open print queue → delete every pending job
- Press Win+R → type
services.msc→ find Print Spooler → right-click → Restart - Open Notepad → type any word → Ctrl+P → select your printer → Print
- If Notepad prints successfully: the problem is the specific application or file you were trying to print — see the app-specific guides in the cluster nav above
- If Notepad also fails: check the driver port — Printer properties → Ports tab → confirm the correct port is checked. If it shows WSD and you're on USB, that's the problem
- If the port looks correct but Notepad still fails: download and reinstall the OEM driver from the brand's official support page using your exact model number
- After reinstalling the driver: print the test page from Windows first (Printer properties → Print Test Page), then try the original document
Stop-Service -Name Spooler -Force
Remove-Item "$env:SystemRoot\System32\spool\PRINTERS\*" -Recurse -Force
Start-Service -Name Spooler
Fix by operating system
- Win+R →
services.msc→ Print Spooler → Restart → try printing again immediately - Check the default printer: Settings → Bluetooth & devices → Printers & scanners → confirm your printer shows "(Default)"
- Check "Let Windows manage my default printer" — if enabled on Windows 11, it may have switched to a different printer. Disable it and manually set your printer as default
- Check the port: right-click printer → Printer properties → Ports tab → the active port should match the connection (USB00X for USB, or the printer's IP for network)
- If the port is wrong: click Add Port → Standard TCP/IP Port → enter the printer's IP address, or reconnect via USB and run the driver setup again
- System Settings → Printers & Scanners → confirm the correct printer is set as default (Default Printer dropdown at bottom)
- Open the print queue for the printer → clear any stuck jobs → click Resume if the queue is paused
- Try printing from TextEdit → Format → Make Plain Text → print one word. If this works, the original app has a rendering issue
- If TextEdit also fails: remove the printer (minus button) and re-add it, choosing the full manufacturer driver instead of AirPrint
- If re-adding with the full driver works: the issue was that AirPrint doesn't support the specific feature or document type you were printing
Find the specific app that's failing
If you've confirmed Notepad prints but a specific app doesn't, use the dedicated guides below. Each covers the app's unique rendering path and the specific settings that cause silent print failures.
Official support and drivers
If reinstalling the driver is needed, always download it from the brand's official support page using your exact model number — not through Windows Update.