What are WAN Miniport, Microsoft Kernel Debug Network Adapter, and why?

Nobody 5 Reputation points
2024-10-06T14:51:59.2666667+00:00

WAN Miniport, Microsoft Kernel Debug Network Adapter

First, why I'm asking this here:

You have asked us some questions and provided us with some of the answers you have gotten in the community.

I noticed that you would like to go deeper into this area, for example, you would like to understand the cause or get a further explanation, and you would also like to know about the application of network adapters and the Microsoft kernel debugging packets running on network adapters and WAN micro ports.

We're sorry that we can't provide you with more in-depth answers, but please don't worry, your question is better suited to be posted on Microsoft Learn, and here's the link that directs you to Microsoft Learn.

Windows 10 Network - Microsoft Q&A

Once you click on the link, sign in to your Microsoft account at the top right and click Ask a question to post your question. There will be more specialized support staff and developers here with more in-depth knowledge of Windows systems and more development experience, and I'm providing you with the Network section, which will also have support staff who specialize in networking to provide you with more targeted help in this area.

Thank you for your understanding and support.

Best regards,

Zev - MSFT | Microsoft Community Support Specialist


The questions:

What are these two devices listed under Device Manager -> Network Adapters? (they're hidden - show hidden devices in view menu)

and why are they there?

  1. Microsoft Kernel Debug Network Adapter (not grayed out)
  2. WAN Miniport (SSTP) (grayed out)

Regarding 1)

Answers at answers.microsoft.om offer up things like the following, but no explanations of what or why.

"Thank you for contacting Microsoft Community Forums.

I would suggest you to make sure debugging is turned off and check the status of the issue.

a) Run this from an elevated command prompt: bcdedit /debug off

b) If it’s still showing up, then you can disable it from the device manager without problems."

Regarding 2)

"I’m happy to help you today.

This is normal and you don't need to worry about it, the WAN Miniport is a software adapter used by the operating system to access the WAN. In most cases, the WAN Miniport is used to connect to the Internet via the point-to-point protocol over the Ethernet connection."

Additional questions:

What traffic runs through these adapters (which programs use them)?

Running Wireshark, where do I see the packets running through Microsoft Kernel Debug Network Adapter and WAN Miniport?

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
{count} vote

2 answers

Sort by: Most helpful
  1. Jing Zhou 7,765 Reputation points Microsoft External Staff
    2024-10-10T02:33:24.5+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To answer your question:

    1.WAN Miniport is a software adapter used by the Windows operating system to handle various types of network connections, particularly those involving wide area networks (WANs). These miniports are essential for enabling protocols like:

    REF: https://learn.microsoft.com/en-us/windows-hardware/drivers/network/wan-miniport-drivers

    2.Microsoft Kernel Debug Network Adapter is a virtual NIC designed for kernel-mode debugging which facilitates remote debugging of the Windows operating system over a network connection. It provides a communication channel between the computer’s kernel and the debugger software, enabling developers and system administrators to analyze and troubleshoot low-level issues within the Windows kernel.

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

     

    Best regards,

    Jill Zhou

     


    If the Answer is helpful, please click "Accept Answer" and upvote it.


  2. JayG-0719 0 Reputation points
    2025-06-29T06:32:47.5366667+00:00

    After much digging, I have the answer!  The WAN miniports are created by the Remote Access Connection Manager (RasMan) service.  This service is not necessary if you don't use PPP or the built-in VPN feature.  The built-in VPN in Windows uses older protocols, it appears not needed for modern third-party VPN software that utililizes protocols like Open VPN or Wireguard.  So, you should be fine to disable it.  Once RasMan is stopped from running, the WAN miniports are removed.  If you have any problems with VPN connectivity, then just remember to re-enable it (or set it to manual).

    Here is a link regarding the VPN protocols supported by the RasMan service:

    https://www.tuxlervpn.com/a-guide-to-remote-access-connection-manager-what-is-it-and-how-to-enable-or-disable-it/

    Here is Microsoft itself saying it's safe to disable:

    Guidance on configuring system services - Windows IoT Enterprise | Microsoft Learn

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.