How to Enable Wi-Fi on a Desktop PC with Windows 10: 5 Proven Methods

Desktop computers are rarely equipped with a built-in Wi-Fi module, but that doesn't mean you can't connect to a wireless network. If your PC doesn't see available networks or doesn't respond to Wi-Fi at all, the problem may be a missing adapter or incorrect settings. Windows 10 or outdated drivers. In this article, we'll cover all possible scenarios—from checking the hardware to manually enabling the network via command line.

It's important to understand that the procedure depends on your PC's configuration. For example, if you have motherboard with integrated Wi-Fi (as in some models) ASUS or Gigabyte), the process of enabling will be different from the case when you are using an external USB adapter from TP-Link or D-LinkWe'll look at both options and provide troubleshooting recommendations.

Before proceeding with settings, make sure your router is working properly and that other devices (such as your smartphone or laptop) connect to the network without any issues. This will help rule out external causes and save time.

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

The first step is to ensure your computer is physically capable of connecting to Wi-Fi. Many desktop PCs don't have a built-in wireless module, requiring users to purchase external adapters. Here's how to check:

  • 🖥️ External inspection: Look at the back panel of the system unit. Check for antennas or a port. USB with a small device connected (like a flash drive) indicates an external adapter.
  • 🔧 Device Manager: Click Win + X → select device Manager → open the tab Network adaptersLook for lines mentioning Wireless, Wi-Fi, 802.11 or brand names (Intel Wireless-AC, Realtek RTL8xxx).
  • 📋 Documentation: Check your specifications motherboard on the manufacturer's website (for example, MSI or ASRock). Models with Wi-Fi support usually have a set-top box Wi-Fi in the title (for example, ASUS Prime B550M-A Wi-Fi).

If in Device Manager If there's no mention of a wireless adapter, and you haven't connected an external USB device, your PC doesn't support Wi-Fi out of the box. In this case, you'll need to purchase an external adapter (starting at 500 rubles) or an internal one. PCIe card (from 1500 rubles).

⚠️ Attention: Some motherboards have a connector M.2 Key E to connect the Wi-Fi module, but it's often empty. Check the specifications for your model.
📊 What type of Wi-Fi adapter are you using?
Built into the motherboard
External USB adapter
Internal PCIe card
I don't know/I haven't checked

2. Turn on Wi-Fi via the Windows 10 taskbar

If the adapter is detected but Wi-Fi is not working, first try to enable it using standard tools. Windows 10To do this:

  1. Click the network icon (📶) in the lower right corner of the taskbar (next to the clock).
  2. If the icon is grayed out or has a strikethrough, click it once. A list of available networks should appear.
  3. Select your network and click Connect, then enter the password.

If there is no network icon at all or it looks like a "computer with a cable" (🖥️→🔌), this means that:

  • 🔌 The adapter is disabled in the settings.
  • 🚫 The driver is not installed or is not working properly.
  • 🔄 Airplane mode is activated.

To check Airplane mode, tap Win + A (will open) Notification Center) and make sure the button Airplane mode It's not highlighted in blue. If so, click on it to disable it.

The adapter is connected to the PC (USB or PCIe) | Airplane mode is disabled | The router is turned on and distributing the network | The Wi-Fi password is at hand -->

3. Setting up Wi-Fi via Windows Settings

If quick access via the taskbar is not enough, go to advanced settings:

  1. Open Start → Settings (⚙) → Network & Internet.
  2. In the left menu, select Wi-Fi.
  3. Move the slider Wi-Fi in position On.
  4. Click Show available networks, select yours and enter the password.

If the slider Wi-Fi is missing or inactive, this indicates:

  • 🔧 Lack of drivers (cm. Section 5).
  • 🔌 Hardware shutdown (Some laptops and PCs have a physical button or switch for Wi-Fi.)
  • 🛠️ Problems with the adapter (check USB or PCIe connection).

In this same menu you can configure:

  • 🔄 Automatic connection to the network (check mark) Connect automatically).
  • 📡 Hidden networks (button Manage known networks → Add new network).
  • 🔒 Security settings (encryption type WPA2-PSK or WPA3).

4. Enabling Wi-Fi via the command line

For advanced users or in cases where the GUI is unresponsive, Wi-Fi can be controlled via command line. Open it as administrator (Win + X → Command Prompt (Administrator)) and run the following commands:

netsh interface show interface

This command will show all network interfaces. Look for the line with the name Wi-Fi or Wireless network. Remember her name (for example, Wireless Network 2).

To enable the adapter:

netsh interface set interface "Interface_Name" enable

Replace Interface_name to what you saw in the previous step (for example, netsh interface set interface "Wi-Fi" enable).

To connect to the network:

netsh wlan connect name="Network_Name"

If you need to see all available networks:

netsh wlan show networks
⚠️ Attention: Commands are case-sensitive and quotation mark-sensitive. If the interface or network name contains spaces, be sure to use quotation marks.
Team Description Example
netsh interface show interface Shows all network interfaces netsh interface show interface
netsh interface set interface "Name" enable Enables the specified interface netsh interface set interface "Wi-Fi" enable
netsh wlan show networks Displays available Wi-Fi networks netsh wlan show networks mode=bssid
netsh wlan connect name="Network_Name" Connects to the specified network netsh wlan connect name="MyWiFi" interface="Wi-Fi"

5. Installing and updating drivers for the Wi-Fi adapter

If Wi-Fi doesn't turn on even after a hardware test, the most likely cause is missing or incorrect drivers. Here's how to fix it:

Method 1: Automatic update via Windows

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the tab Network adapters.
  3. Find your Wi-Fi adapter (e.g. Realtek 8821CE Wireless LAN), right-click and select Update driver.
  4. Select Automatic search and wait for it to complete.

Method 2: Manual installation from the manufacturer's website

If the automatic search doesn't help, download the driver manually:

  1. Determine the adapter model (via device Manager or documentation).
  2. Go to the manufacturer's website:
    • 🌐 Intel: downloadcenter.intel.com
    • 🌐 Realtek: www.realtek.com
    • 🌐 TP-Link: www.tp-link.com/support
  • Enter the adapter model in the search bar and download the latest driver for Windows 10 (64-bit or 32-bit depending on your system).
  • Install the downloaded file and restart your PC.
  • ⚠️ Attention: Using drivers from third-party websites (unofficial sources) can lead to the installation of malware. Always download drivers only from the manufacturer's websites or through Windows Update.
    What to do if Windows doesn't see the adapter at all?

    If in Device Manager There is not even an unknown device with a yellow exclamation mark, this could mean:

    1. The adapter is not physically connected. (check USB port or PCIe slot).

    2. Adapter is faulty (try connecting to another PC).

    3. USB ports are not powered in BIOS (relevant for external adapters).

    To check the BIOS, restart your PC, press Del/F2 at startup and find options like USB Power or Legacy USB Support - they must be included (Enabled).

    6. Diagnostics and troubleshooting

    If Wi-Fi still doesn't work, use the built-in diagnostic tool Windows 10:

    1. Open Settings → Network & Internet → Status.
    2. Scroll down and click Network troubleshooter.
    3. Follow the on-screen instructions. The system will automatically check your IP, DNS, and driver settings.
    4. Additional steps for manual diagnostics:

      • 🔄 Rebooting the router: Power off the router for 30 seconds, then power it back on. This will flush the DHCP cache.
      • 📡 Changing the Wi-Fi channel: In the router settings (usually 192.168.0.1 or 192.168.1.1) try changing the channel with Auto to a fixed one (for example, 6 or 11).
      • 🔒 MAC filter check: Make sure your PC's MAC address is not blocked in your router settings.

      If the problem persists, try connecting to a different network (for example, using your phone in hotspot mode). This will help determine whether the router or your PC is at fault.

      7. Alternative ways to connect to Wi-Fi

      If standard methods don't work, consider alternative options:

      • 🔌 USB tethering: Connect your PC to the Internet via your smartphone via USB (turn on Modem mode in the phone settings).
      • 📶 Powerline adapters: Use adapters that transmit internet through electrical wiring (for example, TP-Link AV600).
      • 🖧 PCIe Wi-Fi card: If you have a free slot PCIe x1, install an internal card (eg. ASUS PCE-AC55BT).
      • 🔗 MoCA adapters: For connection via coaxial cable (relevant for homes with cable TV).

      For a temporary solution you can also use Ethernet adapter (adapter with USB to RJ-45), if there is a router with a free LAN port near the PC.

      Important: Some USB Wi-Fi adapters (for example, those with a chip) Realtek RTL8188EU) may conflict with Windows 10 Due to the lack of official drivers, installing the driver from RTL8188CUS in compatibility mode.

      FAQ: Frequently asked questions about Wi-Fi on a Windows 10 PC

      My PC can't see the Wi-Fi network, even though I have an adapter. What should I do?

      First check if the adapter is turned on Device Manager (there shouldn't be a down arrow next to the name). Then update the driver and make sure that the router isn't hiding the SSID (the option should be disabled in the router settings). Hide SSID or Hide network).

      How can I find out my Wi-Fi network password if I forgot it?

      If you are already connected to the network on another device (for example, a laptop), open Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and click PropertiesThe password will be in the field. Network security key.

      If no device is connected, reset the router using the button Reset (hold for 10 seconds) and set it up again.

      Is it possible to connect a desktop PC to Wi-Fi without an adapter?

      No, you need a wireless adapter (built-in, USB, or PCIe) to connect to Wi-Fi. Alternatively, you can connect via a wired connection. Ethernet or using your phone as a modem (USB tethering).

      Why is Wi-Fi slow on my PC but fine on my phone?

      The reasons may be different:

      • The adapter driver is out of date (please update it).
      • Interference on the Wi-Fi channel (change the channel in the router settings).
      • Speed ​​limitation by the router for a specific MAC address.
      • The USB adapter is connected to the port. USB 2.0 (try it USB 3.0).

      How to enable Wi-Fi on a Windows 10 PC via BIOS?

      Wi-Fi is enabled not through the BIOS, but through the operating system or a physical button on the adapter. However, you can check the following in the BIOS:

      • Are any meals included USB ports (for external adapters).
      • Is the built-in network card activated (optional) Onboard LAN or Wi-Fi).

    To enter BIOS, press Del, F2 or Esc when starting the PC.