Find Default Gateway on Windows using ipconfig Command

This post will guide you the steps on how to find default gateway in Windows 7, Windows Vista and Windows XP. A default gateway is the device that passes traffic from the local subnet to devices on other subnets. Default gateway is a entrance to another subnet. You can get the default gateway information using ipconfig command line utility. ipconfig command is available on all versions of Microsoft Windows starting with Windows NT.

Windows 7 and Vista
1. Click Start. In the search box, type cmd , and then press Enter.
2. At the command prompt, enter ipconfig. This will display your network information, including your default gateway.

Windows XP
1. Start menu, click Run… . In the “Open:” field, type cmd , and then click OK.
2. At the command prompt, enter ipconfig. This will display your network information, including your default gateway.

Example :

C:\>ipconfig

Windows IP Configuration


Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.52
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1

C:\>

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.