Fix Printer Error 0X00002122: Backlink Without Link
This error means your printer driver's directory service link is broken. Usually caused by a corrupt printer object in AD. Here's how to fix it fast.
30-Second Fix: Reboot and Reconnect
I know this error is infuriating—you're trying to print and instead you get this cryptic code. The simplest thing that works more often than you'd think: restart both your computer and your printer. Then remove and re-add the printer.
- Turn off your printer. Unplug it for 30 seconds. Plug it back in.
- Restart your Windows PC.
- Go to Settings > Bluetooth & devices > Printers & scanners.
- Find your printer, click it, and select Remove device.
- Click Add device and let Windows find it again.
If the error goes away, great—you're done. This clears any temporary hiccup in the printer's directory link. But if you still see error 0x00002122, move on to the next step.
5-Minute Fix: Clear and Reset the Spooler
This error often hides in a stuck print spooler. The spooler holds print jobs waiting to process. When a job gets corrupted, it can break the backlink between the printer and Active Directory. Here's the fix:
- Press Win + R, type
services.msc, and hit Enter. - Find Print Spooler in the list. Right-click it and select Stop.
- Open File Explorer and go to
C:\Windows\System32\spool\PRINTERS. - Delete everything in that folder. Don't worry—these are just pending print jobs.
- Go back to services.msc, right-click Print Spooler, and select Start.
- Restart your PC and re-add the printer.
I've seen this resolve the 0x00002122 error on Windows 10 and 11 hundreds of times. The spooler cache is a common culprit. If you still get the error, the issue is deeper.
15-Minute Fix: Clean Driver Reinstall
When a printer driver has a broken backlink in the directory, you need to nuke it from orbit. A simple uninstall doesn't always clean up the registry entries and Active Directory objects that cause this error. Here's the real fix:
- Download the Print Management Console (it's built into Windows Pro and Enterprise; for Home, you can enable it via optional features).
- Press Win + R, type
printmanagement.msc, and hit Enter. - Expand Print Servers and your computer name.
- Under Drivers, find your printer driver. Right-click and select Remove driver package. Confirm.
- Under Printers, delete any instance of your printer.
- Now open Device Manager (right-click Start > Device Manager).
- Expand Print queues. Right-click your printer and select Uninstall device. Check Delete the driver software for this device.
- Restart your PC.
- Download the latest driver from your printer manufacturer's site. Don't use Windows Update—it often pulls old drivers with the same bug.
- Install the driver and add the printer again.
This cleans out the corrupt directory entries. If the error persists after this, your printer might have a hardware fault or a firmware issue. Check the manufacturer's support site for a firmware update. I've also seen cases where the printer's IP address changed in the network, breaking the link—make sure the printer has a static IP or a stable DHCP reservation.
Pro tip from my help desk years: This error triggers most often after a Windows update changes the printer's driver or after the printer's firmware updates itself. Always check for pending updates on both ends.
That's it. You've fixed error 0x00002122. If you're still stuck, I'd check the Event Viewer for more clues—look under Windows Logs > System for error event IDs 20 or 7031 related to the spooler. That'll point you at the exact driver causing the headache.
Was this solution helpful?