Everyone is familiar with the situation where a laptop or smartphone appears connected to a wireless network, but the internet isn't working. A distinctive yellow triangle with an exclamation point appears on the screen, and the system reports the error "Limited Access." This means that a physical connection between your device and the router is established, but data exchange with the global network is not taking place.
This behavior can be caused by either a software glitch in the operating system or hardware issues. A common culprit is a static IP address that conflicts with the address of another device on the local network. Outdated network adapter drivers or incorrect power saving settings can also be the cause.
In this article, we'll cover all possible methods for diagnosing and restoring a stable connection. You'll learn how to restart network services, adjust TCP/IP settings, and check your router settings without calling a technician. It's important to understand that algorithm of actions It depends on which device exactly the problem occurred on.
Initial diagnostics and equipment reboot
Before delving into complex registry settings or the command line, it's important to rule out simple hardware malfunctions. Electronics tend to accumulate errors in the memory buffer, especially if the router has been running for months without being turned off. A simple reboot can clear the cache and redistribute IP addresses among clients.
Start by completely powering down the router. Don't just press the power button, if there is one, but unplug the power cord. Wait at least 30 seconds. This time is necessary for the capacitors to discharge and the device's RAM to clear completely. Turn the router back on and wait until the indicators fully load.
At the same time, it's worth checking the condition of your ISP cable. If the cable entering the WAN port (usually blue or yellow, labeled "Internet") is damaged or loose, the router will not be able to access the external network. Visually inspect the cable for kinks and ensure the connector is firmly seated.
If the "Limited Access" icon persists after rebooting, we'll move on to software solutions. Often, the problem is that the computer's network adapter is stuck in an error state and requires a forced reset through the Control Panel.
⚠️ Important: If the WAN indicator on your router is red or off, the problem is almost certainly with your ISP or cable. In this case, changing your computer settings is useless.
Sometimes, a lack of internet is caused by an overheating router. If the device is exposed to direct sunlight or covered by books, it may throttle performance or completely disable the radio module. Make sure that router is located in a well-ventilated area.
It's also worth checking if the internet works on other devices. If websites open on your smartphone via Wi-Fi but not on your laptop, look for the problem in your laptop's settings. If there's no internet connection anywhere, the problem is with your router or your ISP.
Resetting network adapter settings in Windows
The Windows operating system stores numerous network profiles and settings, which can conflict with each other over time. Resetting network settings to factory defaults often helps resolve the limited access error when other methods fail. This action will delete all saved Wi-Fi passwords and VPN settings.
To reset your computer, open the Settings menu (you can press Win+I) and go to Network & Internet. At the bottom of the window, look for the "Network reset" link. The system will warn you that your computer will restart. Click "Reset now" and wait for the process to complete.
An alternative and more in-depth method is to use the command prompt. This method allows you to manually clear the DNS cache and reset the TCP/IP stack. Open the command prompt as administrator. To do this, right-click the Start button and select the appropriate menu item.
In the window that opens, enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, be sure to reboot your computer. This action forces a refresh of the IP address and clears the routing table. Often, it is an incorrect IP address is the reason for the inability to access the network.
☑️ Connection diagnostics
If you're using a third-party antivirus or firewall, try temporarily disabling it. Sometimes security software blocks network connections, deeming them suspicious, especially after virus database updates. Temporarily disable your antivirus and check your internet connection.
Working with IP addresses and DNS servers
One of the most common causes of the yellow triangle is an IP address conflict. Each device on a local network must have a unique address. If the router assigns your computer an address that is already occupied by a phone or TV, a conflict will occur, and network access will be restricted.
To fix this, you need to set up automatic IP address acquisition. Right-click the network icon in the system tray (near the clock) and select "Open network and Internet settings." Go to "Change adapter settings." Find your wireless connection, right-click it, and select "Properties."
Find the protocol in the list of components Internet Protocol version 4 (TCP/IPv4), select it, and click "Properties." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked. If there are any numbers listed, delete them.
However, sometimes automatic address acquisition fails due to a problem with the router's DHCP service. In this case, you can manually assign static addresses. Use the following values (if your router's address is 192.168.0.1 or 192.168.1.1):
- 🌐 IP address: 192.168.0.155 (the last digits can be changed from 2 to 254)
- 🔢 Subnet mask: 255.255.255.0
- 🚪 Default gateway: 192.168.0.1 (your router's address)
- 📞 Preferred DNS: 8.8.8.8 (Google)
- 📞 Alternative DNS: 1.1.1.1 (Cloudflare)
Using public DNS servers from Google or Cloudflare often solves the problem of websites not opening, even though Skype or Telegram work. ISPs sometimes provide unstable DNS servers that respond slowly to queries.
⚠️ Important: When manually setting an IP address, make sure it doesn't match the address assigned by your router via DHCP. It's best to choose addresses at the end of the range, such as 192.168.1.200, to avoid conflicts.
It's also worth mentioning IPv6. In some cases, the protocol IPv6 It may conflict with your ISP settings. Try unchecking "Internet Protocol Version 6 (TCP/IPv6)" in the adapter properties and checking the result.
Updating and reinstalling Wi-Fi drivers
A driver is software that allows the operating system to communicate with the hardware. If the network adapter driver is outdated, corrupted, or incompatible with the latest Windows updates, stable Wi-Fi operation is impossible. The system may see the network, but it won't be able to transmit data packets correctly.
To check, open Device Manager. You can do this by right-clicking the Start menu and selecting the appropriate option. Expand the "Network Adapters" branch. Look for a device with "Wireless," "Wi-Fi," or "802.11" in its name. If a yellow exclamation point appears next to it, the driver definitely requires attention.
Right-click the adapter and select "Uninstall device." Don't worry, Windows will attempt to reinstall the driver automatically after rebooting. However, it's best to download the latest driver from the laptop or motherboard manufacturer's website on another device and save it to a USB flash drive.
It's important to avoid using automatic driver installers, as they often install generic but unstable versions. Download software only from official manufacturer websites, such as Intel, Realtek or Qualcomm.
Another hidden issue lies in the power saving settings. Windows may disable the Wi-Fi module to save power, after which it doesn't reconnect correctly. In Device Manager, under the adapter properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
If you have a dual-band router (operating on both 2.4 and 5 GHz), try switching your laptop to a different frequency. Sometimes, drivers for older adapters don't work well with the 5 GHz band, causing constant disconnects or limited access.
Router settings and MAC address filtering
If all your computer settings are correct, the problem may lie with the router itself. The network administrator may have accidentally enabled MAC address filtering. In this mode, the router allows only specific devices onto the network, while restricting or denying connection to all others.
To check, log in to the router's web interface. Enter the gateway address (usually 192.168.0.1 or 192.168.1.1) in your browser and enter your login and password. Find the "Wireless" section and the "MAC Filtering" subsection. Make sure this feature is disabled or your device is added to the allowed list.
It's also worth checking the encryption type. If your router uses an older security standard, WEP or mixed mode WPA/WPA2Modern devices may have trouble connecting. It's recommended to set the connection mode to forced mode. WPA2-PSK (AES).
| Parameter | Recommended value | Note |
|---|---|---|
| Opening hours | 802.11 b/g/n/ac mixed | For maximum compatibility |
| Channel | Auto or 1, 6, 11 | For 2.4 GHz to avoid interference |
| Channel width | 20 MHz (for 2.4 GHz) | Increases stability in apartment buildings |
| DHCP Server | Enabled | Required for IP distribution |
Pay special attention to the broadcast channel. In apartment buildings, the airwaves are clogged with signals from neighboring routers. If your router is operating on the same channel as five neighboring routers, interference will occur, leading to packet loss and limited access. Use Wi-Fi analysis apps on your smartphone to find a clear channel.
Hidden DHCP settings
Some routers (such as TP-Link or ASUS) allow you to change the range of IP addresses assigned. Try increasing the lease time to 2880 minutes (2 days) to reduce the frequency with which the device requests a new IP address.
The impact of antiviruses and firewalls
Third-party antivirus suites often have their own firewall modules. These scan all incoming and outgoing traffic. If there's an error in the signature database or security rules have changed after an update, the antivirus may consider a legitimate network connection suspicious and block it.
Try temporarily disabling real-time protection completely. Don't just pause it for 10 minutes; turn off the Firewall or Network Protection module. If the internet connection returns after this, the problem lies with your antivirus settings. In this case, reinstalling the antivirus or resetting its settings to factory defaults will help.
Also check the built-in Windows firewall. Press Win+R, enter firewall.cpl and press Enter. Select "Restore Defaults." This will reset any login and logout rules that may have been created by viruses or malicious programs.
Sometimes proxy settings are to blame. Viruses often register themselves as a proxy server to intercept traffic. Open "Settings" → "Network & Internet" → "Proxy Server." Make sure the "Use a proxy server" switch is disabled. If a specific address or port is listed there, this indicates an infection or residual traces of malware.
⚠️ Warning: If you detect an enabled proxy server with an unknown address, immediately scan your system with an antivirus scanner (such as Dr.Web CureIt or Malwarebytes). This is a classic sign of virus activity.
Specifics of mobile devices and Android/iOS
On smartphones and tablets, the "Connected, no internet access" or "Limited access" error often occurs due to time synchronization issues. If the device's date and time are out of sync, website security certificates fail verification, and the browser cannot load pages.
Check your date and time settings. Set your network to automatically detect time. On Android, "Forget Network" can also help. Go to Wi-Fi settings, tap your network, and select "Delete" or "Forget," then re-enter the password.
iOS devices have a feature called "Private Wi-Fi Address," which changes the device's MAC address for each network. Some routers with strict filtering or older firmware don't work correctly with this feature. Try disabling it in the settings for a specific Wi-Fi network (the "i" icon next to the network name).
Another cause on mobile devices is a full DNS cache or errors in the operating system's network services. On Android, you can try switching to Airplane Mode for 10 seconds and then turning it off. This will force a reconnection of all radio modules.
Frequently Asked Questions (FAQ)
Why does the yellow triangle light up even though the Wi-Fi password is entered correctly?
A yellow triangle means the device has successfully connected to the router (the password is correct), but the router cannot transmit data further to the ISP. The problem lies either with the ISP's cable, the router settings, or an IP address conflict.
Can a virus cause restricted access?
Yes, some types of malware change DNS or proxy server settings, redirecting traffic to their own servers. If the target servers are unavailable, the internet will not work. The virus can also block access to antivirus company websites.
What should I do if resetting my router settings didn't help?
If a factory reset (using the Reset button) doesn't resolve the issue, the router's WAN port may be faulty or the ISP's cable may be damaged. The issue may also be on the service provider's end (eg, maintenance or an accident).
How do I know if the problem is with my router or my computer?
Connect another device (phone, tablet) to Wi-Fi. If you have internet everywhere except one computer, the problem is with that computer (drivers, settings). If there's no internet anywhere, the problem is with the router or ISP.
Does changing the Wi-Fi channel help when there is limited coverage?
Yes, if the cause is severe interference from neighboring networks. When the airwaves are noisy, data packets are lost, and the system interprets this as a lack of internet access. Changing to a less congested channel can stabilize the connection.