Why DNS Cache Causes Stale Resolution on Windows 11 and How to Flush It

Quick fix: Open Terminal (Admin) and run ipconfig /flushdns. The local DNS resolver cache is cleared in under a second. For browser-side cache, also visit edge://net-internals/#dns in Edge or chrome://net-internals/#dns in Chrome and click Clear host cache. You changed the DNS record on a domain you own. Other people see the new IP, but your … Read more

How to Configure Cloudflare or Quad9 DNS on Windows 11 Adapters

Quick fix: Open Settings → Network & internet → Wi-Fi (or Ethernet) → [your network] → DNS server assignment → Edit → Manual. Enable IPv4. Set Preferred DNS: 1.1.1.1 (Cloudflare) or 9.9.9.9 (Quad9). Alternate: 1.0.0.1 or 149.112.112.112. Pick DNS over HTTPS: Automatic for encrypted DNS. You want faster, more private DNS than your ISP’s default. … Read more

Fix Limited Connectivity on a Network Other Devices Use Fine on Windows 11

Quick fix: Run netsh winsock reset and netsh int ip reset from an elevated terminal, then reboot. If “Limited” remains, manually set IPv4 to obtain automatically while disabling IPv6 to bypass an IPv6-only DHCP path that Windows 11 has trouble with on some routers. Your laptop says “Connected, no internet” or “Limited connectivity” on the … Read more

How to Pin a Specific DNS-over-HTTPS Server in Windows 11 Settings

Quick fix: Open Settings → Network & internet → (your connection) → Edit DNS server assignment, change to Manual, enter the DoH-aware IP, then set DNS over HTTPS to On (manual template) and paste the provider’s DoH URL. Most-used templates: Cloudflare https://cloudflare-dns.com/dns-query, Quad9 https://dns.quad9.net/dns-query, NextDNS https://dns.nextdns.io/<config>. Windows 11 supports DNS over HTTPS natively, but the … Read more

Fix Ethernet Recognized but No Internet Access on Windows 11

Quick fix: Open Terminal (Admin) and run ipconfig /flushdns; ipconfig /release; ipconfig /renew; netsh int ip reset, then reboot — clears stale DHCP state and resets the TCP/IP stack. Resolves most “Ethernet shows connected but no internet” cases. You plug in Ethernet. Windows recognizes the connection — “Ethernet” shows in the system tray with the … Read more

How to Set a Static IP Address in Windows 11 Without Command Prompt

Quick fix: Open Settings → Network & internet → (your adapter). Scroll to IP assignment, click Edit, switch from Automatic (DHCP) to Manual, toggle IPv4 on, enter IP, subnet, gateway, and DNS. Save. You need a fixed IP address for your PC — running a server, configuring port forwarding, troubleshooting network issues. The Command Prompt … Read more

Why Windows 11 Falls Back to a Hotspot When Wi-Fi Is Fine

Quick fix: Open Settings → Network & internet → Mobile hotspot → Share my Internet connection over. Confirm it’s set to your preferred Wi-Fi network, not auto-selected. If Mobile hotspot is unintentionally on, toggle it off. Your laptop normally connects to home Wi-Fi. Suddenly it’s connected to its own “Mobile hotspot” — the laptop became … Read more

How to Stop Windows 11 From Auto-Connecting to Open Wi-Fi Networks

Quick fix: Open Settings → Network & internet → Wi-Fi → Manage known networks. For each network you don’t want auto-connection: click it → uncheck Connect automatically when in range. For unknown open networks: Settings → Network & internet → Wi-Fi → ensure Connect to suggested open hotspots is Off. Your laptop opportunistically connects to … Read more