How to Configure Network Teaming (NIC Bonding) in Windows Server

What is NIC Teaming?

Network Interface Card (NIC) Teaming, also known as load balancing and failover (LBFO), allows you to group multiple physical network adapters into a single logical interface in Windows Server. This provides fault tolerance—if one cable or switch fails, traffic seamlessly routes through the remaining links—and aggregates bandwidth, significantly improving network throughput for data-heavy servers.

Step 1: Verify Hardware and Connections

Before configuring NIC Teaming, ensure your server has at least two physical network adapters installed and connected to your network switch(es). It is best practice to connect the adapters to separate physical switches to prevent a single switch failure from bringing down the entire team.

Step 2: Open the Server Manager

Log in to your Windows Server environment and open the Server Manager. In the left-hand navigation pane, click on Local Server. In the Properties section on the right, look for the NIC Teaming status, which will likely say Disabled. Click on the word Disabled to open the NIC Teaming management window.

Step 3: Create a New Team

In the NIC Teaming window, look at the Adapters and Interfaces pane in the bottom right. Select the network adapters you want to group by holding down the Ctrl key and clicking them. Once selected, right-click and choose Add to New Team.

Step 4: Configure Teaming Modes

In the New team dialog box, give your team a descriptive name (e.g., “Production-Team”). Expand the Additional properties drop-down to configure the teaming mode:

  • Teaming mode: Select Switch Independent if your adapters are connected to unmanaged switches or different switches without stacking. Use LACP if your switch supports and is configured for Link Aggregation Control Protocol.
  • Load balancing mode: Dynamic is generally the best choice for modern Windows Server deployments, as it balances both outbound and inbound traffic across all active members.
  • Standby adapter: Leave as None (all adapters Active) to maximize bandwidth.

Click OK to create the team.

Step 5: Configure the Logical Interface IP Address

Windows Server will now create a new logical network adapter representing the team. Open your Network Connections window (ncpa.cpl). You will see your physical adapters alongside a new adapter bearing your team’s name. Right-click the new team adapter, select Properties, and configure your IPv4 settings (Static IP, Subnet Mask, Gateway) exactly as you would for a physical adapter. The physical members of the team no longer require individual IP addresses.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.