WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Sep 7, 2026
Telnet Client is an optional Windows feature that allows your computer to establish text-based connections to remote devices and servers using the Telnet protocol. Although Telnet is an older protocol and is not recommended for secure remote administration because it transmits data without encryption, the Telnet Client can still be useful for testing network connectivity and connecting to legacy systems. Windows 11 does not enable Telnet Client by default, but you can turn it on in a simple way.
To check if the Telnet Client feature is enabled on your computer, open Command Prompt and enter:
telnet

The easiest way to enable Telnet Client is through the Windows Features dialog.

Press Windows + R to open the Run dialog. Type optionalfeatures and press Enter.
In the Windows Features window, find Telnet Client.
Check the box next to Telnet Client. Click OK.
Wait while Windows installs the feature. Click Close when the installation is complete.
You can now use the telnet command from a new Command Prompt or another terminal application.
If you no longer need Telnet Client, you can disable it to remove the optional feature.
Telnet itself is not a secure protocol. It does not encrypt the data transmitted between the client and server, which means usernames, passwords, and other information can potentially be intercepted.
For secure remote administration, SSH (Secure Shell) is generally preferred because it encrypts the connection.
Therefore, Telnet should mainly be used when you need to connect to a legacy system or perform a simple TCP connectivity test, rather than for transmitting sensitive information.
Once enabled Telnet Client in Windows 11, the telnet command can be used to connect to compatible systems or test whether TCP ports are reachable.
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept