Instructions on how to change your IP address in Windows 10.
This guide shows you 3 ways to set a static/dynamic IP address on Windows 10/11 using Settings, Control Panel, and CMD commands. Increase security and resolve IP conflicts!
- 1. 3 ways to change your IP address on Windows 10
- II. 3 ways to change your local IP address
- Why is it necessary to change the IP address?
- 1. Change your IP address in Settings.
- 2. Change the IP address using the Control Panel (The classic method)
- 3. Change IP address using CMD/PowerShell (Command line netsh)
1. 3 ways to change your IP address on Windows 10
Why is it necessary to change the IP address?
Changing your local or public IP address is legal (except for impersonation purposes) and offers several benefits:
- Security & Privacy: Hide your overall location, increasing security while browsing the web.
- Change location: Access geo-blocked content or reduce latency when playing games.
- Troubleshooting: Resolving IP conflicts, reconfiguring the network after installing a new router, or fixing incorrect IP addresses assigned by the router.
- Avoiding bans/blocking: Bypassing IP bans on certain websites.
Important note: You must log in with an Admin account to change the local IP address.
II. 3 ways to change your local IP address
1. Change your IP address in Settings.
This is the easiest and most intuitive method for the average user.
| Purpose | Steps to change your IP address using Windows 10 Settings | Interpret |
| Change IP | 1. Open Settings > Network & Internet . 2. Select network type ( WiFi/Ethernet ) > Properties . 3. Under IP assignment , click Edit . 4. Select Manual and enable IPv4 . 5. Manually enter the IP address , subnet prefix length, gateway , and DNS (optional). | Use the graphical interface to switch from Dynamic IP (DHCP) to Static IP (Manual) and enter the parameters. |
2. Change the IP address using the Control Panel (The classic method)
The traditional method involves accessing it through the Network Adapter's Properties window.
| Purpose | Key Steps | Interpret |
| Change IP | 1. Open Control Panel > Network and Sharing Center > Change adapter settings . 2. Right-click the network connection > Properties . 3. Select Internet Protocol Version 4 (TCP/IPv4) > Properties . 4. Select Use the following IP address and enter the IP address, subnet mask, gateway, and DNS parameters . | Similar to changing it through Settings, but accessed through the Network Properties window for more detailed information. |
3. Change IP address using CMD/PowerShell (Command line netsh)
The fastest and most powerful method for advanced users.
| Purpose | Main Steps (Simplified) | Brief Explanation |
| Identify the network name. | Open CMD/PowerShell as administrator > Use the command:netsh interface ipv4 show config |
The first step is to find the correct name of the network connection (Interface Name). |
| Set Static IP | Use the command:netsh interface ipv4 set address name="TÊN MẠNG" static IP SUBNET GATEWAY |
Use commands netshto configure the network directly by entering static IP parameters. |
| Switch to DHCP | Use the command:netsh interface ipv4 set address name="TÊN MẠNG" source=dhcp |
Switch your IP address to automatic assignment mode from your router. |
You've just finished reading the article "Instructions on how to change your IP address in Windows 10." edited by the TipsMake team. You can save instructions-on-how-to-change-your-ip-address-vpshe.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.