T The Triage ManualTechnical Guides for IT Emergencies
P3 · Windows Server

Dell Dual 10G NIC Not Detected by Windows Server 2025 Despite Being Visible in iDRAC

A Dell server's dual 10G NIC is visible and healthy in iDRAC hardware inventory but fails to appear as a network adapter in Windows Server 2025 Standard, leaving the server without 10G connectivity. The root cause is typically missing or incompatible NIC drivers, as Windows Server 2025 may not include inbox support for the specific Dell NIC chipset. Resolution involves identifying the NIC via hardware IDs, obtaining the correct driver from Dell Support using the server's Service Tag, and installing it manually or via compatibility fallback from a Windows Server 2022 driver package.

Indicators

Likely causes

Diagnostic steps

  1. Open the iDRAC web interface, navigate to System > Hardware > Network Devices, and confirm the dual 10G NIC is listed with a healthy status to rule out hardware failure or seating issues.
  2. On Windows Server 2025, open Device Manager (devmgmt.msc) and inspect 'Network adapters' and 'Other devices' for missing adapters, unknown devices, or entries with yellow warning icons.
  3. Run 'Get-NetAdapter' in an elevated PowerShell session to enumerate all OS-recognised network adapters and confirm whether the 10G NIC is visible at the OS level.
  4. In Device Manager, right-click any unknown device, select Properties > Details > Hardware IDs, and record the VEN/DEV/SUBSYS values to identify the exact NIC chipset.
  5. Open Event Viewer (eventvwr.msc) and review System and Microsoft-Windows-Kernel-PnP logs for errors or warnings referencing the NIC's PCI hardware ID or driver load failures.
  6. Navigate to Dell Support (support.dell.com), enter the server's Service Tag, and search under Drivers & Downloads > Network for Windows Server 2025-compatible NIC driver packages.
  7. Download the latest compatible NIC driver. If no Windows Server 2025 driver is listed, download the Windows Server 2022 driver as a compatibility fallback.
  8. Install the driver by running the Dell driver executable or by using Device Manager > Update Driver > Browse my computer. Alternatively, use 'pnputil.exe /add-driver <inf_path> /install' for manual INF injection.
  9. After installation, run 'Get-NetAdapter' again to confirm the 10G NIC is now recognised, assign IP configuration, and verify connectivity using 'Test-NetConnection -ComputerName <target> -Port 80'.
  10. If the driver installs but fails to load, check whether Secure Boot is blocking the driver signature. If so, either disable Secure Boot temporarily or obtain a WHQL-signed driver from Dell.

Resolution path

Prevention

Tools

References

DellNIC10GWindows Server 2025iDRACdrivernetwork adapterDevice ManagerPowerShellhardware not detectedpnputildriver injectionSecure Bootserver hardware