What this means
Error code 0x0000011b does not mean your printer is broken. The hardware is completely fine. A Windows security update simply changed the RPC authentication requirements for network printer sharing to address CVE-2021-1678 and related print spooler flaws.
Because of this security hardening, your computer and the shared printer cannot complete their connection handshake. People often waste time rebooting the printer or checking physical cables. The actual barrier is happening inside the Windows operating system.
The Print Spooler service controls print jobs, but these new security rules are blocking it. Mismatched drivers or network naming problems sometimes compound the confusion. The operating system is enforcing a security block that stops your computer from talking to the shared network printer.
Common causes
- Windows security update applied to client or host PC
- RPC authentication settings mismatch
- Network path resolution issues using hostnames
- Disabled network discovery
- Mismatched printer driver architecture between host and client
- Windows Firewall blocking printer and file sharing ports
What to check first
- 1Verify both computers are connected to the same local network
- 2Confirm the printer works when connected directly via USB
- 3Check if a recent Windows security update was installed
Step-by-step fix
- 1
Add Registry Key on Client PC
Open Registry Editor, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print, create a DWORD value named RpcAuthnLevelPrivacyEnabled, and set its value to 0. Restart the computer.
Editing the registry incorrectly can cause system instability. Follow instructions carefully.
- 2
Connect Using Host IP Address
Remove the existing printer connection. Press Windows Key + R, type the host computer IP address like \\192.168.1.50, right-click the shared printer, and select Connect.
If the host IP changes, the printer connection will be lost.
- 3
Check Print Spooler Service
Restart the Print Spooler service on both the host and client computers through the Windows Services manager.
- 4
Enable File and Printer Sharing in Firewall
Ensure File and Printer Sharing is allowed through the Windows Defender Firewall on the host computer so client traffic is not blocked.
- 5
Reinstall the Network Printer
Remove the failing printer from the Devices and Printers list, then re-add it using the correct network path or IP address.
When to contact a professional
Call your network administrator if company domain group policies overwrite registry changes. Do the same if active directory permissions block printer sharing.