Wireless Printer Keeps Dropping Overnight – Fixed

Hardware – Printers Beginner 👁 8 views 📅 Jun 16, 2026

Your printer loses its Wi-Fi connection overnight because of power-saving settings or router DHCP lease timeout. Here's how to stop it for good.

If you're like me, you've walked to the printer in the morning, hit print, and seen 'Offline' or 'Not Connected' on the screen. Infuriating. But I've fixed this exact thing for dozens of users, and the culprit is almost always the printer's power-saving settings fighting with your router's DHCP lease.

The Fix: Kill Sleep Mode & Assign a Static IP

Don't bother with router reboots or firmware updates yet. Do this first. It works 90% of the time.

Step 1: Disable Deep Sleep on the Printer

Go to your printer's network settings menu. Look for 'Power Save Mode', 'Sleep Timer', or 'Auto Off'. Set it to 'Off' or the longest available time (like 4 hours). On most HP and Brother printers, this is buried in the network menu, not the general settings.

On an HP OfficeJet or LaserJet, press the wireless icon, then go to Settings > Power Management > Sleep. Set it to 'Never'. On a Brother, press Menu > Network > WLAN > Sleep Timer > Off. On Canon, tap the wrench icon > Device Settings > Sleep Timer > Disable.

Step 2: Assign a Static IP to the Printer

Your router gives out dynamic IPs via DHCP. When the printer sleeps overnight, it might miss the lease renewal. A static IP fixes that.

Print a network configuration page from the printer (usually holds the Wi-Fi button 3 seconds). Note the IP, subnet mask, and gateway. Then go into your router's admin panel (open browser, type 192.168.1.1 or 192.168.0.1). Look for 'DHCP Reservation' or 'Static Leases'. Add your printer's MAC address (from the same config page) and the IP you noted.

If your router doesn't support reservations, set the IP manually on the printer:

On printer panel:
1. Go to Network Settings > TCP/IP > IP Address
2. Choose 'Manual' or 'Static'
3. Enter the same IP, subnet mask 255.255.255.0, and your router's IP as gateway
4. DNS can be 8.8.8.8 or your router's IP

Save and reboot the printer.

Why This Works

Here's the short version: most printers enter a deep sleep after 30-60 minutes of idle time. In that state, the Wi-Fi radio periodically wakes to check for data, but it doesn't always renew the DHCP lease. If your router has a short lease time (common on TP-Link and Netgear routers set to 1 hour), the printer goes to sleep, misses the renewal, and wakes up with a stale IP. Your computer still sees the old IP, the router says 'that address is taken', and boom — offline.

A static IP skips DHCP entirely. Disabling sleep keeps the radio active. Together, it's bulletproof.

Less Common Variations You Might Hit

Router Channel Switching

Some routers automatically switch Wi-Fi channels overnight to avoid interference. Older printers (pre-2018) can get confused. If the static IP fix didn't stick, log into your router and lock the 2.4 GHz channel to 1, 6, or 11 — whichever is least congested. Use a Wi-Fi analyzer app on your phone to check.

Energy-Efficient Ethernet on the Router

If your printer is wired via Ethernet but goes offline overnight, the router's EEE (Energy Efficient Ethernet) might be killing the link. Disable 'Green Ethernet' or 'Power Saving Mode' on the router's LAN ports. This affects some Netgear and Asus models.

Printer Firmware Bug

I've seen HP Envy printers from 2019 that just lose the connection after 8 hours regardless of settings. Update the firmware. Go to the manufacturer's support site, download the latest, run it via USB or web interface. This fixes random disconnects on Brother MFC-L2750DW and Canon PIXMA models too.

Wi-Fi 6 Interference

Newer routers (Wi-Fi 6, AX standard) sometimes drop older printer connections when they switch to 5 GHz. Force your printer to connect only on 2.4 GHz. In the router settings, create a separate 2.4 GHz SSID (like 'Home_2G') and connect the printer to that. Don't let it roam.

Prevention for the Long Haul

Once you've got it stable, don't touch it. But here's what I do for clients:

  • Set DHCP lease time to 24 hours on your router — not 1 hour, not 8 hours. 1440 minutes.
  • Keep firmware updated on both printer and router. Check every 6 months, or set auto-update if available.
  • Use a dedicated 2.4 GHz SSID for IoT devices including printers. Avoid band steering like the plague — it causes more problems than it solves.
  • If the printer keeps dropping after all this, swap the power cord into a UPS or surge protector. Dirty power can cause intermittent Wi-Fi chip resets. Sounds weird, it's real.

That's it. No magic, no overcomplication. Kill the sleep, pin the IP, and your printer will be ready every morning. If it still flakes out, it's likely a hardware issue — time to replace it, especially if it's over 5 years old.

Was this solution helpful?