Organizing document printing from multiple computers on a home or small office network is a task that requires proper equipment setup. Instead of connecting USB cable Instead of connecting to each PC one at a time, it's much more efficient to turn one device into a network resource. This allows you to instantly print files from any laptop or tablet within wireless network coverage.
In the operating system Windows 10 The configuration process has become more transparent, although it still contains a number of nuances related to security updates. The key to successful configuration is that all devices are on the same subnet with the same workgroup settings. If this basic principle is ignored, computers simply will not “see” each other, despite having working hardware.
Let's take a detailed look at the workflow that will help you avoid common mistakes and save time. We'll cover not only the standard procedure for enabling sharing, but also methods for resolving driver conflicts and the specifics of working with new security protocols.
Preparing equipment and checking network parameters
Before accessing the operating system settings, ensure the printer is physically accessible. Ensure the device is connected to the same Wi-Fi network as the computer you will be using to control it. Connection status is usually displayed on the MFP's screen or indicated by a blinking LED.
An important step is checking IP addressing. All devices should receive addresses from the same router, within a range, for example, 192.168.0.x or 192.168.1.xIf one computer is connected to a guest network and the other to the main network, direct data exchange between them will be blocked by the router settings.
⚠️ Note: Some modern routers have a feature called "AP Isolation." When enabled, devices on the Wi-Fi network cannot communicate with each other. Disable this feature in the router settings before beginning configuration.
It's also a good idea to know your printer's exact network name in advance. It's often different from the model number listed on the printer's body and may contain additional characters or numbers. You'll need this information when searching for the device in the list of available resources.
Setting up sharing options in Control Panel
A fundamental step is to activate the appropriate features in the network profile. Windows 10 separates settings for private and public networks, so it's important to work with the currently active profile. Go to the section Control Panel → Network and Internet → Network and Sharing Center.
In the left menu, select "Change advanced sharing settings." Here you'll need to enable network discovery and file and printer sharing. Without these options enabled, the system will ignore incoming print requests.
- 🔹 Turn on network discovery for your current network to make your computer visible to others.
- 🔹 Enable file and printer sharing in the "Private (current profile)" section.
- 🔹 Disable password protection if you want to make it easier for guests to connect (not recommended for offices).
After making changes, be sure to click "Save Changes." The system may require administrator privileges to apply the new firewall rules. Failure to do so will render any further actions useless.
☑️ Check before connection
Activating sharing of a specific printing device
Now we need to tell the system which printer we want to make publicly available. Go to the menu Settings → Devices → Printers & ScannersSelect the desired device from the list and click the "Manage" button, then select "Printer Properties" (specifically, properties, not just hardware properties).
In the window that opens, go to the "Sharing" tab. Here, check the box next to "Share this printer." It is recommended to specify a descriptive network name without spaces or special characters to avoid compatibility issues with older operating systems.
Pay special attention to the "Additional Drivers" button. If your network includes computers running different versions of Windows (for example, Windows 7 and Windows 10), it makes sense to pre-download drivers for the other architectures. This will allow client machines to automatically install the software upon first connection.
⚠️ Note: If you change the printer name, the old shortcuts and print queue paths will no longer work. You will need to reconnect the device on all client computers using the new network name.
Connecting to a network printer from client computers
On computers that will be using the shared resource, the connection procedure is different. Open File Explorer and enter the host computer name in the address bar in the format \\ComputerName or his IP address \\192.168.1.5After pressing Enter, you will see a list of shared resources.
Find your printer in the list, right-click it, and select "Connect." The system will automatically attempt to find and install the necessary drivers. If the drivers are already included in the Windows 10 database, the process will be seamless.
If automatic installation fails, you will need to manually specify the path to the driver files or download them from the manufacturer's official website. Installing the driver as a local printer by creating a new port often helps. Standard TCP/IP Port.
What to do if Windows doesn't find the printer?
If the search returns no results, try adding the device manually using the "The printer I want is missing" button. Select "Select a printer by name" and enter the full network path, such as \\ServerOffice\HP_LaserJet. Also, make sure the Print Spooler service is running on both computers.
Solving common visibility and driver issues
A common problem in Windows 10 is the error “Unable to connect the printer” with the code 0x0000011bIt's related to security updates that block the PrintNightmare vulnerability. Resolving the issue may require editing the registry on the computer to which the printer is connected.
You need to create a parameter RPCAuthnLevelPrivacyEnabled with meaning 0 in the registry branch responsible for printing policy. However, before making any changes to the system registry, it is strongly recommended to create a system restore point.
| Problem | Possible cause | Solution method |
|---|---|---|
| The printer is not visible on the network | Network discovery is disabled | Enable in Network and Sharing Center |
| Access Error 0x0000000a | Blocked by firewall | Allow the application in the firewall |
| The printing comes in "shreds" | Unstable Wi-Fi signal | Move devices closer or change the channel |
| Requires password | Password protection is enabled | Disable in sharing options |
Another common issue is driver version conflicts. If the host is running a 64-bit system and the client is running a 32-bit system, standard driver exchange may fail. In this case, the drivers must be installed locally before attempting a network connection.
Security and optimization of work in the public network
Open access to a printer carries certain risks, especially in an office environment. Anyone who connects to your Wi-Fi could theoretically print documents or, worse, access your document history. Therefore, using a strong Wi-Fi password is essential.
For increased security, we recommend leaving password protection enabled for sharing. This way, when connecting from another computer, the system will prompt you for the username and password of the user account used to share on the host computer.
Regularly check the print queue and delete stuck documents. A stuck print job can block the entire port, making the device unavailable to other network users. Also, keep your printer's firmware up to date, as manufacturers often patch vulnerabilities in network protocols.
⚠️ Note: Windows settings interfaces and printer models may vary depending on the update version and the hardware manufacturer. Always verify menu item names with the latest documentation for your specific model and OS build.
Why can't my computer see my printer on the network even though Wi-Fi is working?
Most often, the problem lies with the network profile. If Windows considers your network "Public," it blocks device discovery. Switch the profile to "Private" in the Wi-Fi settings. Also, check if your antivirus software is blocking network communication.
Is it possible to connect a printer if the host computer is turned off?
No, in the described configuration (when the printer is connected to the PC via USB and shared), the host computer must be turned on. If the printer has its own Wi-Fi module and is connected directly to the router, the host computer is not needed.
How to find the IP address of a printer for direct connection?
The printer itself usually has a menu button or a network report. Press a combination of buttons to print the network configuration (often the wireless button and hold it for a few seconds). The report will include the IP address.
Will this method work for MacOS?
Yes, macOS supports the SMB protocol used by Windows. However, for stable operation, you may need to install additional AirPrint drivers or configure sharing via the IPP protocol, as direct integration sometimes requires manual port configuration.