Share via

Printer sharing windows 11 - unable to connect to a shared printer

Melanie Dunham 0 Reputation points
2026-03-05T13:45:32.3+00:00

unable to connect to a shared printer windows 11- error # 0x00000709

Windows for business | Windows 365 Business
0 comments No comments

2 answers

Sort by: Most helpful
  1. Harry Phan 17,205 Reputation points Independent Advisor
    2026-03-05T14:22:41.53+00:00

    Hi Melanie,

    Error 0x00000709 in Windows 11 usually comes from a corrupted default printer entry in the registry. Open regedit and go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows, then clear or correct the Device value to match the shared printer name. Restart the Print Spooler service and reconnect to the printer. Make sure File and Printer Sharing is enabled on the host and that the correct driver is installed locally. If the issue continues, apply the latest cumulative updates, as Microsoft has released patches addressing printer connection failures in recent builds.

    Harry.


  2. Q&A Assist
    2026-03-05T13:45:51.83+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x00000709 when connecting to a shared printer typically indicates a name‑resolution or print server alias (CNAME) issue.

    Use these steps to resolve it on Windows 11:

    1. Verify the printer is correctly shared on the host PC
      1. On the host PC (where the printer is physically/USB attached or installed), select Start > Settings > Bluetooth & devices > Printers & scanners.
      2. Select the printer that should be shared.
      3. Select Printer properties.
      4. On the Sharing tab:
        • Enable Share this printer.
        • Note the Share name.
      5. Select Apply, then OK.
    2. Confirm network connectivity and name resolution
      1. On the client (Windows 11 device that cannot connect), open File Explorer.
      2. In the address bar, type \\ComputerName using the actual host computer name (not an alias or CNAME) and press Enter.
      3. If the host is not reachable, fix network or name‑resolution issues first (same subnet/VLAN, correct DNS, no firewall blocking file and printer sharing).
    3. Ensure correct credentials and sharing settings
      1. Use the same Microsoft or local account on both PCs, or be ready to enter the host PC’s username and password when prompted.
      2. On the client, go to Start > Settings > Network & internet > Advanced network settings > Advanced sharing settings.
      3. Turn on Network discovery and File and printer sharing under the appropriate profile (typically Private).
    4. Add the shared printer manually using the real host name
      1. On the client, go to Start > Settings > Bluetooth & devices > Printers & scanners.
      2. Select Add device.
      3. When the printer is not listed, select Add manually.
      4. Choose Select a shared printer by name.
      5. Enter the UNC path using the real host name and share name, for example:
        • \\HostComputerName\PrinterShareName
      6. Complete the wizard and test printing.
    5. Avoid using DNS CNAME aliases in the printer path If the printer is hosted on a Windows print server and clients connect using a DNS CNAME (alias) instead of the server’s real hostname, error 0x00000709 can occur. In that case:
      • Reconnect the printer using the server’s actual hostname in the UNC path, for example \\PrintServerHost\PrinterShareName, not \\AliasName\PrinterShareName.
      • If a CNAME must be used, configure the print server to accept the alias by adding the following registry values on the print server (run in an elevated Command Prompt on the server):
             reg add hklm\system\currentcontrolset\control\print /v DnsOnWire /t REG_DWORD /d 1
             reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v DisableStrictNameChecking /t REG_DWORD /d 1
             reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v OptionalNames /t REG_SZ /d "aliasname"
        
        Replace aliasname with the CNAME used by clients. For some third‑party DNS providers, QWord may be required instead of DWord as noted in the documentation.
      • Restart the Server and Print Spooler services on the print server after applying these changes, then reconnect the printer from the client.
    6. If the printer was previously added but is failing now
      1. On the client, go to Settings > Bluetooth & devices > Printers & scanners.
      2. Select the shared printer and choose Remove.
      3. Restart the client PC.
      4. Re‑add the printer using the manual UNC method in step 4, ensuring the real host name is used.

    These steps address both general shared‑printer connectivity issues on Windows 11 and the specific 0x00000709 error when a CNAME alias is involved.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.