WindowsHigh

Fixing the 'Network connection unavailable' Error in Windows

This article provides a detailed breakdown of the common 'Network connection unavailable' error in Windows. You'll learn about the key causes and get several proven methods to restore network connectivity.

Updated at February 17, 2026
15-30 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11Windows Server 2019/2022

What the "Network Connection Unavailable" Error Means

The "Network Connection Unavailable" error (also known as Network cable unplugged) is a Windows system message indicating that the operating system cannot establish or maintain an active network connection through any available adapter (wired Ethernet or Wi-Fi).

Symptoms manifest as follows:

  • A yellow triangle with an exclamation mark or a cross appears on the network icon in the taskbar notification area.
  • In "Windows Settings""Network & Internet", the adapter status shows "No internet" or "Network connection unavailable".
  • Attempting to open a webpage or execute a ping command results in a request timeout error or "Destination host unreachable".
  • In some cases, particularly with PPPoE connections, error code 651 may appear.

This error is critical as it completely blocks access to the local network and the internet.

Common Causes

The problem can be caused by a combination of factors, ranging from hardware to software. Here are the most frequent causes:

  1. Physical connection issues:
    • Network cable is unplugged or damaged (for Ethernet).
    • Problems with the Wi-Fi router or access point (powered off, firmware crash).
    • Faulty network port on the computer or router.
  2. Network adapter driver failure:
    • Driver is corrupted, outdated, or conflicts with the Windows version (especially after a major system update).
    • Driver was installed or removed incorrectly.
    • Adapter is disabled in Device Manager.
  3. Incorrect Windows network stack configuration:
    • Corruption of Winsock libraries or TCP/IP configuration.
    • Incorrect static IP address, gateway, or DNS settings.
    • IP address conflict on the local network.
  4. Conflict with third-party software:
    • Antivirus programs or firewalls block the adapter driver or network traffic.
    • Other network optimization tools or VPN clients may modify system settings.
  5. Windows system service failure:
    • The Plug and Play Support service (PlugPlay) is stopped or not running.
    • The Remote Access Connection Manager (RasMan) or Network Connections service (Netman) is not working.
  6. System file corruption:
    • Critical Windows files responsible for network functionality are damaged or missing.

Method 1: Basic Reboot and Physical Layer Check

This is the simplest and often effective first step, resolving issues caused by temporary glitches.

  1. Reboot the computer and network equipment:
    • Shut down the computer.
    • Power off and then back on the router/modem (wait 30 seconds after powering off).
    • Turn on the computer.
    • Check if the connection has been restored.
  2. Check the physical connection (for Ethernet):
    • Ensure the cable is firmly plugged into both the computer's port and the router/modem.
    • Try using a different cable or a different port on the router.
    • A link activity LED should be lit on the network card's RJ-45 port.
  3. Check the Wi-Fi connection:
    • Ensure you are connected to the correct network and the password is correct.
    • Try "forgetting" the network in settings and reconnecting.
    • Verify that Airplane mode is turned off.
  4. Manually enable the network adapter:
    • Press Win + R, type ncpa.cpl, and press Enter.
    • Find the correct adapter (Ethernet or Wi-Fi).
    • If it is disabled (grayed out), right-click it and select "Enable".

Method 2: Reset Network Settings and Stacks

This is a more in-depth method. It resets the TCP/IP configuration, Winsock, and clears the DNS cache, solving problems caused by incorrect settings or corrupted system components.

  1. Launch Command Prompt (cmd) or PowerShell as an administrator.
    • Press Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".
  2. Execute the following commands sequentially:
    # Release the current IP address from the DHCP server
    ipconfig /release
    
    # Reset TCP/IP configuration (revert to default settings)
    netsh int ip reset
    
    # Reset Winsock catalog (network libraries)
    netsh winsock reset
    
    # Flush the DNS resolver cache
    ipconfig /flushdns
    
    • Press Enter after each command. Wait for completion.
  3. Restart the computer. The reset will only take effect after a reboot.

Method 3: Update or Reinstall the Network Adapter Driver

A corrupted or outdated driver is one of the most common causes, especially after a Windows update.

  1. Identify the network adapter model:
    • Press Win + X"Device Manager".
    • Expand the "Network adapters" section.
    • Note the exact name of your adapter (e.g., Realtek PCIe GbE Family Controller, Intel(R) Wi-Fi 6 AX201 160MHz).
  2. Download the latest driver:
    • Go to the official website of your laptop manufacturer (Dell, HP, Lenovo, ASUS) or motherboard manufacturer (for a desktop PC).
    • In the support section, find your device model and download the latest driver for the network adapter compatible with your Windows version (10/11, architecture).
  3. Uninstall the current driver:
    • In Device Manager, right-click the network adapter → "Uninstall device".
    • IMPORTANT: Check the box "Delete the driver software for this device" if it is available. Click "Uninstall".
  4. Install the new driver:
    • Run the downloaded setup file (usually .exe) and follow the instructions.
    • Alternatively, use "Update driver" in Device Manager, pointing it to the downloaded archive.
  5. Restart the computer.

Method 4: Check and Configure Windows Services

Certain system services must be running for networking to work.

  1. Press Win + R, type services.msc, and press Enter.
  2. Find and check the status of the following services:
    • Plug and Play Support (PlugPlay) — should be running and set to "Automatic".
    • Remote Access Connection Manager (RasMan) — should be running.
    • Network Connections (Netman) — should be running.
    • Windows Firewall (MpsSvc) — should be running if you are not using a third-party firewall.
  3. If a service is stopped, right-click it → "Start".
  4. For the "Plug and Play Support" service, also check its properties: on the "Log On" tab, the account should be "Local System".

Method 5: Temporarily Disable Antivirus and Firewall

Third-party security software can block the network adapter driver.

  1. Temporarily disable your antivirus:
    • Find your antivirus icon in the system tray (near the clock).
    • Right-click it and select "Disable" or "Turn off protection". Choose the minimal period (e.g., 15 minutes).
  2. Temporarily disable the Windows Firewall (if unsure about the antivirus):
    • Open Control Panel"Windows Defender Firewall".
    • On the left, select "Turn Windows Defender Firewall on or off".
    • Turn off the firewall for both private and public networks. Click "OK".
  3. Check if the network is working.
  4. If the problem disappears, configure your antivirus/firewall to add an exception for your network adapter or the entire network. After configuring, re-enable protection.

Method 6: Run the Built-in Troubleshooter

Windows includes an automated tool for diagnosing network problems.

  1. Open "Windows Settings" (Win + I) → "System""Troubleshoot""Other troubleshooters".
  2. Find the "Network" or "Network Adapter" item and click "Run".
  3. Follow the on-screen instructions. The tool will automatically check configuration, services, and drivers, suggesting fixes.
  4. After completion, restart your computer.

Prevention

To minimize the risk of the error recurring:

  • Regularly update drivers for network adapters and the motherboard chipset, especially after major Windows updates (e.g., moving to a new version like 22H2, 23H2).
  • Create system restore points before installing Windows updates or drivers.
  • Avoid installing untrusted software that may modify network settings (some "tweakers," pirated programs).
  • Use reliable sources for drivers — the official websites of manufacturers. Avoid driver packs.
  • Periodically perform a clean reboot of your router (every 1-2 weeks) to refresh its state.
  • If using a static IP, ensure the address does not conflict with other devices on the network. Using DHCP is recommended.

F.A.Q.

Why does the 'Network connection unavailable' error occur after a Windows update?
Can an antivirus cause this error?
What to do if a network reset didn't help?
Is it necessary to create a restore point before performing the instructions?

Hints

Restart the network adapter and services
Reset the network stack
Update or reinstall the network adapter driver
Check antivirus and firewall operation
Run the troubleshooter
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community