Changing DNS to Google on Windows 10: A Step-by-Step Guide
In today's digital landscape, choosing the right Domain Name System (DNS) server can significantly improve your internet experience. Google's Public DNS is a popular choice, offering faster and more secure connections. This guide will walk you through the process of changing your DNS to Google on Windows 10.
Understanding DNS and Why Choose Google's Public DNS
DNS translates human-readable domain names (like www.example.com) into IP addresses (like 192.0.2.1) that computers can understand. Google's Public DNS is a free, global, and recursive DNS service that can improve your online experience by reducing latency and improving security.
Before You Start: Check Your Current DNS Settings
Before proceeding, let's ensure you're not already using Google's DNS. Here's how to check:

- Press Win + R to open the Run dialog box.
- Type
cmdand press Enter to open Command Prompt. - Type
ipconfig /alland press Enter. - Look for the DNS Servers section. If it shows
127.0.0.1or127.0.1.1, you're using Google's DNS. If not, proceed to the next section.
Changing DNS to Google on Windows 10
Method 1: Using Network and Sharing Center
- Right-click on the Start button and select Network Connections.
- Click on your active network connection (e.g., Ethernet or Wi-Fi).
- Click on Change adapter options.
- Right-click on your active connection and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties.
- Select Use the following DNS server addresses.
- Enter
8.8.8.8in the Preferred DNS server field and8.8.4.4in the Alternate DNS server field. - Click OK to save changes and close the windows.
Method 2: Using Command Prompt
If you prefer a quicker method, you can use Command Prompt to change your DNS settings.
- Open Command Prompt as an administrator (right-click on the Start button and select Command Prompt (Admin) or Windows PowerShell (Admin)).
- Type
netsh interface ip set dns name="Connection Name" static 8.8.8.8and press Enter. Replace Connection Name with the name of your active connection (e.g., Ethernet or Wi-Fi). - To add the alternate DNS server, type
netsh interface ip add dns name="Connection Name" 8.8.4.4 index=2and press Enter.
Verifying the Changes
To ensure the changes have taken effect, flush your DNS cache and check your new DNS settings:
- Open Command Prompt as an administrator.
- Type
ipconfig /flushdnsand press Enter. - Type
ipconfig /alland press Enter. Look for the DNS Servers section to confirm the changes.
Congratulations! You've successfully changed your DNS to Google on Windows 10. Enjoy faster and more secure internet connections.
