Appearance
How to Troubleshoot Slow Internet or Network Performance (User-Level Steps)
Applies to: Windows 11, Microsoft Edge, Google Chrome, Microsoft 365
Article Type: Troubleshooting
Last Updated: 2026-05-17
Summary
This article walks you through user-level diagnostic and fix steps for slow internet or network performance on your Windows 11 PC. These methods do not require admin rights and cover the most common causes of slowness that you can resolve on your own before contacting IT.
Prerequisites
- Windows 11 (any edition).
- Access to a web browser (Microsoft Edge or Google Chrome).
- No admin rights are required for any step in this article.
Instructions
1. Run a Speed Test to Establish a Baseline
Before troubleshooting, measure your current connection speed so you have a reference point.
- Open Microsoft Edge or Google Chrome.
- Navigate to https://www.speedtest.net or type
speed testinto the Google or Bing search bar (a built-in test appears at the top of results). - Click Go (or Run Speed Test) and wait for the test to complete.
- Note the three key metrics:
- Download speed — How fast data arrives at your PC (most important for general browsing).
- Upload speed — How fast data leaves your PC (important for video calls and file uploads).
- Ping (latency) — How responsive the connection is (important for real-time apps like Teams).
- Compare results to your expected speeds:
- Office Wi-Fi: Typical corporate networks range from 50–500 Mbps download.
- Home broadband: Check your ISP plan for expected speeds.
- Ping: Under 30 ms is excellent, 30–100 ms is acceptable, above 100 ms may cause noticeable lag.
Verification: If speeds are close to expected values, the issue may not be your internet connection — skip to Method 5 (Browser Troubleshooting). If speeds are significantly lower, continue with the steps below.
2. Switch from Wi-Fi to a Wired (Ethernet) Connection
Wi-Fi is convenient but introduces variables like distance, interference, and congestion. A wired connection eliminates these factors.
- Locate an Ethernet cable (usually a blue or grey cable with a rectangular clip on each end).
- Connect one end to your PC's Ethernet port and the other end to the nearest network wall jack or docking station port.
- Windows should automatically detect the wired connection. Look for a Network icon in the system tray that shows a wired connection (small monitor icon instead of the Wi-Fi fan icon).
- Run the speed test again (Method 1) and compare results.
Verification: If wired speeds are significantly faster, the issue is with your Wi-Fi connection — consider relocating closer to the access point, removing physical obstructions, or reporting a potential Wi-Fi coverage gap to IT.
3. Disconnect from VPN (If Not Required)
VPN connections route your traffic through a remote server, which can add latency and reduce throughput — especially if the VPN server is geographically distant or overloaded.
- Check if you are connected to a VPN by clicking the Network icon in the system tray (bottom-right of the taskbar).
- If a VPN connection is active, look for a label like Connected under your VPN name.
- Click the VPN connection and select Disconnect.
- Run the speed test again and compare results.
Verification: If speeds improve dramatically after disconnecting VPN, the VPN server may be experiencing high load. Reconnect only when you need to access internal resources. If your organization requires always-on VPN, report the performance issue to IT with your speed test results.
4. Flush DNS Cache and Reset Network Settings
Corrupted DNS cache entries can cause slow or failed page loads. Flushing the cache forces your computer to fetch fresh address records.
- Click the Start button and type
Command Prompt. - Open Command Prompt (no admin rights needed for these commands).
- Type the following command and press Enter:
ipconfig /flushdns - You will see the message:
Successfully flushed the DNS Resolver Cache. - Optionally, release and renew your IP address by running these two commands in sequence:
ipconfig /releaseipconfig /renew - Close Command Prompt and test your connection again.
Verification: Try loading a website that was previously slow. If the issue was a stale DNS entry, pages should now resolve faster.
5. Clear Browser Cache and Disable Heavy Extensions
A bloated browser cache or poorly coded extensions can make browsing feel slow even when the network is fast.
- In Microsoft Edge, press Ctrl + Shift + Delete to open the Clear browsing data dialog.
- Set the Time range to All time.
- Check the following:
- Cached images and files
- Cookies and other site data (note: this will sign you out of most websites)
- Click Clear now.
- Next, disable extensions temporarily to rule them out:
- Click the Extensions icon (puzzle piece) in the toolbar, then Manage extensions.
- Toggle off all non-essential extensions.
- Reload the slow website and check if performance improves.
- If an extension is causing the slowdown, re-enable them one at a time to identify the culprit.
Verification: If browsing speeds improve after clearing cache or disabling extensions, the network itself was not the problem.
6. Close Bandwidth-Heavy Applications
Applications running in the background may consume significant bandwidth without your awareness.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Network column header to sort processes by network usage (highest first).
- Identify any applications consuming abnormally high bandwidth. Common culprits include:
- OneDrive — Syncing a large number of files.
- Windows Update — Downloading updates in the background.
- Teams — Active video calls or large file transfers.
- Cloud backup tools — Uploading files to cloud storage.
- Streaming apps — Music or video streaming in the background.
- If you identify a non-essential application using significant bandwidth, right-click it and select End task.
Verification: Run the speed test again. If download/upload speeds improve, the closed application was consuming your available bandwidth.
7. Restart Your Network Equipment and PC
A simple restart often resolves temporary network issues caused by memory leaks, stale connections, or firmware glitches.
- Restart your PC: Click Start > Power > Restart (not Shut down — Restart clears more temporary state).
- If on home Wi-Fi or a personal hotspot:
- Unplug your router and modem from power.
- Wait 30 seconds.
- Plug the modem back in first and wait for its lights to stabilize (about 60 seconds).
- Plug the router back in and wait for Wi-Fi to become available.
- If on a corporate network: Do not restart network equipment. If the issue persists after restarting your PC, report it to IT.
- Once your PC and network are back up, run the speed test one more time.
8. Gather Information for IT Support
If none of the above steps resolve the issue, collect diagnostic data before contacting IT — this dramatically speeds up their investigation.
- Speed test results: Take a screenshot of your speed test showing download, upload, and ping values.
- Connection type: Note whether you are on Wi-Fi or Ethernet, and your physical location (building, floor, room).
- Network diagnostics: Open Command Prompt and run:This sends 10 test packets to Google's DNS server. Screenshot the results — IT will look at the response times and whether any packets were lost.
ping 8.8.8.8 -n 10 - Affected applications: List which applications are slow (all apps vs. only Teams vs. only browser).
- Time pattern: Note if the slowness is constant or only occurs at certain times of day (e.g., 9-10 AM when everyone is logging in).
- Submit a ticket to IT with all of the above information.
Troubleshooting
DANGER
If multiple people in your area are experiencing the same slowness simultaneously, the issue is likely a network infrastructure problem (switch, access point, or ISP) rather than your individual PC. Report it to IT immediately and mention that it affects multiple users — this raises the priority.
| Symptom / Error | Potential Cause | Solution |
|---|---|---|
| Speed test shows normal speeds but browsing is slow | Browser cache or extension issue | Clear browser cache and disable extensions (see Method 5). |
| Wi-Fi speed is slow but Ethernet is fast | Wi-Fi interference or distance from access point | Move closer to the access point, switch to 5 GHz band if available, or use a wired connection. |
| Speed is slow only on VPN | VPN server overloaded or distant | Disconnect VPN when not accessing internal resources, or contact IT to try a different VPN server. |
| Ping is high (above 100 ms) but download speed is acceptable | Network congestion or routing issue | Close real-time apps (Teams video), try a wired connection, and report to IT with ping test results. |
| "No internet access" icon appears but pages partially load | DNS resolution failure | Flush DNS cache (see Method 4). If the issue persists, try setting your DNS to 8.8.8.8 or 1.1.1.1 in your network adapter settings. |
| Only one application is slow (e.g., Teams only) | Application-specific issue, not network | Restart the slow application, clear its cache, or check the service status page (e.g., Microsoft 365 Service Health). |