Cookie
Electronic Team, Inc. uses cookies to personalize your experience on our website. By continuing to use this site, you agree to our cookie policy. Click here to learn more.

How to Check COM Ports in Windows 11

Olga Weis Olga Weis

You’ve just updated your machine’s OS to Windows 11. The new features and interface are great, but you’re clueless about how to check its COM ports.

COM ports enable seamless connections between hardware devices, industrial equipment, legacy peripherals, and embedded systems. This is useful when troubleshooting or configuring hardware connections and applications.

Hence, upon updating to Windows 11, it’s imperative to check your system’s COM ports. Fortunately, Windows 11 offers native methods that beginner and tech-savvy users can work on. There is also Virtual Serial Port Driver software that can assist you in this endeavor.

In this article, we provide a step-by-step guide on how to check COM port in Windows 11 using the system’s built-in functionalities and external applications.


Contents:

  1. Using Native Methods to Check COM Ports in Windows 11
  2. Alternative Method to Check COM Ports in Windows 11
  3. Wrap Up

Using Native Methods to Check COM Ports in Windows 11

Windows 11 provides multiple built-in methods to check, manage, or troubleshoot COM ports, as well as view all related COM port Windows 11 information. These functionalities are ideal for those who don’t want to install third-party software on their machine.

Method 1: Using Device Manager

Device Manager is a native Windows utility feature that serves as a central location to view, manage, and troubleshoot hardware devices connected to your computer. It also provides the list of available COM ports on your computer.

No technical configuration is necessary in Device Manager, so it works best with beginners.

Pros ✅

  • Simple and intuitive user interface.
  • No command-line knowledge is required to use.
  • Provide a structured list of all available COM ports .
  • Reveals hidden, inactive, or disconnected COM ports.
  • Supports updating, enabling, or disabling of COM port drivers.

Cons ❌

  • Provides limited COM port background system information.
  • Manual checking of COM and LPT com ports can be tedious.
  • Some virtual COM ports usually won’t appear in the structured list.

How to Check COM Ports Using Device Manager


  1. Press Win + X, then select Device Manager.
  2. Afterward, type devmgmt.msc and hit Enter.
  3. To check COM Ports, expand Ports (COM & LPT) list. All your system’s COM port should be listed as USB Serial Port (COMx).
  4. In case of missing ports, click Show Hidden Devices > View > Show Hidden Devices.

Method 2: Using the Command Prompt

Command Prompt is Windows’ text-based interface that enables users to interact with the Operating System using commands. You can input certain commands in Command Prompt to view and check your system’s accessible COM ports.

This is ideal for both beginners and long-time users because of this method’s simplicity and effectiveness.

Pros ✅

  • Provides output swiftly upon entry of simple line commands.
  • Unlike Device Manager, Command Prompt works well even if the Windows Explorer is unresponsive or crashes.
  • You can run codes such as mode without admin access.
  • Enables filtering of COM ports using the wmic command, so it’s easier to search for serial devices.

Cons ❌

  • Text commands cannot provide detailed hardware information.
  • Requires familiarity with command-line syntax.
  • Future updates in the Windows 11 environment may make the wmic commands obsolete and unhelpful.

How to Check COM Ports Using the Command Prompt


  1. Using your keyboard, press Win + R, type cmd, and hit Enter to launch the Command Prompt.
  2. To view the list of all active COM ports, enter the following commands:
    wmic path Win32_SerialPort

If you want to filter all available COM ports, enter: w3 wmic path Win32_PnPEntity | find "COM"

Method 3: Using PowerShell

As with the Command Prompt, Windows PowerShell is a text-based functionality for task configuration and automation in the Windows environment. You can use this native tool to create scripts that will let you check COM ports automatically.

Pros ✅

  • Perform automated checks using PowerShell scripts.
  • Enables viewing of DeviceID and Description of each COM port.
  • Filters specific COM port information that cannot be provided by the Command Prompt.
  • Supports advanced queries and scripting with WMI (Windows Management Instrumentation).

Cons ❌

  • Admin privileges are needed to run some commands.
  • PowerShell scripting has a high learning curve, which may not be suitable for beginners.
  • Running detailed queries in PowerShell requires more processing time compared to the Command Prompt’s commands.

How to Check COM Ports Using PowerShell


  1. Ensure that you have Admin privileges on the Windows machine.
  2. Open PowerShell by pressing Win + X and selecting Windows Terminal or PowerShell.
  3. Run these commands to show COM port number and description.

Get-WMIObject Win32_SerialPort | Select-Object DeviceID, Description

For all detected COM ports, enter:
[System.IO.Ports.SerialPort]::GetPortNames()

Method 4: Using Windows Settings

Windows 11 system settings also provide an easy and quick method to check all available COM ports without any command lines or configurations. This method is best for beginners and casual users.

Pros ✅

  • No technical experience is needed to use
  • Presents all USB-based serial devices

Cons ❌

  • Incapable of showing legacy or virtual COM ports.
  • Does not support direct modification of port settings.
  • Some COM ports may not appear if the drivers are missing or incorrectly installed.

How to Create COM Ports Using Virtual Serial Port Driver


  1. Press Win + I to open Settings.
  2. Proceed to Bluetooth & devices > Devices.
  3. Look for Connected Devices.
  4. Click on the connected device and check Device Properties for COM port details.

Method 5: Using Registry

Windows Registry is a built-in database that stores low-level settings for the Windows operating system and applications. It allows you to configure system data that may help check COM ports.

Users who prefer deep-level system analysis can use the Windows Registry for efficient COM port checking.

Pros ✅

  • Enables viewing of all COM ports, even those that are not visible via Device Manager.
  • Detects registry-related driver issues.
  • Provides historical records of all COM ports used in the past, even if they’re not currently connected.

Cons ❌

  • Registry modification is a complex process. A single error can cause instability in the system.
  • By default, the port information cannot be modified easily and requires certain configurations.
  • Lacks GUI, so navigation in the platform must be performed manually through commands.

How to Check COM Ports in the Registry


  1. Press Win + R, type regedit, and hit Enter.
  2. Proceed to:
    HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM
  3. Check the right panel to check for active COM ports.

Method 6: Using Windows Terminal

Microsoft launched Windows Terminal as a multi-tabbed terminal emulator that enables users to run multiple command-line tools via PowerShell, Command Prompt, and Bash (via WSL), in a single window with tabs and panes.

Use this method if you’re a developer or IT professional who wants a comprehensive check of all system COM ports.

Pros ✅

  • Supports multiple command lines in WMIC and PowerShell.
  • Enables easy scripting and automation through basic commands.
  • Users can execute advanced system queries and COM port modifications.

Cons ❌

  • Elevated system access is required to run some advanced commands.
  • wmic commands are prone to obsolescence due to Windows updates.
  • Mastery of Terminal commands has a steep learning curve.

How to Check COM Ports Using Windows Terminal


  1. Press Win + X and select Windows Terminal. Make sure you have admin privileges to run this functionality.
  2. To check COM Ports using WMIC or PowerShell and view COM port details, input the command below:
    wmic path Win32_SerialPort

Method 7: Using Windows Event Viewer

The Event Viewer records all relevant system events and logs of all activities and messages from system applications. You can use this tool for troubleshooting errors with the machine’s COM ports.

Pros ✅

  • Provides a comprehensive record of all system activities that can aid in diagnosis of hardware and driver issues.
  • Detects USB connection failures, driver conflicts, and missing COM ports.
  • Even if the devices are not connected in real-time, you can still view their historical data in the Event Viewer.

Cons ❌

  • Searching through system logs takes time, so this method isn’t advisable for quick checks.
  • Users must be familiar with Windows error messages and event IDs to understand the log entries properly.
  • Requires repeated refresh so new errors will be reflected in the logs.

How to Check COM Ports Using Windows Event Viewer


  1. Press Win + R, type eventvwr.msc, and press Enter.
  2. Navigate to Windows Logs > System.
  3. Look for serial or COM port-related errors.

Alternative Method to Check COM Ports in Windows 11


Windows 11 native tools are highly reliable with basic COM port checks, yet they have insufficient capacity for advanced checking that involves virtual COM ports and debugging tools.

For this reason, a third party can be beneficial, especially if:

  • Your PC lacks physical COM ports but needs serial communication.
  • You need to create or simulate virtual COM ports for testing.
  • You work with USB-to-serial adapters or require advanced troubleshooting.

In this section, we discuss how to enable COM ports in Windows 11 using external tools.

Virtual Serial Port Driver



Virtual Serial Port Driver (VSPD) enables users to create virtual COM ports that simulate physical serial port connections.

This application is highly useful with software that requires serial port communication but lacks access to physical ports.
VSPD logo

Virtual Serial Port Driver

5 Rank based on 367+ users, Reviews(367)
Download 14-day fully-functional trial period
Virtual Serial Port Driver

Developers, IT professionals, and even casual users can use this software if they need virtual COM ports for legacy software.

Pros ✅

  • Supports seamless communication between applications that require serial ports without needing physical hardware.
  • Establishes real serial connection by bridging two virtual COM ports.
  • Highly efficient for software development and testing on machines as it eliminates hardware dependency.
  • Compatible with various Windows applications, terminal software, and industrial automation tools.
  • Features an intuitive interface for easy navigation and quick creation, management, and monitoring of virtual COM ports.
  • Ensures seamless integration with existing physical COM ports.
Try Virtual Serial Port Driver
14-day free trial

How to Create COM Ports Using Virtual Serial Port Driver

Step 1: Download and Install Virtual Serial Port Driver

  1. Download the latest version of Virtual Serial Port Driver. Download VSPD
  2. Install Virtual Serial Port Driver.
Step 2: Create Virtual COM Ports

Upon installation of the software, launch the Virtual Serial Port Driver from the Start menu or desktop shortcut.

Then, click "Add Pair" to create a virtual COM port pair. Afterward, assign COM port names (e.g., COM3 & COM4) and click Create to generate the pairs. The new virtual COM ports will be added to your system.

Create Virtual COM Ports.
Step 3: Verify the Created Virtual COM Ports

Reopen the Virtual Serial Port Driver and check if the ports appear in the list. You can also check the Device Manager (the method for doing this is described above) to see the COM port details.

Verify the Created Virtual COM Ports
Step 4: Use Virtual COM Ports for Testing

If you're developing or troubleshooting software that requires COM ports, you can now connect your application to a virtual port (e.g., COM3). The paired port (e.g., COM4) will receive the transmitted data, simulating real serial communication without physical hardware.

Wrap Up

To ensure the seamless use of COM ports in your computer, it’s important to check their status regularly. Windows 11 provides built-in functionalities to check, manage, and troubleshoot COM ports through the Device Manager, Command Prompt, PowerShell, and Windows Settings.

For advanced users, developers, and IT professionals, Virtual Serial Port Driver (VSPD) by Electronic Team, Inc., is the ideal solution. Unlike Windows 11 native methods, VSPD allows users to create fully functional virtual COM ports without the need for physical hardware.

Top choice

Virtual Serial Port Driver

  • Rank 5 based on 367+ users
  • Requirements: Windows 7/8/8.1/10/11 (32/64-bit), Windows Server 2012/2016/2019/2022, Windows on ARM . 6.55MB free space.
  • Version 11.0.1068. (14 Nov, 2024). Release notes