The Windows OS includes the Wireless Hosted Network feature which can be used to turn your Windows device into a hotspot for sharing data connections to various devices. We’ve already posted about how to set up Windows as a hotspot manually. Today, we came across an issue due to which we were unable to host the hotspot from a Windows 11/10 system.
The hosted network couldn’t be started error on Windows 11/10
Whenever we tried to start the hosted network, Windows ended itself with this error:
The hosted network couldn’t be started, The group or resource is not in the correct state to perform the requested operation.
Well, this issue can be due to a misconfiguration in network adapter settings. We have already tried to update and even reinstall the wireless driver, but no luck. The following fixes you can try to solve it:
1] Using Network Properties
Press Windows Key + R, type ncpa.cpl in the Run dialog box, and press Enter, this should open Network Connections.
In the Network Connections window, select the network you’re going to share. Right-click on it and select Properties.
In the network connection Properties window, switch to the Sharing tab. Now enable the first two options there as indicated in the screenshot below.
Click OK, close the Network Connections window, and reboot. Your problem should be fixed by now and if it doesn’t, try the second fix mentioned below.
2] Using Device Manager
Press Windows Key + R, type devmgmt.msc in the Run dialog box, and hit Enter, this should open Device Manager.
In the Device Manager window, expand Network adapters, from the list pick the wireless adapter and right-click on it and select Properties or simply double click on it.
In the Properties window, switch to the Power Management tab, here make sure that the option Allow the computer to turn off this device to save power is checked/enabled.
Click OK, close Device Manager and reboot the system, the issue should be fixed significantly.
I hope this helps you resolve the “The hosted network couldn’t be started” error when setting up Windows as a HotSpot.
Read: We can’t set up a mobile hotspot because your PC doesn’t have an ethernet
How do I start a hosted network?
Run the following command on Windows Terminal— netsh wlan set hostednetwork mode=allow ssid=wuminPC key=wuminWiFi
— and it will set the hosted network, and start it. You can then connect any device with it. It comes in handy when you cannot start it using the graphical interface.
Why is hosted network not supported?
If you get an error with the hosted network, it’s a hardware issue. Some of the older wireless adapters do not have support for hosted networks at the hardware level. If you run the following command— netsh wlan show driver | findstr Hosted
—on PowerShell, and if the status shows no, then it’s not supported.