Windows 8.1: WiFi dropping and/or "Limited"

Anonymous
2013-10-20T17:01:27+00:00

Since installing 8.1 Pro, I'm having issues with WiFi dropping internet connectivity and always showing "Limited" when clicking on the system tray icon.  When I troubleshoot the problem using the system tool it is always the gateway that is faulty.  I have uninstalled/reinstalled the device drivers several times, installed the newest drivers directly from Intel, restarted the computer, etc.  I can restore connectivity by turning WiFi off then back on, but the connection will drop at what seems to be random intervals.  My applicable system specs are as follows;

Lenovo Y510P  Laptop

Windows 8.1 Pro

Intel Centrino Wireless-N 2230

Apple Time Capsule router w/newest firmware

Needless to say this is quite an irritating bug that didn't exist prior to the update to 8.1  I hope this can be resolved quickly. Thanks!

Windows for home | Previous Windows versions | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

744 answers

Sort by: Newest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2014-12-12T19:44:54+00:00

    Hahaha.. Nice one but I am still using Win 8.1 Pro and suffering like Hell. MS please give us a fix. Every One's Router in Different Countries cant go wrong at same time and that too after 8.1 Release.

    --Pankaj

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-12-12T17:52:42+00:00

    To all you guys with troubled with the N-6235/6250 wi fi problem, 

    Go to device manager, scroll to the network adapter, you should find 2 devices:

    >your card

    >hyper v network somethingsomething

    Disable hyper V network, restart your network adapter and now you should be good. Been two days since this and my connection didn't dropped once.

    Microsoft I can't even begin to say how much I'm mad at you because I don't know what happened to your softwares but you are really upsetting me a lot. My connection was a pain in the **** for two months untile I (not you, not your helpers) found this solution that, guess what, it's caused by your systems.

    That's unbelievable.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-11-28T22:52:34+00:00

    I would reset

    NETSH INT TCP SET HEURISTICS DISABLED

    NETSH INT TCP SET GLOBAL AUTOTUNINGLEVEL=DISABLED

    NETSH INT TCP SET GLOBAL RSS=ENABLED

    to the defaults and see if it breaks the fix. Those will slow the connection to the internet down and the ability for the CPU to process the info it gets through the TCP ports. I think RSS enabled is a default since VIsta SP1.

    The first and last commands are good to fix the network. They arec ommonly broken because of anti-malware such as Norton, Mcafee . Windows defender is much better.

    http://www.vindamedia.com/windows/help/troubleshooting-your-network

    Has list of the correct command prompt commands to use to reset the networking cache and similar to clear up issues in the section titled Reset and clear possibly incorrect data that has been cached

    That list would be good if you have a router that was built before 2004 or so and didn't have the ability to support auto tunneling. Disabling the setting makes the make receive window 64KB which will slow your internet connection for a particular transaction by around 10x or much more

    Good luck hope it stays fixed either way.

    Also try this, http://www.vindamedia.com/windows/help/windows-8-general-errors

    It may solve the underlying issues you are having that are making it so those features don't work.

    BTW the parts of the windows 8 OS that run that haven't changed since Windows 7 so if windows 7 works on your network without those settings changed windows 8 should too. It must be anti-virus software. Even disabled anti-virus software that was removed can cause issues because they leave their drivers attached to the network behind or the settings they changed are left and the driver is gone.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-11-28T20:31:58+00:00

    Okay, guys after several days of pain (and nearly switched back to win7), I found a solution for the 2 most common wifi problems (I had both).

    First, the "limited connectivity" problem:

    Open a command prompt (Search/type "cmd"/press Enter)

    Type these (they are changing the global tcp settings, press ENTER after every line of command):

    IPCONFIG /FLUSHDNS

    NETSH INT TCP SET HEURISTICS DISABLED

    NETSH INT TCP SET GLOBAL AUTOTUNINGLEVEL=DISABLED

    NETSH INT TCP SET GLOBAL RSS=ENABLED

    NETSH WINSOCK RESET

    Then restart your wifi adapter or restart your computer (you can find other sources about these commands anyway)

    This one solve the "limited connections" problem.

    Second, the frequent disconnects or dropping from wifi network:

    As I noticed, it is a driver related problem.

    Change your current "manufacturer" wifi driver to a "Windows" driver for your wifi adapter (you can choose from a list when you'd like to change the driver of your wifi adapter in the Device Manager).

    Since this change, my wifi have not dropped from the wifi network.

    Was this answer helpful?

    0 comments No comments