Microsoft Loopback Adapter Windows 11 May 2026

This report details the purpose, installation, and common uses for the Microsoft KM-TEST Loopback Adapter in Windows 11. Overview

The Microsoft Loopback Adapter is a virtual network device that simulates a physical network connection. It allows applications on a single machine to communicate via network protocols even when no physical network hardware is available or active. Unlike the standard localhost address (

), which shortcuts many network stack layers, the Loopback Adapter sends traffic further through the operating system's network stack. This makes it a crucial tool for software developers and network engineers needing a controlled environment to test network-dependent applications. Core Use Cases

Application Testing: Run and debug network applications locally without needing a live internet or LAN connection.

Virtual Environments: Facilitate connectivity between virtual machines (VMs) and the host PC.

Packet Analysis: Enables tools like Wireshark to capture and analyze local traffic that would otherwise be invisible on the standard interface.

Software Requirements: Allows software that mandates an active network interface to install and run correctly on offline machines.

Traffic Redirection: Used in complex routing scenarios to intercept and redirect traffic to specific local addresses. How to Install on Windows 11

The Loopback Adapter is considered "legacy hardware" and must be added manually through the Device Manager. How to create a Microsoft loopback adapter in Windows 11

The Microsoft KM-TEST Loopback Adapter (formerly the Microsoft Loopback Adapter) is a virtual network interface used for testing network configurations in a sandbox environment without needing a physical network connection. Step-by-Step Installation Guide Open the Add Hardware Wizard: Press Win + R on your keyboard to open the Run dialog. microsoft loopback adapter windows 11

Type hdwwiz.exe and press Enter to launch the Add Hardware Wizard. Manually Select Hardware: Click Next on the welcome screen.

Select Install the hardware that I manually select from a list (Advanced) and click Next. Choose Network Adapters:

Scroll through the list, select Network adapters, and click Next. Select Manufacturer and Model: In the Manufacturer list on the left, select Microsoft.

In the Model list on the right, select Microsoft KM-TEST Loopback Adapter. Finalize Installation:

Click Next to start the installation, then click Finish once it is complete. Configuring the Adapter

Once installed, the adapter appears as a new Ethernet connection in your network settings. To configure it:

Access Connections: Go to Control Panel > Network and Internet > Network Connections.

Assign IP: Right-click the new adapter (likely named "Ethernet 2" or similar), select Properties, then Internet Protocol Version 4 (TCP/IPv4). Select Use the following IP address and enter a non-routable IP (e.g., 192.168.1.1 with a 255.255.255.0 mask) for internal testing. Common Use Cases

Development & Testing: Simulating a network connection for software that requires an active interface to run. This report details the purpose, installation, and common

Network Capture: Used in tools like Wireshark to capture internal traffic, though results may vary depending on the specific protocol.

Legacy App Support: Mapping virtual ports (like LPT1 for old printers) via a shared loopback connection.

Microsoft Loopback Adapter —now renamed the Microsoft KM-TEST Loopback Adapter

—is a virtual network interface that mimics a physical network card. It is primarily used for testing network configurations, software development, or connecting virtual machines when no physical network is available. Stack Overflow Installation Guide for Windows 11 You can install the adapter manually using the Add Hardware Wizard Launch the Wizard hdwwiz.exe , and press Start the Setup on the welcome screen. Manual Selection

Install the hardware that I manually select from a list (Advanced) Hardware Category Network adapters from the list and click Identify Manufacturer Manufacturer pane (left), select pane (right), look for Microsoft KM-TEST Loopback Adapter Complete Installation to confirm, then once the wizard completes the setup. Microsoft Learn Configuration & Verification

After installation, the adapter appears as a standard network connection. Windows 11 Microsoft KM-TEST Loopback Adapter is unstable

The Microsoft KM-TEST Loopback Adapter (formerly the Microsoft Loopback Adapter) is a virtual network interface used to simulate a network connection on Windows 11 when no physical network is available. It allows applications on the same computer to communicate via network protocols without sending traffic to external devices. Key Uses

Software Testing: Testing network-dependent applications on a single machine without needing a live network or internet connection.

Virtual Environments: Establishing a virtual network between a host machine and virtual machines (VMs) while keeping them isolated from the physical network. Configuring the Loopback Adapter with a Static IP

Network Simulation: Troubleshooting internal network stack operations or emulating specific network environments for development.

Application Compatibility: Allowing legacy software that requires a network interface to run on non-networked systems. How to Install on Windows 11 How to create a Microsoft loopback adapter in Windows 11


Configuring the Loopback Adapter with a Static IP on Windows 11

Installing the adapter is only half the battle. By default, the loopback adapter tries to obtain an IP via DHCP, but since it is not connected to a physical network, it will eventually assign an Automatic Private IP (APIPA) like 169.254.x.x. For most use cases, you need a static IP.

How to Rename or Configure the Loopback Adapter

After installation, the adapter is active but may not have a static IP.

Step 2: Add Legacy Hardware

Step 6: Install the Adapter

6. Interaction with routing, firewall, and packet capture


Step-by-Step Installation of Microsoft Loopback Adapter on Windows 11

Follow these steps precisely. We will install a "Microsoft KM-TEST Loopback Adapter," which is the Windows 11 equivalent of the classic loopback adapter.

Microsoft Loopback Adapter vs. Localhost (127.0.0.1)

A common point of confusion: Why not just use 127.0.0.1? Here is the distinction:

| Feature | Loopback Adapter | Localhost (127.0.0.1) | |---------|------------------|------------------------| | Layer | Virtual hardware (Layer 2) | Software-only (Layer 3) | | IP assignment | Any static IP you choose | Fixed to 127.0.0.0/8 | | MAC address | Yes (randomized) | No | | App compatibility | Works with apps requiring a real NIC | Fails for apps that bind to a specific interface | | Bridging | Can be bridged with physical NICs | Cannot be bridged |

Example: An old license manager for a CAD tool requires a hardware-locked MAC address and an IP of 192.168.0.99. You can assign both to a loopback adapter. You cannot do this with 127.0.0.1.