Does Changing Your DNS Make the Internet Faster? What’s True, Which to Choose and How to Do It on PC, Phone and Router
DNS won’t raise your plan’s speed, but it can make sites start loading faster, block scam pages and hide which sites you visit from your provider. See 1.1.1.1, 8.8.8.8 and Quad9 side by side, how to measure and how to turn on encrypted DNS.
The truth about DNS, in 5 lines:
- DNS is the internet’s “phone book”: it translates names (google.com) into numeric addresses.
- It doesn’t increase your Mbps: downloads and streaming stay the same; what can improve is the time until each site starts loading.
- The most popular: Cloudflare
1.1.1.1, Google8.8.8.8and Quad99.9.9.9(blocks malicious sites). - Hidden gain: encrypted DNS (DNS over HTTPS) stops your provider from seeing which sites you look up.
- Best place to change it: on the router (covers the whole house) or on each device — I show both.
- Introduction
- The Path of a DNS Lookup, Step by Step
- Does Changing DNS Make the Internet Faster?
- The Best Free DNS Services Side by Side
- Measure: Which DNS Is Fastest at Your Home
- How to Change DNS on Windows 11 (with Encrypted DNS)
- How to Change DNS on Android and iPhone
- Changing It on the Router: Covers Every Device
- How to Confirm the New DNS Is Working
- Common Problems After Changing DNS
- Smart TVs, Game Consoles and When NOT to Switch
- Encrypted DNS vs VPN vs Incognito Mode
- Frequently Asked Questions
📒 What DNS Is (in Plain English)
Computers don’t understand names like tecnologiamoderna.com.br: they talk using numbers, IP addresses. DNS (Domain Name System) is the service that does this translation — it works like an old phone book: you look up the name and it gives you the number.
Every time you open a site, your device asks the DNS server “what’s the number for this name?”. By default, the one answering is your internet provider’s DNS. Changing your DNS simply means choosing another “phone book” — one that may be faster, more private or more protective.

🔄 The Path of a DNS Lookup, Step by Step
To understand where DNS can (or can’t) speed something up, here’s what happens in a fraction of a second when you type an address:
- The browser checks whether it already knows the address (the browser’s and Windows’ cache).
- If not, it asks the configured DNS server — usually your provider’s.
- If the DNS server doesn’t know either, it asks other servers on the internet until it finds the answer, and remembers it for a while.
- With the IP number in hand, the browser finally connects to the site and starts downloading the page.
Notice: DNS only takes part before the download. Once the page starts loading, your bandwidth, your Wi-Fi and the site’s server are in charge. That’s why changing DNS can make a site “start” faster, but won’t make a video download faster. For sites you visit every day, the answer is usually already cached — and DNS isn’t even consulted.
🚀 Does Changing DNS Make the Internet Faster?
| Claim | Verdict | Explanation |
|---|---|---|
| “It increases my plan’s speed” | ❌ Myth | Download Mbps don’t change: DNS only acts before the download starts |
| “Sites start opening faster” | ✅ Sometimes | If your provider’s DNS is slow or unstable, the difference is noticeable |
| “It fixes Netflix buffering” | ❌ Almost never | Streaming stutters are about bandwidth, bad Wi-Fi or the service’s servers |
| “It fixes a site that won’t open” | ✅ Sometimes | When your provider’s DNS is down, switching fixes it instantly |
| “It makes things safer” | ✅ It can | Filtering DNS blocks known scam and malware domains |
| “It makes things more private” | ✅ With encrypted DNS | Your provider no longer sees which names you look up |
If your problem is genuinely slow internet, the cause is usually elsewhere — see slow Wi-Fi at home: causes and how to know if someone is using your internet.
🏆 The Best Free DNS Services Side by Side
| Service | IPv4 addresses | Strength | Blocks scams/malware? |
|---|---|---|---|
| Cloudflare | 1.1.1.1 and 1.0.0.1 | Often among the fastest; strong on privacy | No (standard version) |
| Cloudflare with protection | 1.1.1.2 and 1.0.0.2 | Blocks malware | Yes |
| Cloudflare for Families | 1.1.1.3 and 1.0.0.3 | Blocks malware and adult content | Yes |
8.8.8.8 and 8.8.4.4 | Very stable and reliable | No | |
| Quad9 | 9.9.9.9 and 149.112.112.112 | Blocks malicious domains; privacy-focused | Yes |
My suggestion: for a home with kids, Cloudflare for Families; for extra protection against scams, Quad9 or Cloudflare 1.1.1.2; if you just want stability, Cloudflare or Google. All are free.
⏱️ Measure: Which DNS Is Fastest at Your Home
The fastest DNS depends on your city and provider. Measure before deciding. In PowerShell, this command shows how many milliseconds each server takes to answer:
foreach ($s in '1.1.1.1','8.8.8.8','9.9.9.9') { $t = (Measure-Command { Resolve-DnsName tecnologiamoderna.com.br -Server $s -DnsOnly -ErrorAction SilentlyContinue }).TotalMilliseconds; "$s = $([math]::Round($t)) ms" }To compare with your provider’s DNS, find out which one it is:
Get-DnsClientServerAddress -AddressFamily IPv4 | Where-Object ServerAddresses| Response time | Rating |
|---|---|
| Up to 20 ms | Excellent |
| 20 to 50 ms | Good |
| Over 100 ms | Slow — worth switching |
🪟 How to Change DNS on Windows 11 (with Encrypted DNS)
- Open Settings → Network & internet.
- Click Wi-Fi (or Ethernet, if you use a cable) and then Hardware properties.
- Next to DNS server assignment, click Edit and choose Manual.
- Turn on IPv4 and fill in Preferred DNS (e.g. 1.1.1.1) and Alternate DNS (e.g. 1.0.0.1).
- Turn on encryption: depending on your build, choose DNS over HTTPS → On (automatic template) or Preferred DNS encryption → Encrypted only (DNS over HTTPS).
- Save.

From the terminal, replace Wi-Fi with your connection’s name (see it with Get-NetAdapter):
Set-DnsClientServerAddress -InterfaceAlias "Wi-Fi" -ServerAddresses ("1.1.1.1","1.0.0.1")
ipconfig /flushdnsTo go back to your provider’s automatic DNS:
Set-DnsClientServerAddress -InterfaceAlias "Wi-Fi" -ResetServerAddresses📱 How to Change DNS on Android and iPhone
Android has a feature called Private DNS, which is already encrypted and applies to both Wi-Fi and mobile data:
- Open Settings → Network & internet (on some Samsungs: Connections → More connection settings).
- Tap Private DNS.
- Choose Private DNS provider hostname and type
one.one.one.one(Cloudflare),dns.google(Google) ordns.quad9.net(Quad9). - Save.

iPhone: under Settings → Wi-Fi → (i) next to the network → Configure DNS → Manual, you can change it per Wi-Fi network. For encrypted DNS on every connection, the simplest route is installing the service’s official app (like Cloudflare’s 1.1.1.1) from the App Store.
📡 Changing It on the Router: Covers Every Device
Change it on the router and your TV, game console, guests’ phones and every device in the house automatically use the new DNS:
- Open the router’s admin panel (usually
192.168.0.1or192.168.1.1in the browser). - Look for DHCP, LAN or Internet/WAN — the DNS option is on one of these screens, depending on the brand.
- Replace the primary and secondary DNS with your choices and save.
- Restart your devices (or turn their Wi-Fi off and on) so they pick up the new setting.

Don’t know how to get into the panel? The step by step is in how to access the router panel. Some ISP-supplied routers block DNS changes — in that case, change it on each device.
✅ How to Confirm the New DNS Is Working
Get-DnsClientServerAddress -AddressFamily IPv4 | Where-Object ServerAddresses
Resolve-DnsName tecnologiamoderna.com.brThe first command should show the addresses you configured. To confirm encrypted DNS is active with Cloudflare, open 1.1.1.1/help in your browser: it shows whether you’re using the service and whether the connection uses DNS over HTTPS.
ipconfig /flushdns to clear the old name cache.🛠️ Common Problems After Changing DNS
| Symptom | Likely cause | Fix |
|---|---|---|
| No site opens | A mistyped address | Check the numbers or go back to automatic |
| The company site or intranet won’t open | Corporate networks use internal DNS | On the work network, keep DNS automatic |
| Hotel or airport Wi-Fi doesn’t show the login page | Encrypted DNS gets in the way of the captive portal | Switch to automatic temporarily, log in and switch back |
| A legitimate site got blocked | The protective DNS filter | Use the unfiltered version or report it to the service |
| Nothing changed in speed | DNS wasn’t the bottleneck | Normal — see the causes of slow Wi-Fi |
📺 Smart TVs, Game Consoles and When NOT to Switch
| Device or situation | Recommendation |
|---|---|
| Smart TV and TV box | Change it on the router; most TVs accept manual DNS in advanced network settings |
| PlayStation and Xbox | They accept manual DNS in network settings, but the gain in games is usually zero |
| Work computer | Don’t change it: the corporate network depends on internal DNS and IT policy |
| A network with the provider’s parental controls | Changing DNS may disable them — use Cloudflare for Families instead |
| Satellite or rural internet | Measure first: sometimes the provider’s DNS is the closest and fastest |
🕶️ Encrypted DNS vs VPN vs Incognito Mode
| Tool | What it hides | What it does NOT hide |
|---|---|---|
| Encrypted DNS | Which site names you look up (from your provider) | The IP addresses of the sites you visit |
| VPN | Your traffic from your provider and your IP from sites | You now trust everything to the VPN company |
| Incognito mode | History on your own device | Nothing on the network: your provider and sites still see it |
Each tool solves one thing. To understand the risks of free VPNs, see are free VPNs worth it?, and to bust the incognito myth, what incognito mode really hides.
FAQ
Does changing DNS increase internet speed?
It doesn’t increase your plan’s Mbps. It can make sites start loading faster if your provider’s DNS is slow or unstable.
Which DNS is fastest?
It depends on your city and provider. Cloudflare 1.1.1.1 and Google 8.8.8.8 are usually fast, but it’s best to measure with the command in the guide.
Which DNS blocks scam sites?
Quad9 (9.9.9.9) and Cloudflare with protection (1.1.1.2) block known malicious domains. Cloudflare for Families (1.1.1.3) also blocks adult content.
Is changing DNS safe?
Yes, as long as you use well-known services like Cloudflare, Google or Quad9. Avoid DNS servers of unknown origin, which can redirect you to fake sites.
What is DNS over HTTPS?
It’s encrypted DNS. Windows 11 lets you turn it on in the connection’s Hardware properties, and Android has the equivalent called Private DNS.
Can I change DNS on the router?
Yes, and then it applies to every device in the house. The option is on the router panel’s DHCP, LAN or Internet screens.
Does changing DNS fix lag in online games?
Usually not. Ping and lag depend on the route to the game server and connection quality, not on DNS.
How do I go back to the original DNS?
On the same settings screen, choose Automatic (DHCP), or use Set-DnsClientServerAddress with -ResetServerAddresses in PowerShell.
🎮 How much did you learn?
Once you pick an answer it locks in — reload the page to try again.
1. What does DNS do?
2. Does changing DNS increase your plan’s Mbps?
3. Which of these DNS services blocks malicious domains?
4. What is encrypted DNS called on Android?
5. Which command clears the DNS cache on Windows?
Esse conteúdo ajudou você?
Compartilha com alguém que também vai curtir — é rapidinho e ajuda muito o nosso trabalho a chegar em mais gente.
Conhecimento só tem valor quando compartilhado.
Manter essa estrutura de laboratórios funcionando e produzir conteúdos de engenharia de forma totalmente gratuita e acessível exige tempo e dedicação diária à bancada. Esse guia salvou os seus arquivos? Você pode contribuir diretamente para manter o nosso trabalho independente forte. Apoie doando qualquer valor!
Quer apoiar a nossa bancada independente?
[email protected]