How to check if your printer is connected to Wi-Fi: all methods for all models

Wireless printers save time and eliminate tangled cables, but their main problem is subtle connection issues. Have you sent a document to print, but the printer remains silent? Or vice versa: the device shows everything is fine, but the files aren't delivered? Checking the Wi-Fi connection — the first step to diagnostics. And this can be done without any special skills: through the printer itself, router, computer, or even smartphone.

Many users make one mistake: they think that if the printer is turned on and the indicator light is on, it is automatically connected to the network. In fact, the power indicator and the Wi-Fi indicator are different things. For example, on models Canon PIXMA The green LED indicates that the device is on, and the flashing orange LED indicates that there are problems with the network. HP OfficeJet A separate blue indicator indicates the connection. Without understanding these nuances, it's easy to miss a disconnect.

In this article we will analyze all available verification methods — from basic to advanced, including command-line diagnostics. We'll also explain what to do if your printer sees the network but won't print.

1. Checking through the printer control panel

The fastest way is to use the device's built-in menu. Even budget models Epson EcoTank or Brother DCP have basic network settings that display the connection status.

On most printers the algorithm is as follows:

  1. Turn on the printer and wait until it boots up completely (usually takes 10-30 seconds).
  2. Find the button Menu, Settings or Wireless (on touch screens - a gear or antenna icon).
  3. Go to the section Network settings (Network Settings) → Wi-Fi or Wireless network.
  4. Check the line Connection status (Connection Status). If it is indicated there Connected (Connected) and the name of your network is displayed - the connection is active.

On some models (eg, Xerox VersaLink) instead of text status is used graphic indication: green antenna icon - everything is fine, red cross - no connection.

Find the "Network" or "Wi-Fi" section

Check the "Connection Status" line

Make sure your network name (SSID) is displayed.

Pay attention to the signal indicators (the number of "bars" next to the antenna)

-->

Important: If the printer shows a connection but printing doesn't work, the problem may be in the router settings (for example, the MAC address filter is enabled) or in the drivers on the computer.

2. Diagnostics via the router's web interface

The router "sees" all devices connected to its network, including printers. This method is universal and works even if the printer itself does not have a screen (like HP LaserJet Pro MFP).

Instructions for most routers (TP-Link, ASUS, Keenetic):

  1. Open a browser on a computer or smartphone connected to the same network.
  2. Enter the router's IP address in the address bar. This is usually 192.168.0.1, 192.168.1.1 or 192.168.8.1 (the exact address is indicated on the sticker on the back of the router).
  3. Log in (default logins/passwords: admin/admin or admin/password).
  4. Go to the section Devices, Local area network or DHCP (names may differ).
  5. In the list of connected devices, find the printer - it may be displayed by model (for example, Brother_MFC-J4335DW) or MAC address.

If your printer isn't listed, it's not connected to Wi-Fi. If it is, its status Offline — Check if the printer is turned on and is within the network coverage area.

Where can I find the printer's MAC address?

It is usually located on a sticker on the back or bottom of the device (look for the line "MAC Address" or "Ethernet Address").

You can also find the MAC address in the printer menu: Settings → Network → Network Configuration → MAC Address.

Router brand Path to the list of devices How the printer is displayed
TP-Link Basic Network → DHCP → Client List By model name or IP address
ASUS Network Map → Clients With printer icon and MAC address
Keenetic Devices → Device List With the manufacturer's name (e.g., "HP Inc.")
MikroTik IP → DHCP Server → Leases Only by MAC and IP, no name
⚠️ Attention: If the mode is enabled in the router settings Isolation of clients (AP Isolation), the printer will not be visible to other devices on the network, even if connected to Wi-Fi.

3. Check from a computer (Windows/macOS/Linux)

If the printer is connected to Wi-Fi, it can be discovered through the operating system's network tools. This method is useful when you need to not only check the connection but also diagnose printing problems.

For Windows 10/11:

  1. Open Control Panel → Devices and Printers.
  2. Find your printer in the list. If there's a green checkmark next to it, it's connected and ready to use.
  3. Right-click on the printer → Printer Properties → Ports.
  4. Check if the port with your network name is marked (for example, Standard TCP/IP Port: 192.168.1.10).

For macOS:

  1. Open System Preferences → Printers & Scanners.
  2. Select your printer → click Parameters and spare parts.
  3. In the section General check the line State. If there Connected - Everything is fine.

For Linux (Ubuntu/Debian):

lpstat -t

In the output, look for a line like this:

device for Printer: lpd://192.168.1.10/queue

If instead of IP is specified file:/dev/null — the printer is not connected to the network.

Windows

macOS

Linux

Android/iOS

Another option

-->

⚠️ Attention: If the printer is displayed in the system, but when printing it returns an error 0x0000000d (Windows) or Filter failed (Linux), the problem may be a driver incompatibility, not a Wi-Fi connection.

4. Using mobile applications

Printer manufacturers release official diagnostic and management apps. These not only display connection status but also help reconnect to the network or update firmware.

Popular apps:

  • 📱 HP Smart (for printers HP) - shows the Wi-Fi signal strength and offers troubleshooting options.
  • 📱 Epson iPrint — displays the network status and allows you to print test pages.
  • 📱 Canon PRINT — checks the connection and offers alternative connection methods (for example, via Bluetooth).
  • 📱 Brother iPrint&Scan - diagnoses the network and tests duplex printing.

How to check the connection via the app:

  1. Install the app from App Store or Google Play.
  2. Run it and allow access to the location (needed to search for a printer on the local network).
  3. In the main menu, select your printer. If it is not displayed, click Add a printer and follow the instructions.
  4. In the device card, find the section Network status or Wi-Fi.

If the app prompts you to "connect via USB to set up Wi-Fi," this means the printer has lost its connection to the network and requires reconfiguration.

5. Ping the printer via the command line

This method is for advanced users, but it provides a reliable result: whether the printer is responding to network requests. To check, you need the printer's IP address (you can find it through the router or the device's menu).

Instructions for Windows:

  1. Click Win + R, enter cmd and press Enter.
  2. Enter the command:
    ping 192.168.1.10

    (replace 192.168.1.10 to the real IP of your printer).

  3. If you see responses like Reply from 192.168.1.10: number of bytes=32... — the printer is connected to the network.
  4. If it appears Timeout exceeded - there is no connection.

For macOS/Linux the command is the same, but it is run via Terminal.

Additional commands for diagnostics:

  • 🔍 Checking the port (usually 9100 for printing):
    telnet 192.168.1.10 9100

    If the connection is established, the port is open.

  • 🔍 View network activity:
    arp -a

    Look for the printer's IP in the list - if it is there, the device is on the network.

⚠️ Attention: If your printer responds to ping but does not print, check your Windows Firewall settings (Windows Defender Firewall → Allow communications...) - sometimes it blocks network printing.

6. Printing a self-diagnostic test page

Many printers support printing a test page with network information. This is the most reliable method, as the data is retrieved directly from the device's memory, rather than through intermediaries (routers or PCs).

How to print a test page:

  • 🖨️ On printers HP: hold down the button Cancel (or Wireless) for 5-10 seconds until printing begins.
  • 🖨️ On printers Canon: go to Settings → Maintenance → Print Test Page.
  • 🖨️ On printers Epson: hold the button Information (ⓘ) 3 seconds.
  • 🖨️ On printers Brother: click Menu → Print Reports → WLAN Report.

On the printed page, look for the blocks:

  • 📋 Network Configuration — This shows whether the printer is connected to Wi-Fi, as well as its IP, MAC address, and network name (SSID).
  • 📋 Wireless Status — connection status (Connected or Disconnected).
  • 📋 Signal Strength — signal level. If it's below 30%, the printer may periodically shut off.

7. Common problems and their solutions

If the test shows that the printer is not connected to Wi-Fi, here are typical causes and solutions:

Problem Possible cause Solution
The printer does not appear in the router's device list. Incorrect Wi-Fi password or connection failure Reconnect the printer to the network through the menu Settings → Wi-Fi
The printer is connected but does not print. The port is closed 9100 or 515 on the router Open ports in your router settings (Port forwarding)
The connection is interrupted after a few minutes. Weak Wi-Fi signal or printer power saving Move the printer closer to the router or disable sleep mode in the settings.
The printer is connected, but the computer doesn't see it. Different subnets (for example, a router distributes 192.168.0.x, and the printer in 192.168.1.x) Set up a static IP for the printer on the same subnet as the PC.

If none of the above methods help, try resetting the network settings on the printer:

  1. Go to Settings → Network → Reset network settings.
  2. Connect the printer to the router via cable (if there is a port) Ethernet) and set up Wi-Fi again.
⚠️ Attention: On some routers (for example, Zyxel Keenetic) the function is enabled by default Secure network, which blocks unknown devices. Add the printer's MAC address to the trusted list.

FAQ: Frequently Asked Questions

My printer shows it's connected to Wi-Fi, but my computer can't see it. What's wrong?

The printer and computer are likely on different subnets. Check the IP addresses:

  • On the computer: Win + R → cmd → ipconfig (look for IPv4 address).
  • On the printer: print a test page or check in the menu Net.

If the first three digits of the IP are different (e.g. 192.168.0.10 vs 192.168.1.5), change the router settings or assign the printer a static IP in the same subnet.

How do I find out my printer's IP address if it's not connected to the network?

There are three ways:

  1. Check the sticker on the back or bottom of the printer - sometimes the IP is listed there.
  2. Connect the printer to the router via cable Ethernet and check the list of devices in the router's web interface.
  3. Use a network scanning utility such as Advanced IP Scanner (Windows) or Fing (mobile application).
The printer is connected to Wi-Fi, but printing is very slow. What should I do?

Reasons for the slowdown:

  • Weak Wi-Fi signal - move the printer closer to the router or use a signal repeater.
  • The router channel is overloaded - change the Wi-Fi channel in the router settings (select 1, 6 or 11 for 2.4 GHz).
  • Low port speed - in the printer settings (Ports) select protocol Raw instead of LPR.
Is it possible to connect a printer to Wi-Fi without a display?

Yes, there are two ways:

  1. WPS: Click the button WPS on the router, then on the printer (usually you need to hold Wi-Fi or WPS 3-5 seconds).
  2. USB setup: Connect the printer to your computer via USB, install the driver and configure Wi-Fi using the manufacturer's program (for example, HP Smart or Epson Software).

For printers Brother without a screen (for example, HL-L2350DW) you can use the utility BRAdmin Light to configure the network.

The printer is connected to Wi-Fi, but the printout is erratic (stripes, hieroglyphs). Is this a network issue?

No, it's not Wi-Fi related. Reasons:

  • Incompatible or outdated driver - download the latest version from the manufacturer's website.
  • Damaged cartridge or toner - try printing a test page directly from the printer (without a computer).
  • Incorrect print settings - in the print dialog select Print as image (if available).