How To Enable, Install & Use the Telnet Client in Windows 10/11

If you use Telnet a lot and use it for TCP connections to external hosts such as Web Servers on specific ports, then this article is your best friend. This tutorial shows you step-by-step on how to enable Windows 10/11 Telnet application via Command Line, Graphical User Interface and Windows Run using simple commands. By default, it is disabled as Microsoft assumes no one uses it, and it’s not that important.

Contents

Why use Telnet in Windows 10 or 11

Telnet is a convenient client, and it can help you troubleshoot various networking problems. A great example, If you have an FTP (File Transfer) server running on Port 21 and it is not responding, or you have connectivity uses, you can Telnet to Port 21 and check if it is working and listening on that port.

There can ve various outcomes from the File Server working fine, but the Firewall and vice versa have blocked the port. Here we have a great list of software firewalls for Windows 10/11.

Common Telnet Client Problems

1: When you try to connect to Telnet for the first time without enabling it, you will be shown the error (telnet is not recognized as an internal or external command) below in Command Prompt. This simply means that it is not installed.

Telnet Windows 10/11 Common Connectivity Issues
Telnet Client Common Problems in Windows 10/11

2: Make sure you enter the right domain or IP Address after typing “Telnet.”

3: There should be no space left between Telnet and (Domain/IP).

Connection Refused:

  1. This is the most common problem in Telnet, and the answer to this problem is to check if the Port is open in the firewall.
  2. Check if you are not entering the wrong addresses or maybe check that the server is listening or configured to use a custom port.

3 Ways on How to Enable the Telnet Client in Windows 10 & 11

  1. Enabling Telnet via Command-Line.
  2. Enabling Telnet via the Graphical User Interface.
  3. Enabling Telnet via Windows Run.

Choose wisely!

Enable Telnet Client from Command Line

This is one of the simplest and easiest methods which I will recommend.

  1. Go to Start Menu and search for CMD or Command Prompt.
  2. Now Right Click and select “Run as Administrator.”
  3. Now copy the following command and paste it into CMD:

    dism /online /Enable-Feature /FeatureName:TelnetClient

Recommended:  How To Use zANTI Android Hacking App (Complete Guide)
How to Enable Telnet Client from Command Line Windows 10/11
Enabling the Telnet Client from Command Line in Windows 10/11
  1. That is it; you have now enabled Telnet for Windows 10/11.
  2. Not complicated, is it?

Enable Telnet Client from GUI

A straightforward method for those who do not prefer using the command line.

  1. Go to Start Menu, and you will need to type “Turn Windows Features on or off.”
  2. Once you select this option, you will have a small window open, which will say “Windows Features” titled.
  3. Here you will see a list of various features that can be turned on or off in Windows 10, including SFTP Client, TFTP Client, Windows PowerShell, and SMB Direct. Look for “Telnet Client” and click on the tick box on the left side.
How to Enable The Telnet Client from Graphical Interface in Windows 10/11
Enabling The Telnet Client from GUI in Windows 10/11

In the above screenshot, you can see “Telnet Client” under Tablet PC Components.

Enable Telnet from Windows Run

This is my 2nd favorite method, which will install the Telnet Client in Windows.

  1. On your keyboard, press the “Windows and R” key at the same time and release.
  2. This will open the dialog box for Windows Run for you. Once you see the dialog box type the below command or copy/paste it alternatively to avoid errors:

pkgmgr /iu:”TelnetClient”

Enable Telnet Client from Windows Run

3. All done. This command will automatically install it for you.

How to Use Telnet in Windows 10/11

It’s pretty simple, here’s how to use it:

  1. Open Command Prompt.
  2. Type telnet give a space and type your domain or IP Address <space> and <Port> for example to connect.

Example: telnet securedyou.com 443.

More Useful Windows 10/11 tutorials:

To Conclude

I hope you have enjoyed reading through this quick tutorial and have learned how to enable the Telnet client for Windows 10/11 via 3 different methods shared above, including Command Line, Windows Rum, or GUI. Which one did you go for and why?

Shaheer is the founder of SecuredYou. He is a cybersecurity freak and loves anything related to Computers and Technology. Apart from being a tech geek, he loves listening to music and going to the gym.

LEAVE A REPLY

Please enter your comment!
Please enter your name here