Ivan B, I downloaded and tried to run the HP Easy Start, though I do not know why it says "Smart Tank." I thought that was that series of inkjet printers that the user refills the cartridges with bottles. Anyway, it does not connect, not even with a USB connection. Later today I will try to implement instructions on how to get a recognizable address through its Mac Monterey connection.
View Network On Upgraded Windows 11
I upgraded my Windows 10 last November to Windows 11 Home Edition. As far as my wireless network goes, I can only view my printers and my network drive. I want to see what addresses my system gave my networking equipment. The options only hang in Control Panel or File Explorer. A Command Prompt instruction did not work. Without going into a third-party app, is there anything else left to try?
Windows for home | Windows 11 | Performance and system failures
3 answers
Sort by: Most helpful
-
Ivan B 113.1K Reputation points Independent Advisor
2026-03-19T22:18:57.8133333+00:00 Hi,
If you want to list all devices on the network using the command prompt (admin),
Run the command (admin): ` arp -a`` which will list the IPs.
This is the range of your PC with the connected networks.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Thanks
-
AI answer
2026-03-19T21:02:51.97+00:00 To see the IP addresses and other details of devices and adapters on Windows 11 without third‑party tools, use the built‑in Network & internet settings and command‑line tools that are known to work on Windows 11.
- Open Network & internet settings
- Select Start and type settings.
- Select Settings > Network & internet.
- At the top, confirm that the PC shows as connected (Wi‑Fi or Ethernet).
- View this PC’s IP address (per adapter)
- In Network & internet:
- For Wi‑Fi: select Wi‑Fi, then select the connected Wi‑Fi network name.
- For Ethernet: select Ethernet.
- Under Properties, look for IPv4 address. This shows the IP address assigned to that adapter.
- In Network & internet:
- Use Command Prompt to list all adapter addresses
- In the taskbar search box, type Command Prompt.
- Right‑click Command Prompt > Run as administrator.
- Run:
This lists all network adapters, their IPv4/IPv6 addresses, gateways, and DNS servers.ipconfig /all
- Generate a wireless network report (for Wi‑Fi details)
This does not list every device on the LAN, but it gives detailed information about Wi‑Fi sessions and all network adapters.
- Open Command Prompt as administrator.
- Run:
netsh wlan show wlanreport - This creates an HTML report file and opens it in a browser. It includes:
- All Wi‑Fi events from the last three days.
- Results of several network‑related scripts.
- A list of all network adapters on the PC.
- Check basic network status and properties quickly
- In Network & internet settings, select Properties next to the connected network.
- Review:
- Connection type (Wi‑Fi/Ethernet)
- IP assignment (automatic/manual)
- IPv4 address and gateway
These built‑in tools show what addresses the router has assigned to the PC and provide detailed adapter information without third‑party software. To see IP addresses of other devices (printers, NAS, etc.), typically the router’s admin page is required; Windows itself only shows their names/availability on the network, not a full device/IP inventory.
References:
AI-generated content may be incorrect. Read our transparency notes for more information. - Open Network & internet settings