PCI Express Root Port Driver Windows 11: Installation/Update Guide

Reading time icon 7 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

PCI Express Root Port Driver Windows 11

Are you wondering how to install the PCI Express Root Port driver in Windows 11? You’ll find the steps in this detailed guide.

If your PCI Express Root Port driver is outdated or corrupted, you’ll mostly face the following issues:

PCI Express Root Port Driver Windows 11 error
  • Error Code 10 prevents new or existing hardware from using the problematic PCI Express Root Port. The hardware or its software user interface might stop working unexpectedly or won’t start at all.
  • Error Code 12 indicates that multiple hardware or virtual devices use the same PCI Express Root Port. This is usually because of the outdated driver.
  • Blue Screen of Death (BSOD) issues with error messages like, “SYSTEM_SERVICE_EXCEPTION” and “DRIVER_IRQL_NOT_LESS_OR_EQUAL“.
  • Your Windows 11 PC won’t recognize the new or existing hardware despite installing all the necessary device drivers provided by the manufacturer.
  • The PCI Express hardware might show extensively reduced performance.

However, if you’re seeing warnings from a third-party driver updater but there are no apparent issues related to the PCI Express hardware, you can rest easy.

probable fakes

In this scenario, you don’t need to take any action. The driver updater is likely just trying to get you to buy a subscription.

How To Install PCI Express Root Port Driver Windows 11

I’ve organized various ways to download and update the driver, starting with the simplest ones:

Via Windows 11 Device Manager Tool

If the PC is connected to the internet, try these steps:

  1. Open the Device Manager tool from the Start menu.
device manager start
  1. Scroll down to System devices.
  2. Click on the tiny arrow to the left of the item to expand its tree of dependent devices.
  3. You might need to scroll down to find the problematic PCI Express Root Port.
scroll more
  1. Once you’ve located the device, right-click on that.
  2. From the context menu, select the Update driver option.
update driver
  1. Choose the Search automatically for drivers option on the next dialog box.
windows folder
  1. Windows 11 should automatically locate the source driver online and update it.

If you’re not connected to the internet, follow these instructions until step 7 and select the Browse my computer for drivers option.

You should see the file browsing interface. Hit Browse and select the Windows directory within the Windows 11 setup drive.

Using the Intel Chipset Driver Package

All motherboard manufacturers provide the relevant Intel Chipset driver as a DVD or in digital form online.

For example, if your PC is running on a Gigabyte B660M DS3H AX motherboard, you can download the compatible Intel Chipset driver from Gigabyte’s official website.

First, you’ll have to find out its make and model from the System Information tool in the Start menu.

An information window will open where you’ll find details including the BaseBoard Manufacturer and Product names.

system info

Now, search Google with phrases like Gigabyte B660M DS3H AX chipset driver. It should show you the driver download portal at the top of the search results.

Once there, download and install the following driver files:

  • Intel Chipset driver: Always pick the latest edition. There should be more than one available with dates and version numbers.
  • Intel INF Installation: Download and install all the versions available in the portal.

Via Windows 11 Updater

If you haven’t updated the PC for quite a while, your system might be missing the latest PCI Express Root Port drivers. So, update by following these steps:

  1. Press Windows + I on the keyboard to launch the Settings app.
  2. Click on the Windows Update menu on the left side navigation panel.
  3. Select Resume updates or Check for updates on the right.
Windows update

Using the PowerShell Terminal

If you’ve downloaded the required PCI Express Root Port driver files from a third-party source and you’re wondering how to install them, follow these steps:

  1. Open the Start menu and type PowerShell.
  2. Select the Run as Administrator option available on the right.
powershell run as admin
  1. Now, execute any of the following scripts in the PowerShell terminal:
pnputil -i -a path\to\your\driver.inf

Or

pnputil -i -a C:\driver.inf
install driver script

Or

pnputil -i -a C:\driver.exe
  1. Make sure you edit the script to include the correct file locations. For example, path\to\your\driver.inf with a driver location like C:\driver.inf.
  2. Once installed, verify the action by running this script:
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*PCI Express Root Port*"}
verify driver

Run the SFC and DISM Scans

You might not need to install a driver to fix the yellow triangle warnings for multiple PCI Express Root Ports in the Device Manager. Instead, you can simply run an SFC scan to fix the existing driver files:

  1. Press Windows + X on the keyboard to launch the Power User menu.
  2. Click on the Terminal (Admin) option.
  3. PowerShell with elevated privileges will open.
  4. In the console, enter the following command and hit Enter:
sfc /scannow
  1. Wait for the scanning process to complete.
sfc scan

Restart the PC so that the changes can take effect.

successful sfc scan

However, if you see the following message, you’ll also have to do a DISM scan:

  • Windows Resource Protection found corrupt files but was unable to fix some of them.

Here’s how to perform a DISM scan:

  1. Open PowerShell with admin rights by following the steps mentioned earlier.
  2. Copy and paste this command into the terminal and hit Enter:
DISM /Online /Cleanup-Image /RestoreHealth
  1. Wait for the result.
dism restorehealth

Usually, you’ll get the following result.

  • Component store corruption detected: DISM will attempt to restore the Windows 11 files including crucial PCI Express drivers.

You can reboot the PC and check if the relevant hardware or software is working now.

Perform a System Restore

Has the newly added or existing PCI Express hardware worked as expected before? If so, you don’t necessarily need to troubleshoot the PCI Express Root Port driver issue separately. A system restore can fix the issue for good.

  1. Go to the Start menu and type Restore.
  2. Select the Create a restore point option.
restore start
  1. The System Properties dialog box will open.
  2. There, click on the System Restore button in the System Protection tab.
system restore tab
  1. Now, you’ll see the System Restore wizard.
  2. Click Next and choose a restore point created near a date when the hardware worked properly.
system restore option
  1. Select Next.
  2. Hit the Finish button to start the system restore process.

This method is applicable only if you’ve enabled the Windows System Restore feature previously.

Repair the Windows 11 OS

First, make sure you have Windows 11 Bootable USB installation media at hand. Now, follow these steps:

  1. Connect the bootable USB media to the PC.
  2. Restart the PC.
  3. Access the UEFI or BIOS menu.
  4. During POST, you’ll see the dedicated key you must press to access UEFI or BIOS, like the F8, F2, or Delete keys.
  5. Change the default boot media to the USB stick you’ve connected.
change boot order
  1. Now, save and exit the UEFI or BIOS.
  2. The PC will boot from the bootable USB media.
  3. You should see the Windows 11 setup screen.
  4. Click on the Repair your computer option at the bottom.
  5. Follow on-screen instructions to repair the PC.

Summary

So, there you have it! These are the tried and tested methods to update or download the PCI Express Root Port driver for Windows 11.

If you keep seeing warnings from third-party driver updater tools without experiencing real issues, you can ignore this. However, if you’re facing device PCI problems for real, these troubleshooting ideas are worth checking out.

More about the topics: How to, Windows 11