Printer Drops Wi-Fi After Print: Fix the Idle Disconnect
Your printer connects fine but drops Wi-Fi after each print job. The fix is disabling power-saving mode on the printer and router side. Here's why it happens and how to stop it.
It's Not Your Wi-Fi — It's the Printer Playing Dead
You hit print, the job goes through fine, then two minutes later the printer vanishes from your network. You have to reboot it or reconnect it manually each time. This exact pattern — connects, prints, then drops — tells me the printer's power-saving logic is too aggressive, or the router's handing the printer a dynamic IP that expires too fast.
Let's fix this in two steps. Most people only need step one.
Step 1: Disable Power-Saving Mode on the Printer
This is the fix in 80% of cases. The printer's Wi-Fi radio enters a low-power state after a period of inactivity (usually 5–15 minutes). When the radio goes into deep sleep, the router sees the device as disconnected and reclaims the leased IP address. Next time you print, the printer tries to reconnect but the IP assignment has changed — or the router's ARP table cleared the entry.
Go into your printer's settings menu. The exact path varies by brand, but it's almost always under:
Settings > Network > Wi-Fi > Power Save Mode
or
Settings > Energy Saving > Sleep Mode > Wi-Fi Radio
Set it to Off or Disabled. On Canon printers, this is called "Power Save Mode" under network settings and defaults to "On" even on wired connections — which is a known annoyance. On HP printers, look under "Network Settings" for "Power Management" and uncheck "Allow the printer to turn off wireless." Epson calls it "Wi-Fi Sleep Mode" in the advanced network menu.
If you can't find it in the on-screen menu, check the printer's web interface (access via its IP address in a browser) under Network or Wireless settings. Some consumer Brother printers hide this behind a web-only setting.
Once disabled, the printer's radio stays awake and the router holds the connection. Test by printing a job, waiting 10 minutes, then printing another. It should wake up instantly.
Step 2: Assign a Static IP Address
If step 1 didn't fix it, the issue is likely DHCP lease times. Most home routers have a lease time of 24 hours — but some drop the lease after a few minutes for idle devices, especially if the router has a feature like "Wi-Fi optimization" that evicts sleeping clients. When the printer comes back online, it asks for the same IP, but the router says it's already taken and hands out a new one. The printer's DNS cache or ARP table gets confused, and the connection breaks.
Set a static IP on the printer outside the router's DHCP pool. Here's how:
- Find your router's DHCP range (usually something like 192.168.1.100–200). Pick an IP below that range, like 192.168.1.50.
- On the printer, go to Network Settings > Wi-Fi > Manual IP and enter that IP, along with subnet mask (usually 255.255.255.0) and gateway (your router's IP, usually 192.168.1.1 or 10.0.0.1).
- Set DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) — printer DNS lookups are often flaky with ISP DNS.
Don't skip the DNS step. Some printers use DNS to check for firmware updates in the background, and a failed DNS query can trigger a network reset on some models (looking at you, Lexmark).
Why this works: a static IP means the printer's network identity doesn't change between sleep/awake cycles. The router's ARP table still maps the printer's MAC to its IP, so data packets reach it immediately when you send a job. No DHCP negotiation needed.
Less Common Variations of This Issue
Router Multicast Filtering
Some routers (especially mesh systems like Google Nest Wi-Fi or Eero) have a setting called "IGMP Snooping" or "Multicast Filtering" that blocks the Bonjour/mDNS broadcasts printers use to announce themselves. When your computer tries to discover the printer before a print job, it can't find it — even though the printer is technically connected. The result looks like a dropped connection.
Check your router's advanced network settings and disable IGMP Snooping. Or, on Eero, toggle "Client Steering" off — it's known to break printer connections on 2.4GHz-only devices.
2.4GHz vs 5GHz Band Mismatch
Most printers only connect to 2.4GHz. If your router uses the same SSID for both bands (band steering), the printer might connect to 5GHz briefly, then drop because it can't maintain the signal. The fix: create a separate 2.4GHz-only SSID in your router settings, or disable band steering for the printer's MAC address.
Printer Firmware Bug
On HP OfficeJet Pro 8600 and 8700 series, a known firmware bug causes the Wi-Fi radio to go completely offline after a print job — not just sleep. The fix was to update firmware via USB. If you're on an older firmware, check the manufacturer's support site. Similarly, Canon Pixma MG3620 had a bug where the Wi-Fi would shut down after 10 minutes of idle regardless of power settings. Firmware 1.050 fixed it.
If you've done both steps and still dropping: factory reset the printer's network settings (not the whole printer) and re-enter the Wi-Fi credentials fresh. Corrupted WPA2 keys in the printer's memory can cause intermittent dropouts that look like power issues.
Preventing This Long-Term
- Keep the printer powered on. Don't use a power strip that cuts power to the printer when not in use — the printer's internal clock and network stack need to stay alive.
- Update the router firmware. Router updates often improve how they handle stale device connections. I've seen Asus routers fix printer dropouts with a firmware patch.
- Use a wired connection if possible. USB or Ethernet bypass all Wi-Fi quirks. On printers that support both, Ethernet is the most reliable — you won't ever deal with sleep mode issues again.
- Set the printer's DHCP lease reservation on the router instead of a static IP on the printer. This gives you the same stability without having to reconfigure the printer if you replace the router. Most routers call this "Address Reservation" under DHCP settings.
The root cause is almost always a device that's trying to save power when you're not looking. Disable that, pin the IP, and the printer will stay connected until you physically turn it off.
Was this solution helpful?