My wifi keeps disconnecting. I think it's my computer because my other devices still work. I already checked my wifi drivers and it says they are all up to date. I changed my wifi adapter from device manager to never go to low power mode. And then I restarted.
When I go to wifi in task manager, it is usually around 200 Kbps receive, but then it randomly dips to 4-40 Kbps, then spikes back up. So it doesn't actually disconnect, just becomes really slow. I am in a call right now and when it dips I disconnect from the call.
The 200 Kbps is just because I'm not doing much right now. If I try downloading something, it goes up to a few Mbps.
I just updated windows 10 maybe a month ago.
13 Answers
In order to check to see if there are any software issues, you can try a few of the things outlined in Microsoft's webpage on how to fix WiFi problems on Windows 10.
A few things to check in order to narrow down the source, is to check what happens when you attempt to connect to different WiFi networks. Does this only happen on the specific network you're connecting to or does it happen for any connection?
If it's only a problem on your main WiFi network, then the following steps may help:
Try moving the computer around, mainly closer to the router you are connecting to to make sure there aren't any connection issues, possibly connect it to Ethernet to test if this solves your problems
Run the Network troubleshooter by going to Start → Settings → Network and Internet → Status → Network Troubleshooter (close to the bottom of the status page)
If you have access to a 2.4GHz WiFi band and a 5GHz band (Ie. For 5GHz, it'll normally say Wifi_5G compared to Wifi), attempt to connect to the other one
If none of the previous work. Try opening Command Prompt and type the following commands:
netsh winsock resetnetsh int ip resetipconfig /releaseipconfig /renewipconfig /flushdns
If this occurs on all networks, then it's likely a problem with the machine rather than your connection to the network. You can try the following steps as well:
Run the network troubleshooter outlined in step 2 of the previous section
Try uninstalling the network adapter and restart the computer to reinstall it (you will need to be admin for this)
- Go to start and type Device Manager
- Expand Network adapters and find the driver. This will be something like Intel Wireless-AC (R)
- Right click and click uninstall device. If you're prompted, press the Delete the device software for this device and then Uninstall
- Restart computer
As noted by @Tim_Stewart in the comments, you can also install the specific driver for your model by uninstalling the current driver and reinstalling one from the manufacturers site by searching "<Model number> Drivers" (note you should download the driver before you uninstall)
If none of this works, then your alternative may be to do a full network reset however note that any networking you've done with VPNs, etc, will also be reset using the following steps
- Go to Start → Settings → Network and Internet → Status → Network reset
- On the network reset screen, select Reset Now and then Yes and wait for the computer to restart
Hopefully the previous steps can help out, these were mostly derived from the steps in the link I sent before so for further clarification regarding steps, that may help out
6In my case, windows automatically turned off the network adapter to save power. Go to Device Manager (as an Admin) > Expand "Network Adapters" > Right click your adapter > Properties > Change Settings > Power Management > Uncheck "Allow the computer to turn off this device to save power". This might fix it for you.
I'm facing similar issue, all my devices work properly but my desktop computer keeps disconnecting very frequently. But all my other devices connect to my wifi router over 5g band, whereas my desktop computer connects on 2.4g band. I have Tizum USB wifi adaptor that supports 2.4ghz connected to my PC. The router and my PC are in good range but I cannot connect using LAN wire because that will look messy. Yes I tried connecting my PC to other network (mobile hotspot) and that worked well but with very low speed with no disconnects. I have already tried playing with the drivers but no luck asthis is a plug n Play device I don't think drivers shall be a problem. Also I have windows 10 with latest updates. I have tried changing the USB ports but still no luck, it keeps disconnecting and reconnecting. Although it disconnects only for few seconds but it is very often and this prevents me from playing any game or attend any zoom meeting. I have Airtel fibre connection with 125mbps speed. Let me know if anyone has any other solutions to share. Cheers!
2