Skip to main content




Arreglar el ERR_NAME_NOT_RESOLVED en Cromo:Cuando visitas un portal Web, lo primero que hace un browser es contactar con el server DNS (Domain Name Server). La función principal del servidor DNS es resolver el nombre de domain a partir de la IP adress del portal web. Cuando la búsqueda del DNS falla el navegador muestra el error «Err Name Not Resolved». Hoy vamos a aprender a resolver este problema para poder tener acceso al portal web.

Error 105 (net :: ERR_NAME_NOT_RESOLVED): The server could not be found.

fix-google-chrome-issue-2370120

It is a prior requirement:

  • Make sure you have cleared the caches and cookies on your computer. clear-browsing-data-in-google-chrome-9267290
  • Remove unnecessary chrome extensions that could be causing this problem. delete-unnecessary-chrome-extensions-2215794
  • Se permite la conexión adecuada al Chrome por medio de del Firewall Windows. make-sure-google-chrome-is-allowed-to-acces-internet-in-firewall-5397305
  • Make sure you have a proper internet connection.

Fix ERR_NAME_NOT_RESOLVED in chrome

Make sure to create a restore point in case something goes wrong.

Método 1: Quitar la memoria cache del DNS interno

1.Abre Google Chrome y posteriormente pasa al modo de incógnito pulsando Ctrl+Mayús+N.

2.Now type the following in the address bar and hit Enter:

cromo://net-internos/#dns

click-clear-host-cache-6244197

3. Next, click Clear host cache and restart the browser.

Method 2: Clear DNS and restart TCP / IP

1.Right-click the Windows button and select "Command Prompt (Admin)".

command-prompt-with-admin-rights-8776407

2.Now type the following command and hit enter after each one: (a) ipconfig / release (b) ipconfig / flushdns (c) ipconfig / renew

ipconfig-settings-8446724

3. Open the Admin Command Prompt again and type the following and press enter after each one:

  • ipconfig / flushdns
  • nbtstat -r
  • netsh int ip reset
  • netsh winsock reset

resetting-your-tcp-ip-and-flushing-your-dns-9732917

4.Restart to apply the changes. Cleaning the DNS seems to fix the ERR_NAME_NOT_RESOLVED in Chrome.

Method 3: Using Google DNS

1.Open Control Panel and click Network and Internet.

2.Then click Network and Sharing Center and then Change adapter settings.

change-adapter-settings-7212106

3.Select your Wi-Fi and double click on it and select Properties.

wifi-properties-5833769

4.Now select Internet Protocol Version 4 (TCP / IPv4) and click Properties.

internet-protocal-version-4-tcp-ipv4-9608957

5. Check the box "Use the following DNS server addresses" and enter the following:

Preferred DNS server: 8.8.8.8 Alternate DNS server: 8.8.4.4

use-the-following-dns-server-addresses-in-ipv4-settings-1043175

6.Close everything and check again if you are able to fix ERR_NAME_NOT_RESOLVED in Chrome.

Method 4: Run System File Checker (SFC) and Check Disk (CHKDSK)

1.Press Windows Key + X and then click Command Prompt (Admin).

command-prompt-with-admin-rights-8776407

2.Now type the following in the cmd and hit enter:

Sfc / scannow sfc / scannow / offbootdir = c: / offwindir = c: Nwindows

sfc-scan-now-command-prompt-3953886

3.Wait for the above procedure to finish and once done, restart your computer.

4.Then run CHKDSK from here Fix file system errors with Check Disk Utility (CHKDSK).

5.Let the above procedure complete and restart your computer again to save the changes.

You can also check it:

  • Fix connection time issue in Google Chrome
  • How to fix this site cannot be reached error in Gooogle Chrome
  • Fix ERR_TUNNEL_CONNECTION_FAILED error in Google Chrome
  • Cómo arreglar el error del certificado SSL en Google Chrome

That's it, you have successfully fixed ERR_NAME_NOT_RESOLVED in Chrome, but if you still have any questions regarding this post, feel free to ask in the comments and please share this post on social media to help your friends solve this problem. easily.