How can I tell if my IP is static or assigned by DHCP on Windows 7?

102,572

Solution 1

Run ipconfig /all in a cmd window; one of the lines will be labeled "DHCP Enabled".

Solution 2

Go to the Network and Sharing Center (in control panel) and select "Change Adapter Settings" on the left.

From there double-click on your network adaptor and press the "Details" button.

You should see something like this:

enter image description here

You can then see if DHCP is enabled or not.

For your internet IP, the best way is to go to http://www.whatismyip.com and note down your IP. Then go and reboot your router, and visit that site again and see if the IP is the same.

If it has changed you have a dynamic address. If it's the same you may be static, or you may be dynamic. Check again in a week or so and see if the IP is still the same. If it is you may well be static.

Most ISPs charge extra for a static IP address though.

Solution 3

Open a CMD window and type ipconfig/release then type ipconfig and see if you have an IP.

Or through the GUI you can go to Control Panel>Network and Sharing Center, on the left pane select: "change adapter settings", right click your adapter and click Properties, select: "Internet Protocol Version 4" and hit the properties button. If "Obtain IP Address Automatically" is checked then you are getting your IP via DHCP if it is static you will see it filled out in the boxes below.

enter image description here

Share:
102,572

Related videos on Youtube

bhaskar
Author by

bhaskar

Former Community Manager at Stack Exchange (August 2013-November 2017). My posts from before or after that time period (and, like, a bunch of the ones from during it, too) should not be considered "official" in any way. Joel: I have all these opinions ... and no outlet for them! Josh: Have you tried yelling them at the Internet? Joel: Almost exclusively! And yet problems still persist! -"The Grand Opining", HijiNKS ENSUE, by Joel Watson "On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' ... I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question." -Charles Babbage Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law. -Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid

Updated on September 18, 2022

Comments

  • bhaskar
    bhaskar over 1 year

    I don't know if my IP is static or assigned by DHCP. How can I find out which it is? I'm running Windows 7.

    • FJ de Brienne
      FJ de Brienne about 13 years
      Do you mean the IP on your computer or your internet-facing IP?
    • bhaskar
      bhaskar about 13 years
      @Matt, local at first, but since you ask, I'd be interested in both answers.
  • paradd0x
    paradd0x about 13 years
    The Network Settings is the GUI. Excuse me for my terminology.
  • Joe Internet
    Joe Internet about 13 years
    Or you could just log into your router setup page and see how it's configured.
  • FJ de Brienne
    FJ de Brienne about 13 years
    That wouldn't tell you if it was static or not - even assigned by DHCP (or LCP or whatever) it can still be static.
  • anishsane
    anishsane almost 10 years
    It's still possible that at the time of IP-assigning, it was static/dhcp & registry was changed later... So this is not exactly reliable. But yes, at boot time, it would take static/dhcp based on this registry...