Skip to content
Fixes & Errors

Printer Not Printing on Windows 11: Queue, Driver, Spooler

Printer not printing Windows 11 means jobs vanish with no output. Here are all the real fixes — print spooler, default printer, port config, driver reinstall, and network firewall.

Printer Not Printing on Windows 11: Queue, Driver, Spooler

A printer that’s connected and recognised by Windows 11 but refuses to print — jobs sitting in the queue, “Error” status, documents printed but nothing comes out, or only partial pages — almost always comes down to one of three things: the print queue is jammed with a stuck job, the driver needs a restart, or the spooler service has stopped. None of these take more than 5 minutes to fix. We go deeper on the whole subject in our Complete Guide to Fixing Windows, Browser, and Software Errors.

The single fastest fix: clear the print queue and restart the spooler. Open Services (Win+R → services.msc) → find “Print Spooler” → right-click → Stop. Navigate to C:WindowsSystem32spoolPRINTERS → delete everything in this folder (not the folder itself, just its contents). Back in Services → Print Spooler → Start. Try printing again. This resolves stuck queues and spooler crashes in one shot, and takes under 2 minutes.

Print queue stuck jobs

When a print job gets stuck (usually “Deleting” or “Error” state that never clears), subsequent jobs queue behind it and can’t print. The queue looks full, nothing moves, the printer sits idle.

If the spooler restart above doesn’t fully clear: Open Settings → Bluetooth & devices → Printers & scanners → click your printer → Open print queue → select all jobs → Cancel. If the Cancel option is greyed out or jobs don’t clear: the spooler restart method above is more effective because it clears at the filesystem level rather than through the UI.

What commonly causes stuck jobs: sending a print while the printer was offline, interrupted USB connection mid-print, application crash during the print job, and running out of paper or ink at the wrong moment. The job can’t complete so it stays in the queue blocking everything else.

Driver reinstall — for persistent issues

If printing fails consistently rather than as a one-off stuck job: the driver is the issue. Windows 11 often installs a generic driver (HP’s PCL or PostScript generic drivers, for instance) that works for basic printing but fails for certain features or printers that require model-specific drivers.

Download the right driver:

  1. Note your printer’s exact model number (usually on the label on top or front)
  2. Go directly to the manufacturer’s website: hp.com/support, epson.com/support, canon.com/support, brother.com/support
  3. Search your model → download drivers → Windows 11 version if available, Windows 10 otherwise (usually compatible)
  4. Before installing: Settings → Bluetooth & devices → Printers & scanners → remove the printer completely
  5. Install the manufacturer driver → let it add the printer fresh

The reason manufacturer drivers matter: they include colour profile information, paper size data, duplex configuration, and tray assignments that generic drivers don’t have. A multifunction printer with a scanner often won’t scan at all with a generic print driver.

USB and network printer specifics

For USB printers: unplug the USB cable from both ends → wait 10 seconds → plug back in. Sometimes the USB connection needs re-establishing after a Windows sleep/wake cycle. If Windows installed the driver when plugged in previously, it reconnects automatically. If you see “Unknown device” in Device Manager after plugging in: Windows doesn’t have the driver — download it from the manufacturer.

For network printers (wired or wireless): confirm the printer’s IP address hasn’t changed. Most home routers assign IP addresses via DHCP, which can change. Open the printer’s own menu to find its current IP → compare to what Windows shows in Ports (Settings → Printers & scanners → your printer → Printer properties → Ports tab → see what IP is listed). Mismatch here is a common cause of “printer available but not printing” — Windows is sending jobs to an IP where nothing’s listening.

Fix network IP drift: assign a static IP to the printer in the router (DHCP reservation tied to the printer’s MAC address) so it always gets the same IP. Or configure the printer port in Windows to match whatever IP the printer currently has.

Our guide on printer not recognised troubleshooting covers situations where Windows doesn’t see the printer at all, and our Windows print spooler freezes covers cases where the spooler crash affects other system functions. For advanced network printer configuration and static IP assignment, Microsoft’s printer troubleshooter documentation covers the built-in diagnostics tool.

Paper jams and physical issues

Before assuming software: check the printer itself. Paper jam indicators can stay lit even after clearing the jam if a small piece of torn paper remains. Open every door and panel, look for fragments. Some printers need you to turn them off and back on after clearing a jam before the error light resets.

Ink or toner low: many printers refuse to print at all when ink is below a certain threshold (sometimes quite high — 10-15% remaining). Check ink levels through the printer’s software or the printer’s own display. Replace or manually override if you know there’s enough for your immediate need. Some printers allow overriding the low-ink warning; some don’t.

Windows built-in printer troubleshooter

Settings → System → Troubleshoot → Other troubleshooters → Printer → Run. The Windows troubleshooter often catches and automatically fixes spooler issues, port mismatches, and driver problems without manual steps. It’s not always thorough, but it’s fast and occasionally resolves things the manual approach doesn’t catch. Worth running before doing a manual driver reinstall — if it fixes the issue, you’ve saved 10 minutes.

Printing from specific applications

If printing works from Notepad but not from a specific application (Word, Chrome, Photoshop): the application itself is the problem, not Windows printing or the driver. Application-specific print failures are common with PDF readers, browsers, and productivity software.

For Chrome specifically: chrome://settings → Advanced → System → “Open your computer’s proxy settings” and “Reset settings” are occasionally misidentified as print fixes; they’re not. The actual Chrome printing path uses a separate Chrome-internal printing system. If Chrome’s Print dialog appears but nothing prints: check that the selected printer in the dialog matches the installed printer (not a PDF printer or virtual printer). The print destination selection in Chrome’s dialog supersedes Windows’ default printer.

For Word: File → Print → the printer shown needs to match the installed physical printer. Word remembers the last printer used per document — if that printer was removed or renamed, it shows an error for that document specifically.

Firewall blocking network printing

Windows Defender Firewall can block the communication between Windows and a network printer if the network profile is set to “Public” instead of “Private.” When you connect to a home network, Windows should ask whether it’s a private or public network. If you chose “Public” (or if a Windows update reset it): Windows applies strict firewall rules that block file/printer sharing.

Fix: Settings → Network & internet → your network connection → Properties → change “Network profile type” from “Public” to “Private.” This relaxes firewall rules appropriately for a trusted home or office network. For a home network this is the right choice; don’t set work networks you don’t trust to Private.

Sharing and print server setups

If your printer is connected to one PC and shared to others on the network: the hosting PC must be on and the printer sharing service must be running for other PCs to print. A common scenario: someone turns off the “host” PC and remote users suddenly can’t print, even though the printer is physically on and reachable.

For homes using shared printers: consider connecting the printer directly to the router via Ethernet or Wi-Fi instead. This makes it accessible directly as a network printer to every device independently, without any host PC involved.

Symptom Most likely cause Fix
Jobs in queue don’t print Stuck job or spooler crash Stop spooler → clear PRINTERS folder → start spooler
Job submitted, printer shows nothing Wrong port or IP changed Check printer’s current IP vs Windows port configuration
Error status that won’t clear Queue stuck + spooler needs restart Spooler restart clears it
Works in Notepad, not in app Application-specific print path issue Update the application; check its print dialog settings
Network printer suddenly stopped IP changed, firewall, or host PC off Check IP; verify network profile is Private; check host PC
Generic driver printing blank pages Wrong driver without model-specific rendering Install manufacturer’s driver from their website

The print spooler restart plus PRINTERS folder clear handles a majority of day-to-day print problems. Beyond that, IP mismatch for network printers and wrong drivers for USB printers cover most of the remaining cases. The Windows troubleshooter is worth one click before manual investigation — when it works, it’s faster than anything else.

Test page as a baseline

Settings → Bluetooth & devices → Printers & scanners → your printer → Printer properties → General tab → Print Test Page. If the test page prints: Windows and the driver are working correctly; the problem is application-specific or in how you’re sending the print job. If the test page doesn’t print: the Windows-to-printer communication chain is broken, and the fixes above apply.

This test takes 10 seconds and immediately tells you whether the problem is the print infrastructure or specific software. Many people skip this and spend time troubleshooting the wrong layer.

Windows 11 and older printer drivers

Some printers from before approximately 2018 don’t have Windows 11 drivers — the manufacturer stopped updating them. Windows 11 will often install a Windows 10 or Windows 8 driver and it mostly works, but compatibility issues are more common.

For older printers: try the compatibility mode. Driver installer → right-click → Properties → Compatibility → run in Windows 8 or Windows 10 compatibility mode → Install. This resolves some driver installation failures on older printer models.

If no driver exists at all: the Mopria print standard is a universal IPP (Internet Printing Protocol) driver built into Windows 11 that works with many modern printers without a specific manufacturer driver. Settings → Bluetooth & devices → Printers & scanners → Add a printer or scanner → Windows may detect and configure via Mopria automatically.

For truly ancient printers (serial port, parallel port, or very old USB with no Mopria support): they genuinely may not work on Windows 11. The cost of a modern entry-level printer (£50-80) is often less than the time spent trying to make an old one work.

Duplex, colour, and quality printing issues

These aren’t “printer not printing” exactly, but they’re often reported similarly. Duplex (double-sided) printing not working usually means the driver is installed without the duplex option enabled — check printer properties → Finishing or Layout tab → Duplex printing → verify it’s offered. If Duplex isn’t in the options: the driver doesn’t know this printer supports it. Reinstall using the manufacturer’s full driver package rather than Windows’ auto-detected driver.

Colour printing coming out black and white: Printer properties → Paper/Quality tab → Color → “Color” not “Black & White.” Some printers default to greyscale to save ink; applications can also override this setting. Check both the application’s print dialog and the Windows printer defaults.

Printer status in the system tray

The printer icon in the system tray (near the clock) appears when a job is actively printing or queued. A yellow warning triangle on it indicates a problem — click it for details. The message shown there is often more specific than anything in the print queue UI: “Low paper in tray 2,” “Ink cartridge not recognised,” or “Lid open.” These physical state messages don’t always surface in the print queue but do show in the system tray notification.

If you don’t see the printer icon during a stuck print job: the spooler has crashed (it manages the system tray indicator). That confirms the spooler restart fix is the right approach.

A quick daily tip worth knowing: Windows 11 default printers rotate based on which printer you last used in each location (home, office, etc.). This is controlled by Settings → Bluetooth & devices → Printers & scanners → “Let Windows manage my default printer.” If your default printer keeps changing by itself: toggle this off and manually set a permanent default. For people who print at two different locations (home and office), Windows’ automatic switching is useful; for single-location users it’s just confusing. Setting a fixed default eliminates the “it’s printing to the PDF printer again” confusion.

One environmental note: in corporate environments, print jobs route through a print server and IT controls printer installations via Group Policy. If you can’t add a printer, change drivers, or the queue behaves strangely: IT may be managing it centrally. Contact IT rather than trying local fixes — in managed environments, manual driver changes or spooler restarts are sometimes blocked by policy, and IT can resolve the underlying issue from the server side more efficiently anyway. Related: Windows 11 Audio Not Working.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"