Published 8:25 PM by

How to block particular websites in WIndows?

You may sometime wish your computer not to load some websites for avoiding other people to use that website. Or to stop your children from visiting some particular sites. Yes, that can be done. It's pretty much easy to do without any software. It can be done with just few steps in Windows.

Just follow the steps below:


  • Double-click hosts, and select Notepad when Windows prompts you to choose a program. If you don't get the prompt, or if the hosts file opens in another program, open Notepad (Start, All Programs, Accessories, Notepad), and then navigate to hosts by clicking File, Open within Notepad.     

    • Open Windows Explorer and navigate to C:\Windows\System32\drivers\etc. If Windows is not installed on C:, substitute the appropriate drive letter. 
    •  Place the cursor at the end of the last line, which will say something such as '127.0.0.1 localhost' or '::1 localhost'. Press Enter to create a new line.
    • Type 127.0.0.1, tap the spacebar once, and then type the address of a website you want to block. For example, to block all traffic from YouTube, type 127.0.0.1 www.youtube.com on this line.
    • Continue to add the websites you wish to block, each prefaced with 127.0.0.1 and a space.                
    • Click File, Save to commit to your changes. Dismiss any warnings from antimalware software, which may be triggered by your editing of the hosts file.
    • Close any open browser windows, and then reopen a browser to test your edits. The blocked sites should not display in any browser.