User login

"WiFi" doesn't have a valid IP configuration

4 replies [Last post]
stabguy's picture
stabguy
Offline
Administrator
male
Honolulu, HI USA
Joined: 09/15/2009

My Windows 10 laptop sometimes loses its Wi-Fi connection. The Network Troubleshooter fails with the message:

"WiFi" doesn't have a valid IP configuration

Here is one procedure to fix it:

  1. Open a Command Prompt as Administrator
  2. netsh int tcp set heuristics disabled
  3. netsh int tcp set global autotuninglevel=disabled
  4. netsh int tcp set global rss=enabled
  5. Reboot the laptop

Last time it happened I think this procedure also worked:

  1. Open a Command Prompt as Administrator
  2. netsh winsock reset
  3. netsh int ip reset
  4. Reboot the laptop

I'm leaving this here mostly for my own information the next time it happens. It can be hard to find this information online. Perhaps it will help somebody else who is googling for a solution.

You won't even feel the blade.

aurllcooljay's picture
aurllcooljay
Offline
Citizen
male
At Thehiddenblade.com. Where else?
Joined: 06/13/2010

I've experienced something similar on my laptop. When my internet freezes I click on the connection settings, and then the computer remembers to stay connected to the internet, but only for a short time. It'll keep doing that over and over again, so I restart the computer, which seems to fix the problem. But then a few weeks later it happens again, so I'll have to restart again.

gerund's picture
gerund
Offline
Citizen
male
The Netherlands
Joined: 10/29/2012
stabguy wrote:
I'm leaving this here mostly for my own information the next time it happens. It can be hard to find this information online. Perhaps it will help somebody else who is googling for a solution.

I think we've all been in that situation. You're too good for this world, stabguy.

"...and if I had no self-awareness, I think I'd know."

ROB_88's picture
ROB_88
Offline
Citizen
male
up north
Joined: 11/11/2009
stabguy wrote:
I'm leaving this here mostly for my own information the next time it happens. It can be hard to find this information online. Perhaps it will help somebody else who is googling for a solution.

that's really good of you.
i absolutely hate it when i have a problem, and then the only thing i find is a 10 year old topic asking the exact same thing, but then just ends with "nevermind, i fixed it"

Things will not calm down, Daniel Jackson. They will in fact calm up

stabguy's picture
stabguy
Offline
Administrator
male
Honolulu, HI USA
Joined: 09/15/2009
stabguy wrote:
Last time it happened I think this procedure also worked:

  1. Open a Command Prompt as Administrator
  2. netsh winsock reset
  3. netsh int ip reset
  4. Reboot the laptop

Confirmed: This procedure also fixes the problem. It's a little bit simpler than the first procedure.

You won't even feel the blade.