How to Easily Edit the Hosts File in Windows 11

Windows 11 desktop

In this article, you will learn how to edit the Windows 11 hosts file. There are several easy ways that you can edit the file, and in this article, I will take you through each method step-by-step.

In the early days of the Internet, there was just one ‘hosts’ file that was used to match computer names to IP addresses. All devices connected to the Internet are represented by an IP address. An IP address might look something like this: 172.217.23.238. As you can see, it would be difficult to remember the IP address of every device connected to the Internet! So, the hosts file contained a phonebook-like directory of IP addresses mapped to computer hostnames.

As the Internet developed and more devices were connected in different geographical locations, it was no longer practical to maintain a single hosts file. The Domain Name System (DNS) was created in 1984 to provide devices connected to the Internet with a way to look up hostnames by querying a set of distributed servers. And that is how the Internet works to this day.

Perhaps the easiest way to view and/or edit the hosts file is to use the new Hosts File Editor in Microsoft PowerToys. But if you want more information about what the Hosts file is and how to edit it manually, skip to the next section.

Quickly view and edit the hosts file using Microsoft PowerToys Hosts File Editor tool

PowerToys is a free set of tools for sysadmins and developers that you can download for free from GitHub. Before you can use Hosts File Editor, you’ll need to download PowerToys from the Microsoft Store.

Once PowerToys are installed, follow the instructions below to use Hosts File Editor:

  • Click Search on the taskbar and type powertoys. Click PowerToys in the search results to open the tools.
  • In the PowerToys app, click Hosts File Editor in the list of tools on the left.
  • Under Activation, click Launch Hosts File Editor. By default, the tools is enabled and set to run with admin privileges so that you can edit the Hosts file.
Launch PowerToys Hosts File Editor
Launch PowerToys Hosts File Editor (Image Credit: Petri/Russell Smith)
  • Click Accept on the warning dialog.
  • You’ll see all the entries listed in your Hosts file. From here you can add, delete, and reorder the entries. To add an entry, click + New entry.
Hosts File Editor
Hosts File Editor (Image Credit: Petri/Russell Smith)
  • In the Add new entry dialog, add the IP address, or IP addresses separated by commas, for the entry and then the host name in the Hosts field. Comments are optional.
  • Click Add to add the entry and make it active straight away.
Add new entry
Add new entry (Image Credit: Petri/Russell Smith)
  • To delete an entry, right click it in the list and select Delete from the context menu.
  • Confirm the action to delete the entry.
Delete an entry
Delete an entry (Image Credit: Petri/Russell Smith)

You can right click entries to reorder them too.

Where is the hosts file in Windows 11?

But the hosts file remains part of most operating systems. It can be used to override results provided by DNS servers and provide hostname lookup on a local area network (LAN) in the absence of a DNS server. Depending on the operating system, the hosts file is found in a different location. For instance, in Unix, you will find the hosts file in /etc/hosts. And on all modern versions of Windows, including Windows 11, the hosts file is in %SystemRoot%\System32\drivers\etc\hosts. The %SystemRoot% environment variable by default points to C:\WINDOWS.

How the hosts file works

The hosts file contains lines of text with two columns. In the first column there is an IP address. And in the second column, there is a computer hostname. The two columns can be separated by a space or tab. So, an example hosts file might look like this:

192.168.0.10 bobpc
192.168.0.11 clairepc
192.168.0.129 printserver

The Windows 11 hosts file
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

If you add these entries to the host file on a device, then you can ping each host by name and the computer can resolve it to the corresponding IP address. For example, ping printserver would return a reply like this:

Ping a network device
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

You can also use Fully Qualified Domain Names (FQDN) in a hosts file. For example:

172.217.23.238 google.com

The hostnames you add to the hosts file are not case sensitive. They can be in uppercase, lowercase, or a mixture of both. Be aware that the hosts file is sometimes used by hackers to redirect network traffic to malicious sites. That is why only administrators can edit the hosts file in Windows.

View the hosts file in Windows 11

By default, the hosts file in Windows 11 doesn’t contain any valid entries. By that, I mean everything is commented out using the hash # symbol. Let start by opening the hosts file in Notepad.

  1. Click Start on the taskbar.
  2. Type notepad and press ENTER.
Editing the hosts file using Notepad
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Press the Windows key (WIN) + E to open File Explorer.
Locating the hosts file using File Explorer
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. In the box where it says ‘Quick access’, paste the following path and press ENTER: %SystemRoot%\System32\drivers\etc\
  2. In the list of files, you will see hosts.
The hosts file in File Explorer
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Arrange File Explorer and Notepad so that are side-by-side.
  2. Drag the hosts file from File Explorer into the Notepad window.
Editing the hosts file in Notepad
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

You’ll see that there are two entries at the bottom that are both commented out. The first entry is the IPv4 address for localhost. And the second entry is the IPv6 address for localhost.

#            127.0.0.1       localhost
#            ::1                  localhost

The hosts file
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

But if you try to add an entry to the hosts file, you won’t be able to save it. The hosts file can only be edited by administrators because it is in a protected system directory.

Edit the hosts file in Windows 11

There are two ways that you can edit the host file. The first involves making a copy of the original file and then replacing it. The second uses the command line to append a line to the hosts file.

Edit the hosts file using the GUI and Notepad

The easiest way to edit the hosts file is to make a copy of it and then replace the original in the ‘etc’ folder.

  1. Open File Explorer by pressing the Windows key (WIN) + E.
  2. In the box where it says ‘Quick access’, paste the following path and press ENTER: %SystemRoot%\System32\drivers\etc\
  3. In the list of files, right click hosts while at the same time dragging the file to the desktop.
Moving the hosts file
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Release the mouse button and then select Copy here from the menu.
  2. Click Start on the taskbar.
  3. Type notepad and press ENTER.
  4. Drag the hosts file from the desktop into the Notepad window.
  5. Add your entry at the bottom of the file. In this example, I will add the following entry for my local area network:

192.168.1.10     BOBPC

Notepad
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Press CTRL + S to save the file.
  2. Close Notepad.
  3. Now using the mouse, drag the hosts file on the desktop back to the File Explorer window.
  4. In the Replace or Skip Files dialog, click Replace the file in the destination.
Replace the file in the destination
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. In the Destination Folder Access Denied dialog, click Continue.
  2. You may be required to provide consent or enter an administrator username and password to complete the operation.
Permission denied
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Open Notepad again by clicking Start on the taskbar, typing notepad, and pressing ENTER.
  2. Drag the hosts file from File Explorer into the Notepad window.
  3. Now you can see your new entry in the hosts file.

Edit the hosts file using the command line

This method uses the command line and is much faster than the method above.

  1. Click the Start menu on the taskbar.
  2. Type command and then making sure Command Prompt is highlighted on the left, click Run as administrator in the pane on the right of the search results.
Starting the command prompt
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. Give consent or provide an administrator username and password as prompted.
User Account Control prompt
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. In the command prompt window, use the echo command as shown here to add an entry to your hosts file. In this example, I’ll add 192.168.1.12 TOMPC to the hosts file.

echo 192.168.1.12 TOMPC >> %SystemRoot%\System32\drivers\etc\hosts

The command prompt
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)
  1. To check that the hosts file was updated, use the ‘type’ command as shown below:

type %SystemRoot%\System32\drivers\etc\hosts

Listing the contents of the hosts file from the command line
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

Remove an entry from the hosts file using the command line

The easiest way to remove an entry is to open Notepad from the command line. The command line must be started with administrator privileges as described above.

notepad %SystemRoot%\System32\drivers\etc\hosts

Notepad
Easily Edit the Hosts File in Windows 11 (Image Credit: Russell Smith)

Notepad will open the hosts file. You can add or remove entries and then save the file to disk.

And that’s it!

Related articles