By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

Meshpie

DailyTech

  • Home
  • Tech
  • Gaming
  • Blogging
  • Reviews
Search
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
Reading: How to Increase Internet Speed in Windows 10 Using Command Prompt
Share
Font ResizerAa
MeshpieMeshpie
Font ResizerAa
  • Home
  • Tech
  • Gaming
  • Blogging
  • Reviews
Search
  • Home
  • Tech
  • Gaming
  • Blogging
  • Reviews
Follow US
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.

Home > How to > How to Increase Internet Speed in Windows 10 Using Command Prompt

How toComputerInternet

How to Increase Internet Speed in Windows 10 Using Command Prompt

Aksara
Last updated: July 6, 2026 8:14 am
Aksara
Share
SHARE

Slow internet can be frustrating, especially when you are working from home, streaming content, or gaming online. While your internet plan sets the baseline, Windows 10 has several settings that can limit your connection speed. The good news is that you can fix many of these issues using nothing more than the Command Prompt.

Contents
  • Opening the Command Prompt as Administrator
  • 1. Use Netsh to Optimize TCP Settings
  • 2. Flush the DNS Cache
  • 3. Reset Winsock
  • 4. Renew Your IP Address
  • 5. Reset the Network Stack Completely
  • Bonus Tip: Limit Background Data Usage
  • Summary

This guide covers the most effective Command Prompt commands to boost your internet speed in Windows 10. These tweaks help you flush corrupted DNS entries, reset network sockets, renew your IP address, and optimize TCP settings for better performance.

Opening the Command Prompt as Administrator

Before you run any of the commands below, you need to open Command Prompt with administrator privileges. Type cmd in the Windows search bar, right-click on Command Prompt, and select Run as Administrator. Click Yes when the User Account Control prompt appears.

For more Command Prompt tips, check our guide on how to Activate Windows 10 using Command Prompt.

- Advertisement -
1. Use Netsh to Optimize TCP Settings

The netsh command lets you configure advanced network settings that control how Windows handles internet traffic. If your connection feels sluggish, these TCP tweaks can help Windows use your bandwidth more efficiently.

Run each of these commands one at a time in the administrator Command Prompt:

  • netsh int tcp set global chimney=enabled
  • netsh int tcp set global autotuninglevel=normal
  • netsh int tcp set global dca=enabled
  • netsh int tcp set global netdma=enabled
  • netsh int tcp set global ecncapability=enabled

These settings enable TCP features like chimney offloading, auto-tuning, and Direct Cache Access (DCA), which help your network adapter handle traffic more efficiently.

2. Flush the DNS Cache

Your computer stores IP addresses of websites you visit in a local DNS cache. Over time, this cache can become corrupted or outdated, leading to slow page loads and connection errors. Flushing the DNS cache removes these stored records and forces Windows to fetch fresh DNS information.

Type the following command and press Enter:

- Advertisement -

ipconfig /flushdns

You should see a confirmation message: “Successfully flushed DNS Resolver Cache.” If you are experiencing browser-related network issues, our guide on how to Fix Err Connection Reset in Chrome offers additional solutions.

3. Reset Winsock

Windows uses Winsock (Windows Sockets API) to manage network traffic through sockets. If these sockets become corrupted, you may experience slow connections or errors when accessing the internet. Resetting Winsock restores these network settings to their default state.

- Advertisement -

Type this command and press Enter:

netsh winsock reset

Note: You must restart your computer after running this command for the changes to take effect.

For more network troubleshooting, see our guide on how to Fix Discord No Route Error, which covers similar DNS and IP release techniques.

4. Renew Your IP Address

Your IP address can sometimes develop conflicts with your router’s DHCP server, causing slow or unstable internet. Releasing and renewing your IP address forces your computer to request a fresh lease from the router.

Run these two commands in order:

  • ipconfig /release
  • ipconfig /renew

You may be assigned the same IP address, which is normal. The important thing is that the connection resets and re-establishes properly.

5. Reset the Network Stack Completely

If none of the above steps work, you can reset the entire network stack with a single command. This resets Winsock, TCP/IP settings, and firewall rules to their defaults.

netsh int ip reset

After running this, restart your PC for the changes to apply. This is the most thorough network reset you can perform through Command Prompt.

Bonus Tip: Limit Background Data Usage

Windows 10 runs many background processes that consume bandwidth, including automatic updates, app sync, and telemetry. To improve download speeds in specific apps, you can limit background data or check app-specific settings. For gamers, our guide on Steam Download Speed: 6 Ways to Make It Faster covers additional tweaks.

Summary

Slow internet is often caused by corrupted DNS caches, misconfigured TCP settings, or IP conflicts. The Command Prompt commands above resolve all of these issues without requiring third-party software. Try all the methods in order, and restart your computer afterward for the best results.

Did these steps help improve your internet speed? Let us know in the comments below.

Best Ways to Transfer Files Across Devices and Platforms (2026 Guide)
4 Best RSS Reader Apps to make life easier.
Best Screen Recorder Tools For Windows 10 and Windows 11 (2026)
How important is Image Optimization for your website?
How to Record Screen in OBS – 2026 Guide (Step by Step)
Share This Article
Facebook Copy Link Print
ByAksara
Follow:
A digital marketer by profession who enjoys sharing his knowledge of technology through his work. His enthusiasm for sharing his knowledge knows no bounds. He revels in creating engaging content that demystifies complex tech concepts, making them accessible and enjoyable for all.
Previous Article Free VPN Extensions for Chrome 10 Best Free VPN Extensions for Chrome in 2026
Next Article How to Surrender in Valorant (2026 Guide)
1 Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

MeshpieMeshpie
Follow US
© 2023 MeshPie. All Rights Reserved.
  • Home
  • News