The situation where a laptop is connected to a router, but there is no internet and a yellow exclamation mark is lit is familiar to many users. This is the so-called limited access, which blocks access to the global network while leaving the local connection active. Most often, the problem lies in an IP address conflict, driver failures, or errors in the router's DHCP server.
Don't panic if you see the "Limited" or "No Internet Access" status. In most cases, Windows While the system can resolve the issue on its own, manual intervention is sometimes required. We'll walk you through proven steps to restore the connection without reinstalling the operating system.
Before moving on to complex settings, it's important to rule out trivial causes. Make sure the WAN and LAN indicators on your router are lit and that your ISP isn't performing scheduled maintenance. If your ISP's equipment is fine, the problem likely lies in your software. laptop or wireless adapter configuration.
Diagnostics and automatic troubleshooting
The first step should always be to use the built-in diagnostic tools. Operating system Windows has powerful tools for identifying simple network configuration errors. Launch the troubleshooter by right-clicking the network icon in the system tray and selecting the appropriate menu item.
The system will attempt to reset the adapter, renew the IP address, or fix DNS errors. This method is effective in approximately 40% of cases, especially if the failure occurred suddenly after waking from sleep mode. However, automatic troubleshooting may not always resolve deep driver conflicts or static settings.
⚠️ Attention: If the built-in diagnostic wizard returns the error "Unable to fix the problem," don't keep running it endlessly. This won't help, and you'll need to resort to manual troubleshooting.
Sometimes a simple but effective method of "turning it off and on" helps. Open Settings → Network and Internet → Wi-Fi and move the slider to the "Off" position, wait 10 seconds, and then turn it back on. This will force a restart of the WLAN service.
Resetting network settings and TCP/IP stack
The most effective method when other methods fail is a complete reset of network settings via the command line. This process clears the DNS cache, resets TCP/IP protocols, and deletes saved network profiles, returning the system to factory network settings.
To perform the procedure, you must run the command prompt as administrator. Enter cmd In the search box, right-click "Command Prompt" and select "Run as administrator." Run the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the last command ipconfig /flushdns It's essential to restart your laptop. Without a restart, changes to the registry and network protocols will not take full effect. After turning it on, check the connection status.
☑️ Network Reset Checklist
Manually configuring IP and DNS settings
A common cause of limited access is an IP address conflict or a malfunctioning DHCP server on your router, which isn't assigning an address to your laptop. In this case, manually assigning a static IP address can help. Go to Control Panel → Network and Internet → Network and Sharing Center.
Select your wireless connection, click "Properties," then find "Internet Protocol Version 4 (TCP/IPv4)" in the list and click "Properties" again. By default, it's set to "Obtain addresses automatically." Try switching to "Use the following IP address" and entering the following information:
- 💻 IP address: 192.168.1.150 (or 192.168.0.150, depending on the router)
- 🌐 Subnet mask: 255.255.255.0
- 🚪 Default gateway: 192.168.1.1 (your router's address)
- 🔍 Preferred DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
It's important to understand the address range your router uses. If the gateway address is 192.168.0.1, then the laptop's IP address should also begin with 192.168.0.x. An error in the last octet of the gateway will result in complete loss of connection to the router.
Updating and reinstalling Wi-Fi adapter drivers
The software that controls the wireless module may not work correctly after updates. WindowsDevice Manager is the main tool for checking the status of drivers. Click Win + X and select "Device Manager", then expand the "Network Adapters" tab.
Find your Wi-Fi adapter in the list (usually contains the words Wireless, Wi-Fi, 802.11 or brands like Intel, Realtek, Qualcomm). Right-click and select "Uninstall device." Don't worry, the system won't permanently remove the driver, it will only reset it to its current state.
After uninstalling, click "Action → Scan for hardware configuration" in the Device Manager menu. The system will re-detect the device and install the driver. If this doesn't help, download the latest version from the laptop manufacturer's website using a wired connection or a phone modem.
| Action | Target | Result |
|---|---|---|
| Update driver | Search for a new software version | Fixing compatibility bugs |
| Roll back the driver | Revert to a previous version | Troubleshooting the new update |
| Remove device | Complete reset of configuration | Clean reinstallation of the module |
| Disable energy saving | Disable adapter shutdown | Stable background operation |
Antivirus and firewall conflict
Third-party antivirus programs often have built-in network security modules that can mistakenly block connections, marking them as suspicious. If the problem appears immediately after installing new security software, try temporarily disabling it.
It's also worth checking your firewall settings. WindowsGo to . Control Panel → Windows Defender Firewall and select "Restore Defaults." This will reset all traffic filtering rules that may have been altered by viruses or incorrect settings.
⚠️ Attention: When disabling your antivirus or firewall, avoid visiting suspicious websites and downloading files from untrusted sources. Run diagnostics only on a trusted home network.
In some cases, deleting the network profile helps. In the network settings (Settings → Network & Internet → Wi-Fi → Manage known networks) Select your network and click "Forget". This will force Windows Re-request your password and create a new security profile.
Specific power settings
Windows It aggressively tries to conserve battery power and frequently disables the Wi-Fi module to reduce power consumption, which leads to disconnects and limited access. To prevent the system from managing the adapter's power, go to Device Manager.
Find your wireless adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run in permanent mode.
Additionally, check your power plan. Search for "Choose a power plan," then go to "Change plan settings" → "Change advanced power settings." Under "Wireless adapter settings," set the power plan to Maximum Performance.
Resetting the router and the provider's work
The problem may not be with your laptop, but with the router itself, which may have frozen or lost its settings from the ISP. Try rebooting the router by unplugging it for 30 seconds. This will clear its RAM and initiate the reconnection process to the ISP.
If rebooting doesn't help, your PPPoE or L2TP connection settings may be corrupted, or your ISP may have locked access to the old device's MAC address. In this case, you'll need to log in to the router's web interface (usually 192.168.0.1 or 192.168.1.1) and check the WAN status.
⚠️ Attention: Router interfaces and provider requirements change frequently. If you're unsure of your WAN settings (connection type, login, password), it's best to contact your provider's technical support to avoid losing important access settings.
Sometimes providers block access when torrents are detected or when traffic limits are exceeded. Check your subscriber account or call your provider to ensure your service hasn't been suspended on their initiative.
Frequently Asked Questions (FAQ)
Why is the yellow triangle on the Wi-Fi icon lit up?
A yellow triangle with an exclamation point means there's a physical connection to the router, but no data exchange with the internet. This could be caused by incorrect DNS settings, a lack of response from the ISP server, or an antivirus blocking the connection.
Will deleting the network solve the problem?
Yes, it often helps. The "Forget Network" command deletes the saved profile, including any security configuration errors or static IP addresses that may have been previously set. The network then reconnects as a new one.
Can a virus cause restricted access?
Yes, some types of malware change proxy or DNS settings, redirecting traffic. If standard methods don't help, be sure to run a full system scan with an antivirus and a utility. Dr.Web CureIt! or Kaspersky Virus Removal Tool.
What to do if the driver is not installed?
If automatic installation doesn't work, find your exact laptop model on the manufacturer's official website in the "Support" or "Drivers" section. Download the WLAN/Wi-Fi driver specifically for your version. Windows and install it manually.