Printer not found on network
- Print a network configuration page from the printer's control panel — this shows the printer's current IP, SSID, and connection status
- Confirm the printer shows "Connected" and the correct SSID on that page — not guest network, not wrong band
- On the computer: Settings → Printers & Scanners → Add device → wait for auto-discovery. If not found, click "Add manually" → add by IP address using the IP from the config page
- Confirm the computer and printer are on the same network — VPN on the computer routes traffic away from local devices
- Power cycle router, printer, and computer in that order with 30-second pauses between each
Why printers disappear from the network
- IP address changed — router restarted and DHCP assigned a new IP; auto-discovery uses the old address. This is the cause in roughly 70% of cases.
- Printer connected to wrong network — after a router replacement or ISP change, the printer still has the old Wi-Fi credentials and can't connect
- Network isolation / AP isolation enabled — many routers and mesh networks have a setting that prevents devices on the same Wi-Fi from communicating with each other. The printer is on the network but the computer can't reach it
- Guest network — printer connected to the guest SSID, computer on the main SSID; guest networks are isolated by design
- 2.4 GHz vs 5 GHz band split — some routers broadcast separate SSIDs per band; printer and computer on different bands may be on different subnets
- mDNS / Bonjour blocked — auto-discovery uses multicast DNS (mDNS) packets; some firewalls and routers block these, making discovery fail even when the printer is reachable by IP
Add the printer manually by IP address
Auto-discovery is unreliable on complex networks. Adding by IP is faster and more stable.
- Find the printer's IP: print a network configuration page from Setup → Reports → Network Configuration Page (or similar depending on brand)
- Windows: Settings → Bluetooth & devices → Printers & scanners → Add device → scroll down → "Add manually" → "Add a printer using an IP address or hostname" → enter the IP
- macOS: System Settings → Printers & Scanners → + → IP tab → enter the printer's IP → select the correct driver
- After adding: print a test page from Printer properties to confirm communication
- Prevent recurrence: log into your router admin panel → DHCP Reservations → reserve the printer's IP for its MAC address
Check for AP isolation and network isolation
Access Point (AP) isolation — also called client isolation, wireless isolation, or SSID isolation — is a router security feature that prevents Wi-Fi devices from communicating with each other directly. It's designed to protect users on guest networks and public hotspots, but if accidentally enabled on the main network, it breaks printer discovery entirely.
To check: log into your router admin panel (usually 192.168.1.1 or 192.168.0.1) → Wi-Fi settings → look for "AP Isolation," "Client Isolation," or "Wireless Isolation." It must be disabled on the network your printer and computer both use.
Check using ping and browser test
ping 192.168.1.X # Replace with printer's IP from its network page
# If ping responds, open browser and navigate to:
# http://192.168.1.X — printer's web interface should load
# If ping fails entirely: network path issue (wrong network, AP isolation, firewall)
# If ping works but discovery fails: mDNS/Bonjour blocked — add by IP manually