How to Turn on Wi-Fi on a Windows 10 PC Without a Router: A Complete Guide

You find yourself in a situation where you urgently need to connect your computer with Windows 10 to the Internet via Wi-Fi, but don't have a router handy? It happens more often than you think: a trip to visit, a broken router, a temporary loss of internet access. Luckily, Windows 10 offers several ways to activate a wireless connection even without a traditional router.

In this article we will look at All working methods for enabling Wi-Fi on a PC without a router — from sharing internet from a smartphone to creating a virtual hotspot via the command line. You'll learn how to check for availability. Wi-Fi adapter, set up adhoc network (peer-to-peer), to use USB modem or even connect to a hidden network. Each method is illustrated with step-by-step instructions, taking into account possible errors and nuances. Windows 10.

Important: Not all methods are equally reliable. For example, adhoc network It may be unstable on newer versions of Windows, and sharing from a phone is limited by your mobile carrier's plan. We'll honestly explain the pros and cons of each option so you can choose the best one.

1. Checking the presence of a Wi-Fi adapter on your PC

Before you try to turn on Wi-Fi, make sure your computer is equipped with it. wireless adapter. IN Windows 10 This can be checked in three ways:

  • 🔍 Through device Manager: click Win + X → select device Manager → open the tab Network adaptersLook for devices with words Wireless, Wi-Fi, 802.11 or Dual Band.
  • 📋 Through Windows Settings: Start → Settings → Network & Internet → Status. If in the section Changing network settings there is a point Wi-Fi, adapter is present.
  • 💻 Through Command line: run CMD as administrator and enter:
    netsh wlan show drivers

    Look for the line in the answer Hosted network support: yes - this means that the adapter can create an access point.

If your adapter isn't listed, you'll have to purchase it separately. For a desktop PC, this one is suitable. USB Wi-Fi adapter (For example, TP-Link TL-WN725N or ASUS USB-AC56), for a laptop - check if the module is disabled by a hardware button (on some models Lenovo or HP there is a separate switch).

⚠️ Attention: On some motherboards (eg. Gigabyte B550 or MSI MAG B660) the built-in Wi-Fi module can be disabled in BIOS/UEFITo activate it, press when booting your PC. Del or F2, find the section Advanced → Onboard Devices and enable the option Wi-Fi or WLAN.
📊 What type of computer do you have?
Desktop PC
Laptop
Monoblock
netbook

2. Sharing Wi-Fi from your phone (mobile hotspot)

The easiest way to connect your PC to the Internet without a router is to use your smartphone as a access pointsThis method works on all modern phones (iPhone, Samsung, Xiaomi etc.) and does not require additional programs.

Instructions for Android:

  1. Open Settings → Network & Internet → Hotspot & Tethering.
  2. Select Wi-Fi hotspot (or Mobile hotspot on some firmware).
  3. Ask network name (SSID) And password (minimum 8 characters).
  4. Activate the switch Access point.

Instructions for iPhone:

  1. Go to Settings → Tethering.
  2. Enable the option Allow others.
  3. Remember the password from the section Wi-Fi password (it cannot be changed).

Now on PC:

  • 📶 Tap the network icon in the lower right corner of the screen (next to the clock).
  • 🔐 Select your phone's name from the list of available networks.
  • 🔑 Enter your password and connect.
⚠️ Attention: Mobile operators may limit traffic for Internet distribution (for example, Megaphone or Beeline (They block torrents when using a hotspot.) Also, keep in mind that this connection quickly drains your phone's battery—keep it charged.

Make sure your mobile internet is turned on|

Charge your phone to at least 50%|

Choose a strong password for your hotspot|

Disable VPN on your phone (it may block distribution) -->

3. Creating a virtual Wi-Fi network (hosted network)

If you have active internet connection (for example, through Ethernet cable or USB modem), you can create a virtual access point directly on your PC. This method uses built-in capabilities Windows 10 and does not require third-party software.

Step 1: Check for hosted network support (as in first section). If the command response netsh wlan show drivers costs Hosted network support: no, update the adapter driver on the manufacturer's website (for example, for Intel AX200 or Realtek RTL8821CE).

Step 2: Launch command prompt as administrator (Win + X → Command Prompt (Administrator)) and enter:

netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678 keyUsage=persistent

Where:

  • MyWiFi — the name of your network (can be changed).
  • 12345678 — password (minimum 8 characters).

Step 3. Activate the network:

netsh wlan start hostednetwork

Step 4. Enable Internet Sharing:

  1. Open Control Panel → Network and Internet → Network and Sharing Center.
  2. Click on the active connection (for example, Ethernet).
  3. Select Properties → Access.
  4. Check the box Allow other network users to share your Internet connection.
  5. In the drop-down list, select the network you created (it will be called Local Area Connection* X).

You can now connect to your virtual network from other devices. To disable it, use the following command:

netsh wlan stop hostednetwork
⚠️ Attention: After rebooting your PC, the virtual network will be disabled. To start it automatically, create .bat-file with command netsh wlan start hostednetwork and add it to startup (Shell:Startup).
What should I do if the netsh command returns an error?

If when entering netsh wlan start hostednetwork an error appears Failed to start hosted network, try:

1. Update the Wi-Fi adapter driver manually (download from the manufacturer's website, not through device Manager).

2. Disable your antivirus (for example, Kaspersky or Avast may block network creation).

3. Start the service Automatic WLAN configuration:

- Click Win + R, enter services.msc.

- Find a service Automatic WLAN configuration, right-click → Launch.

4. Reset the network: Settings → Network & Internet → Status → Network reset (reboot required).

4. Connecting to a hidden Wi-Fi network without a router

If there is one nearby hidden Wi-Fi network (for example, from a neighbor or a public space) to which you know the password, you can connect it manually. Hidden networks do not broadcast their name (SSID), But Windows 10 allows you to add them yourself.

Instructions:

  1. Click on the network icon in the tray (next to the clock) → Network parameters.
  2. Select Wi-Fi → Manage known networks.
  3. Click Add a new network.
  4. Enter:
    • 📡 Network name (SSID) — the exact name of the hidden network (case sensitive!).
    • 🔐 Security type - usually WPA2-Personal (check with the network owner).
    • 🔑 Security key - password.
  • Check the box Connect automatically.
  • If the network does not connect:

    • 🔄 Make sure you enter SSID without typos (for example, MyHomeWiFi And myhomewifi - different networks).
    • 📶 Check that the adapter is working in mode 802.11n/ac (V Device ManagerAdapter Properties → Advanced).
    • 🛡️ If the network is corporate (WPA2-Enterprise), additional parameters will be required (for example, EAP method).
    Security type Description Where is it used?
    WPA3-Personal A new standard with improved protection Modern routers (ASUS RT-AX88U, TP-Link Archer AX6000)
    WPA2-Personal The most common standard Most home and office networks
    WPA2-Enterprise Requires an authentication server (radius) Corporate networks, universities, hotels
    WEP An outdated and insecure protocol Old devices (not recommended)

    5. Using a USB modem or 4G dongle

    If you have USB modem (For example, Huawei E3372, ZTE MF823) or 4G dongle from a mobile operator (MTS, Tele2), it can be used to connect a PC to the Internet without a router. Most modern modems support the mode Wi-Fi router.

    How to set up:

    1. Connect the modem to your PC's USB port. Wait for the drivers to install (they usually install automatically).
    2. Open modem web interface:
      • 🌐 Enter the address in your browser 192.168.1.1, 192.168.0.1 or 192.168.8.1 (the exact address is indicated on the box or the device itself).
      • 🔑 Enter your login and password (usually admin/admin or admin/password).
  • Find the section in the menu Wi-Fi or Network settings and turn on the access point.
  • Ask network name And password, save the settings.
  • Now you can connect to the modem like a regular router. Some devices (for example, Huawei E5577) have a built-in battery and can operate autonomously.

    ⚠️ Attention: Wi-Fi-enabled modems typically limit the number of connected devices (usually to 10). Carriers may also block Wi-Fi hotspots—check your plan's terms.

    6. Setting up an ad hoc network (peer-to-peer) between two PCs

    Adhoc network (or ad-hoc) is a direct connection between two devices without a router. Windows 10 This mode is not supported by all adapters, but can be useful for file transfer or internet sharing.

    How to create ad-hoc net:

    1. Open Control Panel → Network and Internet → Network and Sharing Center.
    2. Select Setting up a new connection or network → Setting up a wireless ad hoc network.
    3. Set parameters:
      • 📡 Network name (SSID) - any name.
      • 🔐 Security typeWPA2-Personal.
      • 🔑 Security key — password (minimum 8 characters).
  • Check the box Save settings for this network.
  • Once the network is created, connect a second PC or laptop to it. Please note:

    • 🔄 Adhoc networking only works within the range of Wi-Fi adapters (usually up to 10–15 meters).
    • 📥 The data transfer speed is lower than in a regular network (maximum 54 Mbps for standard 802.11g).
    • 🔌 To share the Internet on your main PC, you need to enable General access (as in third section).

    If option Setting up a wireless computer-to-computer network missing, then your adapter does not support it ad-hocIn this case, use virtual network.

    7. Alternative ways to connect to Wi-Fi without a router

    If none of the above methods work, consider alternative options:

    • 📡 Public Wi-Fi: Cafes, airports, and shopping centers often have open networks. Use them with caution (preferably through VPN).
    • 📶 Bluetooth Internet (PAN): You can share the Internet from your phone to your PC via Bluetooth (speed is lower than Wi-Fi, but battery consumption is lower).
    • 🔌 Powerline adapters: If you have access to a power outlet, adapters TP-Link AV600 or Devolo Magic transmit the Internet via power wires (at least one router is required in the network).
    • 📱 USB tethering: Connect your phone to your PC via USB and turn it on. USB modem in your phone's settings. This method is more stable than a hotspot, but requires a cable.

    For USB bindings on Android:

    1. Connect your phone to PC via USB cable.
    2. In your phone settings, select Access Point and Modem → USB Modem.
    3. On PC in Device Manager check if a new network connection has appeared (for example, Remote NDIS).

    For iPhone:

    1. Connect Lightning cable to PC.
    2. In iPhone settings, select Personal Hotspot → Allow Others.
    3. Driver installation may be required on your PC. Apple Mobile Device Support (downloaded automatically via iTunes).

    FAQ: Frequently asked questions about connecting to Wi-Fi without a router

    Is it possible to turn on Wi-Fi on a PC without an adapter?

    No, you need one for wireless connection. Wi-Fi adapter (built-in or external). If not, alternatives:

    • Use USB modem or 4G dongle.
    • Connect via Ethernet cable (if there is wired internet).
    • Share the Internet from your phone USB or Bluetooth.
    Why does the virtual network disconnect after reboot?

    This is standard behavior. Windows 10To make the network start automatically:

    1. Create a text file with the extension .bat and add the command:
      netsh wlan start hostednetwork
    2. Place the file in the startup folder: click Win + R, enter shell:startup and drag the file there.

    Or use Task Scheduler to automatically execute a command at system startup.

    How to boost Wi-Fi signal when sharing from a phone?

    A weak signal may be due to:

    • 📱 Low phone battery - connect to charger.
    • 🏠 Obstacles - Keep your phone closer to your PC, avoid thick walls.
    • 📡 Channel congestion - Select a channel in your phone's hotspot settings 5 GHz (if supported).
    • 🔄 Outdated firmware - Update your phone software.

    You can also use USB signal amplifier (For example, Alfa AWUS036ACH), but this is only relevant for a virtual network with a PC.

    Is it possible to share Wi-Fi from a PC if the Internet is via a 3G/4G modem?

    Yes, but with nuances:

    1. Connect 3G/4G modem to your PC and wait for the Internet connection to appear.
    2. Create virtual network through netsh.
    3. IN Network and Control Center enable sharing for the modem connection (not for Ethernet!).

    Some modems (eg. Huawei E3372h) block the distribution - in this case only firmware or purchasing a router with USB modem support (TP-Link TL-MR3420).

    How to protect a virtual Wi-Fi network from hacking?

    Virtual networks are more vulnerable than regular routers. Security tips:

    • 🔐 Use complex password (at least 12 characters with numbers and special characters).
    • 🔄 Change your password regularly (every 1–2 weeks).
    • 🛡️ Turn off the network when it is not needed (using the command netsh wlan stop hostednetwork).
    • 📡 Hide SSID (in the team netsh this is done automatically).
    • 🔒 Set up Windows Firewall to block unauthorized connections.