Share via

View Network On Upgraded Windows 11

troothteller 5 Reputation points
2026-03-19T21:02:38.95+00:00

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
0 comments No comments

3 answers

Sort by: Most helpful
  1. troothteller 5 Reputation points
    2026-03-22T23:03:41.7+00:00

    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.

    Was this answer helpful?


  2. 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

    Was this answer helpful?


  3. 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.

    1. Open Network & internet settings
      1. Select Start and type settings.
      2. Select Settings > Network & internet.
      3. At the top, confirm that the PC shows as connected (Wi‑Fi or Ethernet).
    2. View this PC’s IP address (per adapter)
      1. In Network & internet:
        • For Wi‑Fi: select Wi‑Fi, then select the connected Wi‑Fi network name.
        • For Ethernet: select Ethernet.
      2. Under Properties, look for IPv4 address. This shows the IP address assigned to that adapter.
      This confirms what address the router/DHCP server gave the PC itself.
    3. Use Command Prompt to list all adapter addresses
      1. In the taskbar search box, type Command Prompt.
      2. Right‑click Command Prompt > Run as administrator.
      3. Run:
              ipconfig /all
        
        This lists all network adapters, their IPv4/IPv6 addresses, gateways, and DNS servers.
    4. 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.
      1. Open Command Prompt as administrator.
      2. Run:
              netsh wlan show wlanreport
        
      3. 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.
    5. Check basic network status and properties quickly
      1. In Network & internet settings, select Properties next to the connected network.
      2. 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.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.